
html {
	height: 100%;
}
 
body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	height: 100%;
	min-width: 360px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Verdana","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	margin: 50px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 800px;
    border-color: #999999;
}

.navbar {
	width: 80%;
	margin-left: 10%;
	z-index: 10 !important;
	opacity: 0.9;
}

.edgingNav {
	position: fixed;
	top: 0px;
	border-left: #000 solid 2px !important;
	border-right: #000 solid 2px !important;
	border-bottom: #000 solid 2px !important;
	border-radius: 0px 0px 15px 15px !important;
	padding-bottom: 10px;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2px;
	font-size: 20px !important;
	padding-top: 15px;
}

.nav>li>a:hover {
	color: #ed1e20 !important;
}

.nav li {
	list-style:none;
}

.active a{
	color: #215cba !important;
}

.title-bar {
	background-color: #ffffff;
	height: auto;
}

.head-bar {
	border-bottom: solid 2px #000;
}

.logo{
	margin: 0 auto;
	max-height: 150px;
	min-height: 100px;
	min-width: 100px;
	padding: 10px;
	animation-duration: 0.2s;
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #215cba;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-transform:scale(0);
	transition: .3s ease;
	border-radius: 25px;
}

.main-container {
	margin: 10px auto;
}

.main-container img{
	border: solid 3px #215cba;
	border-radius: 25px;
}

.bagr {
	position: relative;
	background : #fff;
	padding: 80px 80px 80px 80px;
	border-radius: 150px 0 150px 0;
}

.bagr-bg {
    background-color: #215cba; 
}

.list-image {
	height: auto;
	width:50%;
	background-color: #404040;
	border-radius: 40px;
}

#boatname {
	margin: 0 auto;
}

.carousel,.item,.active{
   height:100% !important;
 }
 
.carousel-inner{
    height:100% !important;
}

.parallax-one {
	/* The image used */
    background-image: url("../img/sail_menu.jpg");

    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 150px 0 150px 0;
}

.parallax-bg {
	background-color: #215cba !important;
}

.abouth3 {
	color:white; 
	margin-left:80px;
}

/* When you mouse over the container, the overlay text will "zoom" in display */
.main-container:hover .overlay {
  transform: scale(1)
}

.text {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
} 

.head {
	text-align: center;
	border: solid 2px #000;
	border-radius: 20px;
}

.brand {
	background-image: url("../img/title_image.jpg");
	/* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 0px 0 150px 0;
	z-index: 1;
}

.brand-bg {
    background-color: #215cba;
	height: 100%; 
	z-index: -1;
}

.wel-text {
	background-color: #215cba;
	border-radius: 150px 0 150px 0;
	padding: 80px 20px 80px 20px;
	text-align: left;
}

.ord-text {
	padding: 80px 20px 80px 20px;
	text-align: left;
}

.about-text {
	padding: 30px 20px 30px 20px;
	text-align: left;
	border-radius: 150px 0 0 0;
}

.wel-text p{
	color: white !important;
	padding: 0 80px;
}

.about-text p{
	color: #000 !important;
	padding: 50px 0;
}

.ord-text p{
	color: white !important;
	padding: 0 80px;
}

.wel-text-bg {
	background-color: #fff !important;
}

.about-bg {
	background-color: #fff !important;
}

.about-curve {
	background-color: #215cba;
	border-radius: 150px 0 0 0;
}

.about-curve-lower {
	background-color: #215cba;
	border-radius: 0 0 150px 0;
}

.about-curve-bottom {
	background-color: #fff;
	border-radius: 150px 0 0 0;
	padding: 0 80px;
}

.wel-text-curve {
	background-color: #215cba;
	border-radius: 0 0 150px 0;
}

.ord-text-curve {
	background-color: #215cba;
	border-radius: 150px 0 0 0;
}

#gallery-title {
	margin-bottom: 50px;
	text-align: center;
}

#gallery-table tr:nth-child(odd)>td .gal-img{
	background-color: #fff !important;
}

#gallery-table tr:nth-child(even)>td .gal-img{
	background-color: #215cba !important;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

footer {
	position: relative;
    background-color: #ffffff;
	text-align: center;
	border-top: solid #000 2px;
	border-bottom: solid #000 2px;
}

footer p{
	color: #000000;
}

footer a{
	color: #000000;
}

.first {
	background-color: #fff;
}

@media screen and (max-width:1000px) {
	footer p {
		margin: 0;
		padding: 20px 0;
		font-size: 16px;
	}
	
	#gallery-table tr:nth-child(odd)>td img{
		height: auto;
		width:60%;
		text-align: center;
	}

	#gallery-table tr:nth-child(even)>td img{
		height: auto;
		width:60%;
		text-align: center;
	}
	
	#gallery-table {
		width: 80%;
		margin: 0 auto 50px auto;
	}

	#gallery-table tr:nth-child(odd)>td {
		color: #fff !important;
		background-color: #215cba;
		text-align: center;
	}

	#gallery-table tr:nth-child(even)>td {
		color: #215cba !important;
		background-color: #fff;
		text-align: center;
	}
	
	#gallery-table tr:nth-child(odd)>td h3{
		font-size: 25px;
	}

	#gallery-table tr:nth-child(even)>td h3{
		font-size: 25px;
	}
	
	.head {
		margin-top: 40px;
		font-size: 21px;
	}
	
	.menu-image {
		padding: 35px;
	}
	
	.menu-image:after {
		right: -40px;
	}
	
	.brand {
		background-image: url("../img/title_image.jpg");
		/* Full height */
		height: 100%; 

		/* Center and scale the image nicely */
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 5px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1em;
    }
	
	.title-main h1{
		font-size: 22px;
		margin-top: 30px;
	}
}

