@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
body {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
}
a #highlights {
    color: #6c888f;
    font-style:italic;
}
a {
  text-decoration: none;
  color:black;
}
img {
  width: 100%;
  height: auto;
}
#logo {
  margin:auto;
  width:50%;
}
#nav {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  display:inline;
  text-align: center;
  margin:auto;
  text-decoration: none;
  color:black;
    margin-left: 10%;
  font-size:16px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
#nav:hover, #nav:focus, #nav:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#nav .home {
    float: left;
}

#nav .about {
    float: left;
}

#nav .services {
    float: left;
}

#highlights {
  text-align: center;
  margin:auto;
  font-size: 22px;
  color: #6c888f;
  line-height: 1.75em;
  width:75%;
  /*font-family: verdana;*/
}
#highlightTitles {
  text-align: center;
  margin:auto;
  font-size: 22px;
  color: #6c888f;
  line-height: 1.75em;
  /*font-family: verdana;*/
}
#frontpage {
  text-align: center;
  margin:auto;
  font-size: 20px;
  line-height: 1.75em;
  width:36em;
  color: black;
}
#info {
  text-align: center;
  margin:auto;
  font-size: 18px;
  line-height: 1.75em;
  width:36em;
  color: black;
}
#hr {
  width:75%;
  height:1px;
  margin:auto;
  margin-top:2em;
  margin-bottom: 2em;
  background-color: black;
  opacity: 0.4;
}
#hr2 {
  width:32%;
  height:1px;
  margin-right:auto;
  margin-left:10%
  background-color: black;
  opacity: 0.4;
}
#imgwindow {
  margin:auto;
  margin-top: 2.5em;
  width: 60%;


}
#buttons {
  width:50%;
  height:50px;
  line-height: 50px;
  margin:auto;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid black;
  background-color: white;
  color:black;
  font-family: 'Alegreya Sans SC';
  text-align: center;
  transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#buttons:hover{
  background-color: #6c888f;

}
#bodytext {
  font-size: 15px;
  text-align: justify;
  width:22em;
  margin:auto;
  margin-top:2em;
}
.testimonials {
  margin: 0 auto;
 padding: 40px;
 width: 80%;
 color: #333;
 background: #419be0;
}
.single-item {
  text-align: center;
color: #419be0;
background: white;
}
ul {
  width:22em;
  margin:auto;
}
ul li {
  list-style-type: circle;
  font-size:15px;
  width:20em;
  margin:auto;
  margin-right:4em;
}
.qs {
  text-align: center;
  margin:auto;
  width:90%;
  font-size: 20px;
  color: #6c888f;
  line-height: 1.75em;
  font-style: italic;
}
.steps {
  text-align: left;
  margin:auto;
  width:22em;
  font-size: 20px;
  color: #6c888f;
  line-height: 1.75em;
  font-style: italic;
}
#aboutTitle {
  text-align: center;
  color: #6c888f;
  font-size:25px;
  margin:auto;
  width:90%;
  vertical-align: middle;
}
#aboutHead {
  text-align: center;
  color: #6c888f;
  font-size:25px;
  margin:auto;
  width:22em;
  vertical-align: middle;
}
#aboutContent {
  width:80%;
  margin:auto;
}
#titles {
  color:#6c888f;
  text-align:left;
  line-height: 2em;
  font-size:20px;
  width:22em;
  margin:auto;
}
#aboutContent .bulk {
width:95%;
text-align: center;
font-size: 18px;
}
#aboutContent .quote {
  color:#FFD046;
  text-align:center;
  line-height: 1.5em;
  width:95%;


}
#aboutContent .image {
  margin:auto;
  width: 400px;
  height: 400px;
}

#footer {
  width:75;
  height:3em;
  text-align: center;
}
#footer .keywords {
  color:#6c888f;
  font-family: 'Alegreya Sans SC';
}
#footer .contactinfo {
  color:black;
  font-size: 12px;
  font-family: 'Alegreya Sans SC';

}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
    color: #6c888f;
}
.fa-twitter {
    color: #6c888f;
}
.fa-instagram {
    color:#6c888f;
}
