body {
  width: 100%;
  height: 100%;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  /* background-color: black;*/
  font-size: 14px; }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1%; }

p {
  margin-left: 1%;
  line-height: 1.4;
  text-align: justify; }

a {
  color: #b19344;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #675628; }

.light {
  font-weight: 400; }

.opener {
  background-color: rgba(255, 255, 255, 0.5);
  padding-bottom: 5%;
  padding-top: 8%;
  border-radius: 30%; }

.media {
  overflow: hidden;
  position: relative;
  top: 10%; }

.media-heading {
  position: relative;
  top: 20%; }
  .media-heading h3 {
    font-size: 3rem; }

#aboutimg {
  position: relative;
  overflow: hidden;
  object-fit: contain;
  object-position: center;
  width: 50%;
  height: 90%;
  float: left;
  position: relative;
  top: 15%; }
  #aboutimg img {
    height: 100%; }

#stylesimg {
  position: relative;
  overflow: hidden;
  object-fit: contain;
  object-position: center;
  width: 50%;
  height: 90%;
  float: left;
  position: relative;
  top: 15%; }
  #stylesimg img {
    height: 100%; }

#promosimg {
  position: relative;
  overflow: hidden;
  object-fit: contain;
  object-position: center;
  width: 50%;
  height: 90%;
  float: left;
  position: relative;
  top: 15%; }
  #promosimg img {
    height: 100%; }

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f5f5f5; }
  .navbar-custom .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #000000;
    text-shadow: 2px 2px 1px #b19344; }
    .navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:active {
      outline: none; }
  .navbar-custom .navbar-brand {
    font-weight: 700; }
    .navbar-custom .navbar-brand:focus {
      outline: none; }
    .navbar-custom .navbar-brand:hover {
      color: #f5f5f5;
      text-shadow: 2px 2px 1px #000000; }
  .navbar-custom a {
    color: #000000;
    text-shadow: 2px 2px 1px #b19344; }
  .navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-shadow: 2px 2px 1px #b19344; }
    .navbar-custom .nav li a:hover {
      color: rgba(255, 255, 255, 0.8);
      outline: none;
      background-color: transparent;
      text-shadow: 2px 2px 1px #000000; }
    .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
      outline: none;
      background-color: transparent; }
  .navbar-custom .nav li.active {
    outline: none; }
    .navbar-custom .nav li.active a {
      background-color: rgba(255, 255, 255, 0.3); }
      .navbar-custom .nav li.active a:hover {
        color: white; }
  @media (min-width: 768px) {
    .navbar-custom {
      padding: 20px 0;
      border-bottom: none;
      letter-spacing: 1px;
      background: transparent;
      -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
      -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
      transition: background .5s ease-in-out, padding .5s ease-in-out;
      /* NAVBAR AFTER SCROLLED */ }
      .navbar-custom.top-nav-collapse {
        padding: 0;
        background: rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .navbar-custom.top-nav-collapse a {
          color: #000000; } }

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #000000;
  text-shadow: 3px 3px 1px #b19344;
  background: url(../img/STRAWDOG-HEADER-YELLOW.jpg) no-repeat bottom center scroll;
  background-color: #b19344;
  -webkit-background-size: COVER;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  .intro .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .intro .intro-body .brand-heading {
      font-size: 40px; }
    .intro .intro-body .intro-text {
      font-size: 18px;
      text-align: center; }
  @media (min-width: 768px) {
    .intro {
      height: 100%;
      padding: 0; }
      .intro .intro-body .brand-heading {
        font-size: 100px; }
      .intro .intro-body .intro-text {
        font-size: 26px; } }

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #f5f5f5;
  border-radius: 100% !important;
  font-size: 40px;
  color: #000000;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out; }
  .btn-circle:hover, .btn-circle:focus {
    outline: none;
    color: white;
    background: rgba(255, 255, 255, 0.1); }
  .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s; }
  .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  from {
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }
.content-section {
  height: 60vh;
  width: 100%;
  margin: 0 auto;
  padding: 1%;
  overflow: hidden; }
  .content-section h2,
  .content-section h3,
  .content-section h4,
  .content-section h5,
  .content-section h6 {
    margin-top: 0;
    margin-bottom: 2%; }

#map {
  width: 80%;
  height: 25%;
  margin: 0 auto;
  margin-top: 10%; }

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0; }

.btn-default {
  border: 1px solid #b19344;
  color: #b19344;
  background-color: transparent; }
  .btn-default:hover, .btn-default:focus {
    border: 1px solid #b19344;
    outline: none;
    color: black;
    background-color: #b19344; }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

#footer {
  background-color: #000000;
  width: 100%;
  padding: 3%; }
  #footer p {
    font-size: 1.5rem;
    text-align: center; }
  #footer a {
    color: #b19344; }

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }

#aboutrow {
  background-color: #f5f5f5;
  color: #b19344;
  border: 1px solid #b19344; }
  #aboutrow p {
    text-align: justify;
    margin-left: 1%; }
  #aboutrow a {
    color: #000000; }
    #aboutrow a:hover {
      color: #c2c2c2; }

#styles {
  background-color: #000000;
  color: #f5f5f5; }

#stylesrow {
  background-color: #000000;
  color: #f5f5f5;
  border: 1px solid #f5f5f5; }
  #stylesrow a {
    color: #000000; }
    #stylesrow a:hover {
      color: #c2c2c2; }

