/* IMPORT FONTS */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

* { 
	margin: 0;
	padding: 0px;
	font-family: 'Lato', sans-serif;
} 

body { 
	background: #ffffff; 
	margin: 0; 
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;

        color: white;
        text-shadow:
        3px 3px 0 #000,
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
        font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px; 
	line-height: 28px;
	color: #666666; 
	margin-top: 10px; 
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.centered {text-align: center}
.mt {margin-top: 25px;}
.mb {margin-bottom: 25px;}
.mtb {margin-top: 25px; margin-bottom: 25px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 50px; padding-bottom: 50px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

::-moz-selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}

/* NAVIGATION MENU */

.navbar-default {
    border: 2px solid #a1a1a1;
    background-color: #ebebeb;
}

/* HOME */

#home {
	background-image: url('../img/chalkboard.jpg');
        width: 100%;
        min-height: 100vh;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.headline {
	padding-top: 100px; 
        padding-bottom: 10px;
	opacity: 100%;
	width: 100%;
}

/* ABOUT US */

#about-us {
    border: 2px solid #a1a1a1;
    padding: 10px 40px; 
    background: #dddddd;
    width: 100%;
    border-radius: 0px;
    min-height: 100%;
}

/* SERVICES */

#services {
	border: 2px solid #a1a1a1;
	padding: 10px 40px; 
	background-image: url("../img/services-tree.png");
	background-position: right 20px bottom;
	background-repeat: no-repeat;
	background-size: 50%;
	min-height: 100%;
}

/* THE ACADEMY */

#the-academy {
    border: 2px solid #a1a1a1;
    border-radius: 0px;
    padding: 10px 40px; 
    background: #dddddd;
    width: 100%;
	min-height: 100%;
}

.tech-dinner {
	border: 2px solid #a1a1a1;
	padding: 10px 40px; 
    background: #ffffff;
    width: 100%;
    border-radius: 6px;
    text-align: left;
}

.oneonone {
	border: 2px solid #a1a1a1;
	padding: 10px 40px; 
	background: #ffffff;
	width: 100%;
	border-radius: 6px;
	text-align: left;
}

.inservice  {
	border: 2px solid #a1a1a1;
	padding: 10px 40px; 
	background: #ffffff;
	width: 100%;
	border-radius: 6px;
	text-align: left;
}

/* CONTACT US */

#contact {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #4478c2;
}

#contact i {
	margin-right: 30px;
	font-size: 35px;
}

#contact a {
	color: white;
}			