/* Eric Meyer's Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background: #fffaf7 url('../images/bg.jpg') center top no-repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Global Typography */
*, :before, :after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	font-size: 18px;
	font-family: 'Cicle';
	color: #000;
    background-color: #FFFBF7;
}
/* Font Face */
@font-face {
    font-family: 'Cicle';
    src: url('../fonts/CicleFina.woff2') format('woff2'),
        url('../fonts/CicleFina.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cicle Gordita';
    src: url('../fonts/CicleGordita.woff2') format('woff2'),
        url('../fonts/CicleGordita.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



/* Global Headings */
h1, h2, h3, h4, h5, h6 {}
h1 {}
h2 {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    line-height: 1.1;
}
h3 {
    text-align: center;
    font-size: 28px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 2px;
}
h4 {
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Cicle Gordita';
}
h5 {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-family: 'Cicle Gordita';
}
h6 {}

/* General Text Formatting */
p {
	line-height: 1.1;
}
blockquote, cite, q, var, dfn {
	font-style: italic;
}
small {
	font-size: 85.71429%;
	line-height: 1.75;
}
img{
	max-width: 100%;
	height: auto;
}
/* Global Link style */
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	color:#3498db;
}
/* Global Button Styles */
button {
    border:0;
    cursor: pointer;
}
.button:hover, .button:focus{
    border:0;
    outline: 0;
}

/* Global Sprite Icons */
[class^="icon-"], [class*="icon-"] {
	background-image: url(../images/sprites.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 22px;
}
/* Clearfix class*/
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*---- fonts ------*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 26, 2019 */


/* Global style */
#wrapper { 
    /* background: url('../images/bg.jpg') center top no-repeat; */
    /* background-color: #fffaf7; */
    height: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
.container{ 
		max-width:1230px; 
		padding:0 15px;
		margin: 0 auto;
}
.inner-container{
        max-width:970px; 
        padding:0 15px;
        margin: 0 auto;
}

/* Header Styles */

header{
    position:fixed;
    width:100%;
    z-index:7;  
    padding: 15px 0;
}
.logo{
    float:left;
    width: 100px;
}
.menu-bar{
    float:right;
    width:30px;
    height:35px;
    background:transparent;
    position: relative;
}
.menu-bar span{
    background-color:#FFDF00CC;
    height: 3px;
    width:100%;   
    position:absolute;
    font-size: 0;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.menu-bar span:nth-child(2) {
  top:10px;
}
.menu-bar span:nth-child(3) {
  top: 26px;
}
.menu-bar.active .menu-line3 {
  transform: rotate(45deg);
  top:15px; 
}
.menu-bar.active .menu-line1{
  
  background-color: transparent;
}
.menu-bar.active .menu-line2 {
  transform: rotate(-45deg);
  top: 15px;
}
.menu-bar span{
  transition: all 500ms ease-in-out;
}

.navbar{
    position:absolute;
    top:100%;
    transform:translateX(100%);
    width:100%;
    transition: all 500ms ease-in-out;
    background:#000;
    height: 100vh;
    padding: 15px;
}
.navbar li a{
    display:block;
    padding:15px;
    color:#fff;
    position: relative;
    text-transform: uppercase;
}
.navbar li a:after{
    content: "";
    position: absolute;
    width: 0;
    top:100%;
    background:#fff;
    display: block;
    width: 0;
    height: 2px;
    left: 0;
    transition: all 0.4s ease-in-out;
}
.navbar li a:hover:after{
    width: 100%;
}
.navbar li.active-state a:after{
    width: 100%;
}
.slide{
    transform:none;
    left:0;
}
/* Footer Styles */
.footer {}
