@font-face {
	font-family: 'Conv_Atlantic_Cruise-Demo';
	src: url('../fonts/Atlantic_Cruise-Demo.eot');
	src: url('../fonts/Atlantic_Cruise-Demo.woff') format('woff'),
		 url('../fonts/Atlantic_Cruise-Demo.ttf') format('truetype'), 
		 url('../fonts/Atlantic_Cruise-Demo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
	font-family: Conv_Atlantic_Cruise-Demo;
	color: #686868;
	font-size: 20px;
}

a {
	color : #777;
}
	
a:hover{
	cursor: pointer;
	text-decoration: none;
	color : #777;
}

/* STYCKY FOOTER */

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	/*padding: 0 0 60px;*/
}

/* Set the fixed height of the footer here */
#footer {
	height: 300px;
	background-color: #f5f5f5;

  }
/* END STYCKY FOOTER */




/* HEADER */

/* fixed navbar*/
@media (min-width: 768px) {
	.navbar{
		position: fixed;
		top: 0;
		z-index: 1000;
	}
	.container{
		/*margin-top: 250px;*/
	}
}


#logo{
	width: 200px;
	height: 200px;
	position: relative;
	top:0;
	left: 10%;
}
	
div#title1{
	position: absolute;
	flat: left;
	top: 20px;
	left: 40%;
	font-size: 5em;
}

div#title2{
	position: absolute;
	top: 130px;
	left: 40%;
	font-size: 3em;
}



.navbar {
	width: 100%;
}

/* Center navbar inside header */
@media (min-width: 768px) {
	.navbar-nav {
		width: 100%;
		text-align: center;
	}
	.navbar-nav > li {
		float: none;
		display: inline-block;
		/*space between elements*/
		margin: 0 30px 0 30px;
	}
	.navbar-nav > li.navbar-right {
		float: right !important;
	}
}


/* Menu dropdowns */
.my_dropdown a{
	/*padding: 10px 10px;*/
	margin: 0;
}
li.my_dropdown {
	padding: 10px;
}
.my_dropdown a:hover {
	/*background-color: rgb(200,200,200);*/
	color: black;
}
.my_dropdown .selected, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	/*background-color: rgb(200,200,200);*/
	color: black;
}

	
/* END HEADER */