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

body{
	background: #000; /* Old browsers */
    font-family: 'black-beard', sans-serif;
	font-weight: 400;
	font-style: normal;
    color:#fff;
    font-size:20px;
    background-image:url('bg.jpg');
    background-position: center;
    background-size: cover;
}

h2{
    text-transform: uppercase;
    font-size:42px;
    font-weight: 800;
    letter-spacing:2px;
    color:#dbd3c4;

}

h3{
    text-transform: uppercase;
    font-size:32px;
    font-weight: 800;
    letter-spacing:2px;
    color:#dbd3c4;

    margin-bottom: 20px;
}

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

p.large{
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 40px;
}


    .button {

        font-size: 24px;
    margin-bottom:10px;
    background-color:transparent;
    letter-spacing:2px;
    border:2px solid #dbd3c4;
    display:inline-block;
    cursor:pointer;
    color:#dbd3c4;
    border-radius: 50px;
    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;
    }
    .button:hover {
        background-color:#23201d;
        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:#dbd3c4;
    }
    a:hover{
        color:#dbd3c4;
        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:800px;
        margin-bottom:20px;
        display: inline-block;
        padding:20px;
    }

.services {
    margin-bottom: 40px;
}

.services span::after{
    padding: 0 10px;
    content: "\2022";
}

.services span:last-child::after{
    content: '';
}