

body {
font-family: 'Roboto', sans-serif;
color: #ffffff;
background: rgb(14,74,146);
margin: 0;
background: linear-gradient(150deg, rgba(14,74,146,1) 5%, rgba(34,32,0,1) 100%);
}

h1 {
font-size: 28px;
margin-bottom: 30px;
line-height: 1.2em;
text-align: center;
color: #bddafd;
}

h2 {	
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #bddafd;
  margin-bottom: -5px;
  }

h3 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.2em;
  text-align: center;
}


.panel-log{
  margin-bottom: 50px;
}

.panel-log h2{
  font-size: 28px;
}

.panel-log li{
  font-size: 22px;
  margin-bottom: 5px;
}


.description{
line-height: 1.4;

}






.grid-header{
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 1em;
  margin-bottom: 30px;
  margin-top: 15px;
border-radius: 10px;
}


.grid-header h1{
text-transform: uppercase;
letter-spacing: 0.1em;
text-align: left;
margin-bottom: revert;
line-height: revert;
}

.home-back{
  text-align: left;
  }

.home-back a{
margin: 0;

}


.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  }
  

  a {
    color: #fff;	
    text-decoration: underline;
    }
    
    a:hover, a:active, a:focus {
    color: #fff;
    text-decoration: none;
    }

    img {
      width: 100%; 
      height: auto;
    }

    .tagline {
    margin-bottom: 15px; 
    margin-top: 0;
    }

    .btn {
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      background: #0003;
      border: 1px solid transparent;
      border-radius: 4px;
    }
    

      
      .send-wrap{
        text-align: center;
      }
      
      .alert{
        font-size: 20px;
        color: #fd620b;
        font-weight: 700;
        background: #00000082;
        padding: 15px 30px;
        border-radius: 8px;
        width: 250px;
        text-align: center;
        margin-bottom: 25px;
      }
      
      .form-grid {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        grid-gap: 0;
      }
      
      .btn-send{
      width: 100%;
      padding: 10px 0px;
      color: #fff;
      font-weight: normal;
      border-radius: 6px;
      background: none; 
      border: solid 2px #fff;
      font-size: 20px;
      }
      
      .help-block.with-errors {
       color: #fd620b;
      }
      
      .btn-send:hover, .btn-send:focus, .btn-send:active:focus {
      
        color: #fff; 
            background: #fd620b; 
            border: solid 2px #fd620b;
      
      }
      
      .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
      background-color: #fd620b;
      border-color: #fd620b;
      }
      
      .form-control {
        display: block;
        width: 100%;
        height: 34px;
        font-size: 14px;
        line-height: 2;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      }
      
      
      label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
      }
      
      
      .form-group {
        margin-bottom: 15px;
      }
      
      
      .email-form{
        margin-top: 25px;
        margin-bottom: 75px;
      }
      
      #emailerror{
            color: #fd620b;
            margin-left: 5px;
          }

          
    .container {
      padding-right: 20px;
      padding-left: 20px;
      margin-right: auto;
      margin-left: auto;
      }


    .into-copy {
      text-align: center;
      margin-bottom: 30px; 
      font-size: 24px;
      line-height: 1.4;

    }

    .no-headset {
      text-align: center;
      margin-bottom: 45px; 
      font-size: 24px;
      line-height: 1.4;
      color: #bddafd;

    }

    .to-top {
      background: #0003;
      padding: 8px 14px; 
      color: #fff; 
      border: solid 2px #fff;
      border-radius: 6px; 
      text-decoration: none; 
      text-transform: uppercase;
    }
     
      .to-top:hover {
       color: #fff; 
        background: #fd620b; 
        border: solid 2px #fd620b;
        text-decoration: none;
        }
       

    .privacy {
      font-size: 18px;
      text-decoration: none;
      text-transform: capitalize;
    }


    .privacy-modal ol {
      font-size: 24px;
      line-height: 1.4em;
    }



.title {
text-align: center;
}

.title a {
font-family: 'Roboto', sans-serif;
color: #bddafd;
font-size: 34px;
text-transform: uppercase;
letter-spacing: 4px;
margin-bottom: 15px;
text-decoration: none;
}

.title a:hover {
text-decoration: none;
}

.privacy p {
  font-size: 20px;
}

.privacy h3 {
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 1.2em;
    text-align: center;
}

.privacy:hover {
  opacity: 0.8;
  }

.faq p {
  font-size: 20px;
}

.faq h2 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.modal-header {
  padding: 15px;
  border-bottom: 2px solid #fd620b;
}

p {
font-size: 24px;
margin-bottom:15px;
}

hr {
display: block;
height: 2px;
border: 0;
border-top: 2px solid #fd620b;
margin: 1em 0;
padding: 0; 		
}

.btn-default,.btn-default:hover {
color: #fff;
border: solid 2px #fff;
border-radius: 6px;
background: none;
letter-spacing: 0.1em;
}

.panel-body {
padding: 30px;
text-align: left;
font-size: 22px;
}

.panel {
margin-bottom: 20px;
background: none;
}

.panel-default {
border-color: #bddafd;
}

.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: #0E4A92;
font-weight: bold;
}

.panel-default > .panel-heading {
color: #333;
background-color: #bddafd;
border-color: #bddafd;
}

.panel-heading{
padding: 0;
}

.panel2-body{
text-align: center;
}

