
/* Global styles */

h1,h2,h3,h4,h5,h6,p{
  font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
}

h2{
  font-size: 3rem;
}

h4{
  font-size:3rem;
}

.btn-primary{
background-color:  #193a67;
border: #193a67;
}

.btn-danger{
  background-color: #f1614d;
  border: #f1614d;
}

.btn-danger, .btn-primary{
  border-radius: 25px;
  padding: 5 10 5 10;

}

/* Navigation */

#navbarResponsive li{
  padding-right: 10px;
  padding-left: 10px;
}

#navbarResponsive li a{
  color: #193a67;
}

#navbarResponsive li a:hover{
  color:#f1614d;
}

#navbarResponsive li a:active{
  color:#a7a9ac!important;

}

.nav-homepage{
    background-image:url(../img/header-blue-1.png)!important;
  background-color: #193a67;
  background-size: 1200px;
  min-height:120px;
  font-size: 1.5em;
}

.nav-homepage li{
  padding-left: 40px;
  padding-right: 40px;
}

.nav-homepage li a{
  color:#f1614d;
}

.nav-homepage li a:hover{
  color:#ffffff;
}

.navbar-secondary{
  background-image: url(../img/logo-pattern-2.jpg)!important;
  min-height: 120px;
}

.fa-bars{
  color:#f1614d;
}

/* Parallax and Content */

.parallax-window{
  min-height: 800px;
  background-repeat: repeat;

  position: relative;
}



.parallax-window-2{
  min-height: 350px;
  padding-top: 100px;
  background-color: #193a67;
}

.parallax-window-3{
  min-height: 250px;
  padding-top: 50px;
}

.main-blurb{
  max-width: 1000px;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  padding-top: 5%;
  bottom: 0;
    padding-bottom:10%;
    font-size: 1.2em;
    color: #193a67;
    line-height: 1.7;
}

.logoindex{
  margin-left: 25%;
  margin-right: 25%;
  margin-top:8%;
  max-width:50%;
}

.window-wrapper{
  height: 350px;
padding: 60px;
}



.mast{
  margin-right:9rem;
}

.about-img{
  min-width: 550px;
}


.about-blurb{
  min-width: 550px;
}

/* Sitemap */

.sitemap li{
  list-style: none;
}

.sitemap a{
  text-decoration: none;
  color: #193a67;
}

.sitemap a:hover{
  color: #f1614d;
}

/* Page Header */

.page-head{
  max-height: 10rem;
  border-bottom: solid 3px #f1614d;
  margin-left: auto;
  margin-right: auto;
}

.page-content{
  margin-bottom:5rem;
}


.whatottext{
  margin-bottom: 50px;
}

/*Services Page*/

.card-title{
  font-size: 2rem;
}

.services-cards{
  margin-bottom: 2rem;
}

/*Contact */

.contact{
  margin-bottom: 3rem;
  width: 100%;

}

.contact-text{
display: inline;
width: 550px;
margin-left: auto;
margin-right: auto;
}



.form-line{
width: 550px;
display: inline-block;
margin-left: auto;
margin-right: auto;


}

.form-group label{
  font-weight: bold;
}

.form-line .form-group .label{
  width: 400px;
}

.form-control{
  width: 450px;
}

.ul .fa-li{
  list-style-type: none;
  position: absolute;


}

.fa-li {
  left:-3em;
}

/* Footer */

.footer{
  background-image:url(../img/red-higres.png)!important;
  background-repeat: repeat;
  background-size: 1800px ;
  background-color: #f1614d;

  padding-bottom: 1%;
}

.footer a{
color:#000;
text-decoration: none;

}

.footer a:hover{
  color:#193a67;
}

.footer a:visited{
  color:#000;
}

.copyright{
text-align: center;
}

.footer-links p a{
  color:#000;
}

/* MEDIA QUERIES------------------------------------------*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

/* Home Page */

  .main-blurb{

    text-align: left-justify;
    margin-left: 10%;
    margin-right: 10%;
      font-size: 1.1em;
      color: #193a67;
      padding-top:15%;
  }

.logoindex{
max-width: 80%;
align-items: center;
margin-left:10%;
margin-right:10%;

}

.parallax-window{
  min-height: 80%;
}

.parallax-window-2 h3{
font-size: 1.4em;
margin-left:3%;
margin-right: 3%;

}

.parallax-window-2 {
  padding-top: 10%;
}

.nav-homepage{

  font-size: 1em;
}

.logo{
  padding-bottom: 8%;
}

/* About*/

.corinne{
  max-width: 340px;
}

.about-blurb{
  padding-top:9%;
}

.about-blurb p{
  width:340px;
}

.about-blurb h4{
  padding-bottom: 3%;
}


.footer-links{
  padding-top: 8%;
}

}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

/* Navigation */

#navbarResponsive li{
  padding-top: 8%;
}

/* Home Page */

.nav-homepage{
  font-size: 1.3em;}

  .nav-homepage li{
    margin-top:5%;
    margin-bottom: 5%;
  }

  .parallax-window{
    min-height: 80%;
  }

.parallax-window-2{
  padding-top: 10%;
}

  .parallax-window-2 h3{
  font-size: 1.7em;
  margin-left:3%;
  margin-right: 3%;

  }

  /* About*/

  .about-img{
    min-width: 700px;
  }

  .about-img img{
        margin-right:0;
        width:700px;
  }

  .about-blurb{
    min-width:700px;
  }

  .about-blurb h4{
    padding-bottom: 3%;
    padding-top: 8%;
  }
  /* Contact*/

  .contact-text{
    min-width: 100%;
    padding-bottom: 5%;
  }

}
