@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

	

body{
    overflow-x: hidden;
    margin: 0;
}    




#mobialone{
    display: block;
    background-color: #6B6B6B;
}


 
    body::-webkit-scrollbar-track
    {	width: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color:;
        margin-right: 5%;
    }

    body::-webkit-scrollbar
    {

    width: 5px;


    }

    body::-webkit-scrollbar-thumb
    {
        background-color: #FF7B00;

    }

    
    
    
    
    #mobialone{
    display: none;
    background-color: #6B6B6B;
}

    
    
    hr{
        margin: .5em 0;
        background-color: #C6A772;
    }
    
    
    
h1{
        text-align: left;
        font-size: 4em;
        font-family: 'Marcellus SC', serif;
        margin-top: 5vh;
        color: #00000;
        opacity: 1;
        clear: both;
        display: block;
       font-weight: 100;
    line-height: .7em;
    margin: 0;
    }
    
    
    
    h1 span{
        color: #634E42;
    }
    
    
    
    h2{
     font-size: 3em;
        font-family: 'Marcellus SC', serif;;
        font-weight: 100;
        line-height: 1em;
        margin: 0;
    }
    
    
    .textgold{
        line-height: normal;
        color: #C6A772;
        margin: 0em auto;
        line-height: .8em;
    }
    
    
    .textbrown{
        color: #5F4A36;
         line-height: normal;
        margin: 0em auto;
        line-height: .8em;
}
    
    
    h3{
        font-family: 'Marcellus SC', serif;
        font-size: 2.4em;
        display: block;
        clear: both;
        margin: .5em auto;
        line-height: .8em;
        font-weight: 100;
        margin: 0;
    }
    
    
    
    h4{
        font-family: 'Marcellus SC', serif;
        font-size: 1.7em;
        display: block;
        clear: both;
        font-weight: 500;
        margin: 0;
        line-height: .8em;
    }
    
    
    
    
    
    h5 {
        font-family: 'Marcellus SC', serif;
        font-size: 1.4em;
        display: block;
        clear: both;
        font-weight: 600;
        margin: 0;
        line-height: 1em;
        margin-bottom: .5em;
        font-weight: 100;
    }
    
    
    h5 span{
        font-family: 'Nunito', sans-serif;
        font-size: .55em;
        font-weight: 500;
    }

    
    h6 {
        font-family: 'Nunito', sans-serif;
        font-size: 1em;
        font-weight: 600;
        display: block;
        clear: both;
        margin: 1em 0;
        color: #957738;
    }
    
    
    

    
    p{
    
        font-family: 'Nunito', sans-serif;
        line-height: 1.3em;
        font-size: .9em;
        margin: 0;
        letter-spacing: .3px;
    }
    
    
        
    
    
    
    
    button{
        border: 0;
        padding: 0;
        border-radius: 2em;
        display: block;
        float: left;
        clear: none;
        cursor: pointer;
        font-family: 'Nunito', sans-serif;
        color: white;
        font-size: .8em;
    }
    

    
    .brown-button{
        background-color: #8A7A6B;
        padding: .7em 1em;
        font-size: .8em;
    }
    
    
    .orange-button{
        background-color: #FF7B00;
        padding: .7em 1em;
    }
    
    
    .brown-button i,.orange-button i{
        margin-left: .5em;
        font-size: 0em;
        transition: all .3s;
        transform-origin: left center;
    }
    
    
    .brown-button:hover i,.orange-button:hover i{
        font-size: .8em;
    }

    


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
	
	
	
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    

    
    
    body::-webkit-scrollbar-track
    {	width: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color:;
        margin-right: 5%;
    }

    body::-webkit-scrollbar
    {

    width: 5px;


    }

    body::-webkit-scrollbar-thumb
    {
        background-color: #FF7B00;

    }

    
    
    
    
    #mobialone{
    display: none;
    background-color: #6B6B6B;
}

    
    
    hr{
        margin: .5em 0;
        background-color: #C6A772;
    }
    
    
    
