html {
	width: 100%;
}
footer {
	width: 100%;
	font-family: 'Alegreya', serif;
	background-color: #BF9A57;
}
body {
	font: 100%/1.4;
	font-family: 'Alegreya', serif;
	background-color: #F5F5E1;
	margin: 0;
	padding: 0;
	color: #000000;
}

a:link {color:#000000; text-decoration: none;}     
a:visited {color:#000000;  text-decoration: none;}
a:hover {color:#000000;  text-decoration: underline;}
a:active {color:#000000;  text-decoration: underline;}
img {border:"0"}

.main {max-width: 960px; text-align: left; padding-left: 40px; padding-right: 40px;}
.helenname {font-size:56px}
.subhead {font-size: 14px; padding-left: 5px; margin-top: -10px;}
.menuitems {font-size: 16px; margin-left: -35px; letter-spacing: 1px;}
#nav{
    list-style:none;
    font-weight:bold;
    margin-bottom:10px;
    float:left;
    z-index:5;
}
#nav li{
    float:left;
    margin-right:10px;
    position:relative;
}
#nav a{
    display:block;
    padding:5px;
    color:#000;
    background:#333;
    text-decoration:none;
	border-radius: 5px;
}
#nav a:hover{
    color:#000;
    background:#6b0c36;
    text-decoration:underline;
}

#nav ul{
    background:transparent;
    list-style:none;
    position:absolute;
    left:-9999px;
}
#nav ul li{
    padding-top:1px; 
    float:none;
}
#nav ul a{
    white-space:nowrap;
}
#nav li:hover ul{
    left:-40px;
}
#nav li:hover a{ 
    background:#ffffff;
    text-decoration:none;
	color: #000000;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px; 
}

#nav li:hover a.first{ 
    background:#ffffff;
    text-decoration:none;
	color: #000000;
	border-radius:5px;
}

#nav li:hover ul a{ 
    text-decoration:none;
	border-radius: 0px;
}
#nav li:hover ul li a:hover{ 
    text-decoration:none;
    background:#333;
	color: #ffffff;
	border-radius: 0px;
}

.mainarea {clear: both; padding-top: 20px; padding-left: 40px; padding-right: 40px; text-align: center;}

.footer {font-size: 10px; text-align: center;}

.abouth {font-size: 26px;}

.samples {font-size: 12px; float: left; width: 159px; text-align: center; padding-bottom: 20px;}
.samples a {text-align: center; text-decoration: none; color: #000000;}

.height32 {
	height: 32px;
}
.work {
}
.workinner {
	padding:16px;
	color: transparent;
	position: relative;
	transition: all 200ms;
}
.workinner:hover {
	color: #000000;
}
.workinnertext {
	position: absolute;
	text-align: center;
	font-size: 32px;
	width: 100%;
	left: 0;
	top: calc(50% - 16px);
	height: 0px;
	overflow: visible;
	font-weight: bold;
}
.workinnertext2 {
	position: absolute;
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	width: 100%;
	left: 0;
	top: calc(50% - 40px);
	height: 0px;
	overflow: visible;
	font-weight: bold;
}
.workinner img {
	width: 100%;
	transition: all 200ms;
}
.workinner img:hover {
	opacity: 0.2;
}
.helenfooter {
	background-color: #BF9A57;
}
.helenfooter .name {
	font-size: 32px;
	color: #4B0001;
	padding-top: 32px;
}
.helenfooter .email {
	font-size: 16px;
	color: #000000;
	padding-bottom: 8px;
}
.helenfooter .linkedin {
	padding-bottom: 32px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.worksub img {
	width: 100%;
	padding: 16px;
}


.imgrow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.imgcolumn {
  flex: 33%;
  max-width: 33%;
  padding: 0 16px;
}
.imgcolumnalt {
  flex: 50%;
  max-width: 50%;
  padding: 0 16px;
}

.imgcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .imgcolumn {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .imgcolumn {
    flex: 100%;
    max-width: 100%;
  }
.imgcolumnalt {
    flex: 100%;
    max-width: 100%;
  }
}
		.helenmenu {
			font-size: 20px;
			line-height: 62px;
			color: #000000;
			text-align: center;
			font-weight: bold;
		}