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

body {
	font-family: 'Raleway', sans-serif;	
}

/* Navigation Bar */

.navbar {
  	background: #121518;
  	padding: 1em;
}

.navbar .pure-menu-heading {
	color: #ffffff;
	font-weight: 400;
	font-size: 180%;
}

/* This is Nimble section */

.section-one {
	background : #222B34;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed !important;
}

.center-container {
	padding-top: 160px;
	
	display: flex;
	display: -webkit-flex;
	
	flex-direction: column;
	-webkit-flex-direction: column;
	
	align-items: center;
	-webkit-align-items: center;
}

.section-one p {
	color: #ffffff;
	letter-spacing: 0.05em;
	opacity: 0.7;
}

.icons-layer-1 {
	opacity: 0.8;
}

.icons-layer-2 {
	opacity: 0.01;
	margin-top: -20px;
}

.icons {
	display: flex;
	display: -webkit-flex;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	
	flex-direction: row;
	-webkit-flex-direction: row;
}

.icon {
	display: flex;
	display: -webkit-flex;
	
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	margin: 0 auto;
}

.computer {
	background-image: url("../img/computer.png");
	left: 350px;
	top: 400px;
	height: 250px;
	width: 250px;
	
}

.laptop {
	background-image: url("../img/Laptop.png");
	left: 650px;
	top: 450px;
	height: 200px;
	width: 200px;
}

.tablet {
	background-image: url("../img/Tablet.png");
	left: 900px;
	top: 455px;
	height: 150px;
	width: 150px;
}

.section-two {
	background: #3A244C;
	width: 100%;
	height: 300%;
	position: absolute;
	top: 100%;
	left: 0;
}

.section-three {
	background: #2D3E4F;
	width: 100%;
	height: 300%;
	position: absolute;
	top: 400%;
	left: 0;
}

.section-four {
	background: #EDEDEF;
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 600%;
	left: 0;

}

footer {
	background: #ffffff;
	width: 100%;
	min-height: 12%;
	position: absolute;
	top: 700%;
	left: 0;
}

.button-order {
	background: rgb(112, 194, 34);
	color: #ffffff;
	margin: 1em;
}

.pcb-bottom,
.pcb {
	width: 98px;
	position: absolute;
	top: 287px; left: 100px; bottom: 0; right:0;
	z-index: 5;
}

.pcb {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.watch {
	width: 100px;
	position: absolute;
	top: 100px; left: 100px; bottom: 0; right:0;
}

h1 {
	font-size: 60px;
    font-weight: 100;
    color: #ffffff;
    padding: 0.1em;
    line-height: 1em;
}

.section-two .center-container {
	height: 95%;
}

#meetyourband {
	opacity: 0;
	padding-top: 60px;
	margin: 0;
	text-align: center;
}

.is-center {
	text-align: center;
}

.l-box {
    padding: 1em;
}

.OS {
	opacity: 0.95;
	width: 100%;
	left: 0;
}



.section-three h1 {
	font-weight: 100;
    color: #ffffff;
	margin: auto;
	position: absolute;
	top: 60px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.section-four .center-container {
	height: 95%;
}

.navbar-text a {
	color: #b3b3b3 !important;
}

.navbar-text a:hover {
	color: #ffffff !important;
	background-color: transparent;
}

.navbar-text a:active {
	background-color: transparent !important;
}

.navbar-text a:focus {
	background-color: transparent !important;
}

.navbar ul {
	position: absolute;
	right: 50px;
	top: 15%;
	text-align: center;
}

#meetyouros {
	opacity: 0.0;
}

/* Meet the team */
.section-four {
	padding-top: 5%;
}

#meetourteam {
	color: #121518;
	opacity: 0;
}

h2 {
	font-weight: 400;
	font-size: 16px;
}

.small-image {
	width: 120px;
}

.img-circle {
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	width: 150px;
	height: 150px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.full-name {
	text-align: center;
}
.position {
	text-align: center;
}