/* CSS Document */

.coverPage {
    position: fixed;
    top:0;
    left:0;
    right:0;
    margin: auto;
    width:100%;
    height: 100%;
}

.coverTitleAlign {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top:0;
    left:0;
    right:0;
    margin: auto;
    width:0px;
    height: 100%;
}

.coverTitle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top:0;
    left:0;
    right:0;
    margin: auto;
    width:100%;
    height: auto;
    font-size:100px;
    letter-spacing: 5px;
    text-align: center;
    color:white;
}

@media screen and (max-width:930px) {
    .coverTitle {
        font-size:80px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width:720px) {
    .coverTitle {
        font-size:65px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width:640px) {
    .coverTitle {
        font-size:50px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width:470px) {
    .coverTitle {
        font-size:40px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width:400px) {
    .coverTitle {
        font-size:35px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:350px) {
    .coverTitle {
        font-size:30px;
        letter-spacing: 1px;
    }
}








/**/
