
body {
	font-size: 16px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	
}

.container-fluid {
	padding: 0;
	margin: 0;
}

#intro {
	background-image: url("../img/profile.png"); 
	background-repeat: no-repeat;
	height: 600px;
	background-size: cover; 
	background-position: right center; 
	
}

#about, #hobbies {
	
	background-color: #072A52; 
	padding-bottom: 30px;
	padding-top: 40px;
}

#skills, #contact {
	
	background-color: #051D38; 
	padding-bottom: 30px;
	padding-top: 40px;
}

h1 {
	font-size: 300%; 
	color:black; 
	align-content: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
}

#name {
	display: none;
}

p {
	font-size: 90%; 
	color:#CDCDCD;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

h3, h4, h5{
	color: #fff;
}

h2 {
	position: relative;
	text-align: center;
	font-family: 'Crete Round', serif;
	font-weight: lighter;
}

h3 {
	text-align: center; 
	font-size: 200%;
	padding-top: 30px;
	padding-bottom: 20px;
	font-weight: bolder;
	text-shadow: 1px 1px 2px #cccccc;
}

h4 {
	text-align: center; 
	font-size: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
}

h5 {
	text-align: center; 
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 5px;
}

#laLista{
	color: #fff;
	text-align: center;
}

#biografia{
	vertical-align: middle;
	font-size: 1.2em;
	padding-top: 20px;
}

#School img, #IB img, #computer img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	height: 15%;
}

#places hr{
	color: #fff;
	size: 60%;
	font-weight: bold;
}

#tennis img, #leer img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.decor
{
	width : 5%;
	height: 2%;
}

#tennispic, #bookpic {
	height: 400px; 
}


.imgCarru {
	height: 400px; 
}

.imgSkill {
	height: 50px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
	padding: 0;
}

li {
	margin-top: 20px; 
	color: #fff;
	text-align: center;
	list-style-type: none;
	padding-left: 0;
}

#skills p, #contact p{
	color: grey; 
	margin-top: 20px;  
}

.tw {
	display: block;
	margin-left: auto;
    margin-right: auto;
}










