@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&display=swap');


:root {
    --heading-font: 'Barlow Semi Condensed', sans-serif;
    --body-font:'Barlow', sans-serif;
    --teal: #00A7AA;
    --teal-dark:#006D71;
    --blue:#1A65B6;
    --sand:#CCD3CE;
    --blue-dark:#003558;
    --brown:#32161F;
} 

.fakeimg {
    height: 200px;
    background: #aaa;
  }
  
  body {
 font-family:var(--body-font);
    color:var(--blue-dark);  
}
h1,h2,h3 {
    font-family:var(--heading-font);
}

.btn {
    display:inline-flex;
    width:fit-content;
    transition:all .5s ease-in-out;
}
.btn-primary {
  background-color: var(--teal-dark);
  border: black;
}
.btn-primary.disabled {
   background-color:var(--teal-dark); 
    
}
.btn-primary:hover {
      background-color: var(--teal);

}

.btn-primary:active {
  background-color: var(--teal-dark) !important;
    transform:scale(.96);
}
a {
color: var(--teal);
}

a:hover {
  color: #006eff;
}

#whsa-jumbotron {
    position:relative;
    background:url(images/DunesBackground.png);
    background-size:cover;
    background-position:center;
    height:300px;
    width:100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display:flex;
    padding-bottom:5%;
    border-radius:0;
    &:after {
        content:'';
        position:absolute;
        left:0;
        right:0;
        bottom:0;
        top:0;
        display:block;
         background:url(images/DunesForeground.png);
        background-position:center;
        
    background-size:cover;
    }
    & h1 {
        position:fixed;
        margin:auto auto 2% auto;
/*
        line-height: .9;
        font-size:3rem;
        margin-top:0;
*/
    }
    
    & h1>span {
        display:block;
    }
    
    & h1#title {
        display:block;
        height:auto;
        aspect-ratio: 1109 / 167;
        width:80%;
        max-width:800px;
        background-size:100%;
        background-repeat: no-repeat;
        background-image:url(images/title.png);
    }
/*
    & h1 .title {
        font-family:'Roboto Slab', serif;
        color:var(--brown);
        text-shadow:0 0 10px rgba(255,255,255,.5);
    }
    
    & h1 .subtitle {
       font-family:var(--heading-font);
        color:var(--teal-dark); 
        display:flex;
        justify-content: center;
        align-items: center;
        position:relative;
        text-transform:uppercase;
        font-size:190%;
        font-weight:900;
        text-shadow:0 0 20px rgba(255,255,255,.8);
        
        & span {
            font-size:60%;
            position:absolute;
            right:-12%;
            color:var(--sand);
         padding:1%;
            border-radius:5px;
            background:var(--teal-dark);
            text-shadow:none;
            margin:auto;
            
            
        }
*/

    }

@media (max-width: 1248px) {
    #whsa-jumbotron h1#title  {
            margin-bottom:5% !important;
        }
}
@media (max-width: 1024px) {
    #whsa-jumbotron h1#title  {
           width:85%;
            margin-bottom:8% !important;
        }
}

@media (max-width: 720px) {
    #whsa-jumbotron {
        height:300px;
    }
        #whsa-jumbotron h1#title  {
            width:90%;
            margin-bottom:7% !important;
        }
    
}



@media (max-width: 480px) {
 #whsa-jumbotron {
        height:300px;
    }
    #whsa-jumbotron h1 {
            margin-bottom:6% !important;
        }
}



.jumbotron-footer {
    position:relative;
padding: 50px; 
    background:white;
    
    & .logos {
        display:flex;
        flex-flow: row;
        & img {
            max-width:250px;
            width:40%;
            height:auto;
        }
    }
}

.navbar {
background-color: var(--teal-dark);
    background-image: linear-gradient(90deg, var(--teal-dark), var(--teal));
padding:0 20px;
}

.nav-link {
color: white;
    font-weight:bold;
background:rgba(0,0,0,.0);
    height:100%;
    font-size:1.1rem;
    padding:.5rem 1.5rem !important;
    margin-right:.25rem;
}
.nav-link:hover {
    
    color:white;
    background-color:rgba(0,0,0,.2);
}
#main-content {
    background:white;
    position:relative;
    
    & .row>div {
        display:flex;
        justify-content: center;
        flex-flow:column;
        padding:40px;
        
        & p {
            max-width:600px;
        }
    }
}

.blue-bg {
    background:var(--blue);
}
.sand-bg {
    background:var(--sand);
}

.video-container {
    max-width:500px;
    margin:auto; 
    & video{
    
    width:100%;
        border:3px solid white;
    }
}

img.border-white {
    border:3px solid white;
}
#location-cards .card {
  border: none;
  border-radius: 5px;
}
#accessibility-cards.row {
}
#accessibility-cards .card-deck {
/*    margin:15px auto;*/
}

#accessibility-cards .card-deck .card {
  min-width: inherit;
    
    flex:none;
    margin-top:15px;
    margin-bottom:15px;
}
@media (min-width: 576px) { 
    #accessibility-cards .card-deck .card { width:calc(50% - 30px);}

}
@media (min-width: 768px) { 
    #accessibility-cards .card-deck .card { width:calc(33.3% - 30px);}

}

@media (min-width: 960px) { 
    #accessibility-cards .card-deck .card { width:calc(25% - 30px);}

}

@media (min-width: 1366px) { 
    #accessibility-cards .card-deck .card { width:calc(20% - 30px);}

}

.page-title {
    flex:none;
    width:100%;
    padding-bottom:0 !important;
    & h2 {font-size:2.5rem; margin-bottom:0;;}
}

#main-content .page-header>div{
    padding-bottom:10px;
    padding-top:10px;
}
#main-content .page-header{
    padding-top:20px;
    padding-bottom:20px;
}