@font-face {
    font-family: avenir;
    src: url(../fonts/Avenir Next.ttc);
}

body{
    background-color:white;
    color:#333333;
    font-family: avenir;
    font-size:1.6em;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+49,cccccc+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 49%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 49%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 49%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}


img{
 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;

}
.wrap{
    
    margin-top:7%;    
   /* min-height:430px;*/
}


.container {
    display: block;
    margin:auto;
    vertical-align: middle;
    max-width:1000px;
    min-height: 650px;
    padding:20px;-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;

    
}

.logo img{
    width:150px;
    margin: auto;
    max-width: 150px;
    margin-bottom: 30px;
}



.button img {
    max-height:60px;
    cursor:pointer;
     margin-bottom:20px;
    max-width: 250px;
    margin: auto;
}

.device{
    max-width:350px;
    margin: auto;
        margin-bottom: 20px;

}

a{
    font-size:1.3em;
    color:#40A8F4;

}

a:hover{
    color:#40A8F4;

}

@media (max-width: 420px) {
    body{
        text-align:center;
    }
   .wrap{
        margin:0;    
    }
    
    img {
        display:block;
        margin:auto;
        max-width:99%;
    }
    
    .logo img{
        max-height:150px;
        margin-bottom:30px;
    }
    
    .device{
        margin-bottom:20px;
        max-width: 250px;
    
    }
    .button img{
    }
}

