/*-------------------------------------------------------------------------------------------------
 - Default
---------------------------------------------------------------------------------------------------*/
html,body{
    background-color: #FFF;
    margin:0;
    padding:0;
    font-family: 'Arial', sans-serif;
    line-height: normal;
    font-size: 15px;
}

p{
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    color: #000;
}

h1{
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Arial', sans-serif;
    color: #000;    
}

img{
    margin-top: 200px;
    height:auto !important;
    max-width:800px !important;
    width: 100% !important;
}

#home{
    text-align: center;
    display: block;
    margin: auto;
    width: 50%;
}

a{
    text-decoration: none;
    color: #000;
}