
@font-face { font-family: Gar-A-MondTall; src: url('./Gar-A-MondTall-Antique/Gar-A-MondTall.ttf')} 
@font-face { font-family: Gar-A-MondTall-Antique; src: url('./Gar-A-MondTall-Antique/Gar-A-MondTall-Antique.ttf');}

html{
    background-color: #000000;
    image-rendering: optimizeSpeed;
    background: url(./bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
    color: #ffd900;
    font-family: Gar-A-MondTall-Antique;
    font-size: medium;
    text-align: center;
    /*text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;*/
    overflow-y: scroll;
}

.menu{
    background: #3e1111;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    display: table;
    border-style:solid;
    border-width: 14 px;
    border-color: #000000;
} td, tr, th{
    text-align: center;
}
  
p{
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 13px;
    font-weight: bold;
}

ul{
    text-align: left;
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #3e1111;
    border-style:solid;
    border-width: 14 px;
    border-color: #000000;
}

h1{
    font-family: 'Times New Roman', Times, serif;
}

p,h1,h2,li{
    text-shadow:
        2px 0 black,
        0 2px black,
        -2px 0 black,
        0 -2px black;
}

a:link{
    color: inherit;
}
a:visited{
    color: inherit;
}
a:hover{
    color: #c30041;
}

iframe{
    width: 650px;
    height: 450px;
}

img{
    width: 40%;
    border-style:solid;
    border-width: 14 px;
    border-color: #000000;
}
img:hover{
    border-color: #c30041;
}

.desc{
    text-align: left;
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #3e1111;
    border-style:solid;
    border-width: 14 px;
    border-color: #000000;
    font-family:'Times New Roman', Times, serif;
    font-weight: normal;
}


@media only screen and (max-width: 950px){

    p{
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 5%;
        padding-right: 5%;
    }
    ul{
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 5%;
        padding-right: 5%;
    }
    iframe{
        width: 95%;
        height: 300px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    img{
        width: 90%;
    }
    .desc{
        margin-left: 5%;
        margin-right: 5%;
        padding-left: 5%;
        padding-right: 5%;
    }
}