html, body, #main{
    height:100%;
}

body{
	background: #000; /* Old browsers */
    font-family: industry, sans-serif;
	font-weight: 400;
	font-style: normal;
    color:#fff;
    font-size:20px;
}

h2{
    text-transform: uppercase;
    font-size:32px;
    font-weight: 800;
    letter-spacing:2px;
    color:#4FA600;
}

p.content{
    text-align:center;
    padding:20px 0;

}

    .button {
    margin-bottom:10px;
    background-color:transparent;
    letter-spacing:2px;
    border:1px solid #4FA600;
    display:inline-block;
    cursor:pointer;
    color:#4FA600;
    font-size:16px;
    text-transform: uppercase;
    text-decoration:none;
    padding:5px 30px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    border-radius:4px;
    }
    .button:hover {
        background-color:#4FA600;
        color:#fff;
        text-decoration: none;
    }
    .button:active {
        position:relative;
        top:1px;
    }

    .grey{
    	color:#666;
    	text-transform:uppercase;
    	font-size:16px;
    }
    .social{
        padding-top:20px;
        font-size:24px;
    }

    .social a{
        font-size:28px;
    }

    .social a i{
        padding-top:5px;
    }

    a{
        color:#4FA600;
    }
    a:hover{
        color:#4FA600;
        opacity:0.7;
        text-decoration:none;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    }

    .logo{
        width:100%;
        max-width:300px;
        margin-bottom:20px;
        display: inline-block;
        padding:20px;
    }