html,body {
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  color: #fff;
}

h1 {
	font-weight: bold;
	font-size: 1.5rem;
}

h2 {
	font-weight: bold;
	font-size: 1.3rem;	
}

.bg-dark {
	background: #231f20;
}

a.button, input[type=submit] {
	display: inline-block;
	min-width: 230px;
	background: #ef4d29;
	color: #fff;
	font-weight: bold;
	font-size: .9rem;
	padding: 15px 20px;
	border-radius: 16px;
	border: 3px solid #fff;
}

a.button.black {
	border: 3px solid #000;
}

a.button:hover {
	text-decoration: none;
	color: #000;
}

#modal .modal-content {
	background: #15222b;
	border: 3px solid #f16739;
}

.modal-header {
	border-bottom: none;
}

.modal-footer {
	border-top: none;
	justify-content: center;
}


.close {
    color: #fff;
}

.close:hover {
	color: #fff;
	opacity: 1;
}

#section-1 h1{
	margin-top: 20px;
	margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
	#section-1 h1{
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 420px) {
	html,body {
	  font-size: 20px;
	}

	#section-1 h1{
		margin-top: 20px;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 360px) {
	.arrow {
	  display: none;
	}
}

@media screen and (max-width: 320px) {
	html,body {
	  font-size: 16px;
	}
}

#section-2 {
	margin-top: 80px;
	margin-bottom: 80px;
	color: #000;
}

h2 {
	margin-bottom: 60px;
}

.item {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	background: #15222b;
	border-radius: 16px;
	border: 4px solid #f16739;
}

.item p {
	color: #fff;
	padding-top: 20px;
}

#block-3 {
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}

.icon p {
	font-size: .8rem;
	font-weight: bold;
	text-align: center;
}

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
    top: 34%;
    right: -45px;
	width: 30px;
	height: 36px;
	background: url('../images/next.png') no-repeat;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
    top: 34%;
    left: -45px;
	width: 30px;
	height: 36px;
	background: url('../images/prev.png') no-repeat;
}

.owl-carousel .owl-nav button:focus {
	outline: none;
}

.owl-carousel .owl-nav button.owl-prev:hover {
	background: url('../images/prev.png') no-repeat;
}

.owl-carousel .owl-nav button.owl-next:hover {
	background: url('../images/next.png') no-repeat;
}

.owl-carousel .owl-nav button span {
	display: none;
}