/*----COLOR SCHEME------*/
/*color: #115F7C; dark blue color-- wording
color: #b87070; pink color -- logo
color: #1E2145; dark purple color -- body text*/

/*FUll screen size*/
/*----HEADER------*/
.head {
    width: 100%;
    height: 120px;
    background-color: white;
    display: flex; 
    justify-content: space-evenly;
    align-items: center;
}

#alwaysblock{
    display:block;
}

.info-header{
    font-size: 15px;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 20px;
    text-align: right;
    width: 35vw;
    color: #1E2145;
}

.info-header a{
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #1E2145;
    font-size: 15px;
    line-height: 20px;
}

.info-header a:hover{
    color: #E87979;
    text-decoration: underline;
}

#logo-h {
    float: left;
    width: 32vw;
    height: 6.5vw;
    max-height: 110px;
}

/*-----NAVIGATION BAR------*/

.container nav ul li.active{
    box-shadow: inset 0 4px #E87979;
}

.container nav ul li a.active{
    color: #E87979;
}

.container nav {
width:100%;
background-color: rgb(64, 108, 133);
height: 52px;
z-index: 999;
}

.container nav ul li a {
    text-decoration: none;
    color: #FDFBE7;
}

.container nav ul {
    visibility: visible;
    list-style: none;
    height: 100%; /*inherits height*/
    width: 75%;/*%*/
    margin: 0 auto;/*place unordered list in center of nav*/
    transition: all 0.5s ease;
}

.container nav ul li {
    width: 24%;  /*5 list items 19%, when 4 make 24%*/
    float: left;
    text-align: center;
    color: #FDFBE7;
    padding: 15px 15px;
    font-size: 18px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor:pointer;
    transition: all 0.5s ease;
    position:relative;
}

.container nav ul li a:hover{
    color: #E87979; /*when hovering text turns to pink*/
}

.container nav ul li:hover{
    box-shadow: inset 0 4px #E87979;
}

.container nav ul li ul.sub-nav{
    position: absolute;
    background-color: rgb(64, 108, 133);
    width: 102%;
    height: 160px;
    box-shadow:1px 1px 2px rgba(0,0,0,0.14), -1px 0px 1px rgba(0,0,0,0.14);
    top: 50px;
    left: 0px;
    /*visibility: hidden;*/
    opacity: 0;
}

.container nav ul li ul.sub-nav li{
    color: #FDFBE7;
    font-size: 16px;
    width: 100%;
    padding: 15px 0px;
    right: 18px;
}

.container nav ul li ul.sub-nav li a:hover{
    color: #E87979; /*when hovering text turns to pink*/
    
}

.container nav ul li ul.sub-nav li:hover{
    box-shadow: 0 0;
}

.container nav ul li:hover ul.sub-nav,
.container nav ul li:focus ul.sub-nav,
.container nav ul li:active ul.sub-nav{
    visibility: visible;
    opacity: 1;
}

/*----------pictures-------------*/
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
/*.mySlides {display: none;}*/
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;  /*50%*/
  position: relative;
  text-align: center;
  /*margin: auto;*/
  height: auto;
  
/*max-height: 620px;*/
 z-index: -1000;
 color:rgb(64, 108, 133);
 font-family: Arial, Helvetica, sans-serif;
 font-size: 30px;
 overflow-x: hidden;
 overflow-y: hidden;
}

.slideshow-slide{
    width: 100%;
    height: auto;
    overflow-x: hidden;
    display: flex;
}

/* For landscape slideshow pictures 100% width */

@media screen and (orientation: landscape) {
    .slideshow-slide{
        width: 100%;
        height: auto;
        overflow-x: hidden;
        display: flex;
    }
}

/*----CAPTION TEXT------*/

.text {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -85%);
  padding: 20px; 
  background-color: rgba(255,255,255,0.6);
}

/*----FADING ANIMATION------*/
.fade {
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -o-animation-name: fade;
  -ms-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@-moz-keyframes fade{
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*----BODY------*/
body {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    color: #1E2145;
    overflow-x: hidden;
    }
    
a{
    text-decoration: none;
    color: black;
}
    
a:hover {
    text-decoration: underline;
    color: #b87070;
}

.center{
    max-width:70%;
    margin: 0 auto;
}

hr 
{
    border-top: 2px solid;
    color: rgb(30, 33, 69, 0.7); 
}

#boldfont {
    
text-align: center;
line-height: 250%;
color: #115F7C;
font-family: pelago, sans-serif;
font-weight: 400;
font-style: italic;
max-width: 100%;
font-size: 135%;
letter-spacing: 2px;
margin: 80px 0px;

}

#regfont{
    margin-top:60px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
    color: #1E2145;
   /* text-align: justify;
    text-justify: inter-word;*/
    margin-bottom: 60px;
}

