
html {
    height: 100%;
    width: 100%;
 overflow-x: hidden;
}

body {
    background-color: #333;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: 'Comfortaa', cursive;
    height: 100%;
    width: 100%;
}

a {
   color: rgba(255, 255, 255, 1);
    transition: all 0.2s ease-in-out 0s;
	}
a:hover, a:focus {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
	}
	
	
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    /* background: url(../img/intro-bg.jpg) no-repeat bottom center scroll; */
/*     background-color: rgba(195, 125, 125, 0.88); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body h1 {
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
	font-size: 28px;
	letter-spacing: 7px;
	margin-top: 0;
	text-align: left;
	line-height: 24px;
}

.intro .intro-body h1 strong {
	font-weight: 400;
	color: #ffffff;
}

.intro .intro-body .intro-text {
	font-family: 'Comfortaa', cursive;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 2px;
	margin-top: 0;
	text-align: left;
}

.intro .intro-body h6 {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
	margin-top: 20px;
}

.intro .intro-body a {
	text-align: left;
	margin-top: 20px;
}
/*
.intro .container {
	max-width: 600px;
	background-color: fuchsia
}
*/
.soon {
	color: rgba(255, 255, 255, 0.8);
}


@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 30px;
    }

    .intro .intro-body .intro-text {
        font-size: 13px;
    }
}


.white {
	background-color: #FFF;
	color: #111;
	padding-top: 90px;
	padding-bottom: 90px;
	}
	
	.white h1 {
		font-family: 'Comfortaa', cursive;
		font-weight: 300;
		color: rgba(0, 0, 0, 0.9);
		font-size: 28px;
		letter-spacing: 7px;
		margin-top: 0;
		text-align: left;
		line-height: 24px;
		}

	.white h1 strong {
	font-weight: 400;
	color: #000;
	}
	
	.white h6 {
	font-size: 10px;
	color: rgba(0, 0, 0, 0.7);
	text-align: left;
	margin-top: 20px;
	}
	
.white a {
   color: rgba(0, 0, 0, 1);
    transition: all 0.2s ease-in-out 0s;
	}
.white a:hover, a:focus {
    color: rgba(0, 0, 0, 1);
    text-decoration: underline;
	}	
	
.black {
	background-color: #333;
	padding-top: 90px;
	padding-bottom: 90px;
	}
	
	.black h1 {
		font-family: 'Comfortaa', cursive;
		font-weight: 300;
		color: rgba(255, 255, 255, 0.7);
		font-size: 28px;
		letter-spacing: 7px;
		margin-top: 0;
		text-align: left;
		line-height: 24px;
		}	
	
	.black h1 strong {
	font-weight: 400;
	color: #FFF;
	}
	
	.black h6 {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.7);
	text-align: left;
	margin-top: 20px;
	}
	
	
.color {
	background-color: rgba(195, 125, 125, 0.88);
	padding-top: 90px;
	padding-bottom: 90px;
	}
	.color h1 {
		font-family: 'Comfortaa', cursive;
		font-weight: 300;
		color: rgba(255, 255, 255, 0.9);
		font-size: 28px;
		letter-spacing: 7px;
		margin-top: 0;
		text-align: left;
		line-height: 24px;
		}
		
	.color h1 strong {
	font-weight: 400;
	color: #222;
	}
	

	.color h6 {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.7);
	text-align: left;
	margin-top: 20px;
	}
	
.gray {
	background-color: #a8a397;
	padding-top: 90px;
	padding-bottom: 90px;
	}
	.gray h1 {
		font-family: 'Comfortaa', cursive;
		font-weight: 300;
		color: rgba(255, 255, 255, 0.9);
		font-size: 28px;
		letter-spacing: 4px;
		margin-top: 0;
		text-align: left;
		line-height: 24px;
		}
		
	.gray h1 strong {
	font-weight: 400;
	color: #222;
	}
	

	.gray h6 {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.7);
	text-align: left;
	margin-top: 20px;
	}





.intro .intro-body h1 {
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	font-size: 28px;
	letter-spacing: 7px;
	margin-top: 0;
	text-align: left;
	line-height: 24px;
}


.josefin h1 {
	font-family: 'Josefin Slab', serif;
	font-weight: 300;
	font-size: 30px;
	letter-spacing: 10px;
	margin-top: 0;
	}
	
.comfortaa h1 {
	font-family: 'Comfortaa', cursive;
	font-weight: 300;
	font-size: 30px;
	letter-spacing: 3px;
	margin-top: 0;
	}
.poiret h1 {
	font-family: 'Poiret One', cursive;
	font-weight: 300;
	font-size: 30px;
	letter-spacing: 5px;
	margin-top: 0;
	}
.quicksand h1 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 1px;
	margin-top: 0;
	}
.montserrat h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 1px;
	margin-top: 0;
	}
.montserrat-uppercase h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 1px;
	margin-top: 0;
	text-transform: uppercase;
	}