@media only screen and (max-width: 768px){
	.home-social {
		display:none;
	}
}
html, body{
	height: auto !important;
}
.home-content__main {
    padding-top: 4rem;
    max-width: 960px;
}
.homepage-title{
	font-size:30px;
	color: #83cfd2;
	font-family: 'Staatliches', cursive;
	text-transform: uppercase;
}
.homepage-desc{
	font-size:16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
b{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
h4{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.home-content{
    padding-bottom: 23.6rem;
}
.home-social{
    position: fixed;
    top: 150px;
}
.home-social i.fa-facebook{
    background: #3b5998;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td{
    border-bottom: 1px solid #fff;
}
td:first-child {
    border-right: 1px solid #fff;
}
@media only screen and (max-width: 1000px){
    .home-content__main {
        padding-top: 10rem;
    }
    .home-content br{
        display:block;
    }
}
footer {
	padding: 0px !important;
	background: #000 !important;
	color: #314d4e;
	position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-bottom{
	margin-top: 0 !important;
}

.copyright {
	margin: 20px 0;
}

.header-logo a{
	margin-top: 40px;
	width: 170px;
}
.home-content__buttons {
    padding-top: 3rem;
    text-align: center;
}
.home-social li:hover span{
	width: 130px;
}
.line-scale-pulse-out>div,
.pace .pace-progress{
	background-color: #83cfd2;
}
.home-social span{
	color: #83cfd2 !important;
	transition: none !important;
}
@media only screen and (min-width:1300px) and (max-width: 1400px){
    .home-content__main {
        max-width: 880px;
    }
}
@media only screen and (min-width:1200px) and (max-width: 1299px){
    .home-content__main {
        max-width: 750px;
    }
}
@media only screen and (min-width:1001px) and (max-width: 1199px){
    .home-content__main {
        max-width: 650px;
    }
    .header-logo a {
        width: 120px;
    }
}