html {
    width: 100%;
    height: 100%;
  }
body {
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
  }
h1, h2, h3, h4, h5 {
    font-family: Merriweather;
    width: 100%;
    text-align: center;
    color: #436bbb;
}
.mainWrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-wrap: nowrap;
}
.mainWrapper_left {
   position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 30%;
}
.mainWrapper_right {
   position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 70%;
    flex-wrap: wrap;
}
.mainWrapper_alt {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-wrap: nowrap;
}
.mainWrapper_left_alt {
   position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 50%;
}
.mainWrapper_left_alt > p {
    font-family: Merriweather; width: 90%; margin-left: 5%; font-size: 3vmax; color: #436bbb;border-right: 1px black solid
}
.mainWrapper_right_alt {
   position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 50%;
    flex-wrap: wrap;
}
.mainWrapper_right > p {
    width: 90%;
    text-align: right;
    margin-right: 5%;
}
.mainWrapper_head1 {
    font-family: Merriweather;
    font-size: 4.5vmax;
}
.mainWrapper_sub1 {
    font-family: Calibri;
    font-size: 2vmax;
}
.mainWrapper_sub2 {
    font-family: Calibri;
    font-size: 1.7vmax;
}
.menu_button {
    position: fixed;
    display: flex;
    width: 100%;
    height: 3em;
    z-index: 5;
    opacity: 0.8;
    flex-direction: row;
    align-items: center;
    background-color: #e7e7e7;
}
.menu_brand {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    width: 80%;
    height: 2.5em;
}
.menu_brand > p {
    width: 90%;
    margin-left: 5%;
    text-align: left;
    font-family: Merriweather;
    color: #436bbb;
    font-weight: bold;
}
.menu_brand > p > a {
    text-decoration: none;
    color: #436bbb;
    cursor: pointer;
}
.menu_button_button {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    width: 20%;
    height: 2.5em;
}
.menu_button_button >p {
    font-family: Calibri;
    font-size: 2em;
    width: 80%;
    margin-right: 5%;
    text-align: right;
    cursor: pointer;
}
.menu {
    position:fixed;
    z-index: 10;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #131313;
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    align-items: baseline;    
}
.menu_top {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 25%;
}
.menu_top > p {
    width: 100%;
    text-align: center;
}
.menu_top > p > span > a {
    text-decoration: none;
    color: #436bbb;
}
.menu_top_head {
    font-family: Merriweather;
    font-size: 2.5vmax;
    color: #f3f3f3;
}
.menu_top_head_2 {
    font-family: Calibri;
    font-size: 1.2em;
    color: #f3f3f3;
}
.menu_bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 65%;
    align-items: center;
    flex-wrap: wrap;
}
.menu_bottom > div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    width: 50%;
    height: 100%;
    flex-wrap: wrap;
}
.menu_bottom > div >p {
    width: 100%;
    text-align: center;
}
.menu_bottom > div > p > a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#f3f3f3;
    text-decoration: none;
    font-family: calibri;
    background-color: #131313;
    transition: ease-in-out, background-color 1s;
}
.menu_bottom > div > p > a:hover {
    background-color: #f3f3f3;
    transition: ease-in-out, background-color 1s;
    color: #131313;
}
.menu_down {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 10%;
    align-items: center;
    flex-wrap: wrap;
    justify-content:space-around; 
    flex-wrap: nowrap;
}
.menu_down > p {
    width: 100%;
    text-align: center;
}
.menu_down > p > a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#f3f3f3;
    text-decoration: none;
    font-family: calibri;
    background-color: #131313;
    transition: ease-in-out, background-color 1s;
}
.menu_down > p > a:hover {
    background-color: #f3f3f3;
    transition: ease-in-out, background-color 1s;
    color: #131313;
}
.close_button {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 6;
}
.close_button > p {
    color: #f3f3f3;
    width: auto;
    height: auto;
    cursor: pointer;
}
.content_wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}
.content_wrapper > h1 {
    margin-top: 2em;
    width: 100%;
}
.content_wrapper_left, .content_wrapper_right {
    position: relative;
    display:flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 50%;
}
.content_para {
    width: 60%;
    margin-left: 20%;
    font-family: calibri;
    font-size: 1.2em;
    margin-bottom: 3em;
    text-align: justify;
}
.content_para > a {
    color: #436bbb;
    text-decoration: none;
    font-family: calibri;
    transition: ease-in-out, color 1s;
}
.content_para > a:hover {
    color: #222222;
    transition: ease-in-out, color 1s;
}
.cards_main {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.cards_main_header {
    display: flex;
    position: relative;
    height: 15%;
    width: 100%;
    flex-direction: row;
    align-items: center;
}
.content_wrapper_cards_main {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items:center;
    width: 100%;
    height: 85%;
    flex-wrap: nowrap;
    align-content: space-around;
}
.content_wrapper_top {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 10%;
}
.content_wrapper_bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 90%;
}
.content_wrapper_cards {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content:space-around; 
    flex-wrap: nowrap;
}
.content_card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    height: 70%;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 4px 4px 8px #d1d1d1;
}
.content_card > p {
    width: 80%;
    text-align: center;
    font-family: Calibri;
    font-size: 1.2em;
}
.content_card > p > a {
    text-decoration: none;
    color: #436bbb;
    transition: ease-in-out, color 1s;
}
.content_card > p > a:hover {
    color: #222222;
    transition: ease-in-out, color 1s;
}
footer {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 3em;
    background-color: #222222;
}
footer > p {
    width: 100%;
    text-align: center;
    word-spacing: 1.5em;
}
footer > p > a {
    color: #436bbb;
    text-decoration: none;
    font-family: calibri;
    transition: ease-in-out, color 1s;
}
footer > p > a:hover {
    color: #f3f3f3;
    text-decoration: none;
    font-family: calibri;
    transition: ease-in-out, color 1s;
}
.card_wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    height: 80%;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 4px 4px 10px #afafaf;
    margin-left: 2.5%;
}
.card_wrapper_top {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 15%;
    align-items: center;
    background-color: #436bbb;
}
.card_wrapper_top > h2 {
    color: #f8f8f8;
} 
.card_wrapper_content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 70%;
    align-items: center;
    background-color: #ffffff;
}
.card_wrapper_content_left {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40%;
    height: 100%;
    align-items: center;
    background-color: #c76161;
    background-position: center;
    background-size: cover;
}
.card_wrapper_content_right {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: #ffffff;
}
.card_wrapper_content_right > p {
    width: 75%;
    margin-left: 12.5%;
    text-align: justify;
    font-family: calibri;
    font-size: 1em;
}
.card_wrapper_content_right > p > b > a {
    text-decoration: none;
    color: #436bbb;
    cursor: pointer;
    transition: ease-in-out, color 1s; 
    font-family: calibri;
}
.card_wrapper_content_right > p > b > a:hover {
    text-decoration: none;
    color: #535353;
    cursor: pointer;
    transition: ease-in-out, color 1s; 
    font-family: calibri;
}
.card_wrapper_link {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20%;
    align-items: center;
    background-color: #ffffff;
}
.card_wrapper_link > p {
    width: 80%;
    text-align: center;
    margin-left: 10%;
}
.card_wrapper_link > p > a {
    text-decoration: none;
    color: #436bbb;
    cursor: pointer;
    transition: ease-in-out, color 1s; 
    font-family: calibri;
}
.card_wrapper_link > p > a:hover {
    text-decoration: none;
    color: #575757;
    cursor: pointer;
    transition: ease-in-out, color 1s; 
}