#promos {
  background-color: #b19344;
  color: #000000; }

#promosrow {
  background-color: #b19344;
  color: #000000;
  border: 1px solid #000000; }
  #promosrow p {
    text-align: left; }
  #promosrow a {
    color: #f5f5f5; }
    #promosrow a:hover {
      color: #c2c2c2; }

#contact {
  display: block;
  height: 67%;
  text-align: center;
  background-color: #f5f5f5;
  color: #b19344;
  margin: 0; }
  #contact .media-heading {
    top: 10%; }
  #contact #contact-area {
    top: 15%; }
  #contact h3 {
    padding: 0;
    font-size: 1.5rem; }
  #contact label {
    font-size: 1rem; }
  #contact input {
    font-size: 1rem; }
  #contact textarea {
    font-size: 1rem; }
  #contact .container-fluid {
    margin: 1px;
    border: 1px solid #b19344; }
    #contact .container-fluid #message {
      text-align: center; }
  #contact #contactrow {
    background-color: #f5f5f5;
    color: #b19344;
    border: 1px solid #b19344; }
    #contact #contactrow a {
      color: #000000; }
      #contact #contactrow a:hover {
        color: #c2c2c2; }

.brand-heading {
  margin-top: 10%; }

.hr40 {
  width: 40%;
  border-color: #b19344; }

/* form styling */
form {
  margin: 0 auto;
  display: inline-block;
  font-size: 1.7rem; }
  form label {
    font-size: 1.7rem;
    width: 20%; }
  form input {
    width: 95%;
    margin: 0 auto; }
  form textarea {
    width: 95%; }
  form .submit-button {
    width: 30%;
    height: 10%;
    background-color: #FFFFFF;
    border: 1px solid #b19344; }

.media ul li {
  list-style: circle;
  text-align: left;
  font-size: 1.2em; }

/*footer {
    font-size: 1.2rem;
    height: 20%;
    width:100%;
    text-align: center;
}*/
.row {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden; }

#list {
  font-size: 2rem; }

/*MEDIA QUERIES FOR DEVICES */
/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width: 320px) {
  .media-heading {
    position: relative;
    top: 15%; }
    .media-heading h3 {
      /*margin-top:8%;*/
      font-size: 1.5rem; }

  .media p {
    margin-left: 1%;
    font-size: 1.2rem;
    text-align: justify; }

  #list {
    font-size: 0.8rem; }

  .content-section {
    height: 48vh; }

  #aboutimg {
    height: 40%; }

  #stylesimg {
    height: 40%; }

  #promosimg {
    height: 40%; }

  #contact {
    height: 400px; } }
/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width: 400px) {
  .media-heading {
    position: relative;
    top: 15%; }
    .media-heading h3 {
      /*margin-top:8%;*/
      font-size: 1.7rem; }

  .media p {
    margin-left: 4%;
    font-size: 1.3rem; }

  #list {
    font-size: 0.8rem;
    margin-left: 2%; }

  .content-section {
    height: 48vh; }

  #aboutimg {
    height: 45%; }

  #stylesimg {
    height: 45%; }

  #promosimg {
    height: 45%; } }
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width: 641px) {
  .media-heading {
    position: relative;
    top: 15%; }
    .media-heading h3 {
      /*margin-top:8%;*/
      font-size: 1.7rem; }

  .media p {
    margin-left: 4%;
    font-size: 1.6rem; }

  h6 {
    margin-left: 13%; }

  #list {
    font-size: 0.9rem;
    margin-left: 5%; }

  .content-section {
    height: 50vh; }

  #aboutimg {
    height: 55%; }

  #stylesimg {
    height: 55%; }

  #promosimg {
    height: 55%; }

  #contact {
    height: 470px; } }
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width: 961px) {
  .media-heading {
    position: relative;
    top: 15%; }
    .media-heading h3 {
      /*margin-top:8%;*/
      font-size: 1.7rem; }

  .media p {
    margin-left: 4%;
    font-size: 1.6rem; }

  h6 {
    margin-left: 13%; }

  #list {
    font-size: 0.9rem;
    margin-left: 5%; }

  .content-section {
    height: 50vh; }

  #aboutimg {
    height: 55%; }

  #stylesimg {
    height: 55%; }

  #promosimg {
    height: 55%; }

  #contact {
    height: 500px; }
    #contact h3 {
      padding: 0;
      font-size: 2rem; }
    #contact label {
      font-size: 1.3rem; }
    #contact input {
      font-size: 1.4rem; }
    #contact textarea {
      font-size: 1.4rem; } }
/* hi-res laptops and desktops */
@media (min-width: 1281px) {
  .media-heading h3 {
    /*margin-top:8%;*/
    font-size: 3rem; }

  .media p {
    margin-left: 0%;
    font-size: 2.2rem; }

  #list {
    font-size: 1.4rem;
    margin-left: 8%; }

  .content-section {
    height: 70vh; }

  #aboutimg {
    height: 65%; }

  #stylesimg {
    height: 65%; }

  #promosimg {
    height: 65%; }

  h3 {
    padding: 0;
    font-size: 2rem; }

  #contact {
    height: 600px; }
    #contact h3 {
      padding: 0;
      font-size: 3rem; }
    #contact label {
      font-size: 1.2em; }
    #contact input {
      font-size: 1.2em; }
    #contact textarea {
      font-size: 1.3rem; } }

/*# sourceMappingURL=strawdog.css.map */
