@font-face {font-family:'DMSerifText'; src:url(fonts/dmseriftext-regular-webfont.woff) format("woff"), src:url(fonts/dmseriftext-regular-webfont.woff2) format("woff2");}

@font-face {font-family:'Roboto-Light'; src:url(fonts/roboto-light-webfont.woff) format("woff"), src:url(fonts/roboto-light-webfont.woff2) format("woff2") ;}

body {
  font-family: 'Roboto-Light' !important;
  margin:0;
  padding:0;
  font-size: 24px;
  background-color: #DFE7F1;
  background-size: cover;
  color:black;
}

logos {}

linktext{}

button {font-family: "DMSerifText" !important; background-color:blue; color:white; font-size: 22px; border-radius: 6px;align-content: center;}

/*Everything goes inside here.*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  align-self: center;
  }
  
.title {font-size: 40px; text-align: center;}

mark {background-color:#DFE7F1; color:black; font-family:"DMSerifText" !important; padding: 0.0em 0.25em;}

mark2 {background-color:lightsteelblue; color:black; font-family:"DMSerifText" !important; padding: 0.0em 0.25em;}
  
/*Basic box code that is used for all content boxes on the page.*/


.box {
  border: 0px solid black;
  padding: 0.25em 0.25em;
  padding-bottom: 20px;
  align-self: center;
  }

.box1 {
    background-color:#DFE7F1;
    background: cover;
    padding: 0.25em 0.25em;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
}

.box2 {
    background-color:lightsteelblue;
    background: cover;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: black;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 12%;
    padding-right: 12%;
    top: 0;
    overflow: hidden;
}

.box5 {
    background-color:lightsteelblue;
    background: cover;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: black;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 12%;
    padding-right: 12%;
    top: 0;
    font-size: 18px;
    overflow: hidden;
}

.box3 {
    background: #DFE7F1;
    background: cover;
    padding: 0.5em 1em;
    color: black;
    overflow: hidden;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 80px;
    font-size: 18px;
}

.titlebox {
    background: #DFE7F1;
    background: cover;
    padding: 0.5em 1em;
    color: black;
    overflow: hidden;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 80px;
    padding-bottom: 0px;
    font-size: 18px;
}

.titlebox2 {
    background: #DFE7F1;
    background: cover;
    padding: 0.5em 1em;
    color: black;
    overflow: hidden;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 18px;
}

.box4 {
    background: #DFE7F1;
    background: cover;
    color: black;
    overflow: hidden;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 0px;
    padding-bottom: 80px;
    font-size: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

linktext{
    font-size:16px; 
    }

.box7 {
    background: #DFE7F1;
    background: cover;
    color: black;
    overflow: hidden;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 0px;
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    font-size: 18px;
}
  
/*This is where the title, navbar, and main content all go.*/
.main-wrapper {
  align-self: center;
  }
  
/*Two columns by default. The "single-column" class can be added to make it one column.*/
.main {
  columns: 1;
  }
  
/*Make sure boxes don't spread over multiple columns.*/
.main .box {
  display: inline-block;
  }
  
.footer {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 12px;
  text-align: center;
  }

@media(max-width:915px) {
  .wrapper, .body, .text {    
    width: 95%;
    }
    
  .main-wrapper, .body, .text {
    width: calc(100% - 225px);
    align-self: center;
    }
  }

@media (orientation: portrait), (max-width: 480x) {
body, .box1, .box5, .box3, .box7, .box4{
    font-size:40px !important;
    }

@media (orientation: portrait), (max-width: 480x) {
linktext{
    font-size:40px !important;
    }
    
@media (orientation: portrait), (max-width: 480x) {
   .title, .titlebox, .titlebox2 {
    font-size:70px !important;
    }
    
@media (orientation: portrait), (max-width: 480x) {
   .footer {
    font-size:30px !important;
    }
  
@media (orientation: portrait), (max-width: 480x) {
  .box1 {
    position:relative;
    }

@media (orientation: portrait), (max-width: 480x) {
  button {
    width:100%;
    font-size:1.2em !important;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
@media (orientation: portrait), (max-width: 480x) {
   img {
       max-width: 180% !important;
       height: auto !important;
       }
    
@media (orientation: portrait), (max-width: 480x) {
   .box4 img {
       width: auto !important;
       height: 200px !important;
       }
    
@media (orientation: portrait), (max-width: 480x) {
.box4 {
    display: grid;
    grid-template-columns: 1fr;
}
    
@media (orientation: portrait), (max-width: 480x) {
.box7 {
    display: grid;
    grid-template-columns: 1fr;
    padding-right: 12%;
}
    
@media (orientation: portrait), (max-width: 480x) {
iframe{
    display:none;
    width: auto !important;
    height:600px !important;
    align-self: center;
    }
    
@media (orientation: portrait), (max-width: 480x) {
   .box5 img {
       width: auto !important;
       height: 300px !important;
       }
    
@media (orientation: portrait), (max-width: 480x) {
   .box2 img {
       width: auto !important;
       height: 800px !important;
       float: center;
    }
  
  }