.left{
    float: left;
    width:230px;
    height:290px;
    margin-top: 60px;
    margin-bottom: 10px;
    margin-right: 30px;
}

.home{
 text-decoration: underline;
}

html, body {
    height:100%;
    padding:0px;
    margin:0px;
    z-index: -100;
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper{
    min-height: 100%;
    margin-bottom: -265px;
}

.main{
    min-height: 100%;
}


/*----FOOTER----*/

footer section p {
    text-align: center;
}

#logo-footer{
    float:left;
    width:300px;
    height:75px;
}

.footer, .push{
    height: 265px;
}

.footer {
    clear: both;
    width: 100%;
    position: relative;   
    font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-content {
    background-color: rgb(17, 95, 124, 0.3);
    height: 240px;
    width: 100%;
    color: #115F7C;
    font-size: 95%;
    padding-top: 0px; 
    border-top: 5px solid #115F7C;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-content .contact{
    position: relative;
    bottom: 20px;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 140%;
}

.footer .footer-content .form{

    font-family:Arial, Helvetica, sans-serif;
    position: relative;
    bottom: 10px;
}

.footer a {
    text-decoration: none;
    color: #115F7C;
}

.footer a:hover {
    text-decoration: underline;
    color: #b87070;
}

.footer .footer-content .about .contact span {
    display: block;
    font-size: 1.0em;
    margin-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-bottom {
    background: rgb(17, 95, 124);
    height: 25px;
    width: 100%;
    text-align: center;
    color: #FDFBE7;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    position: absolute;
    line-height: 25px;
    font-size: 14px;
}

.text-input{

    padding: .7rem 1rem;
    width: 190px;
    display:inline-block;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

.btn {
   cursor: pointer;
   padding: .5rem 1rem;
    background: #115F7C;
    color: #FCF9D6;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-family: Arial, Helvetica, sans-serif;
}

.btn:hover{
    color: #FCF9D6;
    background: #0E5670;
}

/*----MOBILE SCREENS ONLY----*/
.burger div{
    width: 25px;
    height: 3px;
    background-color: #FDFBE7;
    margin: 5px;
}

.burger div{
    visibility: hidden;
}

/*----RESPONSIVE DESIGNS----*/
@media screen and (max-width: 1204px){
    /*----HEADER INFO----*/
    #nextline{
        display: block;
    }

    /*----NAVIGATION----*/
    .container nav ul {
        list-style: none;
        height: 100%; /*inherits height*/
        width: 100%;
        margin: 0 auto;/*place unordered list in center of nav*/
        transition: all 0.5s ease;
    }

    /*----CAPTION TEXT----*/
    .text {
        padding: 15px;
    }

    /*----BODY TEXT----*/
    .center{
        max-width:80%;
        margin:0 auto;
    }
}

@media screen and (max-width: 1024px){

    /*----SLIDESHOW FONT----*/
    .slideshow-container {
       font-size: 23px;
    }

    /*----HEADER----*/
    .head{
        padding:20px;
    }
    
    .info-header{
        font-family:Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 20px;
        text-align: right;
        width:35vw;
        color: #1E2145;
    }
    
    .info-header a{
        font-family:Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #1E2145;
        font-size: 13px;
        line-height: 20px;
    }

    /*----NAVIGATION TEXT----*/
    .container nav ul li {
        font-size: 16px;
    }

    /*----BOLD BODY TEXT----*/
    #boldfont {   
        line-height: 225%;
        max-width: 100%;
        font-size: 135%;
        letter-spacing: 2px;
    }

    /*----FOOTER----*/
    #logo-footer{
        width:270px;
        height:68px;
    }

    .wrapper{
        min-height: 100%;
        margin-bottom: -260px;
    }
    .footer, .push{
        height: 260px;
    }

    .footer {
        clear: both;
        width: 100%;
        position: relative;   
        font-family: Arial, Helvetica, sans-serif;
    }

    .footer .footer-content {
        background-color: rgb(17, 95, 124, 0.3);
        height: 240px;
        width: 100%;
        color: rgb(17, 95, 124);
        font-size: 75%;
        padding: 20px; 
        border-top: 5px solid #115F7C;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .footer .footer-content .contact{
        position: relative;
        bottom: 20px;
        font-family:Arial, Helvetica, sans-serif;
        float: left;
    }
    
    .footer .footer-content .form{
        font-family:Arial, Helvetica, sans-serif;
        position: relative;
        padding-top: 25px;
        max-width: 180px;
    }
    
    .footer a {
        text-decoration: none;
        color: #115F7C;
    }
    
    .footer a:hover {
        text-decoration: underline;
        color: #b87070;
    }
    
    .footer .footer-content .about .contact span {
        display: block;
        font-size: 0.5em;
        margin-top: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .footer .footer-bottom {
        background: rgb(17, 95, 124);
        height: 25px;
        width: 100%;
        text-align: center;
        color: #FDFBE7;
        font-family:Arial, Helvetica, sans-serif;
        margin: 0;
        position: absolute;
        line-height: 25px;
        font-size: 14px;
    }
    
    .text-input{
        padding: .6rem .9rem;
        width: 180px;
        display:inline-block;
        border-radius: 4px;
        border: 1px solid #e0e0e0;
        outline: none;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .btn {
        margin-top:10px;
        padding: .3rem .8rem;
        background: #115F7C;
        color: #FCF9D6;
        border-radius: .25rem;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .btn:hover{
        color: #FCF9D6;
        background: #0E5670;
        cursor: pointer;
    }

}

@media screen and (max-width: 836px){
    
    /*----HEADER INFO----*/
    #separator{
        display:none;
    }
    #phone{
        display:block;
    }

    .head {
        height: 110px;
    }
    
    .info-header{
        line-height: 17px;
    }
    
    .info-header a{
        line-height: 17px;
    }

    /*----NAVIGATION TEXT----*/
    .container nav ul li {
        font-size: 15px;
    }

    /*----BOLD BODY TEXT----*/
    #boldfont {   
        line-height: 190%;
        max-width: 100%;
        font-size: 125%;
        letter-spacing: 2px;
    }
   
}

