body, html {
	display: block;
	position: static;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background: rgb(59, 67, 90);
	padding: 0;
	text-align: center;
	font-family: 'open sans';
	color:rgb(59, 67, 90);
	font-size:18px;
	position: relative;
	margin: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
.onepage-wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 0;
}
.onepage-wrapper .section {
	position:relative;
	float:left;
	width: 100%;
	height: 100%;
}
/*============================TYPESETTINGS==============================*/
a {
	text-decoration: none;
	color: rgb(59, 67, 90);
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
p {
	position:relative;
	width: 100%;
	float: left;
	display:block;
	margin-top:0px;
}
.left {
	text-align:left;
}
h1, h2 {
	color: rgb(59, 67, 90);
}
h1 {
	margin-top: 80px;
	margin-bottom: 45px;
	font-size: 70px;
	letter-spacing: -4px;
	font-weight: 100;
}
h2 {
	font-weight: 100;
	font-size:30px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/*============================ELEMENTS==============================*/
.clear {
	clear:both;
}
.margin {
	margin:3% 0%; 
	width:100%; 
	position:relative; 
	float:left;
	display:block;
}
.m20 {
	margin:1% 0%;
}
a.btn{
	display: inline-block;
	line-height: 100%;
	padding: 0.7em;
	text-decoration: none;
	color: rgb(59, 67, 90);
	line-height: 140%;
	font-size: 17px;
	font-weight: bold;
	border: 4px solid rgb(59, 67, 90);
	background: none;
}
a.btn:hover {
	background:rgb(59, 67, 90);
	color: rgb(225,230,250);
	border: 4px solid rgb(59, 67, 90);
}
.credit {
	clear: both;
	font-size:12px;
}
.credit a {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.contactdetails {
	position: absolute;
	position:fixed;
	width:100%;
	height:30px;
	text-align:right;
	font-size:12px;
	display: block;
	background:rgb(59, 67, 90);
	z-index:3;
}
.contactdetails a {
	position:relative;
	float:right;
	text-align:right;
	color: rgb(225,230,250);
	font-weight:bold;
	margin:8px 30px 0px 0px;
}
/*============================COLLUMNS==============================*/
.two {
	position:relative;
	float:left;
	margin-right:10%;
	width:45%;
}
.three {
	position:relative;
	float:left;
	margin-right:5%;
	width:30%;
}
.last {
	margin-right:0px;
}
/*============================PAGES==============================*/
.main {
	position:relative;
	float: left;
	width: 100%;
	height:100%;
	margin: 0 auto;
}
.main section  {
	height:100%;
	width:100%;
	position:relative;
	float:left;
	display:block;
	z-index:1;
}
.main section .page_container {
	position: relative;
	top: 15%;
	margin: 0 auto 0;
	width:90%;
	max-width: 950px;
	z-index: 2;
}
.main section .background {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	margin:0px;
	padding:30px;
	z-index:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.main section .background .color {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:rgb(225,230,250);
	z-index:0;
}
.bottom{
	position:absolute;
	float:left;
	display:block;
	width:100%;
	bottom:60px;
}

.businesscard {
	position:relative;
	float:right;
	width: 200px;
	height:309px;
	display:block;
	background:transparent url('../images/businesscard-Allagi-Consulting-back.jpg') center top no-repeat;
}

.businesscard:hover {
   	background-image: url('../images/businesscard-Allagi-Consulting-front.jpg');
}

.shadow {
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.8);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.8);
}
/*============================PAGE 2==============================*/
.main section.page2 .background .color {
	background:rgb(59, 67, 90);
}
.main section.page2 h1, .main section.page2 h2, .main section.page2 p, .main section.page2 a  {
	color: rgb(225,230,250);
}
.main section.page2 a.btn{
	color: rgb(225,230,250);
	border: 4px solid rgb(225,230,250);
	background: none;
}
.main section.page2 a.btn:hover {
	background:rgb(225,230,250);
	color: rgb(59, 67, 90);
	border: 4px solid rgb(225,230,250);
}
/*============================MENU==============================*/
.onepage-pagination {
	position: absolute;
	position:fixed;
	right: 5px;
	top: 50%;
	z-index: 5;
	list-style: none;
	margin: 0;
	padding: 0;
}
.onepage-pagination li {
	padding: 0;
	text-align: center;
}
.onepage-pagination li a{
	padding: 10px;
	width: 4px;
	height: 4px;
	display: block;
}
.onepage-pagination li a:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: rgb(225,230,250);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.onepage-pagination li a.active:before{
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid rgb(225,230,250);
	margin-top: -4px;
	left: 8px;
}

@media screen and (max-height: 850px) {
.showbig{
	display:none;
}

.margin {
	margin:1% 0px;
}
h1 {
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 40px;
}
}

@media screen and (max-height: 600px) {
.mobilehide {
	display:none;
}

p {
	width:84%;
	margin-left:8%;
}
}

@media screen and (max-height: 300px) {
.extrahide {
	display:none;
}

}