Body{
    background: white;
}
h1{
    position: absolute;
    color: red;
    z-index: 9999;
    text-align: center;
    right: 47%;
    top: 20%;
}

.content {
	max-width: 600px;
	margin: auto;
    text-align: center;
    
}
#container{
    width: 100%;
    height: 900px;
    border: 1px solid white;
    margin: 0 auto;
    position: relative;
}
#container>img{
    width: auto;
    height: auto;
    position: absolute;
}
#container>button{
    position: absolute;
}
#container>.btn{
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 25px;
    top: 300px;
    background: black;
    color: white;
    font-size: 20px;
}
#container>#btn1:hover{
    box-shadow: 10px 0px 20px white;
}
#container>#btn2:hover{
    box-shadow: -10px 0px 20px white;
}
#container>#btn2{
    position: relative;
    float: right;
    right: 50px;
}
#container>#btn1{
    position: relative;
    left: 50px;
}
.clear{
    clear: both;
}
#container>h1{
    color: white;
    position: absolute;
    z-index: 9999;
    font-size: 72px;
    text-align: center;
}
#contain{
    width: 80%;
    background: black;
    margin: auto;
    padding: 30px;
    padding-top: 200px;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
    border-radius: 10px;
}
.gallery>li{
    width: 377px;
    height: 248px;
    overflow: hidden;
    border-radius: 5%;
    border: 2px solid white;
    float: left;
    margin:14px 30px;
    position: relative;
    
}
.gallery li img
.gallery li span{
    border-radius: 5%;
}
.gallery li span{
    display: block;
    width: 377px;
    height: 248px;
    background-color: rgba(200,200,200,.5);
    position: absolute;
    top: 0;
    font-size: 24px;
    text-align: center;
    line-height: 248px;
    color: #333;
    text-shadow: 1px 1px 1px #ddd;
    opacity: 0;
    transition: 1s;
    transform: scale(10) rotate(0);
}
.gallery li a:hover span{
    opacity: 1;
    transform: scale(1) rotate(360deg);
}

/* overlay */
.overlay{
    width: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    top:0;
    left: 0;
    background: rgba(255,255,255,0);
    z-index: 9999;
    transition: 1s;
    text-align: center;
    padding: 35px;
}

.overlay:target{
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,.7);
    width: auto;
    height: auto;
    
}

.overlay img{
    max-height: 100%;
    max-width: 100%;
    box-shadow: 2px 2px 20px rgba(0,0,0,.8);
}

.overlay:target img{
    animation: membesar 1s;
}

.overlay .close{
    position: relative;
    top: 5px;
    left: 50%;
    margin-left: -10px;
    color: black;
    text-decoration: none;
    border: 1px solid black;
    padding: 2px;
    border-radius: 10%;
    opacity: 0;
    
}
.overlay button{
    overflow: hiden;
}
.overlay:target .close{
    animation: tombol .5s .5s forwards;
    
}
    
/*animation*/
@keyframes membesar{
    0%{
        transform: scale(0);
        opacity: 0;
    
    }
    
    100%{
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes tombol{
    0%{
        opacity: 0;
        transform: rotate(0) scale(0);
    }
    100%{
        opacity: 1;
        transform: rotate(360deg) scale(1);
        
    }
}

font-family: 'Kreon', serif;


#menu-icon {
	width: 30px;
	height: 26px;
	background: url(images/nav-icon.png) center;
	display: inline-block;
	margin: 50px 0 0 50px;
}
p {
	font-family: 'Raleway', serif;
	color: #2C2C2C;
	font-size: 140%;
	line-height: 180%;
	font-weight: 300;
    text-align: center;
}
address {
	font-family: 'Raleway', serif;
	color: #2C2C2C;
	font-size: 160%;
	line-height: 180%;
	text-align: center;
	font-weight: 300;
    font-style: normal;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}
.clear {
	clear: both;
	height: 3%;
}
.left-col {
	width: 60%;
	float: left;
	margin: 4% 0 4% 4%;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-size: 200%;
	font-weight: 700;
	color: white;
	text-align: center;
    text-decoration: underline;
}
.content {
	max-width: 600px;
	margin: auto;
    position: absolute;
    z-index: 9999;
}
.content img {
	text-align: center;
	max-width: 100%;
	height: auto;
    top: 50%;
	width: auto;
}
.content a{
    color: white;
    text-decoration: none;
    font-family: 'Kreon', serif;
}
.content a:hover{
    color : cadetblue;
}
.content p {
	color: #FFF;
    letter-spacing: 15px;
    font-family: 'Kreon', serif;
    text-align: center;
    
}
.inner {
	max-width: 600px;
	margin: auto;
	font-size: 170%;
	line-height: 1.6;
	padding: 10px;
}
.contact a {
	color: black;
	text-decoration: none;
}
.break {
	display: none;
}
.parallax {
	background: url("images/i.jpg") repeat fixed 1%;
	opacity: .5;
}
.parallax-inner {
	padding-top: 17%;
}

.second li {
	display: inline;
}
.second img{
    padding: 30px;
}
.second li a :hover {
	opacity: 0.7;
}
footer.second {
	background-color: #2C2C2C;
    list-style-type: none;
	text-align: center;
}
footer.second p {
	color: #FFF;
	text-align: center;
	padding: 5%;
}
footer.second address {
	color: white;
	text-align: center;
	padding: 5%;
}

/*-----responsive-------*/
@media screen and (max-width: 768px) {
	#menu-icon {
		margin: 26px 0 0 26px;
	}
	nav ul, nav:active ul {
		padding: 8px 0;
		left: 23px;
		top: 34px;
		width: 50%;
	}
	.inner {
		font-size: 120%;
	}
	.content h1 {
		font-size: 180%;
	}
	p {
		font-size: 120%;
	}
	h2 {
		font-size: 160%;
	}
	.left-col {
		width: 96%;
		margin: 0 0 3% 0;
		padding: 0 2%;
	}
	.sidebar {
		width: 96%;
		margin: 0 auto;
	}
	img {
		padding: 2%;
	}
	.one-third-port {
		width: 96%;
		margin: 0 auto;
		padding: 0;
	}
	.break {
		display: block;
	}
	.parallax {
		display: none;
	}
	.social img {
		font-size: 170%;
	}
    center{
        width: 100%;
    }
    h1{
        width: 60%;
    }
    

}
@media screen and (max-width: 768px){
    #container{
        height: 500px;
        border: none;
        
    }
    #container>.btn{
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 25px;
    top: 250px;
    background: black;
    color: white;
    font-size: 20px;
}
    
}
@media screen and (max-width: 300px){
    #container{
        height: 300px;
        border: none;