body,html{
    height: 100%;
    font-family: Helvetica;
    color: lightgray;
}

@font-face {
    font-family: DarkMoonBold;
    src: url("../stylesheets/Dark_Moon_Bold.otf");
    font-weight: normal;
    font-style: normal;
}

.title{
    padding-top: 20px;
    text-align: center;
    color: white;
    font-family: DarkMoonBold;
    src: url("../stylesheets/Dark_Moon_Bold.otf");
    font-size: 8vw;
}

.subtitle{
    color: white;
    padding-left: 19%;
    padding-right: 19%;
    font-family: Helvetica;
    text-align: left;
    font-size: 20px;
}

.more{
    text-align: center;
}

.more a{
    text-align: center;
    font-family: DarkMoonBold;
    src: url("../stylesheets/Dark_Moon_Bold.otf");
    font-size: 25px;
}

.emailUs{
    text-align: center;
}

.emailUs a{
    font-family: Helvetica;
    text-decoration: none;
    color: white;
}

.email hover{
    text-decoration: none;
    color: gray;
}

.email a:hover{
    color: gray;
}

#Background{
    height: 100%;
    background-image: url(../images/Background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#footer{
    color: white;
    position : absolute;
    bottom : 40px;
    height : 40px;
    width: 100%;
}
