#body{
    margin: 0;
    padding: 0;
}
#navbar{
    width: 102%;
    height: 70px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../image/Satanicbeast.jpg);
    background-color: #000;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    align-items: right;
    position: sticky;
    top: 0px;
}

#banner{
    width: 102%;
    height: 90vh;
    background: url(../image/Satanicbeast.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2vw;
    color: white;
}
#logo{
    width: 80px;
    height: 50px;
    margin-left: 100px;
}
#banner h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 100px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
#banner h3{
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    text-align: center;
    letter-spacing: 10px;
    margin-top: 0px;
}

#banner p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 1px;
}


#navbar a{
    text-decoration: none;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    margin-right: 100px;
    float: right;
    margin-top: 2px;
    padding: 10px;
    border: 1px solid #fff;
    background-color: #000;
    border-radius: 10px;
    width: 300px;
    text-align: center;
}
#navbar a:hover{
    background-color: white;
    color: #000;
}


#banner a{
    width: 500px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    font-size: 25px;
    letter-spacing: 10px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 10px;
    margin-top: 100px;
}
#banner a:hover{
    background-color: #fff;
    color: #000;
}
#about{
    width: 102%;
    height: 40vh;
    font-size: 18px;
    color: #fff;
    background-color: black;
    text-align: justify;
    margin: 0px;
    padding: 20px;
}
#about h1{
    font-size: 25px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    padding-top:10px;
    padding-bottom:20px;
}
#about p{
    font-size: 18px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    margin-left: 10px;
    padding-right: 30px;
    letter-spacing: 2px;
}

#footer p{
    color: whitesmoke;
    float: right;
    font-size: 18px;
    padding-right: 50px;
}
#footer{
    width: 102%;
    height: 40px;
    background-color: #777;
    padding: 10px;
}



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper {
    background-color: #eee;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 162px;
    background: url(../image/Satanicbeast.jpg);
}

.wrapper .century {
    background: url(../image/Satanicbeast.jpg);
    width: 800px;
    height: 400px;
    text-align: center; 
    color: #fff;
    padding-top: 60px;
    padding-left: 30px;
    margin-bottom: 10px;
    list-style-type: none;
    box-shadow: 0px 0px 0px 1px rgb(165 165 165);
    display: flex;
    margin-left: 350px;
    margin-top: 50px;

}



.wrapper .century .button a{
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    font-weight: 100;
    line-height: 40px;
    width: 350px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 40px;
    text-transform: uppercase;
    border: 1px solid #fff;
    box-shadow: 0 0 25px rgba(red, green, blue, alpha, 24, 24, 24, 0.9);
    transition: all 0.3s;
    color: #fff;
    top: 0;
}
.wrapper .century .button  a:hover{
    background-color: #fff;
    color: #000;
}




.wrapper1 {
    background-color: #eee;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
   
}

.wrapper1 .century1 {
    background: url(../image/Satanicbeast.jpg);
    width: 100%;
    height: auto;
    text-align: center; 
    color: #fff;
    padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 20px;
    font-size: 25px;
    font-family: sans-serif;
    list-style-type: none;
    box-shadow: 0px 0px 0px 1px rgb(165 165 165);
    display: flex;
    margin-left: 0px;
    margin-right: 20px;
}

.wrapper1 .century1 .button a{
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 50px;
    font-weight: 100;
    line-height: 10px;
    width: 300px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 10px;
    text-transform: uppercase;
    border: 1px solid #fff;
    box-shadow: 0 0 25px rgba(red, green, blue, alpha, 24, 24, 24, 0.9);
    transition: all 0.3s;
    color: #fff;
    top: 0;
}
.wrapper1 .century1 .button  a:hover{
    background-color: #fff;
    color: #000;
}

.box3 {
    background-color: #000;
    width: 100%;
    height: 100vh;
    padding-top: 20px;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 200px;
    background: url(../image/Satanicbeast.jpg);
    align-items: center;
   
}

.box3 .years2{
    background: url(../image/Satanicbeast.jpg);
    color: white;
    width: 700px;
    height: 500px;
    text-align: justify;
    padding-left: 40px;
    padding-top: 50px;
    margin-left: 200px;
    font-size: 20px;
    font-family: sans-serif;
    list-style-type: none; 
    box-shadow: 0px 0px 0px 1px rgb(165 165 165);
    display: flex;
}

.box3 p{
    padding: 12px;
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
    color: #fff;
}

