/* Web Fonts -------------------- */

@font-face {
  font-family: 'Abolition Regular';
  src: url('../fonts/abolition-regular-webfont.eot');
  src: url('../fonts/abolition-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/abolition-regular-webfont.woff') format('woff'),
       url('../fonts/abolition-regular-webfont.ttf') format('truetype');
}

/* Base Styles -------------------- */

* {
  box-sizing: border-box;
}

body {
  color: #878787;
  margin: 0;
  font: 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2 {
  font-family: 'Abolition Regular', Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 5.625rem; /* 90px/16px  */
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.3;
  text-shadow: 5px 8px 10px #222;
  margin: 12px 0 0;
}

h2 {
  font-size: 3.3125em; /* 53px/16px  */
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 .5em; /* 0 0 26px */
}

h3 {
  font-size: 1.25em; /* 20px/16px  */
  color: #48525c;
  line-height: 1.2;
  margin-bottom: 1.7em; /* 34px */
}

img {
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
  width: 400px;
}

ul,
ol {
  margin: 30px 0;
}

li {
  margin-bottom: 10px;
}


/* Navbar         ------------------ */
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}

.nav li {
  float: right;
}

.nav li a {
  display: block;
  color: white !important;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
}

.nav li a:hover {
  color: black !important;
}





/* Pseudo-classes/Buttons ------------------ */

/* a:link {
  color: rgb(255, 169, 73);
  text-decoration: none;
} */

/* a:visited {
  color: lightblue;
} */

a:hover {
  color: rgba(255, 169, 73, .4);
}

/* a:active {
  color: lightcoral;
} */


.homePageButton {
 border: 1px solid black;
 padding: 10px;
 border-radius: 5px;
 align-items: center;
 margin-right: 40%;
 margin-left: 40%;
}

/* Main Styles --------------------- */

.main-header {
  padding-top: 170px;
  height: 850px;
  background: linear-gradient(#ffa949, transparent 90%),
    linear-gradient(0deg, #fff, transparent),
    #ffa949 url('../img/downtownAustin.jpg') no-repeat center;
  background-size: cover;
  margin-top: -62px;

}

.title {
  color: white;
  font-size: 1.625rem; /* 26px/16px */
  letter-spacing: .065em;
  font-weight: 200;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}

.intro {
  font-size: 1.25em; /* 20px/16px */
  line-height: 1.6;
}

.primary-content,
.main-header,
.main-footer,
.main-header-coffee,
.main-header-food {
  text-align: center;
}

.primary-content {
	padding-top: 25px;
  padding-bottom: 35px;
}

.secondary-content {
	padding-top: 80px;
	padding-bottom: 20px;
  /* border-bottom: 2px solid #dfe2e6; */
}

.third-content {
	padding-top: 80px;
	padding-bottom: 20px;
  /* border-bottom: 2px solid #dfe2e6; */
}

.foodTitle,
.coffeeTitle,
.homePageButton {
  text-align: center;
  margin-bottom: 1em;
}

.callout {
  font-size: 1.25em;
  border-bottom: 3px solid;
  padding: 0 9px 3px;
  margin-top: 20px;
  display: inline-block;
}

.main-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 10px solid #ffa949;
}

/* .t-border {
  border-top: 2px solid #dfe2e6;
} */


/* Coffee Page Styles --------------------- */
.main-header-coffee {
  padding-top: 170px;
  height: 850px;
  background: linear-gradient(#696464, transparent 90%),
    linear-gradient(0deg, #fff, transparent),
    #ffa949 url('../img/jubilee1.jpg') no-repeat center;
  background-size: cover;
  margin-top: -62px;
}


/* Food Page Styles --------------------- */
.main-header-food {
  padding-top: 170px;
  height: 850px;
  background: linear-gradient(#f1d6ab, transparent 90%),
    linear-gradient(0deg, #fff, transparent),
    #ffa949 url('../img/foodBackground.jpg') no-repeat center;
  background-size: cover;
  margin-top: -62px;
}


/* Layout Styles ------------------ */

.primary-content,
.secondary-content,
.third-content {
  width: 75%;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  max-width: 960px;
}

.wildlife {
  color: white;
  text-align: left;
  padding: 18% 24%;
  border-top: 10px solid #ffa949;
  margin: 105px 0 60px;
  background: #434a52 url('../img/bear.jpg') no-repeat center;
  background-size: cover;
  box-shadow: 0px 15px 20px -12px rgba(0, 0, 0, .8);
  border-radius: 5px;
}

.arrow {
  width: 50px;
  margin-top: 150px;
}

/* Floated Columns ------------------ */

.trill,
.ramen,
.coffee1,
.coffee2 {
  width: 46.5%;
}

.ramen {
  float: left;
}

.coffee2 {
  float: right;
}

.coffee1 {
  float: left;
}

.trill {
  float: right;
}

/* Float Clearfix ------------------ */

.group:after {
  content: "";
  display: table;
  clear: both;
}

/* Fade In Section ----------------- */
#top {
  opacity: 0;
  transition-duration: 1s;
}

#austinTitle {
  opacity: 0;
  transition-duration: 3s;
}


/* Media Queries -------------------- */

@media (max-width: 1024px) {
  .primary-content,
  .secondary-content,
  .third-content {
    width: 90%
  }

  .wildlife {
    padding: 10% 12%;
    margin: 50px 0 20px;
  }
}

@media (max-width: 768px) {
  .primary-content,
  .secondary-content,
  .third-content {
    width: 100%;
    padding: 20px;
    border-top: none;
  }

  .main-header,
  .main-header-coffee,
  .main-header-food {
    max-height: 380px;
    padding: 50px 25px 0;
  }

  .title {
    font-size: 1.3rem;
    border: none;
  }

  h1 {
    font-size: 5rem;
    line-height: 1.1;
  }

  .arror {
    display: none;
  }

  .into {
    font-size: 1rem;
  }

  .trill,
  .ramen,
  .coffee2,
  .coffee1 {
    float: none;
    width: 100%;
  }

  .main-footer {
    padding: 20px 0;
  }
}


/*@media (max-width: 960px) {
  body {
    background: royalblue;
  }
}

@media (max-width: 500px) {
  body {
    background: darkred;
  }
}

@media (min-width: 500px) and (max-width: 700px) {
  body {
    background: seagreen;
  }
  p {
    color: white;
  }
}*/
