/* Styles for Contact us */

*
{
    margin: 0;
    padding: 0;
    
}

a{
    margin-top: 10px;
    margin-right: 9px;
    margin-left: 9px;
    ;


}
h1
{
    
    color: beige;
    background-color: rgba(76, 154, 226, 0.733);
    text-transform: uppercase;
    text-align: center;
    margin-top: 3vw;
    border-radius: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 45px;
    margin-left: 24vw;
    width: 575px;
    display: table;

}


h6
{
    
    color: beige;
    background-color: red;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2vw;
    border-radius: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 25px;
    margin-left: 24vw;
    width: 575px;
    display: table;

}
.logo{
    margin-top: 10px;

}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: left;
  }

body{
    font-family: Lucida Sans Unicode;
    background-color: beige;
    background-image: url("/img/pic1.jpg");
    background-position: center center;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

    
    
    
    
    
    
}

header
{
    
    background-size: cover;
    
    
    
}

.links {
    background-position: center;
    margin-left: 10vw;
    display: table;
    margin-top: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 7.5px;
    font-size: 25px;



}

.logo img
{
    width: 150px;
        height:auto;
    float: right;
    border-radius: 5px;
    margin-right: 3vw;
}
.body
{
    font-family: monospace;
}








h2{
   
    color:whitesmoke; 
    background-color: rgba(76, 154, 226, 0.733);
    text-align: center;
    margin-top: 1vw;
    border-radius: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 40px;
    margin-left: 1px;
    width: 900px;
   
    

}



iframe
{
    margin-left: 1vw;
}


a:link{
    color: beige;
    
}

a:visited{
    color: beige;
    
}

a:hover{
    color: beige;
    
}

@media only screen and (max-width: 750px) {
    .links{
        font-size: 14px;
        margin-left: 2px;
        padding-top: 0.5px;
        padding-bottom: 0.5px;
        text-align: center; 
        
        margin-top: 5px;

    }
    h6 {
        font-size: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        max-width: 300px;
        margin-left: 2px;
        width: 575px;
    }  
    
    .footer {
        left: 0;
        bottom: 0;
        width: 100%;
        color: white;
        text-align: left;
      }
    .logo img{
    width: 75px;
        height:auto;
    float: right;
    border-radius: 5px;
    margin-right: 3vw; }
    
    a{
        margin-left: 2px;
        margin-right: 2px;
    }
    

}