.box3 .years2 .button a{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 15px;
    font-weight: 600;
    line-height: 50px;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 50px;
    text-transform: uppercase;
    border: 1px solid #fff;
    box-shadow: 0 0 25px rgba(red, green, blue, alpha, 24, 24, 24, 0.9);
    transition: all 0.3s;
    color: #fff;
    top: 0;
}
.box3 .years2 .button  a:hover{
    background-color: #fff;
    color: #000;
}


.box2 {
    background-color: #000;
    width: 100%;
    height: auto;
    padding-top: 20px;
     background: url(../image/Satanicbeast.jpg);
   
}

.box2 .years{
    background: url(../image/Satanicbeast.jpg);
    color: white;
    width: 100%;
    text-align: justify;
    padding: 20px;
    font-size: 20px;
    font-family: sans-serif;
    list-style-type: none; 
    box-shadow: 0px 0px 0px 1px rgb(165 165 165);
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
}

.box2 p{
    padding: 10px;
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 20px;
    color: #fff;
}

.box2 .years .button a{
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    font-weight: 600;
    line-height: 50px;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 60px;
    text-transform: uppercase;
    border: 2px solid #fff;
    box-shadow: 0 0 25px rgba(red, green, blue, alpha, 24, 24, 24, 0.9);
    transition: all 0.3s;
    color: #fff;
    top: 0;
}
.box2 .years .button  a:hover{
    background-color: #fff;
    color: #000;
}

.wrapper .main .paypal{
    background-color: navy;
    width: 190px;
    height: 100px;
    margin-left: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: url(../image/bgfoto.jpg);
}

.wrapper2 {
    background-color: #222;
    background: url(../image/Satanicbeast.jpg);
    width: 100%;
    height: 100vh;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 20%;
    padding-right: 20%;
    
}

.wrapper2 .main2 {
    background: url(../image/Satanicbeast.jpg);
    color: white;
    width: 100%;
    height: 45vh;
    text-align: justify;
    list-style-type: none; 
    margin: 10px;
    font-size: 20px;
    font-family: sans-serif;
    box-shadow: 0px 0px 0px 1px rgb(165 165 165);
    display: block;
    text-align: center;
}

.wrapper2 .main2 .button a{
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    font-weight: 600;
    line-height: 60px;
    width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
    text-transform: uppercase;
    border: 2px solid #fff;
    box-shadow: 0 0 25px rgba(red, green, blue, alpha, 24, 24, 24, 0.9);
    transition: all 0.3s;
    color: #fff;
    top: 0;
}
.wrapper2 .main2 .button  a:hover{
    background-color: #fff;
    color: #000;
}


.wrapper .main {
    background-color: #000;
    background: url(../image/Satanicbeast.jpg);
    color: white;
    width: 1000px;
    text-align: justify;
    padding-bottom: 10px;
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 200px;
    margin-right: 200px;
    font-size: 20px;
    font-family: sans-serif;
    box-shadow: 0px 0px 0px 1px rgb(165 165 165);
}




.wrapper .main h2{
    font-style: normal;
    font-size: 40px;
    padding-top: 50px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #fff;
}
.wrapper .main h3{
    font-style: normal;
    font-size: 25px;
    padding: 10px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #fff;
}

.wrapper .main h4{
    font-style: normal;
    font-size: 30px;
    padding: 10px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #fff;
}
.wrapper .main p{
    font-size: 20px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #fff;
}

.wrapper .footer{
    color: white;
    width: 500px;
    text-align: justify;
    padding: 25px;
    font-size: 20px;
    font-family: sans-serif;
    margin-left: 400px;
    margin-right: 400px;
}




.footer .comment-box{
    width: 240px;
    height: 50%;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 20px;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 5px;
    margin-left: 50px;
    margin-top: 25px;
    box-shadow: 10px 0px 10px 1px rgb(165 165 165);  
}

.footer .comment-box h4{
    text-align: center;
    font-size: 20px;
    margin: 10px;
    color: whitesmoke;
}
.footer .comment-box form input {
    width: 200px;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
    outline: none;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    border: 1px solid #ddd;
    color: #777;
}
.footer .comment-box form textarea {
    width: 200px;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
    outline: none;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    border: 1px solid #ddd;
    color: #777;
}
.footer .comment-box button{
    width: 100px;
    margin: 10px 0;
    font-size: 20px;
    font-family: sans-serif;
    border: none;
    background-color: #dedede;
    padding: 10px;
    border-radius: 3px;
    color: #444;
}

