/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto');

body {background: -webkit-linear-gradient(-45deg, #cc0285 0%, #fcecfc 100%);; background-position: center center; background-size:cover; background-repeat: no-repeat; min-height: 100vh; font-family: 'Roboto';}

h1, h2, h3, h4 {font-family: 'Raleway';}

.navbar-default {
	background-color: transparent !important;
border: 0px;
margin-top: 20px; }

.navbar-default .navbar-nav>li>a {
	color: #fff; text-transform: uppercase;
}

.navbar-brand {
	max-width: 100px;
	margin-top: -15px;
}

.navbar-default .navbar-nav>li:last-child {
	margin-right: 0px;
}

.navbar-default .navbar-nav>li {
	margin-right: 20px;
}

.contentInside {background: #fff;
margin-top:30px; border-radius: 20px;  height: 100%;  
padding:50px;
	margin-bottom: 45px;
box-shadow: 0px 0px 75px -15px rgba(0,0,0,0.75);
}



#homeContent h1{font-size: 15vmin;background: -webkit-linear-gradient(left, #9E005D, #D4145A);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}
#homeContent h2{font-size: 4vmin;background: -webkit-linear-gradient(left, #9E005D, #D4145A); color:#fff; padding:20px;}

#homeContent {    display: flex;
	align-items: center;}

#profileContent {
	padding: 15px;
}

#profileContent #fungsi {padding-bottom: 40px;}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #4D4D4D;
   color: white;
	padding: 15px;
}
.footer a {color:#fff; padding :10px;}

#feature img {max-width:60px; text-align:center; padding-top: 30px; }
#feature div {
	margin-bottom: 9%;
}

.info {   background-image: url( ../img/booknow.png);
	background-size: cover;
	color:#fff;
	font-size: 3em;
	padding:30px;	
}

#profileContent .media img {max-width:60px;}