@import url('https://fonts.googleapis.com/css?family=Hanalei+Fill|Roboto|Roboto+Condensed');

body, html {
	width: 100%;
	height: 100%;
}

.navbar > a {
	color: white;
}

.nav-link {
	color: white;
}

.nav-link:hover {
	color: #01CED1; /* Light Green */
}

.navbar-toggler {
	color: #01CED1;
}

i {
	padding-right: 10px;
}

.h-40 {
	height: 40%!important;
}

.h-60 {
	height: 60%!important;
}

.row .col {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

.row.no-pad {
  margin-right:0;
  margin-left:0;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
  margin: 0;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #01CED1;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 5%;
}

.overlay a {
  padding: 1%;
  text-decoration: none;
  font-size: 150%;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #3683D1!important;
}

.overlay .closebtn {
  position: absolute;
  top: 20%;
  right: 20%;
  font-size: 200%;
}

.head {
	position: relative;
/*	padding-top: 75px;
*/  background: url("../img/bg-head.jpg");
	background-position: center;
	background-size: cover;
}

/*@media screen and (max-width: 900px)
{
	.head {
		padding-top: 150px;
	}
}*/

.heading {
	z-index: 100;
	padding-top: -100px;
}

.hidden {
	overflow: hidden;
}

.fixed {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
}

.pic1 {
	position: relative;
  	background: url("../img/pic1.svg");
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.about {
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 100px;

  	background: url("../img/bg-about.jpg");
	background-position: center;
	background-size: cover;	

	-webkit-clip-path: polygon(0 0, 0 100%, 100% 70%, 50% 0);
}

h1, h2 {
	font-family: 'Hanalei Fill', cursive;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
}