body {
	font-family: 'Open sans', sans-serif;
	z-index: 0;
}


/*************************************************
NAVIGATION
*************************************************/

nav {
	padding: 15px 0 15px 0;
	margin: 0;
	border-bottom: 3px solid #DB0A5B;
	text-align: center; 
}

nav ul {
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 999;
}

nav ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

nav ul li a {
	display: block;
	font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #777;
    padding: 16px;
    border: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in;
	text-decoration: none;
}

nav ul li a:hover {
	color: #DB0A5B;
	transition: all 0.2s ease-in;
	text-decoration: none;
}

.glyphicon-menu-hamburger {
	display: none;
}

@media (max-width: 768px) {
	.glyphicon-menu-hamburger {
		display: block;
		font-size: 20px;
		text-align: left;
		margin: 10px;
	}

	nav ul {	
		display: none;
		position: absolute;
		background: #c2c2c2;
		width: 100%;
	}
	
	nav ul li {
		display: inline;
		padding: 0;
		margin: 0;
	}
}
@media (min-width: 768px) {
	nav ul {	
		display: block !important;
	}
}
/*************************************************
LAYOUT TOP TEXT
*************************************************/

.toptext {
	padding-top: 100px;
	padding-bottom: 100px;
}

.toptext h1 {
	font-size: 33px;
    line-height: 44px;
    font-weight: 400;
	text-transform: uppercase;
}

.toptext .separator {
	border-bottom: 2px solid #DB0A5B;
	width: 80px;
	float: center;
	margin: auto;
}

.toptext p {
	font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
    margin-top: 34px;
	color: #777;
	text-align: center;
}

@media (max-width: 992px) {
	
	.toptext {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 768px) {	

	.toptext h1 {
		font-size: 23px;
	}

	.toptext p {
		font-size: 16px;
	}
}

/*************************************************
LAYOUT CUBCONTENT
*************************************************/

.cubcontent {
	box-shadow: 0 0 3px #000;
}

.boxcolor {
	background: #DDD;
}

.centermiddle {
	padding: 150px 50px 150px 50px;
	text-align: center;
}

.centermiddle h2 {
	color: #DB0A5B;
	text-transform: uppercase;
}

.centermiddle p {
	font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
    margin-top: 34px;
	color: #777;
	margin-top: 50px;
}

.link, .link:hover {
	font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
    margin-top: 34px;
	color: #777;
	margin-top: 50px;
	color: #DB0A5B;
}

.button {
	color: #FFF;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 600;
	background: #DB0A5B;
	padding: 20px;
	text-align: center;
	border: 1px solid #DB0A5B;
	transition: all 0.2s ease 0s;
	display: inline-block;
}

.button:hover,.button:active,.button:focus {
    transition: all 0.2s ease 0s;
	background: none;
	color: #DB0A5B;
	text-decoration: none;
}



@media (max-width: 992px) {
	.centermiddle {
		padding: 50px 10px 50px 10px;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.centermiddle p {
		font-size: 16px;
	}
}















