#wrapper {
    background-color: blue;
    background: url(../image/bgfoto.jpg);
    width: 100%;
    padding: 10;
}
#century {
    background-color: navy;
    background: url(../image/bgfoto2.jpg);
    width: 400px;
    text-align: center; 
    color: blue;
    text-align: center;
    margin: 10px;
    font-size: xx-large;
    font-family: 'Times New Roman', Times, serif;
    list-style-type: none;
    box-shadow: 5px 0px 0px 1px rgb(165 165 165);
}
#century li .hover {
    color: green;
}
#wrapper2{
    background-color: orangered;
    width: 220px;
    margin: 10px;
}

#container .paypal{
    background-color: navy;
    width: 50%;
    height: 100px;
    margin-left: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: url(../image/bgfoto2.jpg);
}

.box2 .years .paypal{
    background-color: navy;
    width: 40%;
    height: 100px;
    margin-left: 120px;
    margin-top: 20px;
    padding: 20px;
}


#box2 {
    background-color: blue;
    background: url(../image/bgfoto2.jpg);
    width: 100%;
    text-align: center;
    margin: 10px;
    font-size: xx-large;
    font-family: 'Times New Roman', Times, serif;
    list-style-type: none;
}
#box2 button {
    width: 200px;
    background-color: whitesmoke;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
    margin-left: 80px;
    border: none;
    list-style-type: none;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
}
#box2 button:hover{
    background-color: greenyellow;
}
#box3{
    background-color: white;
    width: 1000px;
    color: black;
    text-align: justify;
    margin-left: 180px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    list-style-type: none;
   
}

#box3 p{
    margin-bottom: 10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

#box3 h3{
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
}

#box3 button{
    width: 180px;
    margin: 10px 0;
    border: none;
    background-color: orangered;
    padding: 10px;
    border-radius: 10px;
    color: #444;
}
#box3 button:hover{
    color: blueviolet;
    background-color: greenyellow;
}
#years{
    background-color: navy;
    color: white;
    width: 400px;
    text-align: justify;
    margin: 10px;
    padding: 20px;
    font-size: large;
    font-family: sans-serif; 
    box-shadow: 5px 0px 0px 1px rgb(165 165 165);
}

#container {
    background-color: blue;
    background: url(../image/bgfoto2.jpg);
    width: 100%;
    padding: 10;
}
#main {
    background-color: blue;
    color: ghostwhite;
    width: 220px;
    text-align: justify;
    margin: 10px;
    padding: 10px;
    font-size: large;
    font-family: sans-serif;
}
#main2 {
    background-color: whitesmoke;
    color: black;
    width: 200px;
    text-align: center;
    margin: 10px;
    font-size: x-large;
    font-family: 'Times New Roman', Times, serif;
}
#main ul {
    list-style-type: none;
    padding: 0;
}
#main2 ul {
    list-style-type: none;
    padding: 0;
}
#main2 h4{
    color: green;
}

#wrapper5 .button{
    width: 200px;
    margin: 10px;
    border: none;
    background-color:gainsboro;
    padding: 10px;
    border-radius: 3px;
    color: #444;
}
#button:hover{
    color: white;
    background-color: blue;
}

#wrapper button {
    width: 250px;
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    border: none;
    font-size: 23px;
    font-weight: bold;
    font-family: sans-serif;
}
#wrapper button:hover{
    background-color: gold;
}
#main3 {
    background-color: black;
    color: orangered;
    width: 200px;
    text-align: justify;
    margin: 10px;
    padding: 10px;
    font-size: large;
    font-family: 'Times New Roman', Times, serif;
}
#main4 {
    background-color:green;
    color: white;
    width: 200px;
    text-align: justify;
    margin: 10px;
    padding:10px;
    font-size: large;
    font-family: 'Times New Roman', Times, serif;
}
#wrapper3{
    background-color: red;
    width: 240px;
    margin: 10px;
}
#footer{
    padding-left: 60px;
}

#container .paypal{
    background-color: navy;
    width: 190px;
    height: 100px;
    margin-left: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}
#container .footer{
    width: 1000px;
    height: 100px;
    background-color: #eee;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 200px;
    padding-right: 200px;
    margin-left: 180px;
    margin-right: 268px;
}












*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper {
    background-color: #000;
    width: 100%;
    height: auto;
    background: url(../image/bgfoto.jpg);
}

.wrapper .century {
    background: url(../image/Satanicbeast.jpg);
    width: 100%;
    height: auto;
    text-align: center; 
    color: #fff;
    padding-top: 20px;
    padding-left: 10px;
    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;
}

