@CHARSET "UTF-8";



html {

	
 min-height: 100%;

}

body {
	
	background: #A9A9F5;
	
}


h1, h2,h3 {
	color: gray;
}

h1 {
	font-weight: bold;
}



.jumbotron {
	background: transparent;
	
	
}
/* a { */
/* 	color:black; */
/* } */
a {
	margin: 2px;
	margin-bottom: 1em; 
	font-family: 'Dancing Script', cursive,bold;
}
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
	
}

ul.social-network li {
	display: inline;
	margin: 0 5px;
}

.social-network a.icoMail:hover {
	background-color: #ef2929;
}

.social-network a.icoGithub:hover {
	background-color: #000000;
}

.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
	background-color: #BD3518;
}


.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
}
.social-network a.icoCV:hover {
	background-color: white ;
}

.social-network a.icoMail:hover i, .social-network a.icoGithub:hover i,
	.social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i,
	 .social-network a.icoLinkedin:hover i
	{
	color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}

.social-circle li a {
	display: inline-block;
	position: relative;
	
	-moz-border-radius: 35%;
	-webkit-border-radius: 35%;
	border-radius: 35%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 21px;
}

.social-circle li i {
	margin: 0;
	line-height: 48px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-circle i {
	color: #888a85;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
	vertical-align: bottom;

}
#blog{
	color: black;
	font-size: 20px;
}
#cv{
	font-size: 53px;
}
.icoCV:hover{

		-moz-border-radius: 13em;
	-webkit-border-radius: 13em;
	border-radius: 13em;
width: 44px;
	height: 44px;

}
h1,h2{

	font-family: 'Lobster', cursive;
}

p{
	font-family: 'Dancing Script', cursive,bold;
}
footer{
	
	
	margin-top: 4em;
}

.flex-item{

	 margin: auto;
    
    -webkit-align-items: stretch;
    align-items: stretch;
}
.flex-container{

	display: -webkit-flex;
    display: flex;
    display:box;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
 -webkit-align-content: center;
    align-content: center;
}
