@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
/* style resset */

* {
	margin: 0;
	padding: 0;
	}
h1, h2, h3, h4, div, p, hr, blockquote, address, noscript {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}
table, textarea, input {
	font-size: 100%;
	}

ul, ol, dl, dt, dd {
	list-style: none;
	color: #FFFFFF;
	}

img  {
	border: none;
	/* [disabled]vertical-align: baseline; */
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	width: auto;
	}

em, strong {
	font-weight: bold;
	}

a {
	text-decoration: none;
	color: #FFFFFF;
	}
a:hover {
	}

body {
    font-family: 'Oswald', sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	background-image: none;
	
	height: 100%;
}
#nav {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #000;
	padding-top : 15px  ;
    padding-bottom : 15px  ;
	text-align: center;
	}
.logo {
	width: 134px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#works_wrapper {
	padding-top: 60px;
	padding-bottom: 40px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}



figure {
   
	position: relative;
	overflow: hidden;
	float: left;
    
}
figcaption {
	position: absolute;
	bottom: -80px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	padding-top: 15px;
	font-size: 10px;
	background-color: rgba(255,255,255,0.8);
    
	
}



figure:hover figcaption {
	bottom: 0;
	color: #333;
  
}
.width_1000 {
	width: 1000px;
	float: left;
    
}
.width_500 {
	width: 500px;
	float: center;
}
.width_500R {
	width: 500px;
	float: right;
}
.width_500center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.width_250 {
	width: 250px;
	float: left;
    
}
.width_200 {
	width: 200px;
	float: left;
}

.width_750 {
	width: 750px;
	float: left;
}

/*======================
         CONTACT
========================*/

.contact_wrap{
	
	width: 500px;
	text-align: left;
	padding: 25px;
	
		}
		
.form {
    display: block;
    margin-top: 0em;
}

.form-group {
	margin-bottom: 15px;
	margin-top: 20px;
}

#contactwrap label {
	color: #f2f2f2;
	margin-top: 10px;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

.form-control {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}


textarea.form-control {
    height: auto;
}


.btn-default {
	color: #FFF;
	background-color: #999;
	border-color: #ccc;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
	
#contact_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	font-size: 40px;
	font-weight: normal;
}
#insta_wrapper {
	padding-top: 60px;
	width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#insta_wrapper ul{
	list-style: none !important;
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}
#insta_wrapper ul img{
	list-style: none;
	float: left;
	height: 250px;
	width: 250px;
	
}
#web_wrapper {
	padding-top: 120px;
	width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#web_wrapper img{
	width: 800px;
	padding-bottom: 100px;
}
#insta_wrapper p {
	font-size: 12px;
	text-align: left;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 240px;
	padding-bottom: 100px;
	padding-left: 240px;	
}
#footer {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	color: #000;
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.pd_200 {
	padding-bottom: 200px;
}

.mg_30 {
	padding-bottom: 30px;
}
