/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 26, 2016, 11:41:44 AM
    Author     : Ray West
*/

body {
    color: #4c4c4c;
    font-family: sans-serif;
}

.page-wrapper {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

p {
    font-size: 18pt;
}

#logo-main {
    display: block;
    background-image: url(./img/Meccanine-Logo.png);
    width: 356px;
    height: 89px;
    margin: 80px auto;
}

#contactus {
    background-color: #4c4c4c;
    color: #8dc63f;
    display: inline-block;
    padding: 12px 20px;
    margin: 50px;
    cursor: pointer;
    border-radius: 4px;
}
#contactus:hover {
    background-color: #5c5c5c;
}

a, a:hover, a:visited {
    color: #8dc63f;
    text-decoration: none;
}