header {
    text-align: center;
}

header img {
    width: 20%;
    margin-bottom: -3.5%;
    position: relative;
    z-index: 10;
    border-radius: 15%;
}

body {
    font-family: sans-serif;
    background-color: rgb(220, 220, 221);
    margin: 2% 15% 2% 15%;


}

body h2 {
    text-align: center;
    color: rgb(88, 82, 82);
    padding: 10px 0 10px 0;

}

.myBody {

    margin: 15px;
    border: 1.9px solid rgb(0, 0, 0);
    border-radius: 34px;
    box-shadow: 4px 5px #141414;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.781);
}

.myBody div {
    margin: auto;
    min-height: 400px;
    padding: 2%;
}

#sideInfo {
    
    margin-top: 10px;
    float: left;
    width: 33%;
   
}

#mainContent {

    overflow: hidden;
    margin: 10px;
    min-height: 170px;
    border-left: 4px dotted rgb(122, 121, 121);

}

/*#mainContent img {
    width: 50%;
    margin-left: 25%;
}
*/

#logo img {
    max-width: 120px;
    margin: 0 20px 10px 0;
    float: left;
}

#main_photo {
    width: 100%;
}

.map {
    text-align: center;
    min-height: 300px !important;
}

.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.myBody h2 {
    border-top: 1px rgba(0, 0, 0, 0.37) solid;
    border-bottom: 1px rgba(0, 0, 0, 0.37) solid;
    font-size: 18px;
}

#mainContent ol {
    list-style: circle;

}

#sideInfo ul {
    list-style: none;
}

#sideInfo a {
    text-decoration: none;
    color: rgb(24, 21, 21);
}

footer {
    text-align: center;
}

footer a {
    color: rgb(255, 5, 5);
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    header img {

        width: 20%;
        margin-bottom: -6.5%;
        position: relative;
        z-index: 10;
        border-radius: 10%;

    }

    #sideInfo {
        float: none;
        margin-right: 0;
        width: auto;
        border: 0;
        border-bottom: 2px solid #000;
    }

    #mainContent {

        overflow: hidden;
        margin: 10px;
        min-height: 170px;
        border-left: 0px;
    }

    footer {
        font-size: 13px;

    }

    body {
        font-size: 16px;
        margin: 1% 4% 1% 4%;
    }
}