/*------------------------General Codes Start-------------------------------- */
*{
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", sans-serif;
}
p{
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #6c757d;
}
@media only screen and (max-width: 600px) {
    footer p{
        font-size: 16px !important;
    }
    h2{
        font-size: 20px !important;
    }
    h6{
     font-size: 0.7rem !important;
    }
    body{
        font-size: 14px !important;
    }
    #pnot{
        font-size: 14px;
    }
}
body{
    background-image: url("../img/theme.jpg");
    background-size: cover;
}
.container{
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.05);
}
/*------------------------General Codes Finish------------------------------- */

/*------------------------Navbar Start----------------------------------- */
nav .navbar-nav .nav-link:hover{
    background-color: #dcdcdc;
}
nav .navbar-nav li a{
    color: #000;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}
.dropdown:hover .dropdown-menu{
    display: block;
    margin-top: 0;
}
.dropdown .dropdown-menu{
    display: none;
    background-color: transparent;
}
nav .navbar-nav .dropdown-item {
    background-color: #fff;
}
nav .navbar-nav .dropdown-item:hover{
    background-color: #1E3A8A;
    color: #fff;
}
nav .hamburger{
    color: #000;
}
.navbar img{
    padding: 0;
    margin: 0;
    width: 100px;
    height: 100px;
}
nav.stickyadd .hamburger{
    color: #000;
}
nav .navbar-nav li img{
    height: 30px;
    width: 30px;
    margin-top: 5px;
}
.navbar-nav li{
    padding: 5px;
}
.navbar-nav {
    margin-left: 20px;
}
/*-------------------------Navbar Finish--------------------------------- */

/*-------------------Honorary Presidents Start------------------------- */
#honoraryPresidents{
    padding-bottom: 20px;
    margin-top: 116px;
    scroll-margin-top: 100px;
}
#honoraryPresidents .container{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.15);
    padding-bottom: 30px;
}
@media only screen and (max-width: 600px){
    #honoraryPresidents .container{
        border-radius: 0px !important;
    }
}
#honoraryPresidentsTitle{
    justify-content: center;
    text-align: center;
    font-weight: bold;
    color: #1E3A8A;
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
}
.row{
    padding-left: 15px;
    padding-right: 15px;
}
#honoraryPresidents h6{
    font-weight: bold;
}
.card-body img{
    width: 150px;
    height: 150px
}
.card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.2);
}
.card-body h6{
    color: #1E3A8A;
    padding-left: 10px;
    padding-right: 10px;
}
.col{
    margin-bottom: 20px;
}
.social-link {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 1rem;
    box-shadow: 0 1px 8px 1px rgba(0,0,0,0.15);
}
.social-link:hover,
.social-link:focus {
    background: #ddd;
    text-decoration: none;
    color: #555;
}
#sofiaRectorProfile{
    line-height: 17px;
}
/*-------------------Honorary Presidents Finish----------------------- */

/*------------------Conference Presidents Start---------------------------- */
#conferencePresidents{
    margin-bottom: 20px;
    scroll-margin-top: 100px;
}
#conferencePresidents .container{
    border-radius: 20px;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.15);
    padding-bottom: 30px;
}
@media only screen and (max-width: 600px){
    #conferencePresidents .container{
        border-radius: 0px !important;
    }
}
#conferencePresidentsTitle{
    text-align: center;
    justify-content: center;
    font-weight: bold;
    color: #1E3A8A;
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
}
#conferencePresidents h6{
    font-weight: bold;
}
/*------------------Conference Presidents Finish-------------------------- */

/*----------------Conference Vice Presidents Start-------------------------- */
#conferenceVicePresidents{
    margin-bottom: 20px;
    scroll-margin-top: 100px;
}
#conferenceVicePresidents .container{
    border-radius: 20px;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.15);
    padding-bottom: 30px;
}
@media only screen and (max-width: 600px){
    #conferenceVicePresidents .container{
        border-radius: 0px !important;
    }
}
#conferenceVicePresidentsTitle{
    text-align: center;
    justify-content: center;
    font-weight: bold;
    color: #1E3A8A;
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
}
#conferenceVicePresidents h6{
    font-weight: bold;
}
/*----------------Conference Vice Presidents Finish----------------------- */

/*-----------------Organizing Committee Start--------------------- */
#organizingCommittee{
    margin-bottom: 20px;
    scroll-margin-top: 100px;
}
#organizingCommittee .container{
    border-radius: 20px;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.15);
    padding-bottom: 30px;
}
@media only screen and (max-width: 600px){
    #organizingCommittee .container{
        border-radius: 0px !important;
    }
}
#organizingCommitteeTitle{
    text-align: center;
    justify-content: center;
    font-weight: bold;
    color: #1E3A8A;
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
}
/*-----------------Organizing Committee Finish--------------------- */

/*-----------------Scientific Committee Start----------------------- */
#scientificCommittee{
    margin-bottom: 20px;
    scroll-margin-top: 100px;
}
#scientificCommittee .container{
    border-radius: 20px;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.15);
    padding-bottom: 30px;
}
@media only screen and (max-width: 600px){
    #scientificCommittee .container{
        border-radius: 0px !important;
    }
}
#scientificCommitteeTitle{
    text-align: center;
    justify-content: center;
    font-weight: bold;
    color: #1E3A8A;
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
}
/*-----------------Scientific Committee Finish----------------------- */


/*-----------------Congress Secretary Start----------------------- */
#congressSecretary{
    margin-bottom: 20px;
    scroll-margin-top: 100px;
}
#congressSecretary .container{
    border-radius: 20px;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.15);
    padding-bottom: 30px;
}
@media only screen and (max-width: 600px){
    #congressSecretary .container{
        border-radius: 0px !important;
    }
}
#congressSecretaryTitle{
    text-align: center;
    justify-content: center;
    font-weight: bold;
    color: #1E3A8A;
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
}
#congressSecretary h6{
    font-weight: bold;
}
/*-----------------Congress Secretary Finish----------------------- */

/*------------------Footer Start---------------------- */
footer li a{
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 22px;
    border: 3px solid #d4d4d4;
    border-radius: 50%;
    text-align: center;
}
footer li:nth-child(1) a:hover{
    color: #3b5998;
}
footer li:nth-child(2) a:hover{
    color: #00acee;
}
footer li:nth-child(3) a:hover{
    color: #E1306C;
}
/*------------------Footer Finish---------------------- */