/* SECTION-1 */

#section-1 h1{
	font-size: 60px;
	color: #231f20;
}

#section-1 h1 .welcome-spn{
	font-size: 45px;
}

#section-1 h1 .location1-spn{
	font-size: 56px;
}

#section-1 h1 .location2-spn{
	font-size: 53px;
}

#section-1 .s2 img{
	width: 87%;
	border-radius: 40px;
}

#section-1 a{
	text-decoration: none;
	font-size: 18px;
	color: #231f20;
	margin-bottom: 10px;
}

#section-1 #get-date{
	width: fit-content;
	font-weight: bold;
	color: #231f20;
	border: solid 1px #231f20;
	border-radius: 15px;
	font-size: 24px;
	text-wrap-mode: nowrap;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
}

#section-1 #get-date:hover{
	background-color: #231f20;
	color: white;
}

#section-1 #get-date img{
	width: 40px;
}

#section-1 .logo{
	width: 500px;
}

#section-1 .link-instagram, #section-1 .location1-spn{
	color: #E9C664;
}

@media (max-width: 545px) {
	#section-1 h1 {
	    line-height: 45px;
	}

    #section-1 .logo{
		width: 360px;
	}

	#section-1 h1 .welcome-spn{
		font-size: 35px;
	}

	#section-1 h1 .location1-spn, #section-1 h1 .location2-spn{
		font-size: 43px;
	}

	#section-1 .s2{
		padding-left: 0;
		padding-right: 0;
	}

	#section-1 .s2 img{
		width: 100%;
	}
}

/* SECTION-2 */

#section-2{
	padding-top: 130px;
	padding-bottom: 130px;
	background-color: #E9C664;
}

#section-2 h2{
	font-size: 70px;
	font-weight: bold;
}

@media (max-width: 545px) {
	#section-2 h2{
		font-size: 43px;
	}
}

/* SECTION-6 */

#section-6{
	position: relative;
	padding-top: 130px;
	padding-bottom: 130px;
	background-color: #231f20;
	color: white;
	background: linear-gradient(to bottom, #231f20 50%, #E9C664 50%);
}

#section-6 h2{
	font-size: 70px;
	font-weight: bold;
}

#section-6 .img-job{
	transition: 0.5s;
	position: relative;
}

#section-6 .img-job img{
	border-radius: 43px;
}

#section-6 .img-job .bcjob{
	position: absolute;
	bottom: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: flex-end;
	border-radius: 0px 0px 43px 43px;
	padding: 20px;
	width: 100%;
}

#section-6 .img-job .bcjob figcaption{
	color: white;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
}

#section-6 .img-job .bcjob a{
	font-size: 25px;
    position: absolute;
    top: -17px;
    text-align: center;
    width: 100%;
    left: 0;
    color: #E9C664;
}

#section-6 .img-job .bcjob a:hover{
    color: white;
}

#section-6 .btn{
	font-weight: bold;
	background-color: #231f20;
	color: white;
	padding: 10px 15px;
	width: fit-content;
	font-size: 22px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
}

#section-6 .btn:hover{
	background-color: white;
	color: #231f20;
}

@media (max-width: 545px) {
	#section-6 h2{
		font-size: 43px;
	}
}

/* SECTION-7 */

#section-7{
	padding-top: 130px;
	padding-bottom: 130px;
}

#section-7 h2{
	font-size: 70px;
	font-weight: bold;
}

#section-7 form label:not(.check-form){
	display: none;
}

#section-7 form input, #section-7 form textarea{
	font-size: 18px;
}

#section-7 input[type=submit]{
	font-weight: bold;
	background-color: #E9C664;
	color: #231f20;
	padding: 10px 15px;
	width: fit-content;
	font-size: 18px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
}

#section-7 input[type=submit]:hover{
	background-color: #231f20;
	color: #E9C664;
}

@media (max-width: 545px) {
	#section-7 h2{
		font-size: 43px;
	}

	#section-7 h2 img{
		width: 70px;
	}
}

/* SECTION-IMAGE-VISIBILITY */

#section-image-visibility{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10;
	display: none;
	justify-content: center;
	align-items: center;
}

#section-image-visibility img{
	border-radius: 43px;
}

#section-image-visibility .close{
	color: white;
	position: absolute;
	top: 30px;
    right: 55px;
    font-size: 90px;
}
