body {
	margin: 0;
	background-image: url("images/bg.jpg");
	background-position: right top;
    background-attachment: fixed;
 	/*overflow: hidden;*/
}

header {
	width: 100%;
	height: 20mm;
	position: fixed;
	margin: 0 auto;
	top: 20px;
	z-index: 100;
	background-color: white;
	font-family: 'Alegreya Sans SC', sans-serif;
}

header h1 {
	font-size: 22pt;
	float: left;
	font-weight: 300;
	margin: .65em 0 .4em 5%;
}

header h1 a {
	color: black;
	text-decoration: none;
	transition: color .2s ease;
}

header h1 a:hover, header h1 a:focus {
	color: red;
}

/*nav menu*/
#nav_menu ul {
	float: right;
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 23px;
	bottom: 0;
	margin: 0 4% auto 0;
	height: 1em;
}

#nav_menu ul li {
	float: left;
	font-size: 19pt;
	/*line-height: 0.6em;*/
}

#nav_menu ul li a {
	float: left;
	font-size: 18pt;
	display: block;
	text-decoration: none;
	color: black;
	padding: 0 .7em;
	transition: color .2s ease;
}

#nav_menu ul li a:hover, #nav_menu ul li a:focus {
	color: red;
}

/*page positioning */
.page {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

a[name] {
	position: absolute;
	left: 0;
	top: -30mm;
	/* border-bottom: 3px solid purple; */
	width: 300px;
	height: 5px;
}

#frontpage {
	height: 1000px;
}

/*CONTENT FORMATING*/
/*about*/

#blockabout {
	width: 90%;
	background-color: white;
	height: auto;
	top: 50mm;
	padding: 5%;
  padding-top: 6%;

	font-family: 'Poppins', sans-serif;
	font-size: 13.5px;
	line-height: 2em;
	color: black;
}
#blockabout>p {
	float: left;
  clear: both;
	width: 40%;
	margin-right: 10%;
}
#blockabout>p::first-letter {
  font-size: 400%;
  color: red;
  margin: 0;
  line-height: 0.25em;
}
#blockabout a {
	color: red;
	text-decoration: none;
	transition: color .2s ease;
}
#blockabout a:hover, #blockabout a:focus {
	color: black;
}
#blockabout>img {
	border-radius: 30px;
}

#aboutmedia {
  margin-top: 4em;
}

.icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  stroke-width: 0;
  stroke: black;
  fill: black;
  margin-right: 15px;
  transition: fill .2s ease;
}

.icon:hover, .icon:active {
	fill: red;
}

/*WORK*/

h2 {
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 35px;

}
.fatitle {
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 18px;
  margin: 0;
}
.fadescript {
  margin: 0;
  margin-bottom: 15px;
  margin-top: 3px;
  font-size: 12px;
}

#blockwork {
	width: 90%;
	background-color: white;
	height: auto;
	top: 50mm;
	padding: 5%;
	padding-top: 50px;
	padding-bottom: 6em;

	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.5em
	color: black;
}

.galimg {
	display: inline-block;
	position: relative;
	text-align:center;
	height: 100%;

}

.full {
	width: 99%;
}
.half {
	width: 49%;
}
.third {
	width: 32.3%;
}

.galimg>img { width:100%; 
	height: auto;
	margin-bottom: 0;
}

.galimg.vertical>img {
	height: 100%;
	width:auto;
}

.galwrapper {
	width: 100%;
}

/*FOOTER*/
footer {
	width: 90%;
	height: 63mm;
	position: relative;
	margin-left: 0;
	margin-top: 45mm;
	margin-bottom: 0;
	padding: 5%;
	padding-bottom: 25mm;
	background-color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.5em
	color: black;
}


#email_ftr {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	float: left;
	clear: both;
	margin-right: 5em;
    margin-top: 2.2em; 
    margin-left: 7em;
	line-height: 3em;
	background-color: white;
}
#footermedia {
	/* margin-top: 2em; */
}

#copyrightlineftr {
	float: left;
	clear: right;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 22px;
  margin-right: 3em;
/*  margin-top: 2.3em; */
}

#mecredit {
	float: left;
	margin-top: 1.8em;

}
#copycreditline {

	background-color: white;
}


footer p a {
  color: red;
  text-decoration: none;
}

footer img {
	width: 85%;
	display: block;
	margin-left: auto;
    margin-right: auto;
	
	
	
}