@media screen and (max-width: 774px){

    /*----HEADER----*/
    .head {
        height: 100px;
    }

    #logo-h{
        max-height: 90px;
    }

    .info-header{
        font-size:11px;
        line-height: 14px;
    }
    
    .info-header a{
        font-size: 11px;
        line-height: 16px;
    }

    /*----NAVIGATION CHANGES TO BURGER----*/
    .container nav ul{
        position: absolute;
        right: 0px;
        height: 600px;
        top: 152px; /*same height as header + nav bar*/
        background-color: rgb(64, 108, 133);
        width: 50vw;  
        visibility: hidden;
    }

    .container nav ul li {
        width: 20vw; /*%*/  /*because 5 list items, when 4 make 24%*/
        text-align: center;
        color: #FDFBE7;
        margin-top: 35px;
        margin-bottom: 35px;
        margin-left:10vw;
        font-size: 16px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        cursor:pointer;
        transition: all 0.5s ease;
        right: 0px;
    }

.container nav ul li ul.sub-nav{
    position: absolute;
    background-color: rgb(64, 108, 133);
    width: 20vw;
    height: 165px;
    box-shadow:1px 1px 2px rgba(0,0,0,0.14), -1px 0px 1px rgba(0,0,0,0.14);
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}

.container nav ul li ul.sub-nav li{
    color: #FDFBE7;
    font-size: 14px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:0vw;
    
}

.container nav ul li ul.sub-nav li a:hover{
    color: #E87979; /*when hovering text turns to pink*/
    
}

.container nav ul li ul.sub-nav li:hover{
    box-shadow: 0 0;
}

.container nav ul li:hover ul.sub-nav,
.container nav ul li:focus ul.sub-nav, 
.container nav ul li:active ul.sub-nav {
    visibility: visible;
    opacity: 1;
}

    .burger div{
        visibility: visible;
        right: 0 px;   
        transition: all 0.3s ease;
    }

    .burger{
        float: right;
        margin-top: 12px;
        margin-right: 5vw;
    }

    .burger:hover{
        cursor: pointer;
    }

    .burger:hover .line1 {
        background-color: #E87979; /*when hovering text turns to pink*/
        cursor: pointer;
    }

    .burger:hover .line2 {
        background-color: #E87979; /*when hovering text turns to pink*/
        cursor: pointer;
    }

    .burger:hover .line3 {
        background-color: #E87979; /*when hovering text turns to pink*/
        cursor: pointer;
    }

    /*----BOLD BODY TEXT----*/
    #boldfont {   
        line-height: 190%;
        max-width: 100%;
        font-size: 115%;
        letter-spacing: 2px;
        margin: 60px 0px;
    }