h1{
        text-align: left;
        font-size: 5em;
        font-family: 'Marcellus SC', serif;
        margin-top: 5vh;
        color: #00000;
        opacity: 1;
        clear: both;
        display: block;
       font-weight: 100;
    line-height: .7em;
    margin: 0;
    }
    
    
    
    h1 span{
        color: #634E42;
    }
    
    
    
    h2{
     font-size: 4.5em;
        font-family: 'Marcellus SC', serif;;
        font-weight: 100;
        line-height: 1em;
        margin: 0;
    }
    
    
    .textgold{
        line-height: normal;
        color: #C6A772;
        margin: 0em auto;
        line-height: .8em;
    }
    
    
    .textbrown{
        color: #5F4A36;
         line-height: normal;
        margin: 0em auto;
        line-height: .8em;
}
    
    
    h3{
        font-family: 'Marcellus SC', serif;
        font-size: 6em;
        display: block;
        clear: both;
        margin: .5em auto;
        line-height: .8em;
        font-weight: 100;
        margin: 0;
    }
    
    
    
    h4{
        font-family: 'Marcellus SC', serif;
        font-size: 4em;
        display: block;
        clear: both;
        font-weight: 500;
        margin: 0;
        line-height: .8em;
    }
    
    
    
    
    
    h5 {
        font-family: 'Marcellus SC', serif;
        font-size: 2.5em;
        display: block;
        clear: both;
        font-weight: 600;
        margin: 0;
        line-height: 1em;
        margin-bottom: .5em;
        font-weight: 100;
    }
    
    
    h5 span{
        font-family: 'Nunito', sans-serif;
        font-size: .55em;
        font-weight: 500;
    }

    
    h6 {
        font-family: 'Nunito', sans-serif;
        font-size: 1.3em;
        font-weight: 600;
        display: block;
        clear: both;
        margin: 1em 0;
        color: #957738;
    }
    
    
    

    
    p{
    
        font-family: 'Nunito', sans-serif;
        line-height: 1.3em;
        font-size: 1em;
        margin: 0;
        letter-spacing: .3px;
    }
    
    
        
    
    
    
    
    button{
        border: 0;
        padding: .7em 1.2em;
        border-radius: 2em;
        display: block;
        float: left;
        clear: none;
        cursor: pointer;
        font-family: 'Nunito', sans-serif;
        color: white;
        font-size: 1em;
    }
    

    
    .brown-button{
        background-color: #8A7A6B;
        font-size: 1em;
    }
    
    
    .orange-button{
        background-color: #FF7B00;
        font-size: 1em;
    }
    
    
    .brown-button,.orange-button i{
        margin-left: .5em;
        font-size: 0em;
        transition: all .3s;
        transform-origin: left center;
    }
    
    
    .brown-button,.orange-button:hover i{
        font-size: 1em;
    }

    
    

    

    
    
    
    
    
    
    
    
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    body::-webkit-scrollbar-track
    {	width: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color:;
        margin-right: 5%;
    }

    body::-webkit-scrollbar
    {

    width: 5px;


    }

    body::-webkit-scrollbar-thumb
    {
        background-color: #FF7B00;

    }

    
    
    
    
    #mobialone{
    display: none;
    background-color: #6B6B6B;
}

    
    
    hr{
        margin: .5em 0;
        background-color: #C6A772;
    }
    
    
    
h1{
        text-align: left;
        font-size: 6em;
        font-family: 'Marcellus SC', serif;
        margin-top: 5vh;
        color: #00000;
        opacity: 1;
        clear: both;
        display: block;
        font-weight: 100;
        line-height: .7em;
        margin: 0;
    }
    
    
    
    h1 span{
        color: #634E42;
    }
    
    
    
    h2{
     font-size: 3.2em;
        font-family: 'Marcellus SC', serif;;
        font-weight: 100;
        line-height: 1em;
        margin: 0;
    }
    
    
    .textgold{
        line-height: normal;
        color: #C6A772;
        margin: 0em auto;
        line-height: .8em;
    }
    
    
    .textbrown{
        color: #5F4A36;
         line-height: normal;
        margin: 0em auto;
        line-height: .8em;
}
    
    
    h3{
        font-family: 'Marcellus SC', serif;
        font-size: 2.75em;
        display: block;
        clear: both;
        margin: .5em auto;
        line-height: .8em;
        font-weight: 100;
        margin: 0;
    }
    
    
    
    h4{
        font-family: 'Marcellus SC', serif;
        font-size: 2em;
        display: block;
        clear: both;
        font-weight: 500;
        margin: 0;
        line-height: .8em;
    }
    
    
    
    
    
    h5 {
        font-family: 'Marcellus SC', serif;
        font-size:1.5em;
        display: block;
        clear: both;
        font-weight: 600;
        margin: 0;
        line-height: 1em;
        margin-bottom: .5em;
        font-weight: 100;
    }
    
    
    h5 span{
        font-family: 'Nunito', sans-serif;
        font-size: .55em;
        font-weight: 500;
    }

    
    h6 {
        font-family: 'Nunito', sans-serif;
        font-size: 1.2em;
        font-weight: 600;
        display: block;
        clear: both;
        margin: 1em 0;
        color: #957738;
    }
    
    
    

    
    p{
        font-family: 'Nunito', sans-serif;
        line-height: 1.3em;
        font-size: 1em;
        margin: 0;
        letter-spacing: .3px;
    }
    
    
        
    
    
    
    
    button{
        border: 0;
        padding: .7em 1em;
        border-radius: 2em;
        display: block;
        float: left;
        clear: none;
        cursor: pointer;
        font-family: 'Nunito', sans-serif;
        color: white;
        font-size: 1em;
    }
    

    
    .brown-button{
        background-color: #8A7A6B;
        font-size: 1em;
    }
    
    
    .orange-button{
        background-color: #FF7B00;
        font-size: 1em;
    }
    
    
    .brown-button,.orange-button i{
        margin-left: .5em;
        font-size: 0em;
        transition: all .3s;
        transform-origin: left center;
    }
    
    
    .brown-button,.orange-button:hover i{
        font-size: 1em;
    }

    
    

    

}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
	
    
    body::-webkit-scrollbar-track
    {	width: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color:;
        margin-right: 5%;
    }

    body::-webkit-scrollbar
    {

    width: 5px;


    }

    body::-webkit-scrollbar-thumb
    {
        background-color: #FF7B00;

    }

    
    
    
    
    #mobialone{
    display: none;
    background-color: #6B6B6B;
}

    
    
    hr{
        margin: .5em 0;
        background-color: #C6A772;
    }
    
    
    
