#container {
	margin: 0 auto;
	max-width: 70%;
	padding-top: 2%;
}

#main{
	width: 100%;
	text-align: center;
}

a:link {color:#74ACAE;}      /* unvisited link */
a:visited {color:#74ACAE;}  /* visited link */
a:hover {color:#74ACAE;}  /* mouse over link */
a:active {color:#74ACAE;}  /* selected link */

#header{
	width: 50%;
	margin-bottom: 1%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.left{
	display: inline-block;
	float: left;
	width: 60%;
}

.right{
	display: inline-block;
	float: right;
	width: 30%;
}

.left_portfolio{
	display: inline-block;
	float: left;
	width: 30%;
}

.right_portfolio{
	display: inline-block;
	float: right;
	width: 65%;
}

.pill .active a,
.pill .active a:hover {
    background-color: #A1A1A1 !important; 
}
.section{
	text-align: justify;
	
	padding-bottom: 20px;
	font-size: 14px;
	border-bottom: 1px solid #D6D6D6;
}

.cv{
	padding: 30px !important;
}

.round{
	border-radius:5px;
	background-color: #A1A1A1;
	display: inline-block;
	padding: 5px;
	margin: 2px;
}

.intro{
	font-size: 14px;
}

.navbar .nav > .active > a{
	background-color: #E2EEF8 !important;
}