/*main.css*/

#construction
{
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#construction img
{
    float: left;
}

#message
{
    margin: 20px;
}

h1
{
    font-family: Helvetica neue, Geneva, sans-serif;
    font-weight: 100;
    font-size: 40px;
    color: #ACB6C1;
}

h4
{
    font-family: Helvetica neue, Geneva, sans-serif;
    font-weight:100;
    font-size: 20px;
    color: #9EA7B2;
    margin-bottom: 10px;
}

#social
{
    margin-top: 20px;
}

#social a
{
    height: 40px;
    width: 40px;
    border: solid;
    border-color: #8D97A1;
    border-radius: 10px;
    display: inline-block;
    margin-right: 20px; 
}

#social img
{
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: block;
}

#email
{
    margin-top: 15px;
}