@charset "utf-8";


body{
	background-color: black;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1.3s ease-in forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}



#container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
	min-width: 360px;
}


header{
	background-color: black;
	position: relative;
	height: 50px;

}

header img{
	width: 50px;
	float: left;
}

.contact-button img{
	float:right;
	margin-right: 20px;
	margin-top: 5px;
	width: 40px;
}



a {
	color: white;
}

a:hover{
	color: gold;
}

h1{
	text-align: center;
	color: white;
	margin-bottom: 0.5em;
	font-size: 2em;
	letter-spacing: 0.1em;
	font-family: "acier-bat-noir", sans-serif;
	font-weight: 500;
}

h2{
	font-family: "acier-bat-solid", sans-serif;
}

p{
	margin-left: 10%;
	margin-right: 10%;
	line-height: 2em;
	color: white;
	font-size: 1.2em;
	font-family: "Nanum Myeongjo", serif;
}

section.one {

	height: 356px;
	width: 100%;
	background-color: white;
    background-image: url("../images/IMG_9935.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

section.one h2{
	font-size:3em;
	text-align:left;
	color: black;
	width: 300px;
	font-weight: 400;
}

.highlight {
  color: #DE0003;

  font-family: "acier-bat-noir", sans-serif;
}




section.two{
	padding-top: 20px;
	background-color: black;
	padding-bottom: 20px;
	width: 100%;
}

section.three{
	padding-top: 20px;
	background-color: black;
	width: 100%;
	padding-bottom: 10px;
}


section.four{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	margin: auto;
}

section.four h1{
		font-size: 2.3em;
		line-height: 1.5em;
		letter-spacing: .3em;
	}


#box-container{
	width: 100%;
	position:relative;
	overflow: hidden;
	margin:auto;
	max-width: 600px;

}

.box{
	width: 25%;
	float: left;
	transition: opacity .4s ease;
	max-width: 300px;
	opacity: 60%;
}



.box img {
	width: 100%;
}

.overlay {
	z-index: 99;
	position: absolute;
	inset: 0;
	background-color: rgba(0 0 0 .9);
	display:flex;
	justify-content: center;
	align-items: center;
	
	font-size: 2rem;
	letter-spacing: 1px;
	
	transition: opacity .5s ease;
}

#box-container:hover .overlay {
	opacity: 1;
}
#box-container:hover .box{
	opacity: 60%;
}


/*MEDIA QUERIES*/




@media  (min-width: 450px){
	section.one {
	height: 370px;
    background-size: 90%;
}
	
}
	

@media  (min-width: 550px){
	
	section.one {
	height: 450px;
    background-size: 85%;
}
	
	.box{
		width: 50%;
	
		height:  350px;
	}
	
}


@media  (min-width: 650px){
	
	section.one {
	height: 440px;
    background-size: 75%;
}
	
	section.one h2{
	font-size: 3em;
	width: 230px;
	float: right;
	margin-top: 200px;
	margin-right:1%;
}


}

@media  (min-width: 750px){
	
	section.one {
	height: 500px;
    background-size: 70%;
}
	
		section.one h2{
	font-size: 3.8em;
	width: 300px;
	margin-top: 200px;
	margin-right:2%;
}

	p{
		font-size: 1.em;
	}
	
	section.one h1{
		float: right;
	}
	
}

@media  (min-width: 850px){
	
	section.one {
	height: 510px;
    background-size: 65%;
}
	
	section.one h2{
	font-size: 4.5em;
	width: 300px;
	margin-top: 150px;
	margin-right:2.5%;
}

	p{
		font-size: 1.3em;
	}
	
		section.four h1{
		font-size: 2.2em;
		line-height: 2em;
		letter-spacing: .3em;
	}
	
}

@media  (min-width: 950px){
	
	section.one {
	height: 600px;
    background-size: 65%;
}
	
	section.one h2{
	font-size: 5em;
	width: 300px;
	margin-top: 150px;
	margin-right:2.5%;
}

	
}

@media  (min-width: 1050px){
	
	section.one {
	height: 555px;
    background-size: 55%;
}

	.overlay {
		opacity: 0;
	}
	
	.box{
	opacity: 1;
}
	
	
}

@media  (min-width: 1150px){
	
	header{
		height: 75px;
	}
	
	header img{
	width: 75px;
	}
	
	.contact-button img{

	width: 55px;
		margin-right: 30px;
}
		
	section.one {
	height: 595px;
    background-size: 55%;
}
	section.one h2{
	font-size: 6em;
	width: 600px;
	float: right;
	margin-top: 100px;
	margin-right:3%;
}
	
	
	section.two {
	width: 50%;
	padding-top: 40px;
	float: left
	
}
	
	section.three {
	padding-top: 40px;
	width: 50%;
		float: left;
	
}
	section.four{
		float:left;
		width: 50%;
		margin-top: -300px;
	}
	
	section.four h1{
		font-size: 2.5em;
		line-height: 2em;
		letter-spacing: .3em;
	}
	
}


@media  (min-width: 1150px){
	
	
	section.one {
		height: 630px;}
	
}
