body{
    background-color: #3fabcf;
}
img{
    max-width: 100%;
}
h1,h2{
    color: #fff;
}
h2{
    font-size: 22px;
	padding:0px;
}
#list li{
    color: #0d74ae;
    font-size: 18px;
}
#list .list{
    margin-top:10px;
}
#list li{
    background: url(images/tick.png) no-repeat left top 5px;
    padding: 3px 0px 3px 40px;
    list-style: none;
    margin: 0;
}
.site-button{
    border: 2px solid #fff;
    font-weight: bold;
    background-color: transparent;
    color: #fff;
    margin-top: 25px;
    font-size: 20px;
    padding: 5px 20px;
}
a:hover{
    cursor: pointer;
}
#abs{
    position: absolute;
    top: 0px;
    width: 100%;
}
.site-button:hover{
    color: #fff;
    cursor: pointer;
}
@media screen and (min-width:992px){
    #main-container{
        max-height: 100vh;
    }
    .footer img{
        width: 100%;
    }
}