@charset "UTF-8";
/* CSS Document */

body{
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.home-topnav{
	background-color: black;
	height: 100px;
}
.logo-top {
	background-image: url("http://www.baliyachtservices.com/images/BYS-logo1-dark.png");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 80px;
	float: center;
	padding-top: 10px;
}
nav{
	margin-top: -6px;
	font-weight: 200;
	font-size: 1.2em;
}
nav.main-nav ul li a{
	text-decoration: none;
	color:#00C9E3;
	background-color:aliceblue;
	display: block;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 5px;
}
nav.main-nav ul li a:hover{
	background-color: #00C9E3;
	color: floralwhite;
}
nav.main-nav ul {
	list-style: none;
	padding-left: 0;
}

/* Body */
.banner-title{
	background-image: url("http://www.baliyachtservices.com/images/pattern1b.jpg");
	background-position: center;
	background-size: auto;
	background-repeat: repeat;
	height: 220px;
	margin-top: -39px;
}
.banner-title h1{
	font-family: 'Poppins', sans-serif;
	color: #00C9E3;
	font-weight: 200;
	font-size: 3.7em;
	text-align: center;
	letter-spacing: -1px;
	padding-top: 20%;
}
.home-intro{
	background-color: black;
	height: auto;
	color: white;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.home-intro h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: white;
}
.home-intro h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	color: white;
	padding: 0 20px 20px 20px;
}

/* Accordian */
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1.4em;
	transition: 0.4s;
  }
  
  .active, .accordion:hover {
	background-color: #ccc; 
  }
  
  .panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
  }
  .accordion:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
  }
  .active:after {
	content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
.intro-p{
	background-color: white;
	font-weight: 200;
	text-align: left;
	padding: 20px 40px 20px 40px;
}
.intro-p p{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #777;
}
.contact-map{
	background-image: url("http://www.baliyachtservices.com/images/bali-location.jpg");
	background-position: center;
	background-size: cover;
	width: 90%;
	height: 220px;
	padding-left: 5px;
	margin-left: 15px;;
}

/* Section: Services */
.page-break{
	height: 70px;
	background-image: url("http://www.baliyachtservices.com/images/pattern1b.jpg");
	background-position: center;
	background-size:auto;
}
/* Section: Footer */
.footer-nav{
	color: grey;
	background-color: #1F1F1F;
	text-align: left;
	margin-top: 0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
}
.footer-nav p{
	padding: 0px 40px 10px 40px;
	margin-top: 10px;
	font-size: 1.2em;
}
.footer-collumns{
	text-align: left;
	padding: 1px 0 0 0;
}
.footer-collumns h4{
	color: grey;
	font-size: 1.6	em;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	margin-bottom: 15px;
	text-align: left;
	padding-left: 20px;
}
.footer-collumns a{
	text-decoration: none;
}
.footer-collumns h4:hover{
	color: #00C9E3;
}
.footer-collumns p{
	color: darkgrey;
	font-size: 1.3em;
	margin-top: 5px;
	padding: 0px 20px 10px 20px;
}
/* Footer Nav Blog */
nav.blog-footer-nav{
	font-size: 1.1em;
}
nav.blog-footer-nav ul li a{
	text-decoration: none;
	color: grey;
	background-color: black;
	display: block;
	text-align: left;
	padding: 5px 0 5px 10px;
	margin: 5px;
}
nav.blog-footer-nav ul li a:hover{
	background-color: #00C9E3;
	color: aliceblue;
}
nav.blog-footer-nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0 30px;
}
/* Footer Yachts+Links */
nav.footer-nav-links{
	font-size: .9em;
}
nav.footer-nav-links ul li a{
	text-decoration: none;
	color: grey;
	background-color: black;
	display: block;
	text-align: left;
	padding: 5px 0 5px 10px;
	margin: 5px;
}
nav.footer-nav-links ul li a:hover{
	background-color: #00C9E3;
	color: aliceblue;
}
nav.footer-nav-links ul {
	list-style: none;
	padding-left: 0;
	margin: 0 30px;
}
.copyright{
	background-color: black;
	padding-top: 5px;
}
.copyright p{
	background-color: black;
	font-size: .9em;
	padding-top: 5px;
}
.social-media{
  align-items: center;
  background-color: #171717;
  display: flex;
  text-align: center;
  justify-content: center;
}
.social-media a {
  display: block;
  text-align: center;
  padding: 20px 30px 20px 30px;
  color: white;
  font-size: 28px;
}
.social-media a:hover{
	color: #00C9E3;
}
aside h3{
	font-weight: 200;
	font-size: 1em;
	text-align: center;
	color: darkgrey;
	margin-bottom: 0px;
}
.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 0px;
}
.bottom-nav{
	background-color: darkgrey;
	color: grey;
	font-size: 1em;
	font-weight: 200;
}
.bottom-nav ul{
	display: flex;
	list-style: none;
	padding-left: 0;
	margin: 0 30px;
}
.bottom-nav ul li{
	flex: 1;
}
.bottom-nav ul li a{
	text-decoration: none;
	color: dimgrey;
	background-color: darkgrey;
	display: block;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin: 2px;
}
.bottom-nav ul li a:hover{
	background-color: #00C9E3;
	color: aliceblue;
}

