*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	width: 100%; 
	background-repeat: no-repeat;
	background-position: top;
}
.container{
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
a{
	text-decoration: none;
	color: #717171;
}
.nav-bar{
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.nav-bar li{
	display: inline;
}
.nav-bar a{
	display: inline-block;
	text-decoration: none;
	padding: 10px 62px;
	color: #141414;
}
.nav-bar a:hover{
	background-color: #717171;
}
.actual-page{
	background-color: #717171;
}
.division-one{
	background-color: #fff;
	margin-top: 10px;
	width: 29%;
	float: left;
}
h1{
	text-align: center;
	padding-top: 8%;
}
.division-one img{
	width: 100%;
}
.division-one img:hover{
	transform: scale(1.05);
	transition: transform 0.5s;
	transition: opacity 0.3s;
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	-webkit-transition: transform 0.5s;
	-webkit-transition: opacity 0.3s;
	-webkit-opacity: 0.8;
	-moz-transform: scale(1.05);
	-moz-transition: transform 0.5s;
	-moz-transition: opacity 0.3s;
	-moz-opacity: 0.8;
	-ms-transform: scale(1.05);
	-ms-transition: transform 0.5s;
	-ms-transition: opacity 0.3s;
	-ms-opacity: 0.8;
	-o-transform: scale(1.05);
	-o-transition: transform 0.5s;
	-o-transition: opacity 0.3s;
	-o-opacity: 0.8;
}

.description{
	margin-top: 2%;
	margin-left: 7%;
	margin-bottom: 3%;
	line-height: 150%;
}
.division-one ul li{
	list-style: none;
	display: inline;
	text-align: center;
	font-size: 300%;
	margin-left: 25%;
}

.division-one ul li:hover{
	opacity: 70%;
	-webkit-opacity: 70%;
	-moz-opacity: 70%;
	-ms-opacity: 70%;
	-o-opacity: 70%;
}

.division-two{
	background-color: #fff;
    margin-top: 10px;
	width: 70%;
	float: right;
}
h2{
	color: #717171;
	margin-top: 3.5%;
	margin-left: 1.5%;
}

.division-two p{
	margin-bottom: 3%;
	line-height: 161%;
	margin-left: 1.5%;
}

h3{
	color: #717171;
	margin-top: 2.5%;
	margin-left: 1.5%;
}

footer{
	text-align: center;
	width: 100%;
	float: left;
}

footer p{
	color: #fff;
	font-size: 80%;
	margin-top: 1%;
	padding-bottom: 1%;
}
em{
	color: #717171;
}

.division-three{
	float: left;
	width: 45%;
	margin-left: 0.5%;
	height: 100px;
}
.division-four{
	float: right;
	width: 45%;
	height: 100px;
}

.wrapper{
	width: 95%;
	margin-top: -3%;
	margin-left: 1.5%;
}
.progress-bar{
	width: 100%;
	background-color: #e0e0e0;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	-ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
	height: 16px;
}
.progress-bar-fill{
	display: block;
	background-image: linear-gradient(to right, #000, #717171); 
	-webkit-background-image: linear-gradient(to right, #000, #717171);
	-moz-background-image: linear-gradient(to right, #000, #717171);	
	-ms-background-image: linear-gradient(to right, #000, #717171);
	-o-background-image: linear-gradient(to right, #000, #717171);	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	width: 100%;
	background-color: #e0e0e0;
	padding: 3px;
	height: 10px;
}
.hr-skills{
	margin-top: 13%;
}

.division-five{
	float: left;
	width: 15%;
	margin-top: 3%;
	text-align: right;
	line-height: 32px;
}
.division-six{
	float: right;
	width: 84%;
}

input{
	width: 92%;
	display: inline-block;
	text-decoration: none;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	-ms-border-radius: 200px;
	-o-border-radius: 200px;
	height: 30px;
	margin-top: 4%;
	padding-left: 7px;
}

textarea{
	width: 92%;
	margin-top: 4%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	
	height: 300px;
	padding: 7px;
}

input[type=submit]{
	width: 30%;
	display: inline-block;
	text-decoration: none;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	-ms-border-radius: 200px;
	-o-border-radius: 200px;
	background-color: #717171;
	color: #fff;
	height: 30px;
	margin-top: 2%;
	float: right;
	margin-right: 8%;
}

input[type=submit]:hover{
	opacity: 80%;
	-webkit-opacity: 80%;
	-moz-opacity: 80%;
	-ms-opacity: 80%;
	-o-opacity: 80%;
}