body {
	font-family: 'Open Sans', sans-serif;
	background: #000000;
}
p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.topLogo {
	padding: 60px 0;
}
#header {
	background: #000000;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:link, .navbar-light .navbar-nav .nav-link:visited {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	color: #FFFFFF;
}
.navbar-nav .nav-item {
	margin-right: 50px;
}
.navbar-nav .nav-item:last-child {
	margin-right: 0;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active  {
	color: #B7975F;
}
.welcome {
	padding: 100px 0;
}
.welcome__title h1 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 22px;
	color: #FFFFFF;
}
.welcome__content {
	padding-left: 100px;
	margin-top: 100px;
}
.welcome__content p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 27px;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #E5E5E5;
	margin-bottom: 20px;
}
.team {
	padding-bottom: 100px;
}
.team__item-bot p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	color: #FFFFFF;
}
.team__item-bot p span{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 14px;
	color: #B7975F;
}
.team__item-bot {
	margin-top: 30px;
	width: 300px;
}
.team__item-top {

}
.team__items {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 100px;
}
.team__item {
	display: block;
	width: 250px;
	margin-right: 150px;
}
.team__item:nth-child(2n) {
	margin-right: 0;
}
.contact__content {
	padding: 100px 0 150px 100px;
}
.contact__content-item p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 27px;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.contact__content-item p span{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 27px;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #B7975F;
}
.contact__content-item {
	margin-bottom: 20px;
}
footer .row {
	border-top: 1px solid #262626;
	padding: 50px 0;
}
footer p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.footer__links a {
	margin-right: 20px;
}
.footer__links a:last-child {
	margin-right: 0;
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
	#header .row {
		justify-content: flex-start!important;
	}
}
@media (max-width: 770px) {
	footer .row {
		justify-content: center!important;
	}
	footer .row p{
		text-align: center;
	}
	.welcome__content {
		padding-left: 50px;
	}
	.contact__content {
		padding-left: 50px;
		padding-bottom: 70px;
	}
	.team__item {
		margin-right: 45px;
	}
	.welcome {
		padding-top: 50px;
	}
	.welcome__content {
		margin-top: 30px;
	}
	.footer__links {
		margin-top: 20px;
	}
}
@media (max-width: 660px) {
	.team__items {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.team__item {
		margin-right: 0;
		width: 280px;
		margin-bottom: 30px;
	}
	.team__items {
		margin-top: 30px;
	}
	.team__items {
		margin: 0 auto;
	}
	.team .welcome__title {
		margin-bottom: 30px;
	}
	.team {
		padding-bottom: 40px;
	}
}
@media (max-width: 582px) {
	.welcome__title h1{
		width: 100%;
		text-align: center;
	}
	.welcome__content {
		padding: 0 15px;
	}
	.contact__content {
		padding: 30px 15px;
	}
}
@media (max-width: 446px) {
	.contact__content-item p {
		font-size: 14px;
	}
	.contact__content-item p span{
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	.contact__content-item p {
		font-size: 12px;
	}
	.contact__content-item p span{
		font-size: 12px;
	}
}
@media (max-width: 350px) {
	.contact__content-item p {
		font-weight: normal;
	}
	.contact__content-item p span{
		font-weight: normal;
	}
}