
#body{
    margin: 0;
    padding: 0;
}
#navbar{
    width: 100%;
    height: 70px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #555;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    align-items: right;
    position: sticky;
    top: 0px;
    z-index: 2;

}

#banner{
    width: 100%;
    height: 100vh;
    background: url(../image/Mbgfoto.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2vw;
    color: white;
    overflow: hidden;
}

#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;
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}
#banner h3{
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    text-align: center;
    letter-spacing: 10px;
    margin-top: 0px;
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}

#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;
    color: #fff;
    background-color: #000;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    z-index: 1;
    opacity: 0.7;
    padding: 10px;
}
#video{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 50px;
    left: 0px;

}


#navbar a{
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    margin-right: 100px;
    float: right;
    margin-top: 2px;
    padding: 10px;
    border: 2px solid #fff;
    background-color: #444;
    border-radius: 40px;
    width: 300px;
    text-align: center;
}
#navbar a:hover{
    background-color: #fff;
    color: #000;
}


#banner a{
    width: 500px;
    color: white;
    text-align: center;
    background-color: #333;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 40px;
    border: 1px solid #333;
    padding: 10px;
    margin-top: 80px;
    z-index: 1;
}
#banner a:hover{
    background-color: white;
    color: #000;
}
#about{
    width: 102%;
    height: 40vh;
    font-size: 18px;
    background-color: #444;
    text-align: justify;
    margin: 0px;
    padding: 40px;
}
#about h1{
    font-size: 25px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    padding-bottom: 10px;
}
#about p{
    font-size: 20px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    margin-left: 10px;
    margin-right: 30px;
    letter-spacing: 1px;
}

#footer p{
    color: whitesmoke;
    float: right;
    font-size: 15px;
    padding-right: 20px;
    padding-top: 8px;
}
#footer{
    width: 100%;
    height: 50px;
    background-color: #444;
    margin-left: 0px;
    margin-right: 0px;
}


.wrapper3 .main3 {
    background-color: black;
    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);
}
.wrapper3 .main3 p{
    font-size: 18px;
    margin-bottom: 10px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper3 .main3 h4{
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
}
.wrapper3 .main3 h3{
    text-align: center;
    padding-bottom: 10px;
    font-size: 25px;
}
.wrapper3 .main3 .paypal{
    background-color: navy;
    width: 190px;
    height: 100px;
    margin-left: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
   
}





.wrapper3{
    background-color: teal;
    background: url(../image/Mbgfoto2.jpg);
    width: 100%;;
    margin: 10px;
}
.wrapper3 .main4 {
    background-color: #dedede;
    color: #000;
    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);
}
.wrapper3 .main4 p{
    font-size: 18px;
    margin-bottom: 10px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper3 .main4 h4{
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
}
.wrapper3 .main4 h3{
    text-align: center;
    padding-bottom: 10px;
    font-size: 25px;
}

.wrapper3 .footer {
    background-color: #ccc;
    width: 1000px;
    text-align: justify;
    padding: 25px;
    font-size: 20px;
    font-family: sans-serif;
    margin-left: 200px;
    margin-right: 400px;

}
.wrapper3 .main4 .paypal{
    background-color: navy;
    width: 190px;
    height: 100px;
    margin-left: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
   
}









*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper {
    background-color: #000;
    width: 100%;
    height: auto;
    background: url(../image/mbgfoto2.jpg);
}

.wrapper .century {
    background: url(../image/Mbgfoto2.jpg);
    width: 100%;
    height: auto;
    text-align: center; 
    color: #fff;
    padding-top: 50px;
    padding-left: 45px;
    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: 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;
    background-color: #000;
    top: 0;
}
.wrapper .century .button  a:hover{
    background-color: #fff;
    color: black;
}


.box2 {
    background-color: #000;
    width: 100%;
    height: auto;
    background: url(../image/Mbgfoto2.jpg);
}

.box2 .years{
    background: url(../image/Mbgfoto2.jpg);
    background-color: #ddd;
    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;
}

.box2 .years .p{
    padding: 10px;
    font-family: sans-serif;
    font-size: 20px;
    text-align: justify;
}

.box2 .years .button a{
    text-align: center;
    font-size: 20px;
    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: 37px;
    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: #000;
    top: 0;
}
.box2 .years .button  a:hover{
    background-color: #fff;
    color: #000;
}

.wrapper2 {
    background-color: #222;
    background: url(../image/Mbgfoto2.jpg);
    width: 100%;
    height: 100vh;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 20%;
    padding-right: 20%;
}

.wrapper2 .main2 {
    background: url(../image/Mbgfoto2.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;
    background-color: #000;
    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;
}

#footer p{
    color: whitesmoke;
    float: right;
    font-size: 15px;
    padding-right: 20px;
    padding-top: 8px;
}
#footer{
    width: 100%;
    height: 50px;
    background-color: #444;
    margin-left: 0px;
    margin-right: 0px;
}


