/*

CSS Design by Nate Antoine for arthill. www.nateantoine.com

           _____ _______ _    _ _____ _      _      
     /\   |  __ \__   __| |  | |_   _| |    | |     
    /  \  | |__) | | |  | |__| | | | | |    | |     
   / /\ \ |  _  /  | |  |  __  | | | | |    | |     
  / ____ \| | \ \  | |  | |  | |_| |_| |____| |____ 
 /_/    \_\_|  \_\ |_|  |_|  |_|_____|______|______|
                                                    

*/

body {
    margin: 0;
    text-align: center;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-color: white;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

.logo {
    width: 15%;
    max-width: 500px;
    margin-top: 10px;
    display: inline-block;
}

.main{
    position: absolute;
    top: 30%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.contactinfo{
    padding-top: 30px;
    position: absolute;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

a{  
    font-family: Courier New, system,-apple-system,".SFNSText-Regular","San Francisco",Roboto,"Segoe UI","Helvetica Neue","Lucida Grande",sans-serif;
    src: url('fonts/cour.ttf');
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

a {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    color: #000000;
    transition: color 0.1s ease-in, background 0.1s ease-in;
    word-wrap: break-word;
}

a:hover,
a:focus { color: #fff; outline: 0; text-decoration: none; }

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

    @media only screen and (max-device-height: 896px){
      .logo {
       width: 40%;
        max-width: 500px;
        margin-top: 10px;
        display: inline-block;
     }
   }