.wrapper .century h3{
    font-size: 25px;
    font-family: sans-serif;
    text-align: center;
    margin: 20px;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.wrapper .century .button a{
    text-align: center;
    font-size: 15px;
    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;
    background-color: #777;
    top: 0;
}
.wrapper .century .button  a:hover{
    background-color: #fff;
    color: #000;
}


.box2 {
    background-color: #000;
    width: 100%;
    height: auto;
    background: url(../image/bgfoto.jpg);
    display: flex;
}
.box2 .years1{
    background-color: #dedefe;
    color: #000;
    width: 50%;
    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);
    
}
.box2 .years1 p{
    padding: 10px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: justify;
    margin-bottom: 10px;
}

.box2 .years1 h3{
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.box2 .years1 h3{
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}
.box2 .years1 .paypal{
    background-color: navy;
    width: 190px;
    height: 100px;
    margin-left: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
   
}
.box2 .years1 .footer{
    background-color: #dedefe;
    color: #000;
    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);
    
}



.box2 .years{
    background-color: #dedefe;
    background: url(../image/bgfoto.jpg);
    color: #000;
    width: 50%;
    text-align: justify;
    padding: 5px;
    font-size: 15px;
    font-family: sans-serif;
    list-style-type: none; 
    box-shadow: 0px 0px 0px 1px rgb(165 165 165);
    display: flex;
    padding-top: 50px;
}

.box2 .years p{
    padding: 10px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: justify;
    margin-bottom: 10px;
}

.box2 .years h3{
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.box2 .years .button a{
    text-align: center;
    font-size: 16px;
    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: 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: #000;
    background-color: #fff;
    top: 0;
}
.box2 .years .button  a:hover{
    background-color: #000;
    color: #fff;
}

.wrapper2 {
    background-color: #000;
    width: 100%;
    height: 100vh;
    background: url(../image/bgfoto.jpg);
}

.wrapper2 .main2 {
    background: url(../image/satanicbeast.jpg);
    color: white;
    width: 600px;
    height: 100vh;
    text-align: justify;
    list-style-type: none; 
    padding-top: 200px;
    margin: 20px;
    font-size: 20px;
    font-family: sans-serif;
    box-shadow: 0px 0px 0px 1px rgb(165 165 165);
}

.wrapper2 .main2 .button a{
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    font-weight: 600;
    line-height: 50px;
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 60px;
    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 .main2 .button  a:hover{
    background-color: #fff;
    color: #000;
}


.wrapper .main {
    background: url(../image/satanicbeast.jpg);
    color: white;
    width: 500px;
    text-align: justify;
    margin: 10px;
    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: 45px;
    padding-top: 20px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #fff;
}
.wrapper .main h3{
    font-style: normal;
    font-size: 30px;
    padding-top: 20px;
    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-top: 20px;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #fff;
}







#body{
    margin: 0;
    padding: 0;
}
#navbar{
    width: 100%;
    height: 70px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(.jpg);
    background-color: blue;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    align-items: right;
    position: sticky;
    top: 0px;
}

#banner1{
    width: 100%;
    height: 90vh;
    background: url(../image/gbapic.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;
}
#banner1 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;
    color: blue;
}
#banner1 h3{
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    text-align: center;
    letter-spacing: 10px;
    margin-top: 0px;
    color: blue;
    margin-bottom: 50px;
}

#banner1 p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    letter-spacing: 1px;
    color: blue;
    font-weight: bolder;
}


#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: blue;
    border-radius: 40px;
    width: 350px;
    text-align: center;
}
#navbar a:hover{
    background-color: white;
    color: blue;
}


#banner1 a{
    width: 500px;
    color: white;
    text-align: center;
    background-color: blue;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 40px;
    border: 1px solid blue;
    padding: 10px;
    margin-top: 80px;
}
#banner1 a:hover{
    background-color: white;
    color: blue;
}
#about{
    width: 100%;
    height: 35vh;
    font-size: 18px;
    color: #fff;
    background-color: lightblue;
    text-align: justify;
    margin: 0px;
    padding: 20px;
}
#about h1{
    font-size: 25px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: blue;
    margin-bottom: 20px;
}
#about p{
    font-size: 20px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    color: blue;
    margin-left: 10px;
    margin-right: 30px;
    letter-spacing: 1px;
}

#footer p{
    color: whitesmoke;
    float: right;
    font-size: 18px;
    padding-right: 50px;
    margin-top: 15px;
}
#footer{
    width: 100%;
    height: 50px;
    background-color: blue;
}


