/*!
 * stylesheetexp.css
 * Version: 2.0
 * 
 *
 * Avery Grimes-Farrow
 * itavery.com
 * avery@itavery.com
 * 2016.
 * 
 */


.topbox {
    position:relative;
    padding-top:7%;
    width: 100%;
    height:350px;
    /*background-image:url('../photos/the_banner_saga_fan_piece_by_rushn-d8ikxmo.jpg');*/
    background-color:#000;
    background-size:cover;
    font-family: 'Miriam Libre', sans-serif;
    color: #FFF;
    font-size:90px;
    text-transform: uppercase;
    text-align:center;
}



/* NAVAGATION BAR */


.main_h {
  max-height: 70px;
  width: 100%;
  text-align: center;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  font-family: "Work Sans", sans-serif;
  font-weight:400;
  margin:0;
  
}
@media only screen and (max-width: 1000px) {
  .main_h {
    padding-top: 25px;

  }
}

.open-nav {
  max-height: 500px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

#sticky {
  background-color: #FFF;
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid #FFF;
}

.logo {
  width: 115px;
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 2.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
  .logo {
    float: none;
  }
}

nav {
  float: left;
  width: 85%;
  
}

nav ul li :hover {
    color:#4372AA;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
@media only screen and (max-width: 1000px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: left;
  float: left;
  
}


nav li {
  display:inline;
  line-height: 3.5;
}

nav ul li .btn-default{
  margin-left: 25px;
}

@media only screen and (max-width: 1000px) {
  nav ul li {
    width: 100%;
    padding: 1px 0;
    margin: 0;
    display: inline-block;
    margin-left: 7px;
    line-height: 1.5;
  }
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: left;
    width: 100%;
  }

nav ul li .btn-default{
  margin-left: 0;
}
  .logo {
    line-height:1.5;
  }
}

nav ul a {
  color: #000;
  text-transform: none;
  font-size: 18px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 1000px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #000;
  display: block;
}

.row_nav {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

* {
  box-sizing: border-box;
}

/*END OF NAVBAR*/





h1 {
  text-align:center;
  margin-top:0;
  margin-bottom:5px;
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

#header_two{
  font-family: 'Work Sans', sans-serif;
  font-size:50px;
  height:auto;
  background-color:#000;
  color:#FFF;
  text-transform: none;
  font-weight:200;
}


a {
  text-decoration: none;
}

body {
  color: #8f8f8f;
  background: white;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  margin:0;
}


.hero {
  position: relative;
  background: #FFF ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #000;
  padding-top: 10px;
  min-height: 200px;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
  
}
.hero h1 {
  font-size: 35px;
  line-height: 1.3;
  font-family: "Miriam Libre";
  text-transform: none;
  color: #000;
}
.hero h1 span {
  border-bottom: 2px solid #5D92B1;
  padding-bottom: 12px;
  line-height: 3;
}

.hero p, .hero li{
    font-family: "ebony",sans-serif;
    font-size: 18px;
    width: 75%;
    text-align:center;
    padding:7px;
    margin:auto;

}


.project_overview {
  background-color:#CF4647;
  width: 100%;
  min-height:325px;
  vertical-align: middle;
  line-height: normal;
  align-items: center;  
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom:45px;
}


#header{
  font-family: 'Work Sans', sans-serif;
  font-size:60px;
  height:auto;
  background-color:#CF4647;
  color:#FFF;
  text-transform: none;
  font-weight:200;
}

.project_overview p {
  color:#FFF;
  font-size:18px;
  font-weight: 400;
}

.row p {
  color:#000;
}
/*Footer
*/

#footer {
    /* background-image:url('../photos/moving_through_space.gif'); */
    font-family: "ebony",sans-serif;
    font-size: 14px;
    width: 100%;
    height: auto;
    color: #000;
    position: relative;
    bottom:0;
    padding-top:0.5%;
    padding-left:3%;
    margin-top:75px;

}

#footer h5 {
    text-align: center;
    padding:auto;
    padding-bottom:0;
    font-size: 17px;
    font-family: "ebony",sans-serif;
    font-weight: 300;
}

#footer h6 {
    font-size: 65px;
    font-family: "ebony",sans-serif;
    font-weight: 300;
    margin-top:5px;
    margin-bottom:10px;

}

#footer table {
    text-align: center;
    padding: auto;
    margin:auto;
}

#footer table td {
    padding-bottom:5px;
    padding-right:15px;
    padding-left:15px;
}