.btn{
font-size: 20px;
width: 180px;
margin-right: 10px;
margin-bottom: 20px;
text-decoration: none;
background: #0003;
}

.panel-title > button {
width: 100%;
padding: 15px;
background-color: #bddafd;
border-color: #bddafd;
color: #0E4A92;
text-align: left;
border: 0;
padding: 10px 15px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active:focus {
background-color: #fd620b;
border-color: #fd620b;
color: #fff;
}

.footer .footer-links span {
  margin: 0 5px;
}

.footer-links a:hover{
opacity: 0.8;
}

  .footer-icons a:hover{
    opacity: 0.8;
    }
  
.btn-item:hover{
opacity: 0.8;
}


#header-copy{
margin-top:40px; 
margin-bottom:30px;
}

.description{
margin-bottom: 20px;
}

#faq{
margin-top: 0px;
}

.panel {
margin-bottom: 0;
border: none;
}

.panel-body {
padding: 15px;
}

.btn {
font-size: 20px;
width: 180px;
margin-right: 10px;
margin-bottom: 15px;
text-decoration: none;
background: #0003;
}

.btn-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  grid-gap: 20px;
  margin-bottom: 40px;
}

.btn-home {
  font-size: 20px;
  width: 32px;
  height: 32px;
  background: #0003;
  border: solid 2px #fff;
  border-radius: 6px; 
  text-decoration: none;
}

.btn-home:hover, .btn-home:focus, .btn-home:active:focus {
  background-color: #fd620b;
  border-color: #fd620b;
  }

.back-home{
  margin-top: 30px;
  margin-bottom: -20px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  margin-bottom: 30px;
}

.gallery-item {
  position: relative;
}

.gallery-image {
  line-height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-title {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  background: rgba(14,74,146,0.4);
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
}


.footer {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 50px 50px 60px 50px;
  border-top: 2px solid #fd620b;
  margin-top: 40px;
  background: #0003;
}

/* Footer links */

.footer .footer-links {
	color:  #ffffff;
	margin: 30px 0 15px;
  font-size: 16px;
}

.footer .footer-links a {
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer .footer-copyright {
	color:  #8f9296;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}

.footer .footer-icons {
	margin-top: 25px;
}

.footer .footer-icons a {
	display: inline-block;
	background-color:  #33383b;
	font-size: 28px;
  color: #ffffff;
  border-radius: 6px;
  padding: 10px;
	text-align: center;
	margin-right: 15px;
}

svg{
  fill:#fcfdfe;
  margin-bottom: -3px;
}

/*Contact Form*/

label {
  color: #bddafd;
  font-size: 20px;
  margin-bottom: 10px
  }
  
  .send-wrap{
    text-align: center;
  }
  
  .btn-send{
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 0px;
  background-color: none;
  border-color: #ffffff;
  font-weight: normal;
  }
  
  .btn-send:hover, .btn-send:focus, .btn-send:active:focus {
  background-color: #fd620b;
  border-color: #fd620b;
  }
  
  .help-block.with-errors {
   color: #fd620b;
  }
  
  .text-muted {
  color: #bddafd;
  font-size: 18px;
  }
  
  .cform{
  margin-bottom: 75px;
  }
  
  .form-header{
    margin-top:40px;
  }

  .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    grid-gap: 0;
  }
  
  #message{
    height: 250px;
  margin-bottom: 25px;
}

  
  #emailerror{
        color: #fd620b;
        margin-left: 5px;
      }
  
@media (min-width: 576px) {

    
    footer {
    height: 350px;
    }

  .gallery-title {
    font-size: 20px;
  }

  .btn-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    grid-gap: 15px;
    margin-bottom: 40px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 30px;
  }

  .panel2-body{
    text-align: left;
  }

  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    grid-gap: 35px;
  }
  
  .send-wrap{
    text-align: right;
  }
  


}

@media (min-width: 768px) {

.container {
  width: 750px;
}

  .gallery-image {
    line-height: 0;
    overflow: hidden;
    border-radius: 8px;
  }
  
  .gallery-image img {
    filter: blur(0px);
    transition: filter 0.3s ease-in;
    transform: scale(1.1);
  }
  
  .gallery-title {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    background: rgba(14,74,146,0.4);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .gallery-item:hover .gallery-title {
    opacity: 1;
  }
  
  .gallery-item:hover .gallery-image img {
    filter: blur(2px);
  }

  
  .btn-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: center;
    grid-gap: 15px;
    margin-bottom: 40px;
  }

  .modal-dialog {
    width: 768px;
    margin: 30px auto;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
    margin-bottom: 30px;
  }

  .grid-header{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 1em;
    margin-bottom: 30px;
    margin-top: 15px;
    border-radius: 10px;
    }
    
    .home-back{
    text-align: right;
    }


  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    grid-gap: 25px;
  }
  
  .btn-send {
    width: 50%;
    padding: 10px 0px;
    color: #fff;
    border-radius: 6px;
    font-weight: normal;
    background: none; 
   border: solid 2px #fff;
    margin-right: 0px;
    font-size: 20px;
  }
  
  .send-wrap{
    text-align: right;
  }
  




}



@media (min-width: 992px) {
  .container {
    width: 930px;
  }


  .btn-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: center;
    grid-gap: 30px;
    margin-bottom: 40px;
  }
  
  }
  
  @media (min-width: 1200px) {
  
    .container {
  width: 1140px;
  }
  
  }
  