/****** PLACE YOUR CUSTOM STYLES HERE ******/

@font-face {
   font-family: "Carolinea";
   src: url("../fonts/Carolinea.eot");
   src: url("../fonts/Carolinea.woff") format("woff"),
   url("../fonts/Carolinea.otf") format("opentype"),
   url("../fonts/Carolinea.svg#Carolinea") format("svg");
}
@font-face {
    font-family: 'playlistscript';
    src: url('../fonts/playlist_script-webfont.woff2') format('woff2'),
         url('../fonts/playlist_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'playlistcaps';
    src: url('../fonts/playlist_caps-webfont.woff2') format('woff2'),
         url('../fonts/playlist_caps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
   font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
    color: #9F735C;
}

section:first-child{
   width:96%;
   margin:0 auto;
}

.container.v-align-transform{
   top: 58%;
}

.fullscreen {
    height: 96vh;
}

.nav-bar{
   border-bottom: none !important;
   padding:0 3.5%;
}

.module{
  padding: 0;
}

.logo {
	font-family: 'Carolinea';
   font-size: 3.4em;
   font-weight:normal;
}
.logo-dark {
   color:#AF9F84;
   font-weight:normal;
}
.logo-dark:hover {
   color:#aaa;
}
.logo-light {
   color:#fff;
   font-weight:normal;
}
.logo-light:hover {
   color:#ddd;
}
.logo:visited {
   color:#AF9F84;
}
.hero {
   display: block;
    font-size: 6em;
    line-height: 1.2em;
    font-family: 'playlistscript',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.profiler {
   max-width: 75%;
}

.feature-1 {
   min-height:320px;

}

/*CUSTOM CSS*/

.testimonials .quote-author {
   width:auto !important;
   text-align:center;
}
.testimonials .quote-author img {
    max-height: 100%;
    float: none;
    display: block;
    margin: 0 auto;
}

.button {
    height: 50px;
    line-height: 48px;
    border: 2px solid #47b475;
    background: #47b475;
    color: #fff;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

@media (max-width: 990px) {
   .logo {
      font-size: 2.9em; }

   .module{
      padding:0 !important;
   }

   .module.widget-handle {
      border: none !important; }

   .background-image-holder {
      background-position: 70% 50% !important; }
}

@media (max-width: 600px){
   .hero {
      font-size: 4.8em;
   }
}

@media (max-width: 450px){
   h2.insta {
      font-size: 24px !important;
   }
}
@media (max-height: 500px) {
   .hero {
      font-size: 4.2em;
      display: inline;
   }
}

