* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font: normal 16px sans-serif;
	color: #555;
}
ul,
nav {
	list-style: none;


}

h3 {
	padding-bottom: 20px;
	padding-top: 10px;
	color: #000;
}
a {
	text-decoration: none;
	opacity: 0.75;
	color: #fff;
	cursor: pointer;
}

p {
	font-size: 25px;
	line-height: 1.75em;
}

.logo {
    height: 80px;
    width: 80px;
}

.logo img {
    width: 100%;
}

 nav {
    list-style: none;
    background-color: #000;
	display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 10vh;
    background-color: #000;
	font-family: 'Poppins', sans-serif;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    width: 70%;
	align-items: center;
}

.nav-links a {
    color: rgb(226, 226, 226);
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 16px;
	color: #FFD700;

}

.burger div {
    width: 25px;
    height: 3px;
    background-color: rgb(226, 226, 226);
    margin: 5px;
    transition: all 0.3s ease;
}

.burger {
    display: none;
}

a hover {
	opacity: 1;
}

a.btn {
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-color: #3f51b5;
	opacity: 1;
}

section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 80px;
	
}

section not(.hero):nth-child(even) {
	background-color: #fff;
}

section.container {
	background-color: #efefef;
    background-image: url('../img/white_texture.jpg');
}

/*Hero Styles */

.hero {
	position: relative;
	justify-content: center;
	text-align: center;
	min-height: 75vh;
	color: #fff;
}

.hero .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;

	background-color: #80a3db;

}

.hamburger-menu {
    width: 35px;
    height: 30px;
    position: fixed;
    top: 40px;
    right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;

}
/* Header Styles */
header {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 100px 0;
	animation: 1s fadein 0.5s forwards;
	opacity: 0;
	color: #fff;

}

@keyframes fadein {
	100% {
		opacity: 1;
	}
}

header h2 {
	font-family: "Quicksand", sans-serif;
}

header nav {
	display: flex;
	margin-right: 15px;
}

header nav li {
	margin: 0 15px;
}

@media (max-width: 800px) {
	header {
		padding: 20px 50px;
		flex-direction: column;
	}
	header h2 {
		margin-bottom: 15px;
	}
}



.hero h1 {
	font: bold 60px "Open Sans", sans-serif;
	margin-bottom: 40px;
	color: #000;
}

.hero h3 {
	font: normal 28px "Open Sans", sans-serif;
	margin-bottom: 40px;
	color: #000;
}
.hero a.btn {
	padding: 20px 46px;
}

.hero-content-area {
	opacity: 0;
	margin-top: 100px;
	animation: 1s slidefade 1s forwards;
}

@keyframes slidefade {
	100% {
		opacity: 1;
		margin: 0;
	}
}

@media (max-width: 800px) {
	.hero {
		min-height: 600px;
	}
	.hero h1 {
		font-size: 48px;
	}
	.hero h3 {
		font-size: 24px;
	}
	.hero a.btn {
		padding: 15px 40px;
	}
}

.box {
	background: #fff;
	border-radius: 6px;
	margin: 0 0 2em 0;
	padding: 3em;
	width: 800px;
}

@media (max-width: 800px) {
	.box {
		max-width: 600px;
	}
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .section-heading {
        margin: 50px;
    }
    .nav-links {
        position: absolute;
        right: 0px;
        height: 92vh;
        top: 8vh;
        background-color: #5d4954;
        z-index: 100;
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translateX(100%);

    }
    div.polaroid {
        width: 45%;
    }

    .galleryName {
        font-size: 15px;
    }

    .nav-links li {
        opacity: 0;
    }
    .burger {
        display: block;
        cursor: pointer;
    }
    .main {
        display: grid;
         grid-template-columns: 1fr ;
         margin: 0px;
    
      }
      .section-heading {
        font-size: 5rem;
        margin: 0px;
        padding: 0px;
    }
    .title {
        text-align: center;
        padding-bottom: 20px;
        margin: 0px;
        font-size: 5rem;
        color: #fff;
        text-shadow: 0.3rem 0.3rem 0.5rem #555;
        background: url(../img/purpback.jpg) center no-repeat;
    
    }
    
    
}

.nav-active {
    transform: translateX(0%);
    transition: transform 0.5s ease-in;
    
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2 {
    opacity: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px,-6px);
}


@media (max-width: 600px) {
	.box {
		max-width: 450px;
	}

}

.box:hover {
	box-shadow: 0 0 11px #ff69b4;
}

/*Footer Section */

footer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #301934;
	color: #fff;
	padding: 20px 0;
}

footer ul {
	display: flex;
}

footer ul li {
	margin-left: 16px;
}

footer p {
	text-transform: uppercase;
	font-size: 14px;
	opacity: 0.6;
	align-self: center;
}

@media (max-width: 1100px) {
	footer {
		flex-direction: column;
	}
	footer p {
		text-align: center;
		margin-bottom: 20px;
	}
	footer ul li {
		margin: 0 8px;
	}
}


.banner {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/aboutus.jpg) center no-repeat;
    background-size: cover;
}

.location {
	text-align: left;
	margin-left: 0;
}
