
div {
    border:0px solid red;
}


/* dropdown menu item */

body {
  font-family: 'Raleway', sans-serif 'Open Sans', sans-serif;
 
}



.navbar {
  overflow: hidden;
  background-color: #333;
}



.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #AEDD3F;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.gallery{
   margin: 10px 50px; 
}
    

.gallery img {
    padding: 5px;
    width: 230px;
    filter: grayscale(100%);
    transition: 1s;
}

.gallery img:hover{
    filter: grayscale(0);
    transform: scale(1.1);
    
}

#grid-images  img {
   width: 40%;
    float:left;
    padding: 10px;
    margin-top: 0px;
    margin-left: 10px;
    
  
   
}


/* image sizing and captions for gallery*/
 .row .col-sm-3 figure img{
  display: table;
     max-width: 100%;
}
 .row .col-sm-3 {
  display: table-caption;
  caption-side: bottom;
}



#grid-images  img {
   width: 40%;
    float:left;
    padding: 10px;
    margin-top: 0px;
    margin-left: 10px;
      
}


/* image sizing and captions for gallery*/
 .row .col-sm-3 figure img{
  display: table;
     max-width: 100%;
}
 .row .col-sm-3 {
  display: table-caption;
  caption-side: bottom;
}


#register-button img {
   
  width: 100%;
  height: auto;
}



font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
/* light */ font-family: 'Open Sans', sans-serif;
@font-face {
  font-family: "Open Sans Regular";
  src: url("https://fonts.googleapis.com/css?family=Open+Sans:300,400")font-display: swap;
  
}


body {font-family: 
font-family: 'Open Sans', sans-serif;}

  body, html {
    overflow-x: hidden;
    height: auto;
}
  
p {
    font-family: 'Open Sans', sans-serif;
    color: dimgray;
   
}

h1 {
  color: black;
    text-shadow: 2px 2px 2px #0009;
    text-align: center;
   font-family:'Open Sans', sans-serif;
    color: #00adef;
    margin-bottom: 20px;
    margin-top: 20px; 
    font-size: 62px;
    font-style: normal
}

p {
  font-size: 120%;
    color: dimgray;
    font-style: normal
    
}

h2  {
  text-align: center;
   font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 40px; 
}

h3 {
  color: whitesmoke;
    text-shadow: 2px 2px 2px #0009;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #00adef;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 35px;
}


h4  {
  text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    
}

h5 {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
}

h6  {
  text-align: center;
    font-family: 'Open Sans', sans-serif;
    
}



}


/* Centered text on image*/
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    font-size: 350%;
    font-stretch: ultra-expanded;
    margin-top: 300px;
    color: darkgrey;
}


#newsletter{
  
    margin: 10px;
    
            
    }   
.subscribe-buttonfooter{
  background-color: #00a6d0;
    width: 100%;
    padding-bottom:10px;
    
    
}

#subscribe-banner{
    background-color: aliceblue;
    padding-top: 10px;
    opacity: 0.7;
    margin-top: 0px;
    color: black;
    
    
    
}
.card-title{
        
    }

#emailHelp{
    text-align: center;
    margin-top: 15px;
    color: black;

}

#emailHelp2{
    text-align: center;
    margin-top: 15px;

}

.btnstyling{
  margin-left: 20px;
}

#hero figure img {
    max-width: 100%;
    text-align: center;
}
 

.img-responsive {
    max-width: 100%;
}

#grid-images .col-sm-4 figure img{
    max-width: 100%;
}

#grid-images  img {
   width: 40%;
    float:left;
    padding: 10px;
    margin-top: 0px;
    margin-left: 10px;
  
   
}



.embed-responsive embed-responsive-16by9{
    background-color: white;
}

---------
video#bgvideo {
position: fixed;
top: 50%;
left: 50%;

width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url(placeholder.jpg) no-repeat;
background-size: cover;
max-width: 100%;
     background-color: white;
}
--------------

}
          
          

body{
  font-family: 'Open Sans', sans-serif;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    
}

img{
 width: 100%; 
}



    
   
  
   


#roundbuttons img{
    max-width: 60%;
    padding: 20px;
    margin-top: 0px;
    margin-left: 20px;
    text-align: center;
    
}
.homepage-text{
    margin-top: 15px;
    text-align:justify-all
    
}
.separator img {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
}




    
.navbar-light .nav-item.active .nav-link{
    color: #000;
}


.navbar-light .nav-item:focus .nav-link{
    color: #c3beaf;
}

.navbar-light .nav-item:hover .nav-link {
        color: #35A0D9;
}

.navbar-light .nav-item:visited .nav-link {
        color: #90c32d;
}

a:link {
  color: ##3366ff;
}

a:visited {
  color: #90c32d;
}

a:hover {
  color: #38a3c3;
}

a:active {
  color: teal;
}
a:hover {
  text-decoration: underline;
}


#logo {
    width: 80%;
}

#logo img {
    max-width: 100%;
}


#logo{
    
    padding: 5px;
   
}


#logo-footer img{
   width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#footer-nav {
  
    min-height: 50px;
    
}

#footer-nav .active {
  
    color: black;
    font-weight:bold; 
    
}

#footer-nav .col-sm-12 a {
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
   
    
    
    
}

                                 
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}
.fa-facebook {
    color: rgb(59, 91, 152);
    font-size: 30px;
    width: 30px;
    padding: 5px;
    
  }
.fa-instagram {
    color: rgb(188, 42, 141);
     font-size: 30px;
     width: 30px;
     padding: 5px;
  }
.fa-youtube {
    color: rgb(255, 0, 0);
     font-size: 30px;
     width: 30px;
     padding: 5px;
  }
.fa-pinterest {
    color: rgb(203, 32, 39);
     font-size: 30px;
     width: 30px;
     padding: 5px;
  }
  


    body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

#contact-form .col-sm-8 input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

#contact-form .col-sm-8 input[type=submit] {
  background-color: #00a6d0;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#contact-form .col-sm-8 input[type=submit]:hover {
  background-color: #45a049;
}

#contact-form .col-sm-8 .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
   
}

#contact-form .col-sm-8 .container {
 position: relative;
}
.form{
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
}

#form {
    position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%)
    
}

.center  {
    font-size: 25px;
        -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}


.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color:lightgrey;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.iframe{
    border: 5px;
    border-color: lightblue;
    width: 100px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.center {
  display: block;
  margin-left: 20%;
  margin-right: auto;
  width: 80%;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

@media screen and (max-width:980px) {
 #grid-images  img {
   max-width:  100%;
    float:left;
    padding: 20px;
    margin-top: 0px;
    margin-left: 45px;
}   
}
    @media (max-width: 980px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
