body {
    
    font-family: monospace;    
}

.logo {
    
    color: #333333;
    font-family:'Source Code Pro', monospace;
    font-weight: 200;   
    font-size: 40px;
    padding-bottom: 20px;
    padding-top: 5px;
    text-align: center;
    /** position: fixed; **/
    /** margin-top: 35px; **/
    /** margin-left: 50%; **/
  
}




@media (max-width: 576px) { 
 
    .logo {
    
    color: #333333;
    font-family:'Source Code Pro', monospace;
    font-weight: 200;   
    font-size: 40px;
    padding-bottom: 15px;

    }
    
    .fixed_dates {
    padding-bottom: 40px;  
    text-align: center;    
    }

    .fixed_vid {

        position: relative;
        padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
        padding-top: 0px;
        height: 0;
        overflow: hidden;
    
        margin-bottom: 20px;
        margin-top: 50px;
    
    
    }

      .fixed_vid_2 {

        position: relative;
        padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
        padding-top: 0px;
        height: 0;
        overflow: hidden;
    
        margin-bottom: 20px;
        margin-top: 50px;

    
    }

      .fixed_vid_3 {

        position: relative;
        padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
        padding-top: 0px;
        height: 0;
        overflow: hidden;
    
        margin-bottom: 20px;
        margin-top: 50px;
    
    }
    
    .fixed_vid iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

     .fixed_vid_2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .fixed_vid_3 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .fixed_footer {
    
        padding-top: 70px;
        padding-bottom: 15px;
        text-align: center;
    
    }
    
}


@media (min-width: 768px) { 
       
    .fixed_dates {

    position: fixed;
    margin-left: 400px;
    margin-top: 300px;
    z-index: -100;
    
    }

    .fixed_vid {
    
    position: absolute;
    margin-left: 500px;
    margin-top: 60px;
    z-index: 200;
    
    }

    .fixed_vid_2 {
    
    position: absolute;
    margin-left: 50px;
    margin-top: 250px;
    z-index: 20;
    
    }

    .fixed_vid_3 {
    
    position: absolute;
    margin-left: 400px;
    margin-top: 500px;
    
    }
  
    .fixed_footer {
    
    position: absolute;
    margin-left: 900px;
    margin-top: 900px;
    padding-bottom: 50px;
    
    }
    
    #contact {
    
    font-size: 14px;
    text-align: center;
    padding-top: 200px;
  
    }   
}




a  {  background-color:#fff; color:black; text-decoration: underline;}
a:focus   { background-color: white; color: black;}
a:hover   { background-color: violet; color: black; }
a:active  { background-color: white; color: black; }

#contact {
    
    font-size: 14px;
    text-align: right;
    padding-bottom: 15px;
    padding-top: 12px;
}

#ann_img {
    
    padding-bottom: 50px;
}

#ann_img_2 {
    
    padding-bottom: 50px;
}

.container {
    
       
}

#ann_logo {
     display: block;
    margin-left: auto;
    margin-right: auto 
    
}