/*==============================================
    GENERAL  STYLES    
    =============================================*/
/* Variables */
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC);
/* Mixins */
/* Base Styles */


html body .content .content-wrapper {
    padding-top: 1.1rem;
}

html, body {
  color: #999999;
  font-family: Helvetica, Arial, sans-serif;
 
  font-weight: 100;
  margin: 0;
  padding: 0;
}

.container {
  margin: 0 auto;
  max-width: 750px;
  padding: 0 24px 0 260px;
}

header {
  background: url("../../img/02.jpg");
  animation: bgFadeIn 1s ease-in both;
  position: relative;
  padding: 65px;
  text-align: center;
}

header:before {
  background: url("../../img/02.jpg");
  
}

header .container {
  margin: 2rem auto;
}
header h1 {
  border-bottom: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "Amatic SC", cursive;
  font-size: 3.75rem;
  margin: 0;
}
header h3 {
  color: #FFF0A5;
  font-family: "Abril Fatface", cursive;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 100;
  margin: 0;
}

section {
  padding: 1rem;
}
section p {
  font-size: 1.5rem;
  line-height: 3.5rem;
}
section p.lead-in {
  font-size: 3rem;
}
section p.lead-in:first-letter {
  font-size: 3.25rem;
  display: block;
  float: left;
  position: relative;
  line-height: .1;
  top: -0.200em;
}
.h3, h3 {
  color: #FFF0A5;
  font-family: "Abril Fatface", cursive;
  font-size: 1.75rem;
  font-style: bold;
  font-weight: 100;
  margin: 0; 
}


/*==============================================
    MEDIA QUERIES     
  =============================================*/
@media (max-width: 576px) {
.container {
  margin: 0 auto;
  max-width: 580px;
  padding: 0 60px 0 60px;
}
header {
  animation: bgFadeIn 1s ease-in both;
  position: relative;
  padding: 15px;
  text-align: center;
}  
header .container {
  margin: 4.50rem auto;
}
header h1 {
  border-bottom: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "Amatic SC", cursive;
  font-size: 2.75rem;
  margin: 0;
}
header h3 {
  color: #FFF0A5;
  font-family: "Abril Fatface", cursive;
  font-size: 1.95rem;
  font-style: italic;
  font-weight: 100;
  margin: 0;
}
section {
  padding: 0.50rem;
}
section p {
  font-size: 1.0rem;
  line-height: 2.5rem;
}}




/*==============================================
    MEDIA QUERIES     
  =============================================*/
@media (max-width: 992px) {
.container {
  margin: 0 auto;
  max-width: 580px;
  padding: 0 60px 0 60px;
}
header {
  animation: bgFadeIn 1s ease-in both;
  position: relative;
  padding: 15px;
  text-align: center;
}  
header .container {
  margin: 4.50rem auto;
}
header h1 {
  border-bottom: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "Amatic SC", cursive;
  font-size: 2.75rem;
  margin: 0;
}
header h3 {
  color: #FFF0A5;
  font-family: "Abril Fatface", cursive;
  font-size: 1.95rem;
  font-style: italic;
  font-weight: 100;
  margin: 0;
}
section {
  padding: 0.50rem;
}
section p {
  font-size: 1.0rem;
  line-height: 2.5rem;
}}




/*==============================================
    MEDIA QUERIES     
  =============================================*/
 
 @media(min-width:768px) {
     #page-wrapper{
        margin: 0 0 0 260px;
        padding: 15px 30px;
        min-height: 100%;
        /* min-height: 900px; */
        
    }
    
    
    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
        min-height: 900px;
        /* height: 90%; */
    }

   .navbar {
 border-radius: 0px; 
}}