﻿html {
    height: -webkit-fill-available;
    overflow: hidden;
}

body {
    overflow: hidden;
    -webkit-user-select: none;
    background-image: url( "/Images/SecretSeries/TM_REPEAT_BLACK_BG.jpg");
    background-repeat: repeat;
}


a {
    color: white;
    text-decoration: none; /* no underline */
}

    a:hover {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }



.MainContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100dvh; /*Not this is to fix issues with iphone bottom nav bar*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


.IntroText {
    width: 80%;
    font-size: 4vh;
    font-family: 'VeteranTypewriter';
    color: white;
    text-align: center;
}

.DivButton {
    background-color: #F3EAD7;
    height: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: black;
    font-size: 3vh;
    font-family: 'VeteranTypewriter';
}

.HeaderImageCard {
    width: 70%;
}
.HeaderImageMen {
    width: 75%;
}


/*
@media screen and ( orientation:portrait ) {
    .HeaderImage {
        width: 80%;
        max-width: 801px;
    }
}

@media screen and ( orientation:landscape ) {
    .HeaderImage {
        width: 35%;
        max-width: 801px;
    }
}*/
