
body a {
	color: #ffffff;
	text-decoration: none;
}
.navbar {
	padding: 30px 40px;
	background: #162f71;
}

.navbar-toggler {color: #fff;}
.navbar-toggler span {color: #fff;}

nav a {color: #ffffff;}
nav ul {margin-left: auto; margin-right: 0px;}

.nav-item a{
	color: #fff;
}

.nav-item a:hover{
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 16px;
}
.navbar-brand {
	color: #ffffff;
	font-size: 25px;
	padding: 3px 0px; 
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.navbar-brand:hover {
	color: #ffffff;
	/*text-shadow: 0 0 0.1em white, 0 0 0.1em white;*/
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff;
}



section {
	width: 1200px;
	padding: 70px 50px;
	margin: 0 auto;
}

section h1 {
	text-align: center; 
	
	color: #162f71;
	text-transform: uppercase;
}

section a {color: #162f71;}

.head-bg {
	margin-top: 100px;
	background: url(../img/18895812_6016294.jpg) no-repeat center center;
	color: #fff;
	background-color: #162f71;
	-webkit-background-size: cover;
          background-size: cover;
    padding-top: 50px;
	padding-bottom: 50px;
}
.head-bg h2 {
	padding-bottom: 30px;;
}

.head-bg p {
	font-size: 20px;
}
.head-button a {
	margin: 40px auto;
	text-align: center;
}

#projects {
	width: 100%;
	padding: 70px 0px;
	text-align: center;
}

#projects img {
	object-fit: cover;
	height: 800px;
	z-index: -1;
}

.photo {
	display: inline-block;
	overflow: hidden;
	width: 300px;
	height: 300px;
	border-radius: 5px;
	position: relative;
	margin: 20px;
}

.photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#about p {
	margin-top: 50px;
	background: #162f71;
	color: #ffffff;
	border-radius: 20px;
	padding: 30px;
	vertical-align: middle;
	box-shadow: 5px 5px 0px #0c1b41;
}

#contacts {
	width: 100%;
	padding: 0px;
	text-align: center;
}

#contacts i {padding: 0px 10px;}

footer {
	margin: 0 auto;
	background: #162f71;
	padding:  50px;
	color: #ffffff;
}