/*----FOOTER----*/
#logo-footer{
    width:260px;
    height:60px;
}
.wrapper{
    min-height: 100%;
    margin-bottom: -260px;
}
.footer, .push{
    height: 260px;
}

.footer {
    clear: both;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-content {
    background-color: rgb(17, 95, 124, 0.3);
    width: 100%;
    color: #115F7C;
    font-size: 65%;
    border-top: 5px solid #115F7C;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-grid;
    grid-gap: 0vw 10vw;/*row,column*/
    grid-template-columns: minmax(45vw 45vw); /*how wide each column is*/
    grid-template-rows: 110px 75px;
    align-items: center;
    justify-content: center;
}

.footer .footer-content .logo{
    grid-column-start: 1;
    grid-column-end: 2;
    
}

.footer .footer-content .contact{
    position: relative;
    font-family:Arial, Helvetica, sans-serif;
    grid-column-start: 1;
    grid-row-start: 2;

}

.footer .footer-content .form{
    
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    font-family:Arial, Helvetica, sans-serif;
    position: relative;
    bottom: 20px;
}

.footer a {
    text-decoration: none;
    color: #115F7C;
}

.footer a:hover {
    text-decoration: underline;
    color: #b87070;
}

.footer .footer-content .about .contact span {
    display: block;
    font-size: 0.5em;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-bottom {
    background: rgb(17, 95, 124);
    height: 25px;
    width: 100%;
    text-align: center;
    color: #FDFBE7;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    position: absolute;
    line-height: 25px;
    font-size: 14px;
}

.text-input{

    padding: .6rem .9rem;
    width: 150px;
    display:inline-block;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

.btn {
    margin-top: 7px;
    padding: .3rem .7rem;
    background: #115F7C;
    color: #FCF9D6;
    border: 1px solid transparent;
    border-radius: .25rem;
    bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.btn:hover{
    color: #FCF9D6;
    background: #0E5670;
    cursor: pointer;
}    
}

@media screen and (max-width: 684px){
    /*----HEADER----*/
    #logo-h{
        width: 37vw;
        height: 8vw;
        max-height: 90px;
    }

    /*----NAVIGATION----*/
    .container nav {
        width:100%;
        background-color: rgb(64, 108, 133);
        height: 45px;
        z-index: 999;
    }

.container nav ul{
    position: absolute;
    right: 0px;
    height: 600px;
    top: 145px; /*same height as header + nav bar*/
    background-color: rgb(64, 108, 133);
    width: 34vw;  
    visibility: hidden;
}

.container nav ul li {
    width: 18vw; /*%*/  /*because 5 list items, when 4 make 24%*/
    text-align: center;
    color: #FDFBE7;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left:3vw;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor:pointer;
    transition: all 0.5s ease;
    right: 0px;
}

.container nav ul li ul.sub-nav{
position: absolute;
background-color: rgb(64, 108, 133);
width: 17vw;
height: 160px;
box-shadow:1px 1px 2px rgba(0,0,0,0.14), -1px 0px 1px rgba(0,0,0,0.14);
visibility: hidden;
opacity: 0;
z-index: 5;
}

.container nav ul li ul.sub-nav li{
color: #FDFBE7;
font-size: 12px;
width: 17vw;
margin-top: 0px;
margin-bottom: 0px;
margin-left:0vw;
right: 40px;
}

.container nav ul li ul.sub-nav li a:hover{
color: #E87979; /*when hovering text turns to pink*/

}

.container nav ul li ul.sub-nav li:hover{
box-shadow: 0 0;
}

.container nav ul li:hover ul.sub-nav,
.container nav ul li:focus ul.sub-nav, 
.container nav ul li:active ul.sub-nav{
visibility: visible;
opacity: 1;
}


.burger{
    margin-top: 8px;
    margin-right: 5vw;
}

.burger div{
    visibility: visible;
    right: 0 px;   
    transition: all 0.3s ease;
}

.burger:hover{
    cursor: pointer;
}

.burger:hover .line1 {
    background-color: #E87979; /*when hovering text turns to pink*/
    cursor: pointer;
}

.burger:hover .line2 {
    background-color: #E87979; /*when hovering text turns to pink*/
    cursor: pointer;
}

.burger:hover .line3 {
    background-color: #E87979; /*when hovering text turns to pink*/
    cursor: pointer;
}


    /*----SLIDESHOW TEXT----*/
    .text {
        padding: 10px;
     }
 
     .slideshow-container {
         min-width: 100%;  
         position: relative;
         text-align: center;
         height: auto;
        z-index: -1000;
        color:rgb(64, 108, 133);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        overflow-x: hidden;
        overflow-y: hidden;
        
     }

}

@media screen and (max-width: 624px){
   /*----HEADER----*/
    #logo-h{
        width: 43vw;
        height: 9vw;
        max-height: 90px;
    }

    .info-header{
        font-weight: bold;
        font-size:10px;
        line-height: 14px;
    }
    
    .info-header a{
        font-size: 10px;
        line-height: 14px;
       
    }

    /*----BODY TEXT----*/
    #boldfont {   
        line-height: 190%;
        font-size: 105%;
        letter-spacing: 1px;
        margin: 50px 0px;
    }
    #regfont{
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 180%;
        color: #1E2145;
        margin-top: 40px;
    }
    .left{
        float: left;
        width:200px;
        height:270px;
        margin-top: 40px;
        margin-bottom: 10px;
        margin-right: 30px;
    }

        /*navigation*/
         .container nav ul{
            width: 40vw;  
        }

    .container nav ul li {
        width: 23vw; /*%*/  /*because 5 list items, when 4 make 24%*/
        text-align: center;
        color: #FDFBE7;
        margin-top: 35px;
        margin-bottom: 35px;
        margin-left:3vw;
        font-size: 14px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        cursor:pointer;
        transition: all 0.5s ease;
        right: 0px;
    }

}

