 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}

 /* FONT SETTINGS*/

h4 {
	font-family: "scriptorama-markdown-jf", sans-serif;
	font-weight: 400;
	font-style: normal;
}

p {
	font-family: "lorimer-no-2", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 28px;
}

h1 {
	font-family: "lorimer-no-2", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 70px;
	text-align: center;
}

h2 {
	font-family: "lorimer-no-2", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 55px;
	text-align: center;
}

h3 {
	font-family: "lorimer-no-2", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 42px;
	color: #c57171;
}

h5 {
	font-family: "lorimer-no-2", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 42px;
}

b{
	color: #c57171;
}
/*GENERAL*/
html {
	background-color: #f2f1e9;
}

.safespace {
	width: 1080px;
	margin: 0 auto;
}

.floatcorvee {
	clear: both;
}

.h1MoveToTheLeft {
	text-align: left;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #c57171;
}
/* HEADER / MENU */

#site_name {
	font-family: "lorimer-no-2", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	line-height: 80px;
	float: left;
	margin-left: 30px;
}


#site-navigation {
	width: 1080px;
	height: 80px;
	background-color: #fff;
	border-radius: 40px;
	margin: 80px 0px 40px 0px;
}

.menu-item a{
	float: right;
	font-family: "lorimer-no-2", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 40px;
	margin: 0px 30px 0px 30px;
	line-height: 80px;
}

.current-menu-item a {
	color: #c57171;
}

/*HOMEPAGE*/
#theGrandOpening {
	font-size: 89px;
}

.opening h2 {
	line-height: 80px;
}

.the_options {
	margin: 0 auto;
	margin-top: 60px;
}

.FP_polar {
	background-color: #fff;
	width: 310px;
	height: 411px;
	display: block;
	position: relative;
	float: left;
	margin: 0px 25px 0px 25px;
	transition: ease-in-out 100ms;
	
}

.FP_polar:hover{
	transform: scale(1.1);
	box-shadow: 10px 10px 20px #999893;
}

.FP_img_cont {
	width: 260px;
	height: 260px;
	overflow: hidden;
	margin-top: 25px;
	margin-left: 25px;
}

.FP_img_cont img{
	height: 100%;
}

.FP_polar h4{
	font-family: "scriptorama-markdown-jf", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	margin-top: 25px;
}

/*FREELANCE*/

.freelanceH1{
	margin-top: 50px;
}

#hiringCont {
	margin-top: 50px;
}

.singleHireCont{
	height: 50px;
	width: 50%;
	margin-bottom: 25px;
	transition: ease-in-out 100ms;
}

.singleHireCont:hover{
	margin-left: 50px;
}

#hiringCont a{
	display: block;
}

.arrow_freelance {
	width: 52px;
	float: left;
	margin: 0px 25px 20px 0px;
}

#theLegalMumboJumbo {
	margin-top: 25px;
}

#theLegalMumboJumbo h5{
	text-align: center;
	margin-bottom: 25px;
}

/*CONTACT / ABOUT ME*/

.theLeftInfo {
	float: left;
	width: 45%;
}

.theRightInfo h5{
	margin-top: 40px;
}

.theDivide {
 	float: left;
	width: 5px;
	border-radius: 5px;
	background-color: #9d9450;
	height: 60vh;
	margin-left: 25px;
}

.theRightInfo {
 	float: right;
	width: 45%;
}

#myOwnViewPort{
	width: 100%;
	height: 200px;
	border-radius: 25px;
	overflow: hidden;
	margin: 25px 0px 25px 0px;
}

#myOwnViewPort img{
	width: 100%;
}

/* PROJECTS PHOTOGRAPHY */


.containsTheStuff {
	margin: 0 auto;
}

.Project_polar {
	background-color: #fff;
	width: 310px;
	height: 411px;
	transition: ease-in-out 100ms;
	padding-top: 25px;
	display: block;
	
}

.Project_polar:hover{
	transform: scale(1.1);
	box-shadow: 10px 10px 20px #999893;
}

.Project_img_cont {
	width: 260px;
	height: 260px;
	overflow: hidden;
	margin-left: 25px;
	border: #999893;
  	border-style: solid;
	border-width: 1px;
}

.Project_img_cont img{
	height: 100%;
}

.Project_polar h4{
	font-family: "scriptorama-markdown-jf", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	margin-top: 35px;
}

.polar_right {
	transform: rotate(14deg);
	margin-left: 42%;
}

.polar_left {
	transform: rotate(-14deg);
	margin-left: 32%;
}

.LS{
	margin-left: 50%;
}

.StringCont {
	height: 100px;
	position: relative;
	z-index: -10;
}

.Strng {
	height: 500px;
	position: absolute;
	top: -80px;
}

.RS{
	margin-left: 40%;
}

/* SINGLE PROJECTS PHOTOGRAPHY*/

.arrow_back  {
	width: 52px;
	float: left;
	margin: 20px 40px 10px 0px;
	transition: ease-in-out 100ms;
}

.theTitleAndBack {
	height: 80px;
	position: relative;
}

.theTitleAndBack h3 {
	float: left;
	line-height: 80px;
}

.containsTheSingles p {
	width: 800px;
	margin-left: 90px;
	margin-bottom: 50px;
}

.arrow_back:hover{
	transform: scale(1.1);
}

.theGallery {
	position: relative;
	margin: 0 auto;
}

.SingleImgCont {
	width: 325px;
	height: 230px;
	border-radius: 25px;
	overflow: hidden;
	margin: 10px;
	float: left;
}

.SingleImgCont img{
	height: 100%;
}

.whenMobile {
	display: none;
}

@media screen and (max-width: 1080px) {
	.safespace {
		display: none;
	}

	.whenMobile {
		display: block;
		margin: 0 auto;
		width: 800px;
		padding-top: 150px;
	}

	.whenMobile h2 {
		margin-top: 80px;
	}

	.whiteBttn {
		width: 800px;
		height: 150px;
		margin-top: 80px;
		border-radius: 15px;
		background-color: #fff;
	}

	.whiteBttn h5 {
		text-align: center;
		font-size: 80px;
		line-height: 130px;
	}

	.MobileTitle {
		color: #c57171;
		font-size: 118px;
		margin-bottom: 80px;
	}
}