/*@font-face {
    font-family: "Colieplay.regular";
    src: url(Fonts/Colieplay_Font_Family_\(Fontmirror\)/ );
}*/
*{
    text-decoration: none;
    box-sizing: border-box;
    -webkit-text-fill-color: black;
}

@font-face {
    font-family: 'Colieplay.regular';
    src: url('/Fonts/Colieplay-Demo.woff2') format('woff2');
    src: url('/Fonts/Colieplay-Demo.woff') format('woff');
}
body {
    font-family: 'Colieplay.regular';
background-image: url(ImagesM/grunge-stained-old-paper-texture-130.jpg);
}
.header{
    max-width: 1400px;
    max-height: 550px;
    border-top: black 5px ridge;
    border-bottom: black 5px ridge;
    margin: 0 auto;
}
.name{
    font-family: 'Colieplay.regular';
    font-size: 78px;
    color: black;
}
.sTitle{
    font-family: 'Colieplay.regular';
    font-size: 40px;
    color: black;

}
.navbar{
    max-width: 1200px;
    max-height: 120px;
    margin: 20px auto;
    font-size: 35px;
    border-top: black 5px ridge;
    border-bottom: black 5px ridge;
}

.imageNav{
    max-width: 1200px;
    max-height: 45px;
    margin: 20px auto;
    border-top: black 5px ridge;
    border-bottom: black 5px ridge;

}
button {
    font-family: "Colieplay.regular";
    max-width: 120px;
    height: 30px;
    font-size: 23px;
    background:none ;
    border: none;
}



.holderM1{
    max-width: 996px;
    min-height: 1400px;
    border: black 5px ridge;
    margin: 50px auto;
    background-image:url(ImagesM/1.jpg) ;
    background-size: contain;
    background-repeat: no-repeat;
    background-repeat: no-repeat;

}


.holderM2{
    max-width: 996px;
    min-height: 1400px;
    border: black 5px ridge;
    margin: 50px auto;
    background-image: url(ImagesM/2.jpg);
    background-size: contain;
    background-repeat: no-repeat;

}

.holderM3{
    max-width: 996px;
    height: 1400px;
    border: black 5px ridge;
    margin: 50px auto;
    background-image: url(ImagesM/3.jpg);
    background-size: contain;

}
.holderM4{
    max-width: 996px;
    height: 1400px;
    border: black 5px ridge;
    margin: 50px auto;
    background-image: url(ImagesM/4.jpg);
    background-size: contain;
    background-repeat: no-repeat;

}
.holderM5{
    max-width: 996px;
    height: 1400px;
    border: black 5px ridge;
    margin: 50px auto;
    background-image: url(ImagesM/5.jpg);
    background-size: contain;
    background-repeat: no-repeat;

}
.holderM6{
    max-width: 996px;
    height: 1400px;
    border: black 5px ridge;
    margin: 50px auto;
    background-image: url(ImagesM/6.jpg);
    background-size: contain;
    background-repeat: no-repeat;

}
footer{
    text-align: center;
    font-size: 25px;
    margin: 20px;
}

    .holderC{
    max-width: 1200px;
    min-height: 1500px;
    border: black 10px ridge;
    margin: 0 auto;
    font-size:35px ;
    padding: 50px;
    text-align: center;


}
