/* General styles */
body, html {
    height: 100%;
    margin: 0;
    font-family: sans-serif;
}
p{
    margin: 0px !important;
}

/* Header styles */
.heading{
    width: 100%;
    background-color: dimgrey;
    position: fixed;
    z-index: 7;
}

@media only screen and (max-width: 600px) {
    #mylinks{
        display: none;
    }
}

.cover{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(images/cover.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.cover-content{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

/* Main content styles */

/* About us styles */

.about_us_head{
    background-color: #478ac9;
    text-align: center;
    color: white;
}
.about_us_content{
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    font-size: 18px;
}

/* Our Team styles */

.our_team_head{
    background-color: #478ac9;
    text-align: center;
    color: white;
}

.card-body{
    text-align: center;
}

.cooperation-text{
    margin-left: 8%;
    margin-right: 8%;
    text-align: justify;
}
.cooperation-image{
    margin: auto;
    width: 50%;
}
@media only screen and (max-width: 600px) {
    .cooperation-image{
        margin: auto;
        width: 70%;
    }
}

/* Scientific Projects styles */

@media only screen and (max-width: 600px) {
    .scientific_projects_content{
        margin-right: 5%;
        text-align: justify;
    }
}
.scientific_projects_head{
    background-color: #478ac9;
    text-align: center;
    color: white;
}

.scientific_projects_content{
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    font-size: 18px;
}

.scientific_projects_image{
    margin: auto;
    width: 50%;
}
@media only screen and (max-width: 600px) {
    .scientific_projects_image{
        margin: auto;
        width: 70%;
    }
}

/* Training Center styles */

.training_center_head{
    background-color: #478ac9;
    text-align: center;
    color: white;
}
.training_center_content{
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    font-size: 18px;
}
.training_center_image{
    margin: auto;
    width: 50%;
}

/* Scientific Events styles */

.scientific_events_head{
    background-color: #478ac9;
    text-align: center;
    color: white;
}
.scientific_events_content{
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    font-size: 18px;
}
.scientific_events_image{
    margin: auto;
    width: 50%;
}

/* Our Partners styles */

.our_partners_head{
    background-color: #478ac9;
    text-align: center;
    color: white;
}

.our_partners_content{
    margin-left: 5%;
    margin-right: 5%;
    font-size: 18px;
}

.card{
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    border: 1px solid black !important;
}

#wider{
    padding-top: 10%;
}

#highter{
    width: 90%;
    margin: auto;
}

/* Contacts styles */

.contacts_head{
    background-color: #478ac9;
    text-align: center;
    color: white;
}

.contacts_content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 5px;
}

.info-block{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 15px;
}

.info-image{
    width: 100px;
    margin-right: 5px;
}