@media all and (max-width: 950px){
    #navbar{
        width: 115%;
        height: 60px;
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: #444;
        padding: 10px;
        margin-left: 0px;
        margin-right: 0px;
        align-items: right;
        position: sticky;
        top: 0px;
        z-index: 1;
    }
    
    #banner{
        width: 115%;
        height: 75vh;
        background: url(../image/Mbgfoto.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: 55px;
        height: 35px;
        margin-left: 10px;
        margin-top: 5px;
    }
    #banner h1{
        font-family: 'Times New Roman', Times, serif;
        font-size: 30px;
        text-align: center;
        letter-spacing: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        padding-top: 0px;
        z-index: 1;
    }
    #banner h3{
        font-family: 'Times New Roman', Times, serif;
        font-size: 16px;
        text-align: center;
        letter-spacing: 0px;
        margin-right: 0px;
        z-index: 1;
    }
    
    #banner p{
        font-family: 'Times New Roman', Times, serif;
        font-size: 16px;
        margin-right: 20px;
        margin-left: 20px;
        text-align: justify;
        letter-spacing: 0px;
        margin-top: 50px;
        margin-right: 0px;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        z-index: 1;
    }
    
    #video{
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0px;
        margin-top: 60px;
    }
    
    
    #navbar a{
        text-decoration: none;
        font-size: 10px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        margin-right: 20px;
        float: right;
        margin-top: 4px;
        padding: 8px;
        border: 2px solid #fff;
        background-color: #333;
        border-radius: 40px;
        width: 150px;
        text-align: center;
    }
    #navbar a:hover{
        background-color: white;
        color: #000;
    }
    
    
    #banner a{
        width: 200px;
        color: white;
        text-align: center;
        background-color: #222;
        font-size: 13px;
        letter-spacing: 5px;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        border-radius: 40px;
        border: 2px solid #fff;
        padding: 10px;
        margin-right: 20px;
    }
    #banner a:hover{
        background-color: white;
        color: #000;
    }
    #about{
        width: 115%;
        height: 100vh;
        font-size: 16px;
        color: #fff;
        background-color: #333;
        text-align: justify;
        margin: 0px;
        padding: 10px;
    }
    #about h1{
        font-size: 18px;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
        color: #fff;
        padding: 10px;
        margin-right: 0px;
    }
    #about p{
        font-size: 16px;
        text-align: justify;
        font-family: 'Times New Roman', Times, serif;
        color: #fff;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    #footer p{
        color: #fff;
        text-align: center;
        font-size: 12px;
        margin-left: 0;
        margin-right: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #footer{
        width: 115%;
        height: 45px;
        margin-left: 0;
        margin-right: 0;
        background-color: #444;
    }



   

    .wrapper{
        width: 100%;
    }
    .wrapper .century{
        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;
    }
    
    .wrapper .century .button a{
        text-align: center;
        font-size: 12px;
        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: 4px;
        padding-bottom: 4px;
        margin-bottom: 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;
    }
    .box2{
        width: 100%;
    }
    .box2 .years{
        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: block;
    }
    .box2 .years .button a{
        text-align: center;
        font-size: 20px;
        letter-spacing: 1px;
        border-radius: 50px;
        font-weight: 600;
        line-height: 50px;
        width: 200px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: 35%;
    }
    .box2 .years .p{
        padding: 10px;
        font-family: sans-serif;
        font-size: 20px;
        font-family: sans-serif;
        text-align: justify;
    }
    .wrapper2{
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .wrapper2 .main2{
        width: 100%;
        height: 100vh;
        box-shadow: none;
        padding-top: 200px;
        padding-right: 50px;
        margin: 0px;
        background: url(../image/Mbgfoto2.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: 15px;
        padding-right: 15px;
        margin-left: 50px;
    }
    .wrapper .main {
        width: 100%;
        box-shadow: none;
        margin: 5px;
    }
    
    .wrapper3 .main4 .paypal{
        background-color: navy;
        width: 48%;
        height: 70px;
        margin-left: 80px;
        margin-top: 40px;
        padding: 10px;
    }
    .wrapper3{
        margin: 0;
    }

    .wrapper3 .main4 {
        font-size: 12px;
        font-family: 'Times New Roman', Times, serif;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0;
        width: 100%;
        background-color: #eee;
    }

    .wrapper3 .main4 p{
        padding-right: 15px;
        padding-left: 0;
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: justify;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrapper3 .main4 h3{
        padding-right: 20px;
        padding-left: 0;
        font-size: 22px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        margin-left: 10px;
        margin-right: 0px;
    }
    .wrapper3 .main4 h4{
        padding-right: 20px;
        padding-left: 0;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }
    .wrapper3 .footer {
        width: 100%;
        height: 70px;
        background-color: #eee;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;

    }
    .wrapper3 .main3 {
        font-size: 12px;
        font-family: 'Times New Roman', Times, serif;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0;
        width: 100%;
        background-color: #000;
    }
    .wrapper3 .main3 p{
        padding-right: 15px;
        padding-left: 0;
        font-size: 15px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: justify;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrapper3 .main3 h3{
        padding-right: 20px;
        padding-left: 0;
        font-size: 22px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        margin-left: 10px;
        margin-right: 0px;
    }
    .wrapper3 .main3 h4{
        padding-right: 20px;
        padding-left: 0;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }
    .wrapper3 .main3 .paypal{
        background-color: navy;
        width: 48%;
        height: 70px;
        margin-left: 80px;
        margin-top: 40px;
        padding: 10px;
    }
}




