/** {*/
/*    box-sizing: border-box;*/
/*}*/
@import url("partials/ribbon-banner.974db64a50e9.css");

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    color: #555;
    width: 100%;
    overflow-x: hidden;


}


.content-block {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.button-type-1 {
    background-color: #112d5d;
    color: white;
    font-size: 1.25rem;
    width: 100%;
    max-width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.lato-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: background-color .3s, color .3s;
}


#header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color .3s;


}

#header img {
    height: 30px;
    width: 30px;
}

.header_nav ul {
    display: flex;
    justify-content: space-between;
}

.navbar_socials ul {
    display: flex;
    justify-content: space-around;
}

a {
    text-decoration: none;
}

.header_donate {
    height: 69px;
    align-content: center;
}

.header_donate a {
    height: 69px;
    background: #112d5d;
    text-decoration: none;

}


