/* General
=============================================*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gayathri:wght@100;400;700&display=swap');


	html,body{
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		text-align: left;
	}

	header, article, aside, footer{
		width: 100%;
		float: left;
	}

	header::after, 
	article::after, 
	aside::after, 
	footer::after{
		clear: both;
		content: "";
		display: block;
	}

	.pad-20{
		padding: 20px 0;
	}

	.pad-40{
		padding: 40px 0;
	}

	.pad-80{
		padding: 80px 0;
	}

	.logo{
 		max-width: 100%;
 		max-height: 100px;
	}

	.background-img{
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}


	.accordion {
  		background-color: #ddd;
  		color: #444;
  		cursor: pointer;
  		padding: 10px;
  		width: 100%;
  		border: none;
  		text-align: left;
  		outline: none;
  		font-size: 12px;
  		transition: 0.4s;
  		margin-bottom: 2px;
	}

	.active, .accordion:hover {
	  	background-color: #ccc;
	}
	
	.panel {
	 	padding: 0 18px;
	 	background-color: white;
	 	max-height: 0;
	 	overflow: hidden;
	 	transition: max-height 0.2s ease-out;
	 	font-size: 12px;
	 	text-align: left;
	}

	.panel p{
		padding: 8px 18px 0 18px;
	}

	.btn-group button {
  		background-color: #2b2726;
  		border: none;
  		color: #fff;
  		padding: 10px 24px;
  		cursor: pointer;
  		min-width: 100%;
  		margin-block: -2px;
  		font-size: 10px;
  		border-radius: 2px;
  		display: block;
	}

	.btn-group button:not(:last-child) {
  		border-bottom: none;
	}

	.btn-group button:hover {
	  background-color: #ccc;
	  color: #444;
	}

	.btn-group a{
		min-width: 100%;
	}


/* Menu
=============================================*/

	.nav{
	    float: right;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
		color: #2d2d2d;
		padding: 0px 0px;
		text-transform: uppercase;
		box-sizing: border-box;
	}

	.nav a{
	    text-decoration: none;
	    color: #888;
	    padding: .5rem 2rem;
	}

	.menu a{
		color: #fff;
		font-family: 'Nanum Gothic', sans-serif;
		font-size: 13px;
	}

	.menu a:hover{
		color: #ccc;
	}

	.menu a:current{
		color: #ccc;
	}

/* Fonts
=============================================*/

	h1{
		font-size: 3.5rem;
		margin-bottom: ;
		font-family: 'Philosopher', sans-serif;
		font-style: italic;
		text-align: center;
		color: #408a81;
	}

	h2{
		font-size: 1.8rem;
		margin: auto;
		padding: 30px;
		font-weight: 500;
		text-align: center;
		font-family: 'Gayathri', sans-serif;
		color: #28a697;
	}

	h3{
		font-size: 1rem;
		background: #ebebeb;
		display: block;
		padding: 20px;
		margin: auto;
	}

	h5{
		font-size: 1.8rem;

	}


	h1::after {
    display: block;
    content: "";
    width: 25%;
    margin: 20px auto;
    height: 2px;
}

	/* Links */

	a{
		color: rgba(0, 0, 0, 0.5);
		text-decoration: none;
	}

	a:hover{
		color: rgba(0, 0, 0, 0.3);
		text-decoration: none;
	}

	.footer a{
		color: #fff;	
	}

	.footer a:hover{
		color: #ccc;
	}

	.footer{
		background: #3b4441;
	}

	.white{
		color: #fff;
	}

	.gray{
		color: #888;
	}

	a.anchor{
		display: none;
	}

/* Sections
=============================================*/

	/* Menu */

	.topbar,
	footer{
		padding: 10px 0 0;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
	}

	.topbar p,
	footer p{
		margin-bottom: 14px;
	}

	.topbar .email,
	footer .email{
		margin-right: 0;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		color: #fff;
	}

	.topbar .number{
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
	}



	/*Banner*/

	.banner text{
		position: absolute;
	}

	/* Content */

	.cotent{
		text-align: center;
	}

	/*Features*/

	.feature-inner{
		background: #fff;
	}

	.feature-inner a{ 
		color: #2e2e2e;
		text-decoration: none; }

	.feature-inner a:hover{
		color: rgba(0, 0, 0, 0.5);
	}

	.feature img{
		max-width: 100%;
		width: auto;
		height: auto;
		vertical-align: middle;
		border: 0;
	}

	/*Forms*/

	.btn{
		background: #2b2726;
		border-radius: 2px;
		color: #fff;
	}

	.form-control::placeholder{
		color: ;
	}

	.form-control{
		color: #ddd;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 2px;
	}

	textarea.form-control{
		height: calc(5em + .75rem + 2px);
	}
	footer a{ color: #fff; }
	footer a:hover{ color: #fff; }


/* Modules
=============================================*/

	/* Gallery */

	.img-container{
		height: 250px;
		margin-bottom: 20px;
	}

	.img-container img{
		height: 100%;
		width: 100%;
		max-width: 100%;
		object-fit: cover;
	}

	.img-container img:hover{
		cursor: pointer;
	}

	/* Gallery Popup */

	.modal-dialog,
	.modal-content,
	.modal-body{
		width: 1000px;
		max-width: 90%;
		max-height: 90vh;
	}

	.modal img{
		height: 100%;
		width: 100%;
		max-width: 100%;
		object-fit: contain;
		object-position: 50% 50%;
	}

p.right-align-desktop{
	text-align: right;
}

nav button.open-menu,
nav button.close-menu{
	display: none;
}

@media screen and (max-width: 768px){

	h1, h2{
		font-size: 24pt;
	}

	.carousel-item{
		height: 180px;
	}

	p.right-align-desktop{
		text-align: left;
	}

	nav{
		position: fixed;
	  	background: transparent;
		top: 0;
	  	right: 0;
	  	left: 0;
	  	height: 34px;
	  	z-index: 900;
	}	

	nav .nav li a,
	nav .nav li a:hover,
	nav .nav li a:focus{
		color: #fff;
	}

	nav.closed ul.nav
	{
		display: none;
	}

	nav.open{
	  	z-index: 999;
	  	bottom: 0;
	  	height: 100vh;
	  	overflow-y: scroll;
	  	background: #ccc;
	}

	nav button{
		background: none;
		color: #fff;
		border: none;
		float: right;
		font-size: 20px;
	}

	nav button.open-menu,
	nav button.close-menu{
	  	display: block;
	}

	nav ul.nav{
		height: auto;
		position: relative;
		top: 40px;
		transform: none;
	}

	nav .nav li{
		width: 100%;
	}

	nav .nav li a{
	  	display: block;
	  	width: 100%;
	  	float: left;
	  	text-align: center;
	}

}