/* reset browser styles */
html, body, div, span, 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%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
*{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* end reset browser styles */

/*common styles*/
body {
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  background-color: rgb(8,2,50);
  }

nav  {
	overflow: hidden;
	}  
  
nav a {font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: white;
	text-decoration:none;
	text-align: center;
	/*display:block;	*/
}  

nav a:hover {
	color: rgb(41,171,226);
	} 

.nav_1:hover, .nav_2:hover {
	opacity: 0.75;
	} 


.photo img {
/*border: 5px solid white;*/
border-radius:8px;
margin-left: 10px;
float:right;
}
 
.text  {
	overflow: hidden;
	}  

	h2 {	
		font-size: 2em;
		font-style: italic;
		margin-bottom:5px;
		color: black;
	}	

	h3 {	
		margin-top:5px;
		font-size: 1.5em;
		font-style: italic;
		margin-bottom:5px;
		color: black;
	}	
	
	h4 {	
		margin-top:5px;
		font-size: 1.5em;
		font-style: italic;
		margin-bottom:5px;
		color: black;
		text-align: center;
	}	
	p {
		font-size: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		}
	
		
	.col {
	width: 100%;
	
	}
	
	.col_1 {
	clear:both;
	width: 100%;
	overflow:hidden;
	}
	
	.poet{
		
		font-size: 1.5em;
		font-family: Times, serif;
		color: black;
		font-style: italic;
		text-align: left;
		margin-left:25%;
		margin-top:5px;
		margin-bottom:5px;
	}
    
    a {text-decoration:none;
      color: black;
	}  	
 /*end common styles*/ 

/*smartphone styles*/  

@media screen and (max-width: 480px) {
	.outer {
		width: 480px;
		margin: 0 auto;
		background-color: rgb(8,2,50);
	}	
	.header{
		width:460px;
		height:250px;
		background: rgb(8,2,50);
		margin: 10px;
		border-radius:10px;
		border: 5px solid rgb(41,171,226);
		padding:20px;
	}
	
	.header_line{
		width:460px;
		height:120px;
		background: rgb(8,2,50);
		margin: 10px;
		border-radius:10px;
		border: 5px solid rgb(41,171,226);
		padding:20px;
	}
	
	.text{
		width:460px;
		background: white;
		margin: 10px;
		border-radius:10px;
		border: 5px solid rgb(41,171,226);
		padding:20px;
	}
	
	.header p {
		clear: both;
		margin-top: 50px;
		font-size: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		font-style: italic;
		color: white;
	}
	
	.name {
	float: left;
	width: 60%;
	padding-right:10px;
	}
	
	.line {
	float: right;
	width: 60%;
	}

	.photo {
	float: right;
	width: 40%;
	margin-bottom:5px;
	}
	
	.logo {
	float: left;
	width: 40%;
	margin-top:-5px;
	}
	
	h1 {	
		font-size: 3em;
		font-style: italic;
		float: left;
		margin-bottom:50px;
	}
	
	.line h1 {	
		font-size: 3em;
		font-style: italic;
		float: right;
		margin-bottom:50px;
	}
	
	.my_foto {
		float: right;
	}
	
	.ref {
		width:220px;
		height:220px;
		background-color: rgb(8,2,50);
		margin: 10px;
		border-radius:10px;
		border: 5px solid rgb(41,171,226);
		padding:20px;
		float: left;
	}
 
.ref:hover {
	opacity: 0.75;
	} 	

	
	.footer {
		width:460px;
		height:120px;
		background: rgb(8,2,50);
		margin: 10px;
		border-radius:10px;
		border: 5px solid rgb(41,171,226);
		padding:15px;
		clear: both;
		}
		
	.nav_1 {
	margin: 0 10px;
	float: left;
	}	
	
	.nav_2 {
	margin: 0 10px;
	float: right;
	}	
	
	.nav_11{
	margin: 0 10px;
	width:128px;
	height:128px;
	float: left;
	background:url(images/info.png) center center no-repeat;
	}	
	
	.hov {
	display:none;
	}
	.it{
		
		font-size: 1.5em;
		font-family: Times, serif;
		color: black;
		font-style: italic;
		text-align: right;
		margin-left:25%;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	.it_1{
		
		font-size: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		font-style: italic;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	.it_2{
		
		font-size: 2em;
		font-family: Times, serif;
		color: black;
		font-style: italic;
		font-weight: bold;
		margin-top:5px;
		margin-bottom:5px;
	}
    
     .it_3{
		
		font-size: 2em;
		font-family: Times, serif;
		color: black;
		font-style: italic;
		text-align: right;
		margin-left:25%;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	.col_2 {
	width: 100%;
	}
	
}

/*end smartphone styles*/  



/*desktop styles*/  

@media screen and (min-width: 481px) {
	
	.outer {
	  max-width: 960px;
	  margin: 0 auto;
	  background-color: rgb(8,2,50);
	}	
	
	.header {
		max-width:940px;
		height:250px;
		background: rgb(8,2,50);
		margin: 10px;
		border-radius:10px;
		border: 5px solid rgb(41,171,226);
		padding:20px;
	}
	
	.header_line{
		max-width:940px;
		height:120px;
		background: rgb(8,2,50);
		margin: 10px;
		border-radius:10px;
		border: 5px solid rgb(41,171,226);
		padding:20px;
	}
	
	.text{
		max-width:940px;
		background: white;
		margin: 10px;
		border-radius:10px;
		border: 5px solid rgb(41,171,226);
		padding:20px;
	}
	
	
	
	.header p {
		clear: both;
		margin-top: 5px;
		font-size: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		font-style: italic;
		color: white;
	}
	
	.name {
	float: left;
	width: 60%;
	padding-right: 10px;
	}
	
	.line {
	float: right;
	width: 60%;
	}

	.photo {
	float: right;
	width: 40%;
	margin-bottom:5px;
	}
	
	.logo {
	float: left;
	width: 40%;
	margin-top:-5px;
	}
	
	h1 {	
		font-size: 3em;
		font-style: italic;
		float: left;
		margin-bottom:50px;
	}
	
	.line h1 {	
		font-size: 3em;
		font-style: italic;
		float: right;
		margin-bottom:50px;
	}
	
	.my_foto {
		float: right;
	}
    
	.line_logo {
		float: left;
	}
	
	.ref {
		width:220px;
		height:220px;
		background: rgb(8,2,50);
		margin: 10px;
		border-radius:10px;
		border: 5px solid rgb(41,171,226);
		padding:20px;
		float: left;
	}

	.ref:hover {
	opacity: 0.75;
	} 	
	
	.footer  {
		/*position:fixed;*/
		/*bottom:0;*/
		max-width:940px;
		height:120px;
		background: rgb(8,2,50);
		margin: 10px;
		border-radius:10px;
		border: 5px solid rgb(41,171,226);
		padding:15px;
		clear: both;
		}
		
	.nav_1 {
	margin: 0 10px;
	float: left;
	}	
	
	.nav_2 {
	margin: 0 10px;
	float: right;
	}

	.hov {
	display:none;
	}
	
	.it{
		
		font-size: 1.5em;
		font-family: Times, serif;
		color: black;
		font-style: italic;
		text-align: right;
		margin-left:25%;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	.it_1{
		
		font-size: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		font-style: italic;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	.it_2{
		
		font-size: 2em;
		font-family: Times, serif;
		color: black;
		font-style: italic;
		font-weight: bold;
		margin-top:5px;
		margin-bottom:5px;
	}
    
    .it_3{
		
		font-size: 2em;
		font-family: Times, serif;
		color: black;
		font-style: italic;
		text-align: right;
		margin-left:25%;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	.col_2 {
	width: 50%;
	float:left;
	}
}
@media screen and (min-width: 481px) and (max-width: 700px){

.col_2 {
	width: 100%;
	}
}

/*end desktop styles*/  



