.button {
    background-color: #8097bd !important;
    /* Green */
    border: none !important;
    color: white !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 18px !important;
    margin: 8px 8px !important;
    cursor: pointer !important;
    height: 40px;
    width: 40px;
}

.button5 {
    border-radius: 50% !important;
}

.button5:focus,
.button5:active {
    outline: none !important;
    box-shadow: none !important;
}

@media (min-width: 765px) and (max-width:1023px) {
    .button {
        height: 25px;
        width: 25px;
        font-size: 14px !important;
        text-align: center !important;
        align-items: center !important;
    }
}

@media (min-width: 666px) and (max-width:764px) {
    .button {
        height: 20px;
        width: 20px;
        font-size: 10px !important;
        text-align: center !important;
        align-items: center !important;
    }
}

@media (min-width: 540px) and (max-width:665px) {
    .button {
        height: 17px;
        width: 17px;
        font-size: 6px !important;
        text-align: center !important;
        align-items: center !important;
    }
}

@media (max-width:539px) {
    .button {
        height: 20px;
        width: 20px;
        font-size: 8px !important;
        text-align: center !important;
        align-items: center !important;
        margin: auto !important;
    }
}

.bg-karen {
    background-image: url("assets/images/karin-web.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 2%;
}

.bg-nuno {
    background-image: url("assets/images/nuno-web.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 0%;
}

.bg-isabel {
    background-image: url("assets/images/isabel-web.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-scott {
    background-image: url("assets/images/scott-web.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 0%;
}

.bg-edson {
    background-image: url("assets/images/edson-web.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.bg-gustavo {
    background-image: url("assets/images/gustavo-web.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 2%;
}

.bg-joao {
    background-image: url("assets/images/joao_web.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 2%;
}

.collapse {}

.container-info {}

html {
    scroll-behavior: smooth !important;
}

body {
    height: max-content;
    overflow-x: hidden !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    position: relative !important;
    -webkit-font-smoothing: antialiased !important;
}

.main-container {
    overflow-y: block !important;
    padding-top: 5%;
}

.modal {
    overflow: hidden !important;
}


/* 4K*/

@media screen and (max-width: 2585px) {
    body .container {
        max-width: 2585px;
    }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.top-buffer {
    margin-top: 20px;
}

.navbar-top {
    margin-top: -2%;
}


/*Scroll part */

body::-webkit-scrollbar {
    width: 14px;
    height: 18px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    height: 20px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 0px;
    background-color: #000000;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

body::-webkit-scrollbar-corner {
    background-color: transparent;
}


/* scroll done */

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

h2,
h3,
h4 {
    font-weight: 540 !important;
    font-size: x-large !important;
}

h4 {
    text-transform: none !important;
}

h5 {
    font-size: 1rem !important;
}

.page-title {
    color: #262626;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.title {
    background-color: #c6d8ec;
}


/*Menu*/

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /*background-color: #a10102;*/
    background-color: #c6d8ec;
    ;
    overflow-y: scroll;
    transition: 0.5s;
    opacity: 0.95
}

.overlay-content {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
    line-height: 1.3;
}

.overlay a {
    padding: 10px;
    text-decoration: none;
    font-size: 25px;
    color: black !important;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    font-size: 30px;
    color: black !important;
    text-decoration: none !important;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.section .container {
    margin-right: 20% !important;
}

.link {
    padding: 0px 0 70px 0;
}

.about {
    padding: 70px 0 70px 0;
}

.schedule {
    padding: 70px 0 70px 0;
}

.committee {
    padding: 70px 0 70px 0;
}

.guests {
    padding: 70px 0 70px 0;
}

.schedule-box {
    position: relative;
    /*background-color: #fff;*/
    color: #000;
    text-align: left;
    margin: 0 30px 0 30px !important;
}

.schedule-box::before {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    /*border: 1px solid #fff;*/
}

@media (min-width: 992px) {
    .schedule-box {
        margin: 0;
    }
}

.section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 35px;
    text-transform: uppercase;
    text-align: center;
}


/*Optimizing for all devices*/

@media (min-width: 640px) and (max-width:1024px) {
    .main-container {
        width: 101% !important;
        height: 200% !important;
    }
}

@media (min-width: 470px) and (max-width:640px) {
    .main-container {
        width: 102% !important;
        height: 105% !important;
    }
}

@media (min-width: 320px) and (max-width:479px) {
    .main-container {
        width: 105% !important;
        height: 200% !important;
    }
    .page-title {
        font-size: 1.4rem;
        font-weight: bold;
    }
}

@media (min-width: 320px) and (max-width:425px) {
    .schedule-box h4 {
        font-size: 1.1rem !important;
    }
    .schedule-box b {
        font-size: 0.8rem !important;
    }
    .schedule-box h5 {
        font-size: 0.8rem !important;
        font-weight: bold !important;
    }
    .schedule-box p {
        font-size: 0.75rem !important;
    }
    .schedule-box h6 {
        font-size: 0.9rem !important;
        font-weight: bold !important;
        color: #203C3D !important;
    }
    .schedule-box h8 {
        font-size: 0.85rem !important;
    }
}

h6 {
    color: #203C3D !important;
    font-weight: bold !important;
}

h5 {
    font-weight: bold !important;
}

/*
@media (max-width: 1151px){
.embed-responsive-16by9 {
    padding-bottom: 60% !important;
  }
}
*/