﻿@charset "utf-8";
@import url("../webfonts/poiretone_regular/stylesheet.css");


*{
	margin:0;
	padding:0;
	list-style:none;
}
header, article, section, aside, nav, footer, figure, figcaption {
	display:block;
}
ol, ul {
	list-style: none;
}
img{
	border:0;
}
@charset "utf-8";
@font-face {
	font-family: "poiretone regular";
	src: url('../font/poiretone-regular-webfont.eot');
	src: url('../font/poiretone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/poiretone-regular-webfont.woff2') format('woff2'),
         url('../font/poiretone-regular-webfont.woff') format('woff'),
         url('../font/poiretone-regular-webfont.ttf') format('truetype'),
         url('../font/poiretone-regular-webfont.svg#poiret_oneregular') format('svg');
	font-weight: normal;
	font-style: normal;

}


h1{
	font-size: 2.25vw;
	font-family: "poiretone regular";
	color:rgb(100,83,148);
}

h2{
	font-size: 2vw;
	font-family: "poiretone regular";
	color:rgb(100,83,148);
}
h3{
	font-size: 1.625em;
	font-family: "poiretone regular";
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}
h4{
	font-size: 1.5em;
	font-family: "poiretone regular";
}
h5{
	font-size: 1.25em;
	font-family: "poiretone regular";
}
h6{
	font-size: 2.125em;
	font-family: "poiretone regular";
}
p{
	font-size: 1em;
	font-family: "poiretone regular";
	font-weight: bold;
	/*color: #645394;*/
	color:#fff;
}
a{
	text-decoration: none;
}
body{
	font-family: "poiretone regular";
	background-image: url(../images/tileforweb2.png);
	background-repeat: repeat;
	color: #fff;
	color: #9b1915;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container{

}
.container > header{
	position:relative;
	top:0;
	left:0;
	z-index:900;
	height:120px;
	width:100%;
	background:linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.8), rgba(100,83,148,.8));
	background: #fff; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.8), rgba(100,83,148,.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.8), rgba(100,83,148,.8));/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.8), rgba(100,83,148,.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.8), rgba(100,83,148,.8)); /* Standard syntax */

}
.container > header figure{
	position:relative;
	top:10px;
	left:6%;
	
}
.container > header h1{

	position: absolute;
	top:20px;
	right:8%;
	min-width:300px;
	height:60px;
	text-transform: uppercase;
	text-align: right;
	color:#fff;
}
.container > header h2{
	position: absolute;
	top:60px;
	right:8%;
	min-width:300px;
	height:60px;
	text-transform: lowercase;
	text-align: right;
	color:#fff;
}
.container > #main section{
	position: relative;
	text-align: center;
	top: 50px;
	left: 20%;
	width: 60%;
	background-color: rgba(186,157,99,0);
	margin-bottom: 20px;
	/*background-image:url(../images/displacement.png);
	background-repeat:no-repeat;
	background-position:center;*/
}
.mainnav{
	width:900px;
	margin: 0 auto;
	}
.mainnav ul {
	text-decoration: none;
	list-style-type: none;
	padding-left:20px;

}
.mainnav ul li {
	display:inline-block;
	padding-right: 16px;
}
.mainnav .navul a{
	width:155px;
	height:42px;
	color: #fff;
	display: block;
	padding: 10px 10px 0 5px;
	margin:40px 0 40px 0;
	font-family: "poiretone regular";
	-webkit-transition: color 0.7s;
	background-image: url(../images/navframehpur.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
} 
.mainnav .navul a:hover {
	color:#e2c78e;
	background-image:url(../images/navframe.png);
	background-repeat:no-repeat;
	text-decoration: none;
}
#main{
	width:86%;
	height:auto;
	margin:0 auto;
	padding-bottom:2%;
	background-color:rgba(255,255,255,.5);
}
#about, #poster, #webgal, #inspira, #photos, #photomangal, #indiproj, #stationery, #otwork, #linkuse{
	position: relative;
	text-align: center;
	top: 20px;
	left: 10%;
	width: 80%;
	padding-bottom: 20px;
	/*border: solid 8px #9b1915;*/
	max-height: 5000px;
	min-height:400px;
	background-color: rgba(100,83,148,0.6);
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 150px;
	/*background-image:url(../images/displacement.png);
	background-repeat:no-repeat;
	background-position:center;*/
}
#gallery{
	position: relative;
	text-align: center;
	top: 20px;
	left: 10%;
	width: 80%;
	padding-bottom: 40px;
	margin-bottom: 150px;
	/*border: solid 8px #9b1915;*/
	max-height: 4000px;
	min-height:400px;
	background-color: rgba(100,83,148,0.9);
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
#aboutme #abouttext, #aboutme h2{
	/*background-color: rgba(100,83,148,0.6);*/
	padding:10px 15%;
	width:180%;
	margin: 30px 40% 30px -40%;
	/*border: solid 3px #9b1915;*/
}
#abouttext p{
	color: #645394;
	font-size:2vw;
}


#about iframe {
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	max-width:504px; 
	max-height:283px;
}

/*#about p, #about h2, #about h3, #about form{
	padding-top: 10px;
	padding-bottom: 10px;
}*/

