@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; }
html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px; font-weight: 400;
	line-height: 1.5;
	color: #FFF;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

h1 {
	margin: 30px 0;
	font-size: 24px;
	text-align: left;
}
p {
	margin: 30px 0;
	font-size: 17px;
	text-align: justify;
}
a, .a {
	color: inherit;
	text-decoration: underline;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	cursor: pointer;
}

.main {
	position: relative;
	padding: 30px 20px;
	background-image: url("../img/orgalise_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 25% 50%;
}
.content { text-align: center; }
.icons {
	width: 150px; height: 115px;
	margin: 20px auto;
	background-image: url("../img/orgalise_icons.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.logo { width: 100%; max-width: 260px; height: auto; }
.text { padding: 20px; background-color: rgba(0,0,0,0.5); }
.contact { font-size: 18px; }


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	html, body {
		width: 100%; height: 100%;
	}
	.main {
		position: relative;
		padding: 0;
		width: 100%; height: 100%;
		background-position: 50% 50%;
	}
	.content {
		width: 40%;
		padding: 0;
		position: absolute; right: 75px; top: 50%;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
	}
	.icons {
		margin: 0;
		position: absolute; left: 50px; top: 50%;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
	}
	.text { padding: 0; background: none; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}