@font-face {
	font-family: 'code1';
	src:url('../fonts/montserrat/Montserrat-Regular.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'code2';
	src:url('../fonts/montserrat/Montserrat-Light.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'code3';
	src:url('../fonts/gotham/Gotham-Book.otf');
	src:url('../fonts/gotham/Gotham-Book.ttf');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'code3'!important;
	margin: 0;
	padding: 0;
	width: 100%;
    height: 100%;
}

#filter {
	margin: 70px;
	padding:0;
}


#filter li, #filter a {
	float: left; 
	padding: 5px;
	margin:0;
}

#filter li a.max{
}

#filter li a{
	width: 250px;
}

#utama{
	background-image: url('../images/cover-depan22.jpg');
    height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;

	padding-bottom: 100px;
	
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
}

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/cover-depan2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
	letter-spacing: 7px;
}

span.open{
	letter-spacing: 10px;
	font-size: 14px;
	border-style: solid;
	padding: 12px;
}

#about{
	color: black;
	letter-spacing: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.9;
	font-weight: bold;
	background-color: #efefef;
	margin-top: 70px;
	padding-top: 30px;
	padding-bottom: 50px;
}

#grid {
	width: 100%;
	clear: both; 
	position: relative;
}

.item {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px;  
}


#container{
	width: 960px;
	position: relative;
	color: black;
	letter-spacing: 8px;
	text-align: center;
	font-size: 12px;
	line-height: 1.9;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
}

#getintouch{
	color: black;
	letter-spacing: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.9;
	font-weight: bold;
	padding-top: 30px;
}

.title{
	font-family: 'code1';
	font-size: 19px;
	letter-spacing: 8px;
}

table.message{
	font-family: 'code2';
	width: 60%;
}

table.message2{
	width: 80%;
	display: none;
}

table.insta2{
	display: none;
}

div.portb{
	display: none;
}

.inputText{
	padding: 10px;
	font-family: 'code2';
	font-size: 12px;
	letter-spacing: 8px;
	font-weight: bold;
	width: 100%;
	border-color: black;
	border-width: 2px;

}

img.a {
	position: relative;
	left: 0;
	top: 0;
    z-index: 10;
	max-width: 100%;
	}
	
img.b {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	}

.submitM{
	border-color: black;
	width: 100%;
	background-color: white;
	padding: 10px;
	font-family: 'code1';
	font-size: 14px;
	letter-spacing: 8px;
	font-weight: bold;
}

.submitM:hover{
	background-color: #252525;
	color: white;
	cursor: pointer;
}

.name1{
	font-family: 'code1';
	font-size: 8px;
}

input.port{
	border-style: solid;
	background-color: white;
	border-color: black;
	width: 100%;
	padding: 20px;
	font-family: 'code1';
	font-size: 14px;
	letter-spacing: 8px;
	font-weight: bold;
	text-align: center
}

input.port:hover{
	background-color: #252525;
	color: white;
	cursor: pointer;
}

input.port:active{
	background-color: #fff;
}

img.corps{
	padding: 10px;
}

#footer{
	background-color: #efefef;
	color: black;
	letter-spacing: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.9;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;
}

div.fadehover {
	position: relative;
	}
	
#corps, #pers, #photog{
	display: none;
}



::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}

.imgFooter {
    height:auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.imgFooter:hover {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

@media(max-width: 800px){

div.porta{
		display: none;
	}
	
	div.portb{
		display: block;
	}
	
	table.message{
		display: none;
	}
	
	table.message2{
		display: block;
	}
	
	table.insta1{
		display: none;
	}
	
	table.insta2{
		display: block;
	}
	
	#filter li, #filter a {
		float: none; 
		padding-bottom: 10px;
	}
	
	.item {
		float: none; 
	}
	
	#filter {
	list-style-type: none; 
	margin: auto;
	padding:0;
	}

	#container{
		width: 80%;
	}



@media(max-width:600px){
	
	#utama{
		height: auto;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding-bottom: -100px;
		margin-top: 0;
	}
	body{
		font-size: 11px;
	}
	span.open{
		font-size: 11px;
		letter-spacing: 5px;
		border-style: solid;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	p.name1{
		font-size: 28px;
	}
	
	
	
	#about{
		font-size: 10px;
	}
	table.insta1{
		display: none;
	}
	
#filter li, #filter a {
	float: none; 
	}
	
}

@media(max-width:400px){

	span.open{
		font-size: 6px;
		letter-spacing: 3px;
		border-style: solid;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 8px;
		padding-right: 8px;
		border-width: 1px;
	}
	.inputText{
		padding: 5px;
		font-family: 'code2';
		font-size: 9px;
		letter-spacing: 4px;
		font-weight: bold;
		width: 100%;
		border-color: black;
		border-width: 1px;
	}
	
	p.name1{
		font-size: 15px;
	}
	#filter li, #filter a {
	float: none; 
	}
}


