@charset "utf-8";
/* CSS Document */
body, html {
	height: 100%;
    margin: 0px;
    font-family: 'Josefin Sans', sans-serif;
}
#navscrollmenu {
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 15;
	display: none;
	flex-direction: column;
}
.mobilemenulogo {
	display: block;
	position: fixed;
	height: 50px;
	width: 50px;
	top: 10px;
	right: 10px;
	background: #09627c;
	z-index: 10;
	cursor: pointer;
}
.ns_nav {
	margin: 0px auto;
	width: 60%;
	max-width: 150px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.ns_logo {
	position: relative;
	height: 100px;
	width: 100%;
}
.ns_logo img {
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ns_nav a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	border-bottom: 3px rgba(255,255,255,0.9) solid;
	height: 50px;
}
.ns_nav a:hover {
	border-bottom: 3px solid #09627c; 
}
.firstsection {
    width: 100%;
    height: 100vh;
    background-image: url(images/slide1.jpg);
    background-repeat: no-repeat;
	background-position: top center;
    background-attachment: fixed;
    transition: background 1s linear;
    position: relative;
	background-size: cover;
}
.secondsection {
    width: 95%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 75px 0px 75px 0px;
    text-align: center;
}
.secondsection h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 300;
    color: #0E0E0E;
}
.secondsection h2 {
    font-size: 25px;
    font-weight: 300;
    padding: 20px;
    color: #252525;
}
.loadwait {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #000000;
    z-index: 10;
}
.gustomenu {
	display: none;
}
.gustologo {
	margin: 0px auto;
	width: 200px;
	position: absolute;
	top: 2%;
	left: 2%;
	transform: translate(-2%, -2%);
	z-index: 10;
}
.gustologo img {
	width: 250px;
}
.maintagcontent {
	width: 90%;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.maintag {
	font-size: 30px;
	max-width: 1000px;
	text-align: left;
	color: #000000;
	font-weight: 600;
}
.maintag:after {
	content: "";
	display: block;
	width: 40%;
	margin-top: 10px;
	border-bottom: #09627c solid 5px;
}
.mainsubtag {
	font-size: 25px;
	max-width: 1000px;
	text-align: left;
	color: #000000;
	font-weight: 400;
	margin-top: 40px;
}
.mainbtn {
	font-size: 20px !important;
	padding: 10px;
	border: #09627c solid 2px;
	background: #09627c;
	margin-top: 40px;
	font-weight: 300;
	cursor: pointer;
	color: #ffffff;
	display: table;
}
.mainbtn:hover {
	background: #1b4a58;
}
.circlesection {
    width: 95%;
    max-width: 1000px;
    margin: 0px auto;
    margin-bottom: 75px;
}
.row {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
}
.row .content {
    position: relative;
    width: 80%;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 25px;
	
}
.row .content:last-of-type {
	margin: 0px auto;
    margin-bottom: 0px;
}
.content .content-overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    height: 99%;
    width: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}
.content:hover .content-overlay {
    opacity: 1;
}
.content-image {
    width: 100%;
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    width: 90%;
    top: 50%;
    left: 50%;
    opacity: 1;
}
.content-details h3 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
	font-size: 14px;
}
.content-details p {
    color: #fff;
    font-size: 11px;
}
.thirdsection {
    width: 100%;
    background: #09627c;
    padding: 50px 0px 50px 0px;
}
.ts_content {
    width: 95%;
    max-width: 1000px;
    margin: 0px auto;
	display: flex;
	flex-direction: column;
}
.jml_btn {
    width: 90%;
    max-width: 300px;
    padding: 20px;
    background: #262626;
    color: #EFEFEF;
    font-size: 18px;
    margin: 0px auto;
    text-align: center;
    cursor: pointer;
    transition: all 0.7s ease;
	margin-bottom: 10px;
}
.jml_btn:hover {
    background: #ffffff;
    color: #000000;
}
.jml_btn:last-of-type {
	margin-bottom: 0px;
}
.footer {
    width: 100%;
    background:#313131;
    padding: 50px 0px 50px 0px;
}
.ft_content {
    width: 95%;
    max-width: 1200px;
    margin: 0px auto;
	display: flex;
	flex-direction: column-reverse;
}

.ft_content .ft_col {
	width: 100%;
	color: #9B9B9B;
	font-size: 18px;
	font-weight: 300;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center !important;
	margin-bottom: 25px;
}

.ft_content .ft_col:last-of-type {
	margin-right: 0px;
	margin-bottom: 0px;
}

.ft_col a {
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	color: #9B9B9B;
	margin-right: 20px;
	font-weight: 400;
	padding: 0px;
}

.ft_col a:last-of-type {
	margin-right: 0px;
}

.ft_col a:hover {
	text-decoration: underline;
}
