body {
	background-color: #ffffff;
	color: black;
}


.top-section {
	background-color: white;
}


.img-section {
	background-color: #000000;
	margin-bottom: 20px;


}	


.black-bg {
	background-color: black;
}


.btn-sportit {
	background-color: #FF4E00;
	color: white;
	padding: 15px 45px;
	letter-spacing: 2px;
	border-radius: 0;
	border: 2px solid #FF4E00;
}

.btn-sportit:hover {
	background-color: transparent;
	border: 2px solid #FF4E00;
	color: #FF4E00;
}




h1 {
	font-family:'Roboto', sans-serif;
	font-weight: bold;
	font-size: 70px;
	line-height: 65px;
	color: #FF4E00;
}

.second-section a {
	color: black;
}

.second-section img {
	width: 150px;
}

@media (max-width: 767.98px) { 
	h1 {
		font-size: 55px;
		line-height: 50px;
	}

	.second-section img {
		max-width: 100%;
	}
}

.second-section img {
	margin-bottom: 20px;
}

.text-section h2 {
	text-transform: uppercase;
	font-family:'Roboto', sans-serif;
	font-weight: bold;
}

@media (max-width: 767.98px) { 
	.text-section h2 {
		font-size: 24px;
	}
}

h3 {
	text-transform: uppercase;
	font-family:'Roboto', sans-serif;
	font-size: 20px;
}

@media (max-width: 767.98px) { 
	h3 {
		font-size: 20px;
	}
}

footer {
	background-color: #000;
	color: #fff;
}

h5.modal-title {
	font-family:'Roboto', sans-serif;
	font-weight: bold;
}

label {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0.25rem;
}

.form-control {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ededed;
    border: 0px;
    border-radius: 0;
    font-family:'Roboto Condensed', sans-serif;
}

























