﻿body {
background-color:darkgrey;
}
.homeHtml{
    
}
.priceHtml{
}
.prices {
    height: 1900px;
    width: 1160px;
    background-image: url('../img/full image pricing.jpg');
    background-repeat: no-repeat;
}
.home {
    height: 1900px;
    width: 1060px;
    background-image: url('../img/full image home.jpg');
    background-repeat: no-repeat;
}
.menu{
    width: 100%;
    height: 100%;
    float: left;
    background-image: url("../img/header_background.png");
    background-size: 100%;
    background-repeat: repeat-x;
}
.logo{
    width: 269px;
    height: 48px;
    float: left;
    background-image: url("../img/logo.jpg");
    background-repeat:no-repeat;
    margin: 5px;
}
.nav{
    width: 50%;
    list-style-type: none;
    float: right;
    margin-right: -100px;
    margin-top:20px;
}

.nav li{
    float: left;
    width: 70px;
    color: white;
    font-size: 17px;
    padding: 8px;
    margin-top: -10px;
}
.nav li:nth-child(3){
    float: left;
    width: 120px;
    color: white;
    font-size: 17px;
    padding: 8px;
    margin-top: -10px;
}
a{
    text-decoration: none;
    color: white;
}
.header-top{
    width: 100%;
    float: left;
    background-image: url("../img/home_header.jpg");
    background-size: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position-x:center;
}

.header-top-prices{
    width: 100%;
    float: left;
    background-image: url("../img/pricing_header.jpg");
    background-size: 100%;
    height: 475px;
    background-repeat: no-repeat;
    background-position-x:center;
}

.header-top-thanks{
    width: 100%;
    float: left;
    background-image: url("../img/thanks_header.jpg");
    background-size: 100%;
    height: 622px;
    background-repeat: no-repeat;
    background-position-x:center;
}

.header-center{
    width: 100%;
    float: left;
    background-image: url("../img/home_center_3.jpg");
    background-size: 100%;
    height: 453px;
    background-repeat: no-repeat;
    background-position-x:center;
}

.header-center-prices{
    width: 100%;
    float: left;
    background-image: url("../img/pricing_bottom_header.jpg");
    background-size: 100%;
    height: 606px;
    background-repeat: no-repeat;
    background-position-x:center;
}

.bottom-top{
    width: 100%;
    float: left;
    background-image: url("../img/home_bottom_top.jpg");
    background-size: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position-x:center;
}

.bottom-prices{
    width: 100%;
    float: left;
    background-image: url("../img/faq.jpg");
    background-size: 100%;
    height: 622px;
    background-repeat: no-repeat;
    background-position-x:center;
}

.bottom-thanks{
    width: 100%;
    float: left;
    background-image: url("../img/thanks_footer_top.jpg");
    background-size: 100%;
    height: 1625px;
    background-repeat: no-repeat;
    background-position-x:center;
}
.bottom{
    width: 100%;
    float: left;
    background-image: url("../img/home_bottom_bottom.jpg");
    background-size: 100%;
    height: 448px;
    background-repeat: no-repeat;
    background-position-x:center;
}
.bottom-most{
    width: 100%;
    float: left;
    background-image: url("../img/home_bottom_most.jpg");
    background-size: 100%;
    height: 135px;
    background-repeat: no-repeat;
    background-position-x:center;
}
.footer{
    width: 100%;
    float: left;
    background-image: url("../img/footer.jpg");
    background-size: 100%;
    height: 80px;
    background-position-x:center;
}
.button {
    text-decoration: none;
    color: white;
    background-color: rgba(0, 180, 0 , 0.9);
    padding: 13px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 62%;
}
.register-header{
    width: 100%;
    float: left;
    background-image: url("../img/register_header.jpg");
    background-size: 100%;
    height: 481px;
    background-repeat: no-repeat;
    background-position-x:center;
}
.form{
    width: 40%;
    height: 700px;
    float: left;
    box-shadow: 0px 0px 10px black;
    margin-left: 30%;
    margin-top: -3%;
    background-color: white;
    border-radius: 10px;
}
.lab {
    
}

.tb{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
}
body {
    font-family: "League Gothic" sans-serif;
    width: 80%;
    margin: 0px 12%;
}

