.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  max-width: 35em;
  /*background-color: rgba(0,0,0,0.5);*/}
  
img {
	display: block;
  	margin: 55px auto 15px;
	/*border: 1px solid #4a688a;
	-webkit-box-shadow: 3px 3px 10px 1px rgba(68,68,68,0.4);
	-moz-box-shadow: 3px 3px 10px 1px rgba(68,68,68,0.4);
	box-shadow: 3px 3px 10px 1px rgba(68,68,68,0.4);*/
}
.portrait {
	display: block;
  	margin: 15px auto 15px;
	/*border: 1px solid #4a688a;
	-webkit-box-shadow: 3px 3px 10px 1px rgba(68,68,68,0.4);
	-moz-box-shadow: 3px 3px 10px 1px rgba(68,68,68,0.4);
	box-shadow: 3px 3px 10px 1px rgba(68,68,68,0.4);*/
}

body {
	color: #FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size: 1.0rem;
	font-style: normal;
	line-height: 1.6rem;
	position: relative;
	cursor: auto;
	background: url(../img/img_background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
 }
  
/* Default header styles*/

h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.1rem;
	font-style: normal;
	color: #FFFFFF;
	text-rendering: optimizeLegibility;
	margin-top: 0.5rem;
	margin-bottom: 0.2rem;
	line-height: 1.4;
	}
	
h2, h4 {
	font-family: "Ubuntu", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.4;
	}
h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	font-style: normal;
	color: #FFFFFF;
	text-rendering: optimizeLegibility;
	margin-top: 3.5rem;
	margin-bottom: 0.7rem;
	line-height: 1.4;
	}

h5 {
	font-family: "Open Sans", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	font-style: normal;
	color: #3A4849;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 1.5rem;
	line-height: 1.4;
	}

h6 {
	font-family: "Open Sans", sans-serif;
	font-size:1.5rem;
	font-weight: 300;
	font-style: normal;
	color: #3A4849;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.4;
	}

/* Default paragraph styles */
p {
	font-family: inherit;
	color:#3A4849;
	font-weight: 400;
	font-size: 0.8rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility;
	text-align: center;
}
