body {
	background-color: #01ffe5;
	color: black;
}

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


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

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


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

h1 {
	font-family:'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 70px;
}

.second-section a {
	color: black;
}

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

@media (max-width: 767.98px) { 
	h1 {
		font-size: 30px;
	}

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

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

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

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

h3 {
	text-transform: uppercase;
	font-family:'Roboto Condensed', sans-serif;
	font-weight: bold;
}

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

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

h5.modal-title {
	font-family:'Roboto Condensed', 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;
}

























