/*
Theme name: Coming Soon
Author: V4 Creative (Pty)Ltd
*/

/* ==========================================================================
	Stylesheet Guideline
   
	1. HTML & Body
	2. General Styles	
	3. Links
	4. Header
	
   ========================================================================== */
   
   
/* -------------- 1. HTML & Body -------------- */
html, body { width: 100%; height: 100%; }
body { color: #333; font-size: 16px; font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; }

.bg { background: linear-gradient( rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8)), url(../img/bg.jpg) no-repeat center center; }


/* -------------- 2. General Styles -------------- */

h1, h2, h3 { margin: 15px 0 15px 0; }

h1 { font-weight: 400; font-size: 38px; }
h2 { font-weight: 400; font-size: 28px; }

.lead {font-weight: 300; font-size: 26px; }

.text-vertical-center { display: table-cell; text-align: center; vertical-align: middle; }


/* -------------- 3. Links -------------- */
a { color: #006600; text-decoration: none; }
a:hover, a:focus { color: #333; text-decoration: none; }
a:focus { color: #333; text-decoration: none; }


/* -------------- 4. Header -------------- */
.header { display: table; position: relative; width: 100%; height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}