@media screen and (max-width: 568px){
    /*----IMG UNFLOAT----*/
    .left{
        float: none;
        padding: 0px;
        display: block;
        width:200px;
        height:270px;
        margin:0 auto;
        margin-top: 40px;
    }
    /*----HEADER----*/
    .info-header{
        width: 40vw;
    }
}

@media screen and (max-width: 514px){

    /*----HEADER----*/
    #logo-h{
        width: 47vw;
        height: 10.5vw;
        max-height: 90px;
    }
    .info-header{
        font-weight: bold;
        font-size:9.5px;
        line-height: 12.5px;
    }
    
    .info-header a{
        font-size: 9.5px;
        line-height: 12.5px;  
    }

    /*----BOLD BODY TEXT----*/
    #boldfont {   
        line-height: 190%;
        font-size: 95%;
        letter-spacing: 1px;
        margin: 50px 0px;
    }
  
    /*----NAVIGATION----*/
    .container nav ul{
        position: absolute;
        right: 0px;
        height: 600px;
        top: 145px; /*same height as header + nav bar*/
        background-color: rgb(64, 108, 133);
        width: 34vw;  
        visibility: hidden;
    }
    
    .container nav ul li {
        width: 25vw; /*%*/  /*because 5 list items, when 4 make 24%*/
        text-align: center;
        color: #FDFBE7;
        margin-top: 35px;
        margin-bottom: 35px;
        margin-left:0vw;
        font-size: 14px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        cursor:pointer;
        transition: all 0.5s ease;
        right: 14px;
        
    }
    
    .container nav ul li ul.sub-nav{
    position: absolute;
    background-color: rgb(64, 108, 133);
    width: 18vw;
    height: 140px;
    box-shadow:1px 1px 2px rgba(0,0,0,0.14), -1px 0px 1px rgba(0,0,0,0.14);
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    }
    
    .container nav ul li ul.sub-nav li{
    color: #FDFBE7;
    font-size: 10px;
    width: 18vw;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:0vw;
    right: 40px;
    }

/*----FOOTER----*/
#logo-footer{
    width:260px;
    height:60px;
}

.wrapper{
    min-height: 100%;
    margin-bottom: -340px;
}
.footer, .push{
    height: 340px;
}