@media only screen and (max-width: 1024px) {
.menu {
    width: 70%;
}
.content_para {
    width: 70%;
    margin-left: 15%;
}
.cards_main {
    height: auto;
}
.content_wrapper_cards_main {
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
}
.card_wrapper {
    width: 70%;
    margin-top: 2em;
    margin-bottom: 2em;
    height: 100%;
}
.content_wrapper_cards { 
    flex-wrap: wrap;
    flex-direction: row;
    height: auto
}
.content_card {
    width: 70%;
    margin-bottom: 3em;
}
}

@media only screen and (max-width: 630px) {
.menu {
    width: 100%;
}
.content_para {
    width: 90%;
    margin-left: 5%;
}
.content_card {
    width: 80%;
}
.mainWrapper_alt {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    flex-wrap: wrap;
}
.mainWrapper_left_alt {
   position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%;
}
.mainWrapper_left_alt > p {
    border: none;
    margin-top: 3em;
    font-size: 4vmax;
    text-align: justify;
}
.mainWrapper_right_alt {
   position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
}
.mainWrapper_head1 {
    font-size: 5vmax;
}
.mainWrapper_sub1 {
    font-size: 3vmax;
}
.mainWrapper_sub2 {
    font-size: 3vmax;
}
.card_wrapper {
    width: 85%;
    margin-top: 2em;
    margin-bottom: 2em;
    height: 100%;
}
}