@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:200,300,400,500,600,700|Open+Sans:400,400i,600,700');

@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),  url('AvenirLTStd-Book.otf')  format('opentype'),
	     url('AvenirLTStd-Book.woff') format('woff'), url('AvenirLTStd-Book.ttf')  format('truetype'), url('AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


*{
	margin:0;
	padding: 0;
	border:0;
}

header{
	height: 400px;
	background: #1B4575 url('bg.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	position: relative;
}

header>#blue-shaddow{
	background-color: rgba(27,69,117,0.6);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	display: flex;
	align-items: center;
}

header>#blue-shaddow>div{
	width: 100%;
	text-align: center;
}

footer>a{
	color:white;
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 15px;
	text-decoration: none;
	/*-webkit-font-smoothing: antialiased;*/
	letter-spacing: 1px;
	transition: all .2s linear;
}

footer>a:hover{
	transition: all .2s linear;
	color:#F76160;	
}

img.avatar{
	width: 140px;
	height: 140px;
	border-radius: 70px;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}

h1{
	color:white;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
}

h2{
	color:white;
	font-family: "AvenirLTStd-Book", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
}

h2>img, footer>a>img{
	width: 15px;
	vertical-align: middle;
}

section#timeline{
	margin-top:30px;
	margin-bottom:30px;
}

section#timeline>div{
	overflow: hidden;
}

[class*="col-lg-6"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.col-left{
	border-right: 2px solid #D8DCE2;
	text-align: right;
}

section h2{
	color:#405673;
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 50px;	
}

.col-right{
	border-left: 2px solid #D8DCE2;
}

section h2>img{
	height: 15px;
	padding-bottom: 1px;
	margin-right: 5px;
}

.col-left>div{
	padding: 40px 40px 40px 0;
}

.col-right>div{
	padding: 40px 0px 40px 40px;	
}

article{
	font-family: "Open sans", sans-serif;
	-webkit-font-smoothing: antialiased;
}

article>span.date{
	font-size: 16px;
	color: #777777;
	display: block;
	margin-bottom: 15px;
}

article>h3{
	font-size: 20px;
	color: #202C3B;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;	
}

article>span.function{
	color:#F76160;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	font-style: italic; 
}

article>p{
	color:#3F3F3F;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 60px;
}

#competences>li{
	list-style-type: none;
	display: inline-block;
	font-family: "Open sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	color: white;
	background-color: #D8DCE2;
	border-radius: 3px;
	margin:5px 3px;
	padding: 5px 7px;
	letter-spacing: 1px;
}

footer{
	background-color: #202C3B;
	padding:30px;
	text-align: center;
}

@media only screen and (max-width : 767px){
	.col-left, .col-right{
		border:none;
		text-align: center;
		padding-left: 30px;
    	padding-right: 30px;
	}

	.col-left>div{
		padding: 20px 0;
	}

	.col-left>div, .col-right>div{
		padding:20px;
		border-top: 4px solid #D8DCE2;
	}
}