.footer {
    clear: both;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-content {
    height:315px;
    background-color: rgb(17, 95, 124, 0.3);
    width: 100%;
    color: #115F7C;
    font-size: 65%;
    border-top: 5px solid #115F7C;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-grid;
    grid-gap: 11vw 3vw;/*row,column*/
    grid-template-columns: minmax(30vw 30vw); /*how wide each column is*/
    grid-template-rows: 10vw 10vw;
    align-items: center;
    justify-content: center;
}

.footer .footer-content .logo{
    
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    
}

#logo-footer{
    width: 150px;
    height: 35px;
    
}

.footer .footer-content .contact{
    position: relative;
    font-family:Arial, Helvetica, sans-serif;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-top: 30px;
    font-size: 9px;
}

.footer .footer-content .form{
    
    padding-top:2px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    font-family:Arial, Helvetica, sans-serif;
    position: relative;
    align-self: center;
    justify-self: center;
    text-align: center;
}

.footer a {
    text-decoration: none;
    color: #115F7C;
}

.footer a:hover {
    text-decoration: underline;
    color: #b87070;
}

.footer .footer-content .about .contact span {
    display: block;
    font-size: 0.5em;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-bottom {
    background: rgb(17, 95, 124);
    height: 25px;
    width: 100%;
    text-align: center;
    color: #FDFBE7;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    position: absolute;
    line-height: 25px;
    font-size: 14px;
}

.text-input{

    padding: .6rem .9rem;
    width: 160px;
    display:inline-block;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

.btn {
    margin-top: 7px;
    padding: .3rem .7rem;
    background: #115F7C;
    color: #FCF9D6;
    border: 1px solid transparent;
    border-radius: .25rem;
    bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.btn:hover{
    color: #FCF9D6;
    background: #0E5670;
    cursor: pointer;
}

}

@media screen and (max-width: 464px){

    /*----HEADER----*/
    #logo-h{
        width: 50vw;
        height: 10.5vw;
        max-height: 90px;
    }
    .info-header{
        font-weight: bold;
        font-size:9px;
        line-height: 11px;
    }
    
    .info-header a{
        font-size: 9px;
        line-height: 11px;  
    }

    /*----BOLD BODY TEXT----*/
    #boldfont {   
        line-height: 190%;
        font-size: 95%;
        letter-spacing: 1px;
        margin: 50px 0px;
    }

    /*----NAVIGATION----*/
    .container nav ul{
        position: absolute;
        right: 0px;
        height: 500px;
        top: 145px; /*same height as header + nav bar*/
        background-color: rgb(64, 108, 133);
        width: 40vw;  
        visibility: hidden;
    }
    
    .container nav ul li {
        width: 25vw; /*%*/  /*because 5 list items, when 4 make 24%*/
        text-align: center;
        color: #FDFBE7;
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left:0vw;
        font-size: 14px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        cursor:pointer;
        transition: all 0.5s ease;
        right: 0px;
        
    }
    
    .container nav ul li ul.sub-nav{
    position: absolute;
    background-color: rgb(64, 108, 133);
    width: 25vw;
    height: 140px;
    box-shadow:1px 1px 2px rgba(0,0,0,0.14), -1px 0px 1px rgba(0,0,0,0.14);
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    }
    
    .container nav ul li ul.sub-nav li{
    color: #FDFBE7;
    font-size: 10px;
    width: 25vw;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:0vw;
    right: 40px;
    }
   

    .burger div{
        visibility: visible;
        right: 0 px;   
        transition: all 0.3s ease;
    }

    .burger{
        float: right;
        margin-top: 9px;
        margin-right: 5vw;
    }

    .burger:hover{
        cursor: pointer;
    }

    .burger:hover .line1 {
        background-color: #E87979; /*when hovering text turns to pink*/
        cursor: pointer;
    }

    .burger:hover .line2 {
        background-color: #E87979; /*when hovering text turns to pink*/
        cursor: pointer;
    }

    .burger:hover .line3 {
        background-color: #E87979; /*when hovering text turns to pink*/
        cursor: pointer;
    }

    /*----SLIDESHOW TEXT----*/
    .text {
       padding: 10px; 
    }

    .slideshow-container {
       font-size: 15px;
       font-weight: normal;
    }

/*----FOOTER----*/
#logo-footer{
    width:260px;
    height:60px;
}

.wrapper{
    min-height: 100%;
    margin-bottom: -340px;
}
.footer, .push{
    height: 340px;
}

