/* Reset */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body {
  font-family: 'Levenim MT';
font-style: normal;
font-weight: normal;
src: local('Levenim MT'), url('ufonts.com_levenim-mt.woff') format('woff');
 
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html{
	background-color: #ffffff;
}

.dim{
	opacity: 1;
}

body{
margin:0;
padding:0;
color: black;
position: relative;
font-weight: 800; 
text-align: center;
}

.wrapper{
    display: table-cell;
    text-align: center;
    vertical-align: middle;	
	/*text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 0.5); */  
}

.centered{
    display: inline-block;
   }

.header{
	width: 80%;
	padding: 0px 10%;
	float: left;
	margin-bottom: 0px;
}

#logo{
	width: 90%;
	min-height: 250px;
	background: url(../images/miryam-flores.png) no-repeat top center;
	margin: 0 auto;
	background-size: contain;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
}


.header p.line1{
	font-size: 1.4em;
	font-weight: 800; 
	margin-bottom: 50px;
	margin-top: 1.1em;
	/*text-shadow: black 0.1em 0.1em 0.2em;*/
	line-height: 30px;
}

.content{
	width: 80%;
	text-align: center;
	padding:0% 10%;
	float: left;
	margin-top: 20px;
}

.content p{
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.text1{
	font-size: 1.4em;
}


@media only screen and (max-width: 1024px){


}

@media only screen and (max-width: 768px){

.header{
	width: 80%;
	padding: 0px 10%;
	float: left;
	margin-bottom: 20px;
}

#logo{
	width: 70%;
	min-height: 160px;

}
.header p.line1{
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 1em;
}

.content p{
	font-size: 1.2em;
}

.text1{
	font-size: 1em;
}

}



