@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'new_garden__light';
    src: url('../fonts/NGARDEN TRIAL__-webfont.eot');
    src: url('../fonts/NGARDEN TRIAL__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NGARDEN TRIAL__-webfont.woff2') format('woff2'),
         url('../fonts/NGARDEN TRIAL__-webfont.woff') format('woff'),
         url('../fonts/NGARDEN TRIAL__-webfont.ttf') format('truetype'),
         url('../fonts/NGARDEN TRIAL__-webfont.svg#new_garden__light') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body {
	height:100%;
}
a.overlay:hover {
text-decoration:none;
}
.row.nogaps {
background-color: #f7f7f7;
	margin-bottom:30px;
}
.row [class*="col-"] img {
	display:block;
	margin:0 auto;
}
.jumbotron h1 {
	font-family: 'new_garden__light';
	color: #a1054c;
	background-color:rgba(255,255,255,0.7);
	float: right;
width: 50%;
padding: 20px 0 20px 20px;
}
.jumbotron h2 {
	clear:both;
	color: #2b2b2b;
	background-color:rgba(255,255,255,0.7);
	font-weight:100;
	font-style:italic;
	float: right;
width: 50%;
padding: 20px 0 20px 20px;
}

@media (min-width: 768px) {
	.social {
position: absolute;
top: 50px;
right: 50px;
z-index: 9000;
}
.navbar {
border-width: 0;
}
.jumbotron {
padding: 98px 0 48px!important;
background:url(../images/homeback.jpg) 0 0 no-repeat fixed;
background-size:auto;
margin-bottom:0;
height:100%;
position:relative;
}
a.welcome {
	width: 100%;
max-width: 364px;
position: absolute;
bottom: 20%;
left: 50%;
margin-left: -157px;
box-shadow: 0 0 79px 10px #ffffff;
}
a.welcome:hover {
	-moz-transform: scale(0.9,0.9);
-webkit-transform: scale(0.9,0.9));
-o-transform: scale(0.9,0.9);
-ms-transform: scale(0.9,0.9);
transform:scale(0.9,0.9);
}
.row.nogaps.flex.start {
    display: flex;
    flex-wrap: wrap;
}
.row.nogaps.flex.start img.kachel-img {
    opacity: 0;
}
.row.nogaps [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
	padding-bottom:0;
	position:relative;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
	float: none;
  }
.row.nogaps [class*="col-"] p, .row.nogaps [class*="col-"] h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
a.overlay {
position: absolute;
background: rgba(0,0,0, 0.5);
top: 0;
left: 0;
font-size: 30px;
width: 100%;
height: 100%;
padding-top: 50%;
text-align: center;
color: #ffffff;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
a.overlay:hover {
	opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
text-decoration:none;
}
.navbar-inverse {
background-color: rgba(255,255,255,0.8);
}
}

@media (max-width: 767px) {
	.row.nogaps [class*="col-"] {
		background-image: none!important;
	}
	.jumbotron {
background:url() 0 0 no-repeat fixed;
display:none;
}
	a.overlay {
font-weight: 400;
display: block;
position: static;
background: rgba(161, 5, 76, 1);
font-size: 20px;
width: 100%;
height: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align:center;
color: #ffffff;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}
.row.nogaps {
padding-top: 70px;
}
.row.nogaps [class*="col-"] {
	padding-bottom:30px;
}
.row.nogaps [class*="col-"]:last-child {
	padding-bottom:0px;
}

 .row [class*="col-"] img {
display: block;
margin: 0 auto;
max-width: 30%;
}
.row.nogaps [class*="col-"] p {
	text-align:justify;
}
}