@media screen and (min-width:1001px) {
    
    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 12px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.1em;
    }
	
	#gallery-table tr:nth-child(odd)>td img{
		height: auto;
		width:40%;
		text-align: center;
	}

	#gallery-table tr:nth-child(even)>td img{
		height: auto;
		width:40%;
		text-align: center;
	}
	
	#gallery-table {
		width: 70%;
		margin: 0 auto 50px auto;
	}

	#gallery-table tr:nth-child(odd)>td {
		color: #fff !important;
		background-color: #215cba;
		text-align: center;
	}

	#gallery-table tr:nth-child(even)>td {
		color: #215cba !important;
		background-color: #fff;
		text-align: center;
	}
	
	#gallery-table tr:nth-child(odd)>td h3{
		font-size: 30px;
	}

	#gallery-table tr:nth-child(even)>td h3{
		font-size: 30px;
	}
	
	.head {
		margin-top: 40px;
		font-size: 28px;
	}
	
	.menu-image {
		padding: 45px;
	}
	
	.menu-image:after {
		right: -50px;
	}
	
	.title-main h1{
		font-size: 24px;
		margin-top: 50px;
	}
	
	footer p {
		margin: 0;
		padding: 40px 0;
		font-size: 16px;
	}
}

@media screen and (max-width:767px) {
	.brand {
		background-image: url("../img/title_image.jpg");
		/* Full height */
		height: 100%; 

		/* Center and scale the image nicely */
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 1;
	}
	
	.navbar-header {
        display: inline !important;
    }
	
	#gallery-table tr:nth-child(odd)>td img{
		height: auto;
		width:100%;
		text-align: center;
	}

	#gallery-table tr:nth-child(even)>td img{
		height: auto;
		width:100%;
		text-align: center;
	}
	
	#gallery-table {
		width: 100%;
		margin: 0 auto 50px auto;
	}

	#gallery-table tr:nth-child(odd)>td {
		color: #fff !important;
		background-color: #215cba;
		text-align: center;
	}

	#gallery-table tr:nth-child(even)>td {
		color: #215cba !important;
		background-color: #fff;
		text-align: center;
	}
	
	#gallery-table tr:nth-child(odd)>td h3{
		font-size: 20px;
	}

	#gallery-table tr:nth-child(even)>td h3{
		font-size: 20px;
	}
	
	.head {
		margin-top: 20px;
		font-size: 16px;
	}
	
	.title-main h1{
		font-size: 18px;
		margin-top: 30px;
	}
	
	footer p {
		margin: 0;
		padding: 10px 0 !important;
		font-size: 15px;
	}
}

@media screen and (max-width:477px) {
	.title-main h1{
		font-size: 14px;
		margin-top: 30px;
	}
}

@media screen and (min-width:1200px) {
	.menu-image {
		padding: 55px;
	}
	
	.menu-image:after {
		right: -75px;
	}
	
	.head {
		margin-top: 40px;
		font-size: 32px;
	}
	
	.light {
		margin-top: 80px !important;
		margin-right: 450px !important;
	}

}