@media all and (max-width: 950px){
    #navbar{
        width: 100%;
        height: 70px;
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: blue;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 0px;
        padding-right: 10px;
        top: 0px;
    }
    
    #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: 5px;
        padding: 10px;
        border: 2px solid #fff;
        background-color: blue;
        border-radius: 40px;
        width: 200px;
        text-align: center;
    }
    
    #banner1{
        width: 100%;
        height: 80vh;
        background: url(../image/gbapic.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;
    }
    #logo{
        width: 60px;
        height: 35px;
        margin: 8px;
    }
    #banner1 h1{
        font-family: 'Times New Roman', Times, serif;
        font-size: 35px;
        text-align: center;
        letter-spacing: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-top: 0px;
        padding-right: 40px;
    }
    #banner1 h3{
        font-family: 'Times New Roman', Times, serif;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 40px;
    }
    
    #banner1 p{
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-size: 15px;
        margin-top: 10px;
        margin-left: 40px;
        text-align: center;
        letter-spacing: 0px;
        padding-right: 0px;
        padding-bottom: 40px;
    }
    #banner1 a{
        text-decoration: none;
        font-size: 12px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        margin-right: 10px;
        margin-top: 5px;
        padding: 10px;
        border: 2px solid #fff;
        background-color: blue;
        border-radius: 40px;
        width: 200px;
        text-align: center;
    }
    #about{
        width: 100%;
        height: 90vh;
        background-color: lightblue;
        text-align: justify;
        margin-left: 0px;
        padding-right: 40px;
    }
    #about h1{
        font-size: 16px;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
        color: blue;
        margin-bottom: 20px;
        margin-right: 0px;
        margin-left: 10px;
        margin-top: 20px;
    }
    #about p{
        font-size: 16px;
        text-align: justify;
        font-family: 'Times New Roman', Times, serif;
        color: blue;
        margin-left: 20px;
        margin-right: 0px;
        padding: 0px;
    }
    #footer p{
        color: whitesmoke;
        text-align: center;
        font-size: 12px;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 15px;
    }
    #footer{
        width: 100%;
        height: 50px;
        background-color: blue;
    }
    
    
    
    
    .wrapper .century .button a{
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 50px;
        font-weight: 300;
        line-height: 50px;
        width: 200px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
        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;
        margin-left: 0px;
        background-color: transparent;
    }
    


    .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;
        box-shadow: 0px 0px 0px 1px rgb(165 165 165);
        display: block;
        padding-left: 10px;
    }
    
    .wrapper .century h3{
        font-size: 25px;
        font-family: sans-serif;
        text-align: center;
        margin: 20px;
        padding-bottom: 50px;
        text-transform: uppercase;
    }
    .box2{
        display: block;
       
    }
    .box2 .years1 {
        background-color: #dedefe;
        color: #000;
        width: 100%;
        margin: 0;
        padding-right: 15px;
        padding-left: 0px;
    }

    .box2 .years {
        background-color: #000;
        color: #fff;
        width: 100%;
        margin-left: 0;
        margin-right: 0px;
        padding-right: 40px;
        padding-left: 30px;
        display: flex;
    }

    .box2 .years1 p{
        font-family: 'Times New Roman', Times, serif;
        font-size: 16px;
        text-align: justify;
        margin-right: 20px;
        padding-left: 0;
        margin-left: 20px;
    }

    .box2 .years1 h3{
        font-family: 'Times New Roman', Times, serif;
        font-size: 16px;
        text-align: center;
        margin-left: 50px;
        margin-right: 20px;
    }
    .box2 .years1 .footer{
        background-color: #dedefe;
        color: #000;
        width: 90%;
        text-align: justify;
        padding: 20px;
        margin-left: 25px;
        margin-right: 0px;
        font-size: 20px;
        font-family: sans-serif;
        list-style-type: none; 
        
        
    }
    

    .box2 .years .button a{
        text-align: center;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 50px;
        font-weight: 300;
        line-height: 30px;
        width: 200px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 14px;
        padding-right: 14px;
        margin-left: 5px;
        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;
        background-color: #000;
    }
    .box2 .years .button  a:hover{
        background-color: #fff;
        color: #000;
    }
    .box2 .years1 .paypal{
        background-color: navy;
        width: 55%;
        height: 80px;
        margin-left: 80px;
        margin-top: 10px;
        padding: 20px;
    }
    #container{
        background-color: #eee;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    
    
    
    #container .footer{
        width: 100pxpx;
        height: 60px;
        background-color: #eee;
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #container .paypal{
        background-color: navy;
        width: 200px;
        height: 90px;
        margin-left: 60px;
        margin-top: 10px;
        padding: 20px;
    }
    #box3{
        background-color: white;
        width: 100%;
        color: black;
        text-align: justify;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
        font-family: 'Times New Roman', Times, serif;
        list-style-type: none;
    }
    
    #box3 p{
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 20px;
        margin-right: 40px;
    }
    
    #box3 h3{
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
    }
    #box3 .paypal{
        background-color: navy;
        width: 200px;
        height: 90px;
        margin-left: 60px;
        margin-top: 10px;
        padding: 20px;
    }
    #box3 .footer{
        width: 100%;
        height: 60px;
        background-color: #eee;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
    }
    

}



