body {
    background: black;
    color: white;
    font-family: sans-serif;
    margin: 0px;
}

h1 {
    text-align: center;
    color: #ffda00;
}

h2 {
    text-align: center;
    color: #ffda00;
}

h3 {
    text-align: center;
    color: #ffda00;
}

a {
    color: #ffda00;
}

a.visited {
    color: #ffda00;
}

#myVideo {
    position: fixed;
    z-index: -1;
    height: auto;
    opacity: 0.6;
    filter: blur(15px);
}

@media (min-aspect-ratio: 16/9) {
    #myVideo {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    #myVideo {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 767px) {
    #myVideo {
        display: none;
    }

    body {
        background-color: black;
        background-size: cover;
    }
}


.button {
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   color: #FFDA00;
   font-family: Trebuchet MS;
   font-size: 100px;
   font-weight: 100;
   padding: 20px;
   background-color: ;
   -webkit-box-shadow: 0 0 0 15px #FFDA00;
   -moz-box-shadow: 0 0 0 15px #FFDA00;
   box-shadow: 0 0 0 15px #FFDA00;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.button:hover {
   background: #000000;
   border: solid #000000 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   text-decoration: none;
}

.button_font {
    color: #FFFFFF;
}

.introduction {
    font-size: 30px;
    color: #ffda00;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.centered {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.statictop {
    position: fixed;
    top: 0;
    width: 100%;
    margin: auto;
    /* background-color: #151515; */
    background-color: black;
}

.statictopcontent {
    width: 90%;
    max-width: 70em;
    margin: auto;
}

.inline_logo {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 2em;
    margin-right: 2em;
}

.inlineLogoElement {
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    background-position: center;
    height: 7em;
    width: 100%;
    /* padding-top: 1em; */
    /* padding-bottom: 3em; */
}

.inlineLogoElement#Discord {
    background-image: url("img\\Discord_Logo.png");
}

.inlineLogoElement#RaceApp {
    background-image: url("img\\ra_logo.png");
}

.inlineLogoElement#Checkered {
   background-image: url("img\\checkered.png"); 
}

.contact {
    margin-top: 4em;
    font-size: small;
    text-align: center;
}

.right {
    float: right;
    /* right: 0px;
    width: 300px;
    border: 3px solid #73AD21;
    padding: 10px; */
}

.content {
    margin: auto;
    /* position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); */
    width: 90%;
    /* max-width: 70em; */
    padding-top: 1em;
    padding-bottom: 1em;
}

.logo {
    background-image: url("img\\logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    background-position: center;
    /* height: 35em; */
    height: calc(93vh - 9em);
    padding-top: 0em;
    padding-bottom: 3em;
}

.flyer {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 45em;
    width: 22em;
    margin: 1em;
}

.flyer#TBA1 {
    background-image: url(img\\TBA\\TBA1.png);
}

.flyer#TBA2{
    background-image: url(img\\TBA\\TBA2.png);
}

.flyer#SprintSeriesS1 {
    background-image: url(img\\SprintSeries\\Season_1\\Serie_Flyer01_mini.png);
}

.flyer#SprintSeriesS2 {
    background-image: url(img\\SprintSeries\\Season_2\\Serie_Flyer_S2_mini.png);
}

.flyer#SprintSeriesS3 {
    background-image: url(img\\SprintSeries\\Season_3\\Series_Flyer_S3.png);
}

.flyer#SprintSeriesS4 {
    background-image: url(img\\SprintSeries\\Season_4\\Serie_Flyer_S4_mini.png);
}

.flyer#SprintSeriesS5 {
    background-image: url(img\\SprintSeries\\Season_5\\Serie_Flyer_S5_mini.png);
}

.flyer#PorscheCupS2 {
    background-image: url(img\\PorscheCup\\PorscheMRM_Flyer_mini.png);
}

.flyer#Formula3 {
    background-image: url(img\\Formula_3_mini.png);
}

.flyer#Multiclass_GT3_GT4 {
    background-image: url(img\\Multiclass_GT34_mini.png);
}

.flyer#Multiclass_GT3_GT4_2 {
    background-image: url(img\\Multiclass_GT34_2_mini.png);
}

.flyer#EnduSpa {
    background-image: url(img\\Spa_Flyer_Endu_mini.png);
}

.flyer#EnduNurb {
    background-image: url(img\\Nurb_Flyer_Endu_mini.png);
}

.flyer#EnduImola {
    background-image: url(img\\imola_Flyer_Endu_mini.png);
}

.flyer#EnduDP {
    background-image: url(img\\Endu\\dp_Flyer_Endu_mini.png);
}

.flyer#EnduBarc {
    background-image: url(img\\Endu\\Barcelona\\Barc_Flyer_Endu_mini.png)
}

.flyer#Offseason {
	background-image: url(img\\Offseason\\Offseason_mini.png);
}

.finished {
    display: inline-block;
    background-image: url(img\\Finished.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 45em;
    width: 22em;
}


