.header {
	background-image: url("../img/bg.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mg {
	background-image: url("../img/mg.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.black-bg {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
}

a {
	color: #FFF;
	transition: .3s;
}

.header h1, .header h3, .mg h1 {color: white !important;}

.mg h1 {
	padding-bottom: 20%
}

a:hover {
	color: #ffcc00;
	transition: .3s;
	text-decoration: none;
}

#collapsibleNavbar a {
	margin-left: 35px;
	margin-right: 35px;
}

nav a img {
	height: 80px;
}

.header h1, .mg h1 {
	padding-top: 20%;
	font-style: normal;
	font-weight: bold;
}

p {
	font-size: 20px;
}

/* .ses {
	margin-top: -100px;
} */
 {
	height: 50px;
}

.ses img, .mg-about img {
	width: 100%;
}

.pros img {
	width: 50px !important;
}

.hr {
	height: 40px;
}

.contacts {
		background-color: rgba(0, 114, 193, 1);
}

.contacts p {
	color: white !important;
}

.grey-bg {background-color: #fafafa}
