@import url('./bootstrap/css/bootstrap.min.css');
@import url('./bootstrap/css/bootstrap-theme.min.css');



/* FOOTER FIX STYLES */
/**
 * CSSReset.com - How To Keep Footer At Bottom of Page with CSS
 * 
 * Original Tutorial: http://www.cssreset.com/2010/css-tutorials/how-to-keep-footer-at-bottom-of-page-with-css/
 * License: Free - do whatever you like with it! Credit and linkbacks much appreciated.
 *
 * NB: Make sure the value for 'padding-bottom' on #content is equal to or greater than the height of #footer.
 */
#wrapper {
  min-height:100%;
  position:relative;
}

#content {
  padding-bottom:200px; /* Height of the footer element */
}
#footer {
  
  width:100%;
  height:200px;
  text-align: center;
  bottom:0;
  left:0;
}
/* END FOOTER FIX */


/* --------------------------------------------------------------------------------------- */
/* Navbar Styles */
/* --------------------------------------------------------------------------------------- */


.navbar {
  
}

.navbar-default {
  margin-top: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(242, 234, 219, 0.6);
  background-image: none;
  border-bottom: none;
  box-shadow: none;
  font-family: 'BebasNeueRegular';
  border: none;

}


.navbar-default .navbar-nav li a {
  line-height: normal;
}

.navbar .navbar-nav {
  display: inline-block;

}
.zw-ul {
  margin-top: 30px !important;
}

.navbar-default .navbar-nav li a {
  color: #601e0f;
  font-size: 22px;
  margin-left: 7px;
  margin-right: 7px;
}

.navbar-nav > li > a.brand {
  padding: 0;
  margin: 0;
}

.navbar .navbar-collapse {
  text-align: center;
}
.nav {
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav li a img {
    width: 150px;
  }

.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .active a:hover {
  background: none;
  box-shadow: none;
  color: inherit;
}

/* --------------------------------------------------------------------------------------- */
/* Font Styles */
/* --------------------------------------------------------------------------------------- */
/* Font Styles */
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../coe-collective/fonts/BebasNeue%20Regular.otf') format('otf'),
      url('../coe-collective/fonts/BebasNeue%20Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueLight';
  src: url('../coe-collective/fonts/BebasNeue%20Light.otf') format('otf'),
    url('../coe-collective/fonts/BebasNeue%20Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('./fonts/raleway/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



/* --------------------------------------------------------------------------------------- */
/* Global Styles */
/* --------------------------------------------------------------------------------------- */
html, body {

  font-family: "BebasNeueRegular";
  background-color: #f2f2f2;
  font-size: 15px;
}
a {
  
}
a:hover,
a:focus {
  color: #88B2A5;
}
.post-info {
  color: #aaa;
}
.center {
  text-align: center;
}
h1 {
  font-size: 62px;
  color: #601e0f;
}

.text-wrap-center {
  text-align: center;
}
.page-title {
  text-align: center;
}

/* --------------------------------------------------------------------------------------- */
/* Under Construction Page */
/* --------------------------------------------------------------------------------------- */
.under-construction {
  width: 100%;
  margin: 100px auto;
  text-align: center;
}
.under-construction h1 {
  font-size: 60px;
  margin-bottom: 50px;
}
.under-construction p {
  font-size: 28px;
  margin-bottom: 40px;

}
.under-construction img {
  width: 50%;
}
/* --------------------------------------------------------------------------------------- */
/* Front-Page Styles */
/* --------------------------------------------------------------------------------------- */
.hero {
  position: relative;
}

.hero-background {
  position: absolute;
  background-image: url("./img/background.jpg");
  background-size: cover;
  background-position: 0 -200px;
  width: 100%;
  height: 1280px;
  height: 100vh;

}


.hero-overlay {
  background-color: rgba(242, 234, 219, 0.6);
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 20px;


}
.hero-text {
  font-family: "BebasNeueLight";
  font-weight: lighter;
  text-align: center;
  color: #601e0f;
}

.hero-text h1 {
  font-size: 100px;
  margin: 0;
}

.cta {
  margin-top: 40px;
  text-align: center;
}
.hero .btn-default {
  border-radius: 0;
  border-color: #b99946;
  background: none;
  color: #b99946;
  text-shadow: none;
  padding: 30px 50px;
  font-size: 35px;

}
.hero .btn-default:focus {
  outline: none;
  background: none;
  border-color: #b99946;
  color: #b99946;
  box-shadow: none;

}
/* --------------------------------------------------------------------------------------- */
/* Body Styles */
/* --------------------------------------------------------------------------------------- */






/* --------------------------------------------------------------------------------------- */
/* About Me Page Styles */
/* --------------------------------------------------------------------------------------- */
.about-image {
  width: 90%;
  margin-bottom: 20px;

}
.body-copy {
  font-family: "Raleway-Regular", Helvetica, Arial, Sans-serif;
}


/* --------------------------------------------------------------------------------------- */
/* Portfolio Page Styles */
/* --------------------------------------------------------------------------------------- */
.portfolio .row {
  margin: 0;
}

.port-item {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 0;
  background-size: cover;
  background-position: center;
}
.caption {
  position: absolute;
  bottom: -300px;
  background-color: rgba(244, 244, 244, 0.5);
  width: 100%;
  height: 100%;
  padding: 10px;
}
.port-item:hover .caption {
  bottom: 0;
}
/* --------------------------------------------------------------------------------------- */
/* Contact Styles */
/* --------------------------------------------------------------------------------------- */

.contact-form input, textarea {
  font-family: "Raleway-Regular" !important;
}

input {
  border: none;
  border-bottom: 2px solid #545454;
  border-radius: 0;
  padding: 5px;
  background-color: #f2f2f2;

}

input:focus, textarea:focus {
  outline: none;
}
textarea {
  background-color: #f2f2f2;
}

.btn-default {
  background-color: #a1d3c3;
  background-image: none;
  color: #f5f5f5;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 20px;
  font-kerning: normal;
  letter-spacing: 0.0625em;
}



/* --------------------------------------------------------------------------------------- */
/* Footer Styles */
/* --------------------------------------------------------------------------------------- */
.footer {
	margin-bottom: 0;
  background-color: #353233;

}
.footer .navbar-nav li {
	margin-top: 0;
}
.footer .navbar-nav li a {
	color: #e07769;
}

/* --------------------------------------------------------------------------------------- */
/* Responsive Design */
/* --------------------------------------------------------------------------------------- */

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
  .navbar-header a.brand img {
    display: none;
  }

  
}


@media only screen and (max-width: 767px) {
    /* portrait phones */
  
  .navbar-nav {
    margin-right: 7px;
    margin-left: 7px;
  }

  .nav li {
    display: inline-block;
  }
  .navbar-header a.brand img {
    width: 55%;
    margin: 10px 10% 10px 20%;
    display: inline-block;
  }
  .nav li a.brand img {
    display: none;    
  }
  .under-construction {
    margin-top: 15px;
    
  }
  .under-construction h1 {
    font-size: 40px;

  }

  .under-construction img {
    width: 70%;
  }

}

@media only screen and (min-width: 320px) and (max-width: 400px) {
  

  .navbar-nav {
   margin: 0;
  }

  .navbar-header a.brand img {
    width: 50%;
    margin: 10px 10% 10px 20%;
  }
  .nav li a.brand img {
    width: 200px;
    display: none;
  }
  .under-construction img {
    width: 90%;
  }

  .category {
    max-width: 75%;
    margin: 0 auto;
  }
  .category-img {

  }

  .hero-text h1 {
    font-size: 28px;
  }

}
