
#banner {
    background-image: url('png.bg.desktop.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 600px;
    text-align: center;
    color: white;
}

.bannerlogo {
    width: 100px;
    height: auto;
    margin-top: 30px;
}

#bannerbtn{
    height: 60px;
    width: 200px;
    line-height: 60px;
    display: inline-block;
    background-color: none;
    border: 2px solid white;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 50px;
}

#bannerbtn:hover{
    background-color: #85a3e0;
}

#hometext h1{
    font-size: 60px;
}

#hometext h2{
    font-size: 50px;
    color: #85a3e0;
}

#homeitem{
    margin-bottom: 20px;
}

#homeitem b{
    background-color: #85a3e0;
    padding: 10px;
    margin: 5px;
    color: white;
    font-size: 35px;
}

#homeitem p{
    padding: 10px;
    margin: 5px;
    color: #85a3e0;
    font-size: 35px;
}


#hometext{
    text-align: center;
    margin-top: -100px;
}
