html {
	/*background: linear-gradient(rgba(20,20,20, .2), rgba(20,20,20, .2)), url(/images/trio-warm.jpg) no-repeat center center fixed;*/
	/*background-size: cover;*/
	/*height: 100%;*/
	/*overflow: hidden;*/
	/*overflow-y: scroll;*/
	/*overflow-x: hidden;*/
}

body {
    background: linear-gradient(rgba(20,20,20, .2), rgba(20,20,20, .2)), url(/images/trio-warm.jpg) no-repeat center center fixed;
    background-size: cover;
    /*background-attachment: fixed;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    /*background-color: #ffffff;*/
    margin: 0;
    text-align: center;
    /*height: 100%;*/
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}

.logo {
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 300;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    margin-top: 150px;
    z-index: 3;
}


.logo.cursive {
    /*font-family: 'Grand Hotel',cursive;*/
    /*font-family: 'Pacifico',cursive;*/
    /*font-family: 'Yellowtail', cursive;*/
    font-family: 'Satisfy', cursive;
    font-size: 82px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.motto, .subscribe .info-text {
    font-size: 28px;
    color: #FFFFFF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
    text-align: center;
    margin-top: 50px;
}

.fa-2x {
    font-size: 4em;
}

.fa-facebook-official::before {
    content: "\f230";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    color: #ffffff;
    /*color: rgba(255, 255, 255, 0.75);*/
}

.fa-facebook-official::before {
    content: "\f230";
}

div#social {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: ;
	font-size: 20px;
	line-height: 1.50em;
	color: #ffffff;
}

div#social a {
	text-decoration: none;
	background-color: transparent;
	margin: 3px;
}

span#copyright {
    display: block;
    margin-top: 40px;
}

@media only screen and (max-width: 600px) {
    .logo {
        margin-top: 50px;
    }
}