/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color:  #8a8683;
	background-color:#ffffff;
}


@font-face {
      font-family: "Kemistale";
      src: url("https://www.livingglutenfree.com.ar/fonts/Kemistale-Regular.ttf") format("truetype"),
	  	 url("fonts/Kemistale-Regular.eot?#iefix") format("embedded-opentype"),
	     url("fonts/Kemistale-Regular.woff") format("woff"),	      
		 url("fonts/Kemistale-Regular.svg#Kemistale") format("svg"),
		 url("fonts/Kemistale-Regular.eot");
    }
    
    h2,
	h3{ font-family: 'Kemistale', "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif}

p {
	font-size: medium;
}

h2 { 

	font-family: 'Parisienne', cursive, Verdana, Arial, Helvetica, sans-serif;}
img {
	max-width: 100%;
}
a:link {
	color: #E1BA16;
	text-decoration: none;
}
a:hover {
	color: #F0DE9E;
	text-decoration: none;
}
a:visited {
	color: #ECBF03;
	text-decoration: none;
}



#enviar {
	background-color:#F7DB66; }


/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color: #000000; 
	z-index:100;
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#nav {
	text-align: right;
	margin: 60px 0 0 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 50px;
	color: #FBEFD7;
}
.navigation li:hover{
	cursor:pointer;
	color:#F0DE9E;

}

.navigation .active{
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
}




/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:140px 0;
}



/* Slide 1 */ 

#slide1{
	background-color: #ffffff;
}
#slide1 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide1 h2 {
	
	font-size: 3em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}




/* Slide 2 */ 

#slide2{
	background-image: url(../img/alfajores.jpg);
	background-size:cover;
	background-color:#FFFFFF;
	color:#000000;
}
#slide2 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color: #000000;
	font-weight: 700;
}
#slide2 h2 {
	font-size: 3em;
	color: #6B6866;
	line-height: 0px;
	padding-bottom: 20px;
	font-weight: 400;
}

.background {
   
    background-color: #FFFFFF;
    padding: 10px;
    
}

.trans{
   
   padding: 2%;   
   opacity: 0.8;
  
}


/* Slide 3 */ 

#slide3{
	background-color:#ffffff;
	
	
}
#slide3 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide3 h2 {
	font-size: 3em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#test{
	background-color:#bde2df;
	color:#ffffff;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}




/* Slide 4 */

#slide4{
	background-image:url('../img/pattern(2).png');
	background-color:#8a8683;
	color: #3A3737;
}
#slide4 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#3A3737;
	font-weight: 700;
}
#slide4 h2 {
	font-size: 3em;
	color: #3A3737;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

/* Slide 4 */

#slide5{
	background-color: #000000;
}
#slide5 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide5 h2 {
	font-size: 3em;
	color:#8a8683
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}




/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
	padding:0;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#decorative {
	margin-top:-25em;
	/*display:none;*/
}

#content {
	text-align:center;
	width:100%;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	margin:5px 0;
}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}


#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

#slide3{
	
	background-color:#ffffff;

}

.img {
	
	width: 90%;
	visibility: hidden;
	visibility: collapse;}

}