.footer .comment-box button:hover{
    color: white;
    background-color: #444;
}

.footer .comment-box{
    width: 250px;
    height: 50%;
    border: 1px solid none;
    background-color: gray;
    margin: 10px 0;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 25px;
    box-shadow: 3px 0px 10px 1px rgb(165 165 165);
}

@media all and (max-width: 950px){
    .wrapper{
        width: 100%;
        margin: 0px;
        padding: 0px;
        background-color: #eee;
        height: 100vh;
    }
    .wrapper h3{
        font-size: 15px;
        margin: 0px;
        padding-left: 0px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        color: #fff;
    }
    
    .wrapper .century{
        width: 100%;
        box-shadow: none;
        background: url(../image/satanicbeast.jpg);
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
        margin-left: 10px;
    }
    
    .wrapper .century .button a{
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 50px;
        font-weight: 300;
        line-height: 10px;
        width: 300px;
        margin-left: 5px;
        margin-top: 0px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
        text-transform: uppercase;
        border: 2px solid #fff;
        box-shadow: 0 0 25px rgba(red, green, blue, alpha, 24, 24, 24, 0.9);
        transition: all 0.3s;
        color: #fff;
        top: 0;
    }
    .box2 {
        background-color: #000;
        width: 100%;
        height: auto;
        padding-top: 20px;  
         background: url(../image/Satanicbeast.jpg);
    }
    
    .box2 .years{
        background: url(../image/Satanicbeast.jpg);
        color: white;
        width: 100%;
        text-align: justify;
        padding: 10px;
        font-size: 10px;
        font-family: sans-serif;
        list-style-type: none; 
        box-shadow: 0px 0px 0px 1px rgb(165 165 165);
        display: flex;
        margin-left: 0;
    }

   
    .box2 .years .button a{
        text-align: center;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 50px;
        font-weight: 300;
        line-height: 50px;
        width: 300px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 5px;
    }
    .box2 p{
        font-family: sans-serif;
        font-size: 12px;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        color: #fff;
    }

    .box3 {
        background-color: #000;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        background: url(../image/Satanicbeast.jpg);
        align-items: center;
       
    }
    
    .box3 .years2{
        background: url(../image/Satanicbeast.jpg);
        color: white;
        width: 100%;
        height: auto;
        text-align: justify;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 30px;
        margin-left: 0px;
        margin-top: 10px;
        font-size: 20px;
        font-family: sans-serif;
        list-style-type: none; 
        box-shadow: 0px 0px 0px 1px rgb(165 165 165);
        display: flex;
    }
    
    .box3 p{
        padding: 0px;
        font-family: sans-serif;
        font-size: 15px;
        text-align: justify;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0px;
        margin-left: 15px;
        margin-right: 45px;
        margin-top: 0px;
        color: #fff;
    }
    
    .box3 .years2 .button a{
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 15px;
        font-weight: 600;
        line-height: 50px;
        width: 300px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 17px;
        padding-right: 17px;
        margin-left: 15px;
        text-transform: uppercase;
        border: 1px solid #fff;
        box-shadow: 0 0 25px rgba(red, green, blue, alpha, 24, 24, 24, 0.9);
        transition: all 0.3s;
        color: #fff;
        top: 0;
    }

    .wrapper2{
        width: 100%;
        padding: 0px;
        margin: 0px;
        background-color: #222;
    }
    .wrapper2 .main2{
        width: 100%;
        height: 100vh;
        box-shadow: none;
        padding-top: 200px;
        padding-right: 50px;
        margin: 0px;
        background: url(../image/satanicbeast.jpg);
    }
    .wrapper2 .main2 .button a{
        text-align: center;
        font-size: 10px;
        text-transform: uppercase;
        border-radius: 30px;
        font-weight: 200;
        line-height: 30px;
        width: 300px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 50px;
    }
    
    .wrapper .main {
        background-color: #000;
        color: white;
        width: 100%;
        text-align: justify;
        margin: 0px;
        padding: 20px;
        font-size: 20px;
        font-family: sans-serif;
        box-shadow: 0px 0px 0px 1px rgb(165 165 165);
    }

    .wrapper .main h2{
        font-style: normal;
        font-size: 22px;
        padding-right: 20px;
        padding-left: 10px;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
        color: #fff;
    }
    .wrapper .main h3{
        font-style: normal;
        font-size: 18px;
        padding-top: 10px;
        text-align: center;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        color: #fff;
    }

    .wrapper .main h4{
        font-style: normal;
        font-size: 18px;
        padding-top: 10px;
        text-align: center;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        color: #fff;
    }
    .wrapper .main p{
        font-size: 17px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: justify;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        color: #fff;
    }
    .wrapper .main .paypal{
        background-color: navy;
        width: 60%;
        height: 90px;
        margin-left: 70px;
        margin-top: 20px;
        padding: 20px;
        background: url(../image/bgfoto.jpg);
    }
    .wrapper .century {
        background: url(../image/Satanicbeast.jpg);
        width: 100%;
        text-align: center; 
        color: #fff;
        padding-top: 50px;
        font-size: 25px;
        font-family: sans-serif;
        list-style-type: none;
        
    }
    
    
    .wrapper .footer{
        color: white;
        width: 100%;
        height: 100px;
        text-align: justify;
        margin-left: 1px;
        padding: 20px;
        font-size: 20px;
        font-family: sans-serif;
    }

    .wrapper1 .century1 {
        background: url(../image/Satanicbeast.jpg);
        width: 100%;
        height: auto;
        text-align: center; 
        color: #fff;
        padding-top: 20px;
        padding-left: 1px;
        padding-bottom: 10px;
        font-size: 10px;
        font-family: sans-serif;
        list-style-type: none;
        box-shadow: 0px 0px 0px 1px rgb(165 165 165);
        display: block;
        margin-top: 0px;
        margin-right: 0px;
    }
    
    .wrapper1 .century1 .button a{
        text-align: center;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 4px;
        border-radius: 10px;
        font-weight: 100;
        line-height: 10px;
        width: 300px;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 20px;
        text-transform: uppercase;
        border: 1px solid #fff;
        box-shadow: 0 0 25px rgba(red, green, blue, alpha, 24, 24, 24, 0.9);
        transition: all 0.3s;
        color: #fff;
        top: 0;
    }
    .wrapper1 .century1 .button  a:hover{
        background-color: #fff;
        color: #000;
    }





    #navbar{
        width: 100%;
        height: 70px;
        position: absolute;
        right: 0px;
        top: 0px;
        background: url(../image/Satanicbeast.jpg);
        background-color: #000;
        padding: 10px;
        margin-left: 0px;
        margin-right: 0px;
        align-items: right;
        position: sticky;
        top: 0px;
    }
    
    #banner{
        width: 100%;
        height: 90vh;
        background: url(../image/Satanicbeast.jpg);
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 2vw;
        color: white;
    }
    #logo{
        width: 60px;
        height: 40px;
        margin-left: 20px;
    }
    #banner h1{
        font-family: 'Times New Roman', Times, serif;
        font-size: 40px;
        text-align: center;
        letter-spacing: 2px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 0px;
    }
    #banner h3{
        font-family: 'Times New Roman', Times, serif;
        font-size: 20px;
        text-align: center;
        letter-spacing: 2px;
        padding-bottom: 20px;
    }
    
    #banner p{
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 18px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        letter-spacing: 0px;
        padding-left: 10px;
    }
    
    
    #navbar a{
        text-decoration: none;
        font-size: 12px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        margin-right: 20px;
        float: right;
        margin-top: 2px;
        padding: 10px;
        border: 2px solid #fff;
        background-color: black;
        border-radius: 10px;
        width: 170px;
        text-align: center;
    }
    #navbar a:hover{
        background-color: white;
        color: #000;
    }
    
    
    #banner a{
        width: 200px;
        color: #fff;
        text-align: center;
        background-color: transparent;
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        border-radius: 10px;
        border: 2px solid #fff;
        padding: 10px;
    }
    #banner a:hover{
        background-color: #fff;
        color: black;
    }
    #about{
        width: 100%;
        height: 90vh;
        font-size: 18px;
        color: #fff;
        background-color: black;
        text-align: justify;
        margin: 0px;
        padding: 20px;
    }
    #about h1{
        font-size: 20px;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
        color: #fff;
        padding-top:10px;
        padding-bottom:20px;
    }
    #about p{
        font-size: 14px;
        text-align: justify;
        font-family: 'Times New Roman', Times, serif;
        color: #fff;
        margin-left: 10px;
        padding-right: 10px;
        width: 80%;
    }
    
    #footer p{
        color: white;
        text-align: center;
        font-size: 13px;
        padding-right: 10px;
    }
    #footer{
        width: 100%;
        height: 50px;
        background-color: #333;
    }
}