.footer {
    clear: both;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-content {
    height:315px;
    background-color: rgb(17, 95, 124, 0.3);
    width: 100%;
    color: #115F7C;
    font-size: 65%;
    border-top: 5px solid #115F7C;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-grid;
    grid-gap: 11vw 3vw;/*row,column*/
    grid-template-columns: minmax(30vw 30vw); /*how wide each column is*/
    grid-template-rows: 10vw 10vw;
    align-items: center;
    justify-content: center;
}

.footer .footer-content .logo{
    
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    
}

#logo-footer{
    width: 150px;
    height: 35px;
    
}

.footer .footer-content .contact{
    position: relative;
    font-family:Arial, Helvetica, sans-serif;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-top: 30px;
    font-size: 9px;
}

.footer .footer-content .form{
    
    padding-top:2px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    font-family:Arial, Helvetica, sans-serif;
    position: relative;
    align-self: center;
    justify-self: center;
    text-align: center;
}

.footer a {
    text-decoration: none;
    color: #115F7C;
}

.footer a:hover {
    text-decoration: underline;
    color: #b87070;
}

.footer .footer-content .about .contact span {
    display: block;
    font-size: 0.5em;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer .footer-bottom {
    background: rgb(17, 95, 124);
    height: 25px;
    width: 100%;
    text-align: center;
    color: #FDFBE7;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    position: absolute;
    line-height: 25px;
    font-size: 14px;
}

.text-input{

    padding: .6rem .9rem;
    width: 160px;
    display:inline-block;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

.btn {
    margin-top: 7px;
    padding: .3rem .7rem;
    background: #115F7C;
    color: #FCF9D6;
    border: 1px solid transparent;
    border-radius: .25rem;
    bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.btn:hover{
    color: #FCF9D6;
    background: #0E5670;
    cursor: pointer;
}
  
}

@media screen and (max-width: 450px){
    .container nav ul li {
        width: 30vw; /*%*/  /*because 5 list items, when 4 make 24%*/
        text-align: center;
        color: #FDFBE7;
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left:0vw;
        font-size: 14px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        cursor:pointer;
        transition: all 0.5s ease;
        right: 14px;
    }
}


@media screen and (max-width: 400px){
    
    /*----HEADER----*/
    #logo-h{
        width: 45vw;
        height: 10vw;
        max-height: 90px;
    }
    .info-header{
        font-weight: bold;
        font-size:9px;
        line-height: 11px;
        width: 45vw;
    }
    
    .info-header a{
        font-size: 9px;
        line-height: 11px;  
    }

    /*----BOLD BODY TEXT----*/
    #boldfont {   
        line-height: 190%;
        font-size: 95%;
        letter-spacing: 1px;
        margin: 50px 0px;
    }

    /*----FOOTER----*/
    .footer .footer-content {
        grid-gap: 15vw 3vw;/*row,column*/
    }
}

@media screen and (max-width: 380px){

    /*navigation*/
    .container nav ul{
        width: 50vw;  
    }
    
.container nav ul li {
    width: 38vw; /*%*/  /*because 5 list items, when 4 make 24%*/
    text-align: center;
    color: #FDFBE7;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left:0vw;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor:pointer;
    transition: all 0.5s ease;
    right: 14px;
}
}

@media screen and (max-width: 350px){

  /*----HEADER----*/
    .head{
        height: 90px;
    }

    .container nav ul{
        top: 135px; /*same height as header + nav bar*/
    }
 
    #logo-h{
        width: 45vw;
        height: 11vw;
        max-height: 90px;
    }
    .info-header{
        font-weight: bold;
        font-size:8.5px;
        line-height: 10px;
        width: 55vw;
    }
    
    .info-header a{
        font-size: 8.5px;
        line-height: 10px;  
    }

    /*----BOLD BODY TEXT----*/
    #boldfont {   
        line-height: 190%;
        font-size: 75%;
        letter-spacing: 1px;
        margin: 50px 0px;
    }

    #suite{
        display:block;
    }

    /*----SLIDESHOW TEXT---*/
    .slideshow-container {
        font-size: 13px;
        font-weight: bold;
    }

    .text{
         padding: 5px;
    }

    /*----BODY TEXT----*/
    #regfont{
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 180%;
        color: #1E2145;
        margin-top: 40px;
    }

    /*----FOOTER----*/
    .footer .footer-content {
 
        grid-gap: 16vw 0vw;/*row,column*/
        grid-template-columns: minmax(20vw 60vw); /*how wide each column is*/
        grid-template-rows: 10vw 10vw;
    }

    .footer .footer-content .contact{
        font-size: 8px;
    }

}