body{
    /* background-color: #fde4e8; */
    background-color: #f7d7ae;
}


p{
	text-align: justify;
	text-justify: distribute;
	word-spacing:-1px;
	word-wrap: break-word;
}

h2{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

h2:before{
	content: "";
	position: absolute;
	width: 80px;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: orange;
}

h5{
	font-weight: 700;
}

.pic{
	width: 200px;
	height: 200px;
	background-color: #333;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	background-image: url('images/Image01.jpg');
	background-size: cover;
	background-position: top;
	
}

.navbar{
    width: 250px;
	text-align: center;
	padding: 10px;
	position: fixed;
	left: -250px;
	transition: 0.5s;
}

.navbar .trigger{
	width: 50px;
	height: 50px;
	position: absolute;
	right: -50px;
	background-color: #655c50;
	top: 50px;
	cursor: pointer;
	background-image: url('images/menu_w.png');
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;


}

.navbar.active{
	left: 0;
}


.navbar .logo {
    height: 100px;
    width: 100px;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: lightgrey;
    background-image: url(images/logo.png);
    background-position: 15% 50%;
    margin-bottom: 20px;
    background-size: 90%;
    background-repeat: no-repeat;
}

.nav>li>a {
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    font-family: roboto;
    width: 100%;
}

*{
	font-family: 'Roboto';
}

.nav>li>a:hover, 
.nav>li>a:focus {
    background-color: transparent!important;
}

.img-resp{
	margin-left: 50%;
	transform: translateX(-50%);
	max-height: 500px;
	margin-bottom: 20px;
}


#activities .triggers{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

#activities .triggers .tab{
	display: inline-block;
	margin: 0;
	padding: 15px;
	padding-bottom: 10px;
}

/*#activities .triggers .tab:hover,
#activities .triggers .tab.active{
	border-bottom: solid 2px orange;
}*/
.tile-wrapper{
	display: none;
}

.tile-wrapper.active{
	display: block;
}

.tile{
	overflow: hidden;
	height: 480px;
	margin-top: 30px;
	position: relative;
    background-color: rgba(255,255,255,.6);
	box-shadow: 0px 4px 8px 1px #b0b0b024, 0px 9px 20px 0 #c8c8c87a;
}

.tile:after {
    content: "";
    position: absolute;
    left: 1px;
    bottom: -5px;
    height: 150px;
    width: calc(100% - 2px);
	background-image: linear-gradient(transparent,rgba(255,255,255,.8),rgb(255, 255, 255));
}
.tile h4{
	padding: 20px 10px;
    text-transform: uppercase;
    font-size: 14px;
    border-left: solid 4px orange;
    margin: 0;
}
.tile .content{
	padding: 0 10px;
}
.tile img{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.tile button{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    border-radius: 0;
    text-transform: uppercase;
    background-color: white;
    border: solid 2px #333;
    color:  #333;
    transition: 0.5s;
	border-radius: 25px;
}
.tile button:active,
.tile button:focus,
.tile button:hover{
    color: white;
    background-color: #333;
    border-color: #333;
    box-shadow: inset 0 0 0 20px #333;

}

.modal .img-wrapper{
	width: 100%;
	overflow: hidden;
	height: auto;
}
.modal .img-wrapper	img{
	width: 100%;
}

body{
	margin-bottom: 50px;
}

.img-wrapper{
	height: 240px;
	overflow: hidden;
	margin-bottom: 15px;
}

#contact{
	margin-top: 30px;
}

.banner{
	width: 100%;
	height: 100vh;
	background-image: url('images/header.jpg');
	position: relative;
	background-size: cover;
	background-position: center;
}

.name{
    position: absolute;
    top: 60%;
    left: 75%;
    transform: translate(-50%,-50%);
    opacity: .7;
    font-family: 'Roboto';
}
.name h1,
.name h2{
    color: black;
    font-weight: 700;
    font-family: 'Roboto';
}

.name h1{
	font-size: 37px;
}

.name h2{
	font-size: 30px;
}


.name h2:before{
	content: none;
}


input{
    background-color: transparent!important;
}
form input{
	border: none!important;
	border-radius: 0!important;
	box-shadow: none!important;
	border-bottom: solid 2px orange!important;
    background-color: transparent;
}

/*
.round.wrapper{
	overflow: hidden;
	border-radius: 50%;
	width: 350px;
	height: 350px;
	margin-left: 50%;
	transform: translateX(-50%);
}*/

.contact-info {
    margin: 0 auto 2em;
}

.contact-info ul li {
    padding-top: 10px;
    list-style: none;
    width: 30%;
    height: 180px;
    float: left;
    display: block;
}

.contact-info ul li i {
    width: 75px;
    height: 75px;
    line-height: 2.4em;
    font-size: 2em;
}
.contact-info ul li h5 {
    margin: 0.7em 0 0 0.7em;
    font-size: 18px;
    display: block;
    width: 100%;
    margin-top: 90px;
    text-align: center;
    margin-left: 0;
    height: 80px;
    font-weight: 100;
}
.contact-info ul li h5 span, .contact-info ul li h5 span a {
    display: block;
    color: #000!important;
    margin-top: 1em;
    font-size: 14px!important;
}


.contact-info ul li i {
    float: left;
    width: 85px;
    height: 85px;
    border: 2px solid orange;
    text-align: center;
    line-height: 2.3em;
    font-size: 2.5em;
    border-radius: 50px;
    color: orange;
     width: 75px;
    height: 75px;
    line-height: 2.4em;
    font-size: 2em;
    position: relative;
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
}

.drop-menu{
	display: none;
	padding-left: 0;
}

.drop-menu li{
	list-style: none;
}

.drop-menu li a{
	color: rgba(255,255,255,0.6)!important;
	text-transform: uppercase;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
}

.close.alt,.close:focus.alt, .close:hover.alt{
	display: block;
	position: relative;
	font-size: 18px;
	opacity: 1;
	padding-top: 20px;
}
.close{
	opacity: .5;
}
.close:hover{
	opacity: .7;
}


.close span {
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 10px;
}

.modal-body{
	padding-bottom: 50px;
}


@media( max-width : 768px){
	.banner{
	    background-position: 30%;
	}
	.name{
	    top: 20%;
    	left: 55%;
	}
	.contact-info ul li {
		margin: 0;
	    width: 100%;
	    display: block;
	    margin-left: -20px;
	}
	
}

.navbar-inverse{
	background-color: #655c50;
	border-color: #655c50;
}

.babache{
	padding: 15px;
	text-decoration: none;
	
	color: white;
	
	background-color: #333;
	border-color: #333;
}

.babache{
	font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    background-color: white;
    border: solid 2px #333;
    color:  #333;
    transition: 0.5s;
	border-radius: 40px;
	text-decoration: none;
}
.babache:active,
.babache:focus,
.babache:hover{
    color: white;
    background-color: #333;
    border-color: #333;
    box-shadow: inset 0 0 0 20px #333;
	text-decoration: none;

}