@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;

}

body {
    background-color: #f3f5f9;
}

.wrapper {
    display: flex;
    position: relative;
}

.wrapper .sidebar {
    width: 200px;
    height: 100%;
    background: #0e1792;
    padding: 30px 0px;
    position: fixed;
}

.wrapper .sidebar h2 {
    color: #fff;
    font-family: 'Noto Serif', serif;
    text-decoration: none;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.wrapper .sidebar .pages ul li {
    padding: 15px;
    border-bottom: 1px solid #bdb8d7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-family: 'Tangerine';
    text-decoration: none;
    font-size: 40px;
	
}

.wrapper .sidebar .pages ul li a {
    color: #dbd8d8;
    display: block;
}

.wrapper .sidebar .pages ul li a .fas {
    width: 25px;
}

.wrapper .sidebar .pages ul li:hover {
    background-color: #009dff;
}

.wrapper .sidebar .pages ul li:hover a {
    color: #fff;
}

  a.rhome  {
    font-size: 39px;
    font-family: 'Caveat', cursive;
} 

  a.rdonat {
    font-size: 39px;
    font-family: 'Caveat', cursive;
}

a.rgallery {
    font-size: 39px;
    font-family: 'Caveat', cursive;
}

a.rcontact {
    font-size: 37px;
    font-family: 'Caveat', cursive;
}

.wrapper .sidebar .social_media {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.wrapper .sidebar .social_media a {
    display: block;
    width: 40px;
    background: #2931a1;
    height: 40px;
    line-height: 45px;
    text-align: center;
    margin: 0 5px;
    color: #AFE0FF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.language {
    margin-top: px;
}

.language li {
    font-size: 20px;
    padding: 10px 15px;
    text-align: left;
    color: #dbd8d8;
}

.language a {
    display: block;
    padding: 10px 15px;
    color: #dbd8d8;
}

.language a:hover {
    color: #ff4136;
}

.wrapper .main_content {
    width: 100%;
    margin-left: 200px;
    
}

.wrapper .main_content .header {
    padding: 20px;
    background: #fff;
    color: #717171;
    border-bottom: 1px solid #e0e4e8;

}

.wrapper .main_content .info {
    margin: 20px;
    color: #000;
    line-height: 25px;
    font-family: 'Noto Serif', serif;
    text-decoration: none;
    font-size: 40px;
    line-height: 1.25;
    background-color: rgba(212, 255, 255, 0.233);
}

.wrapper .main_content .info div {
    margin-bottom: 20px;
}

@media (max-height: 500px) {
    .social_media {
        display: none !important;
    }
}


/* On screens that are less than 700px wide, make the sidebar into a topbar */

@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }
    .sidebar a {
        float: left;
    }
    div.content {
        margin-left: 0;
    }
}


/* On screens that are less than 400px, display the bar vertically, instead of horizontally */

@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}

.bg_img {
    width: 100%;
}