#linkuse img{
	max-width:100%;
	height:auto;
	border:solid 3px #645394;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	visibility: visible;
}
#linkuse a img:hover{
	max-width:100%;
	height:auto;
	border:solid 3px #e2c78e;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#linkuse h2{
	padding-bottom: 20px;
}
#linkuse p, #stationery p{
	padding: 10px 10px 25px 20px;
}
#forw a{
	width:155px;
	height:42px;
	color:#fff;
	display: inline-block;
	padding: 15px 10px 0 5px;
	margin:20px 5px 20px 5px;
	font-family: "poiretone regular";
	-webkit-transition: color 0.7s;
	background-image: url(../images/navframehpur.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: .65em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;

} 
#forw a:hover {
	color:#e2c78e; 
	background-image:url(../images/navframe.png);
	background-repeat:no-repeat;
	text-decoration: none;
}
#indiproj p, #photos p, #poster p, #photomangal p, #otwork p{
	padding: 10px 20px;
}
#gallery h2{
	padding-bottom:20px;
}
#gallery p{
	padding-bottom:20px;
}
#gallery p:last-child{
	padding-bottom:25px;	
}
#gallery a{
	

}
#gallery img{
	max-width:100%;
	height:auto;
	padding: 5px;
}
#pantone{
	position: absolute;
	top:60%;
	left:68%;
}

.navmenu{
	position:absolute;
	top:300px;
	left:10%;
}
.navmenu h3{
	font-family: "poiretone regular";
	color: rgb(100,83,148);

}
.navmenu  .buttonset button{
	border: none;
	background-image:url(../images/navframe.png);
	background-repeat:no-repeat;
	background: rgb(100,83,148); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(100,83,148,.9), rgba(186,157,99,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(100,83,148,.9), rgba(186,157,99,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(100,83,148,.9), rgba(186,157,99,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(100,83,148,.9), rgba(186,157,99,.8)); /* Standard syntax */
	color:#fff;
	font-family: "poiretone regular";
	font-size:1.2em;
	width:155px;
	height:52px;
	padding: 15px 32px;
	-webkit-transition: all 0.7s;
	text-align:center;
    text-decoration: none;
    display: inline-block;

}
.navmenu  .buttonset button:hover{
	background: #9b1915; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(155,25,21,.9), rgba(186,157,99,.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(155,25,21,.9), rgba(186,157,99,.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(155,25,21,.9), rgba(186,157,99,.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(155,25,21,.9), rgba(186,157,99,.8)); /* Standard syntax */
	color: #e2c78e;
	border:none;
}
.subbut {
	width:155px;
	height:42px;
	color: #e2c78e;
	display: block;
	padding: 10px 10px 0 5px;
	margin:10px 0;
	font-family: "poiretone regular";
	-webkit-transition: color 0.7s;
	background-image: url(../images/navframe.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
} 
.subbut:hover {
	color: #2b8a78; 
	background-image:url(../images/navframeh.png);
	background-repeat:no-repeat;
	text-decoration: none;
}
.socialnav {
	width:380px;
	height:75px;
	margin: 0 auto;
	}
.socialnav ul {
	text-decoration: none;
	list-style-type: none;
	padding-left:20px;

}
.socialnav ul li {
	display:inline-block;
	padding-right: 20px;
}
.socialnav a{
	width:90px;
	height:80px;
	color: #e2c78e;
	display: block;
	padding: 0 10px 0 5px;
	margin:40px 0 20px 0;
	font-family: "poiretone regular";
	-webkit-transition: color 0.7s;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
} 
.socialnav a:hover {
	color: #2b8a78; 
	text-decoration: none;
}

.container > footer{
	position: relative;
	width: 100%;
	height: 120px;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index:950;
	background:linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.8), rgba(100,83,148,.8));
	background: #fff; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.8), rgba(100,83,148,.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.8), rgba(100,83,148,.8));/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.8), rgba(100,83,148,.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.8), rgba(100,83,148,.8)); /* Standard syntax */
}
 .container > footer #copy{
	position: absolute;
	top:20px;
	right:8%;
}
 .container > footer p{
	font-size: 1.2em;
	padding-top:3px;
	color:#fff;
	font-family: "poiretone regular";
	text-align:right;
}
.welcome{
	background-color: rgba(186,157,99,0.6);
	width:180%;
	margin:0 40% 0 -40%;
	/*border: solid 3px #9b1915;
	padding:5px 0;*/	
}
label {
	text-align: left;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	clear: both;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
}
.label_two {
	clear: both;
	text-align: right;
	display: block;
	margin-top: 10px;
}
.inputs {
	display: block;
	margin: 10px auto;
	height: 25px;
	width: 99%;
	background-color: #fff;

}
.inputs_two {
	display: block;
	clear: both;
	height: 25px;
	width: 99%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
.inputs_three {
	text-align: left;
	display: block;
	height: 60px;
	width: 99%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
/*#leftname {
	float: left;
}
#right {
	float: right;

}*/
#submit {
	font-family: "poiretone regular";
	font-size: 18px;
	font-weight: bold;
	color: rgb(100,83,148);
	text-align: center;
	display: block;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 25px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	background-color: #fff;
}
#submit:hover {
	background-color: rgba(100,83,148,.8);
	color:#fff;
}
.postersimg {
	background-color: #fff;
	margin: 5px;
	padding: 5px;
	border: 3px solid #645394;
}
#slider {
	height: 90%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: -30px;
}
#about #danejg p{
	font-size: 1.4em;
	font-family: "poiretone regular";
	font-weight: bold;
	color: #fff;
}
#gallery p a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;



	box-shadow:3px 3px 3px #ba9d63;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 500ms ease-in-out;
}
/* Portfolio */
.workexample{
	width:100%;
	height:auto;
	background-color:#9b1915;
	border-radius:20px;
}
.worktitle{
	max-width:500px;
	margin:5px auto;

}
.workexample img{
	position:relative;
	display: inline-block;
	width:100%;
	max-width:500px;
	height:auto;
	margin: 5px auto;
}
.worktitle p, .worktitle h3{
	padding:10px 5px;
	text-align:center;
	color:#e2c78e;
	font-size:1.5em;
}
.workexample a img:hover{
	opacity:.5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

