@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -6rem;
}

hr.about {
  width: 100%;
  border-top: .5rem solid #666b71;
}

.jumbotron {
  background-color: #f0f0f0 !important;
  margin-bottom: 0rem;
}


/*============= Header =============*/


.header {
  background-color: white;
  max-width: 100%;
}
.header img {
  /*display: inline-block;*/
  max-height: 75px;
}
.landing img {
  height: 70vh;
  align-items: center;
  max-width: 100%;
}


/*============= Navbar =============*/


.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  /*background: rgba(0, 0, 0, .6)!important;*/
}
.navbar-brand img {
  height: 2rem;
}
.navbar-nav li {
  padding-right: .7rem;

}
.navbar-light .navbar-nav .navbar-link {
  color: black;
  padding-top: .8rem;
}
.navbar-light .navbar-nav .navbar-link.active,
.navbar-light .navbar-nav .navbar-link:hover {
  color: black;
}

/*============= Slider =============*/


.carousel-item {
  height: 70vh;

}

.carousel-caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 40%;
  left: 0%;
  z-index: 1;
  color: #F5F5F5;
  text-transform: uppercase;

}
.carousel-caption h1 {
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: .3rem;
  -webkit-text-stroke: .3px grey;
  text-shadow: .2rem .2rem .8rem #202020;
  padding-top: 1rem;
  padding-bottom: .5rem;
  margin-bottom: 0rem;

}
.carousel-caption h3 {
  font-size: 1.5rem;
  -webkit-text-stroke: .1px grey;
  text-shadow: .1rem .1rem .2rem #606060;
  padding-top: 1rem;
  padding-bottom: 1rem;

}
.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.3rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-color: #606060;
  background-color: #F5F5F5;
  color: #606060;

}


/*============= Landing SECTION =============*/

.landing p {
  text-align: center !important;
}


/*============= About SECTION =============*/

#about h3 {
  text-align: center;
}

#about p {
  font-size: 1rem;
  text-align: center;
  padding-bottom: 0rem;
}



/*============= Commercial Table SECTION =============*/

#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 18px 12px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: center;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}





/*============= Glossary SECTION =============*/

.title1 h1 {
  text-align: center;
  padding: 1rem;
}
.title1 h5 {
  text-align: center;
  padding-bottom: .5rem;
}
.title1 p {
  text-align: center;
}


.accordion p {
  text-align: left;
}

.italics {
  font-style: italic;
}

.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;
}

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

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active1:after {
  content: "\2212";
}

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

.glossary h2 {
  text-align: center;
  padding-top: 1rem;
}



/*============= Bio SECTION =============*/

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}
.bio img {
  max-height: 333px;
}
.profile {
  padding: 1rem 0;
  margin: 2rem 0;
  outline: 1px solid #ddd;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
#erdman h2 {
  text-align: right;
}
#erdman h4 {
  text-align: right;
}


/*============= Contact SECTION =============*/

footer {
  background-color: white;
  color: #505962;
  padding: 0rem 0 2rem;
  margin-top: 1.4rem;
}
footer img {
  height: 6rem;
  margin: .1rem 0 .8rem;
}
footer a {
  color: #3c5a98;
}
footer svg.svg-inline--fa {
  font-size: 2rem;
  margin: 1.2rem .5rem 0 0;
}
footer svg.svg-inline--fa:hover {
  color: #990000!important;
}
hr.socket {
  width: 100%;
  border-top: .03rem solid #666b71;
  margin-top: 1rem;
  padding-bottom: .8rem;
}
.socket p {
  text-align: center;
  padding: 0;
  margin: 0;
}
#develop {
  font-size: .75rem;
}



/*============= Media Queries =============*/

@media (max-width: 1200px) {

  .carousel-item {
    height: 94vh;
  }
  .carousel-caption {
    position: absolute;
    top: 40%;
  }
  .carousel-caption h1 {
    font-size: 3rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem 1rem;
  }
  .carousel-caption h3 {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  .btn-lg {
    font-size: 1.4rem;
    padding: .5rem 1rem;
  }

  /*============= Navbar =============*/

  .navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .6rem;
    letter-spacing: .1rem;
    /*background: rgba(0, 0, 0, .6)!important;*/
  }
  .navbar-nav li {
    padding-right: .7rem;

  }
  .navbar-light .navbar-nav .navbar-link {
    color: black;
    padding-top: .8rem;
  }
  .header img {
    max-height: 3rem;
  }

}




@media (max-width: 768px) {

  .carousel-item {
    height: 94vh;
  }
  .carousel-caption {
    position: absolute;
    top: 38%;
  }
  .carousel-caption h1 {
    font-size: 2.5rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem 1rem;
  }
  .carousel-caption h3 {
    font-size: 1.3rem;
    padding-bottom: 1.2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  .btn-lg {
    font-size: 1.1rem;
    padding: .5rem 1rem;
  }
  /*============= Navbar =============*/



  .navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .6rem;
    letter-spacing: .1rem;
    /*background: rgba(0, 0, 0, .6)!important;*/
  }
  .navbar-nav li {
    padding-right: .7rem;

  }
  .navbar-light .navbar-nav .navbar-link {
    color: black;
    padding-top: .8rem;
  }
  .header img {
    max-height: 4rem;
  }

}


@media (max-width: 576px) {

  .carousel-item {
    height: 90vh;
  }
  .carousel-caption {
    position: absolute;
    top: 25%;
  }
  .carousel-caption h1 {
    font-size: 2.3rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem 1rem;
  }
  .carousel-caption h3 {
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  .btn-lg {
    font-size: 1rem;
    padding: .5rem 1rem;
  }
  /*============= Navbar =============*/

  .navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .1rem;
    /*background: rgba(0, 0, 0, .6)!important;*/
  }
  .navbar-brand img {
    height: .2rem;
  }
  .navbar-nav li {
    padding-right: .7rem;

  }
  .navbar-light .navbar-nav .navbar-link {
    color: black;
    padding-top: .8rem;
  }
  .header img {
    max-height: 1.9rem;
  }

  .title h1 {
    font-size: 1.5rem;
    padding: 1rem;
  }
  .title h5 {
    font-size: .8rem;
    padding-bottom: .2rem;
  }

}





/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
