/* Goolge Fonts */
@import url('https://fonts.googleapis.com/css2?family=Verdana'); 
@import url('https://fonts.googleapis.com/css2?family=Sorts Mill Goudy'); 




/* ===== Global ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.active {
    color: #fc036b;
    text-decoration: underline;
    font-weight: bold;
}
body , html {
    overflow-x: hidden;
}

/* Navbar */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    color: white;
	color: white; font-family: Verdana, Helvetica, sans-serif; font-size: small; font-weight: bold
}
.nav-links {
    display: flex;
    align-items: center;
	
}
.nav-links li {
    margin: 0 30px;
	
}

header {
    width: 100vw;
    height: 80vh;
	   margin-top: 80px;

    background-image: url('./ncg1/img/main-page-up.jpg');
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
	 background-color: white;
	 

}
.header-content {
    margin-bottom: 0px;
    color: white;
    text-align: center;
	 color: #04048A;
	



}



.header-content h3 {
    color: #06069C;
}
.line {
    width: 400px;
    height: 2px;
    background: #023D1F;
    margin: 10px auto;
    border-radius: 5px;
}


.linewhite {
    width: 400px;
    height: 5px;
    background: white;
    margin: 10px auto;
    border-radius: 5px;
}


.line1 {
    width: 200px;
    height: 2px;
    background: #023D1F;
    margin: 10px auto;
    border-radius: 5px;
}
.header-content h1 {
    font-size: 7vmin;
    margin-top: 5px;
    margin-bottom: 5px;
	 color: ##06069C;
}
.ctn {
    padding: 8px 15px;
    background: #047D40;
    border-radius: 30px;
    color: white; font-family: Verdana, Helvetica, sans-serif; font-size: small; font-weight: bold
}
	





	

.menu-btn,.close-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    cursor: pointer;
    display: none;

}
/* Events */
section {
    width: 80%;
    margin: 10px auto;

}
.title {
    text-align: center;
	 font-size: 5vmin;
    color: #023D1F;
	font-weight: bold;
	font-family: Sorts Mill Goudy, Georgia, Garamond,  serif;
}

.subtitle {
    text-align: center;
	font-size: 5vmin; font-weight: normal; font-style: italic;
    color: #023D1F;
	font-family: Sorts Mill Goudy, Georgia, Garamond, serif;
}

 


.row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.row .col  {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.events .row {
    margin-top: 10px;
}
h4 {
   
    color: #023D1F;
    margin: 20px auto;
	 font-size: 4vmin;
	 font-family: Sorts Mill Goudy, Georgia, Garamond,  serif;
}

h2 {
   font-size: 3vmin;
    color: #023D1F;
	font-family: Sorts Mill Goudy, Georgia, Garamond,  serif;
    
}


p {
    color: grey;
    padding: 0px 80px;
	  text-align: center;
}
.events .ctn {
    margin-top: 30px;
}


/* Choose */


choose {
	  width: 100vw;
   background: #990000;
    margin: 40px auto;

     margin-left: 0px;
}

.content-col {
    width: 40%;
		  margin-left: 1px;

}
.image-col {
    width: 60%;
			  margin-left: 0px;
}

.image-gallery img {
    margin-left: 20px;
	max-width: 300px;
    margin: 10px;
	
}
.content-col h2{
    font-size: 5vmin;
    color: #023D1F;
	  margin-left: 1px;
	  font-family: Sorts Mill Goudy, Georgia, Garamond,  serif;
}
.content-col .line {
    margin-left: 1px;
}
.content-col p {
    padding: 0;
    margin: 30px auto;
		  margin-left: 1px;
}
.content-col .ctn {
  margin-left: 1px;
}


.footer {
    width: 100%;
    min-height: 100px;
    padding: 20px 80px;
    margin: 0;
    background: #047D40;
    text-align: center;
}
.footer p {
    color: white;
    margin: 20px auto;
}

.return  {
   
	    text-align: center;
   
	
}



/* Mobile device */
@media only screen and (max-width:850px){
    .menu-btn {
        display: block;
    }
    .navbar {
        padding: 0;
    }
    .logo {
        position: absolute;
        top: 30px;
        left: 30px;
    }
    .nav-links {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background: white;
        margin-top: -900px;
        transition: all 0.5s ease;
	
    }
    .mobile-menu {
        margin-top: 0px;
        border-bottom-right-radius: 30%;
    }
    .nav-links li {
        margin: 30px auto;
    }
    /* Events */
    .row {
        flex-direction: column;
    }
    .row .col {
        margin: 20px auto;
    }
    .col img {
        max-width: 90%;
    }
    /* explore */
    .explore-content {
        width: 100%;
    }
    .tours .col {
        width: 100%;
    }
    .image-gallery {
        justify-content: center;
        align-items: center;
    }
    .image-gallery img {
        width: 90%;
    }
    .footer {
        padding: 10px;
    }
}

/* Animations */

.ctn:hover {
    background: whitesmoke;
    color: #fc036b;
    box-shadow: 2px 2px 5px #00000056;
}
li:hover {
    color: #fc036b;
    cursor: pointer;
}

.ctn1:hover {
    background: whitesmoke;
    color: #fc036b;
    box-shadow: 2px 2px 5px #00000056;
}
li:hover {
    color: #fc036b;
    cursor: pointer;
}