/* ==========================================================================
   Felix Riesberg's custom styles
   ========================================================================== */

body { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#mainbox {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 660px;
    height: 660px;
    padding: 5px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

#mailbox {
    background-color: #fff;
    width: 450px;
    height: 100px;
    padding: 5px;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    position: absolute;
    margin-left: -700px;
    margin-top: 10px;
}

#mailbox-eng {
    background-color: #fff;
    width: 450px;
    height: 100px;
    padding: 5px;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    position: absolute;
    margin-left: -700px;
    margin-top: 125px;
}

#mailbox img, #mailbox-eng img {
    margin-top: 17px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.rounded-corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 7px 7px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 7px 7px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 7px 7px 20px 0px rgba(0,0,0,0.5);
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
    
   @viewport { width: 1200px; }
    
    #mailbox {
        margin-left: -330px;
        margin-top: 345px;
        width: 660px;
    }

    #mailbox-eng {
        margin-left: -330px;
        margin-top: 460px;
        width: 660px;
    }
}