@media screen and (min-width: 500px) {
	nav.main-nav{
	margin-top: -11px;
	font-size: .9em;
	}
	nav.main-nav ul{
		display: flex;
	}
	nav.main-nav ul li{
		flex: 1;
	}
	nav.main-nav ul li a{
	transition: all 0.3s ease;
	}
	.logo-top{
		width: 90%;
		float: left;
		background-size:contain;
		background-repeat: no-repeat;
		background-position: left;
	}
	.banner-title{
	height: 350px;
	margin-top: -62px;
	}
	.banner-title h1{
		font-family: 'Poppins', sans-serif;
		color: #00C9E3;
		font-weight: 100;
		font-size: 4.8em;
		text-align: center;
		letter-spacing: -1.85px;
		padding-top: 122px;
	}
	.home-intro h3{
		font-family: 'Poppins', sans-serif;
		font-weight: 200;
		color: white;
		padding: 0 20px 20px 20px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.intro-p{
		background-color: white;
		color: darkgrey;
		padding: 10px 30px 10px 30px;
	}
	.intro-p p{
		text-align: center;
		padding: 2px 2px;
		margin-left: 130px;
		margin-right:130px;
	}
	.page-break{
	height: 80px;
	background-image: url("http://www.baliyachtservices.com/images/pattern1b.jpg");
	background-position:center;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
	}

	/* Accordian */
	.accordion {
		background-color: #eee;
		color: #444;
		cursor: pointer;
		padding: 18px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 1.1em;
		transition: 0.4s;
	}
	.intro-p{
		background-color: white;
		font-weight: 200;
		text-align: left;
		padding: 20px 40px 20px 40px;
	}
	.intro-p p{
		font-size: 1em;
		line-height: 1.6em;
		text-align: left;
		color: #777;
	}
	
	/* Footer */
	.footer-nav{
	margin-bottom: 0px;
	}
	.footer-nav h4{
		font-family: 'Poppins', sans-serif;
		font-weight: 200;
		font-size: 1.5em;
		margin-left: 10px;
		margin-top: 20px;
		}
	.footer-nav p{
		padding: 0px 20px 10px 40px;
		margin-top: 10px;
		font-size: .9em;
	}
	.footer-wrapper{
		display: flex;
	}
	.footer-collumns{
		flex: 1;
	}
	/* Footer Nav Blog */
	nav.blog-footer-nav{
		font-size: .7em;
		margin: 0px 0px;
	}
	nav.blog-footer-nav ul li a{
		text-decoration: none;
		color: grey;
		background-color: #181818;
		display: block;
		text-align: left;
		padding: 5px 0 5px 10px;
		margin: 5px;
		transition: all 0.3s ease;
	}
	nav.blog-footer-nav ul li a:hover{
		background-color: #00C9E3;
		color: aliceblue;
	}
	nav.blog-footer-nav ul {
		list-style: none;
		padding-left: 0;
		padding-bottom: 20px;
	}
	/* Footer Yachts+Links */
	nav.footer-nav-links{
		font-size: .7em;
	}
	nav.footer-nav-links ul li a{
		text-decoration: none;
		color: grey;
		background-color: #181818;
		display: block;
		text-align: left;
		padding: 5px 0 5px 10px;
		margin: 5px;
		transition: all 0.3s ease;
	}
	nav.footer-nav-links ul li a:hover{
		background-color: #00C9E3;
		color: aliceblue;
	}
	nav.footer-nav-links ul {
		list-style: none;
		padding-left: 0;
		margin: 10px 30px;
	}
	/* Social */
	.social-media{
	  background-color: #171717;
	  display: flex;
	  text-align: center;
  	  justify-content: center;
	}
	.social-media a {
	  display: block;
	  text-align: center;
 	  padding: 20px 80px 20px 80px;
	  transition: all 0.3s ease;
	  color: white;
	  font-size: 30px;
	}
	aside h3{
	font-weight: 200;
	font-size: 2em;
	text-align: center;
	color: darkgrey;
	margin-bottom: 0px;
	}
	.bottom-nav{
	background-color: darkgrey;
	font-weight: 200;
	font-size: 12px;
	}
}