/* ----------------------------------------------------------
GENERAL SETTINGS AND STYLES
---------------------------------------------------------- */

*{
    margin:0;
    padding:0;
    border:0;
    text-decoration:none;
    font-weight:300;
    
    font-weight:normal;
    text-decoration:none;
    color:#333;
    font-family: 'Verdana', sans-serif;
}
html{
	font-size:62.5%;
}
html, body{
    height:100%;
    background:#EEE;
}
#viewport{
    display:table;
    height:100%;
    width:100%;
}
.wrapper{
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    padding-bottom:100px;
    
}
#logo img{
    max-width:200px;
    width:100%;
}
.container{
    /*background:#FFF;*/
    width: auto;
    padding:0px 10px 0px 10px;
    /*box-shadow:0px 0px 5px #999;*/
}
h1{
    padding:20px 0 10px 0;
    font-size:4rem;
    font-weight:600;
    text-transform:uppercase;
}
p{
    padding:5px 0;
    font-size:2.4rem;
}
p:last-child{
    padding-bottom:0;
}
a{
    color:#21A800;
    font-weight: 600;
}
a:hover{
    text-decoration:underline;
}