h1{
        text-align: left;
        font-size: 9em;
        font-family: 'Marcellus SC', serif;
        margin-top: 5vh;
        color: #00000;
        opacity: 1;
        clear: both;
        display: block;
       font-weight: 100;
    line-height: .7em;
    margin: 0;
    }
    
    
    
    h1 span{
        color: #634E42;
    }
    
    
    
    h2{
     font-size: 4.5em;
        font-family: 'Marcellus SC', serif;;
        font-weight: 100;
        line-height: 1em;
        margin: 0;
    }
    
    
    .textgold{
        line-height: normal;
        color: #C6A772;
        margin: 0em auto;
        line-height: .8em;
    }
    
    
    .textbrown{
        color: #5F4A36;
         line-height: normal;
        margin: 0em auto;
        line-height: .8em;
}
    
    
    h3{
        font-family: 'Marcellus SC', serif;
        font-size: 6em;
        display: block;
        clear: both;
        margin: .5em auto;
        line-height: .8em;
        font-weight: 100;
        margin: 0;
    }
    
    
    
    h4{
        font-family: 'Marcellus SC', serif;
        font-size: 4em;
        display: block;
        clear: both;
        font-weight: 500;
        margin: 0;
        line-height: .8em;
    }
    
    
    
    
    
    h5 {
        font-family: 'Marcellus SC', serif;
        font-size: 2.5em;
        display: block;
        clear: both;
        font-weight: 600;
        margin: 0;
        line-height: 1em;
        margin-bottom: .5em;
        font-weight: 100;
    }
    
    
    h5 span{
        font-family: 'Nunito', sans-serif;
        font-size: .55em;
        font-weight: 500;
    }

    
    h6 {
        font-family: 'Nunito', sans-serif;
        font-size: 1.3em;
        font-weight: 600;
        display: block;
        clear: both;
        margin: 1em 0;
        color: #957738;
    }
    
    
    

    
    p{
    
        font-family: 'Nunito', sans-serif;
        line-height: 1.3em;
        font-size: 1em;
        margin: 0;
        letter-spacing: .3px;
    }
    
    
        
    
    
    
    
    button{
        border: 0;
        padding: 1em 1.5em;
        border-radius: 2em;
        display: block;
        float: left;
        clear: none;
        cursor: pointer;
        font-family: 'Nunito', sans-serif;
        color: white;
        font-size: 1em;
    }
    

    
    .brown-button{
        background-color: #8A7A6B;
        font-size: 1em;
    }
    
    
    .orange-button{
        background-color: #FF7B00;
        font-size: 1em;
    }
    
    
    .brown-button,.orange-button i{
        margin-left: .5em;
        font-size: 0em;
        transition: all .3s;
        transform-origin: left center;
    }
    
    
    .brown-button,.orange-button:hover i{
        font-size: 1em;
    }

    
    

    


    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    body{
        background-color: #fffffff;
        font-size: .9em;
    }
    
    
    #mobialone{
    display: none;
    }
    
    
    
    

    
    
}

/* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	
    body{
        background-color: #ECECEC;
        font-size: 1.1em;
    }
    
    
    
    
    
    
    
		
}