@charset "utf-8";
/* CSS Document 
font-family: 'Ultra', serif;
font-family: 'Nova Cut', cursive;
font-family: 'Fredericka the Great', cursive;
font-family: 'Rye', cursive;
font-family: 'Abril Fatface', cursive;
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.fullScreen {
    position: absolute;
    min-width: 100%!important;
    min-height: 100%!important;
    height: 100%;
    overflow: hidden;
    
}

.d100p {
    position: absolute;
    min-width: 100%!important;
    min-height: 100%!important;
    height: 100%;
    background-image: url(imgs/backHome.JPG);
    background-size: cover;
    background-color: coral;
}

.d100p h1 {
    font-family: 'Rye', cursive;
    font-size: 60pt;
    color: white;
    text-shadow: 2px 2px 5px black;
}

.title {
    position: relative;
    background-color: rgba(0,0,0,0.5);
    top: 30vh;
    left: 50px;
    padding: 20px;
}