/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}
/* End of Meyer Reset CSS */

img {
	max-width: 100%; /*makes images scale with flexible grids*/
	display: block; /*removes tiny space added in some browsers below images */
}

html,body {

}

html {
  scroll-behavior: smooth;
}

/* Text Styles start */

p {
	font-family:  'helvetica', sans-serif;
    color: #7E7D7E;
	font-size: .79em;
	line-height: 1.625em;
    letter-spacing: .5px;
    margin-left: 1.2em;
    

    font-size: 1em; 
    line-height: 1.62em;
    
}

h1 {
	font-family: 'didot', 'Old Standard TT',  serif;
	font-size: 2.6em;
	color: #EF3B40; 
	font-weight: normal;
	letter-spacing: 2.2px;
}

h2 {
	font-family:  'Helvetica', 'Roboto',  sans-serif;
	color: #EF3B40;
    font-size: .5em;
	font-weight: normal;
	letter-spacing: none;
	line-height: 1.2em;
	margin-bottom: none;
}

h3 {
	font-family: 'didot', 'Old Standard TT', serif;
	font-size: 1.58em;
	color: #EF3B40;
	font-style: normal;
	letter-spacing: none;
	line-height: none;
	margin-bottom: 0px;
}

h4 {
	font-family: 'didot', 'Old Standard TT', serif;
	font-size: 0.54em;
	color: #7E7D7E;
	font-style: normal;
	letter-spacing: none;
	line-height: none;
	margin-top: none;
	margin-bottom: 0px;
}

h5 {
	font-family: 'Helvetica', 'Roboto',  sans-serif;
	font-size: 1.58em;
	color:  #7E7D7E;
	font-style: normal;
	letter-spacing: none;
	line-height: none;
	margin-top: 4px;
	margin-bottom: 0px;
}

h6 {
	font-family: 'Helvetica', 'Roboto',  sans-serif;
	font-size: .738em;
	color: #7E7D7E;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 2em;
	margin-top: 0px;
	margin-bottom: none;
}

mark { background:black;
    
    
}

/* Divs start here */
.wrapper {
	background-color: none;
	position: relative;
	width: 800px;
	max-width: 800px;
	margin-right: 5%;
	margin-left: 5%;
}

.nav {
	background-color: white;
	position: fixed;
	width: 100%;
	height: 45px;
    z-index: 1;
    overflow: hidden;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); 
}

.navlogo {
    float: left;
	background-color: none;
	position: relative;
	width:92px;
    max-width: 89.69px;
	height: 35px;
    margin-left:  calc((100% - 89.69px)*.5);
    margin-right: auto;
    margin-top: 5px;
}
 
.navlogo .pm_Initials_logo:hover .st1{
   fill: #EF3B40;
}

.nav #pmlogotype {
  display: none;
}

.nav.hidden #pmlogotype {
  display: block;
}

/* to show and hide text on nav */

 .nav #navtext {
     display: none;
}

.nav.hidden #navtext {
    display: block;
    margin-top: calc(40px - .5em);
}

/* about text and icon */

.about {
    display: block;
	background-color: none;
	position: relative;
	width: auto;
	height: auto;
    margin-right: auto;
    margin-left: 2.5%;
    position: absolute;
    letter-spacing: .06em;
}

.nav .abouticon {
    fill: #7E7D7E;
    float: left;
	position: relative;
    width: 30px;
    height: 30px;
    margin-top: 7.5px;
}
 
.nav .abouticon:hover .abouticonpath{
     fill: #EF3B40;
}

.nav #abouticon h1 {
    float: left;
	position: relative;
    width:auto;
    height:30.6px;
    margin-top: 0px;
    font-family: 'Old Standard TT', 'didot', serif;
	font-size: 30.6px;
	color: #7E7D7E;
	font-weight: normal;
}

.nav #abouticon:hover h1{
     color: #EF3B40;
}

.nav.hidden #abouticon {
  display: none;
}

/* email text and icon */

.myemail {
    float: right;
	background-color: none;
	position: relative;
	width:auto;
	height: auto;
    margin-right:2.5%;
    margin-left:auto;
    letter-spacing: .06em;
}

.myemail h2 {
	text-align: right;
}

.nav h2:hover {
	color:#7E7D7E;
}

.nav .emailicon {
    fill: #7E7D7E;
    float: left;
	position: relative;
    width: 30px;
    height: 30px;
    margin-top: 7.5px;
}

.myemail h1 {
 float: left;
	position: relative;
    width:auto;
    height:30.6px;
    margin-top: 0px;
    font-family: 'Old Standard TT', 'didot', serif;
	font-size: 30.6px;
	color: #7E7D7E;
	font-weight: normal;
}

.nav .emailicon:hover .emailiconpath{
     fill: #EF3B40;
}

.nav.hidden .emailicon{
  display: none;
}

/* Menu On Scroll */

.nav.hidden{ 
    transform: translateY(-60%);
}

.nav.hidden .pm_Initials_logo{
    display: none; 
}

.nav.hidden .pm_Name_logo{
    margin-top: calc(36px - .5em);
    margin-left:  calc((100% - 150.6px)*.5);
}

.nav.hidden .pm_Name_logo:hover .st10{
    fill:#7E7D7E;
}

/* Hero Section Starts */

.herogreeting {
    padding-top: 2.5vh;
    background-color: white;
	position: fixed;
    top: 73px;
	width: 95%;
	max-width: calc(768px - 5%);
	margin-right: 2.5%;
	margin-left: 2.5%;
	height: auto;
    z-index: 0;
    
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1.5s;
}

.herogreeting h1 {
    font-family: 'Old Standard TT', 'didot', serif;
    font-size: calc(100vw /10);
    margin-left: -.95vw;
}

.herogreeting h2 {
    font-family: 'Old Standard TT', 'didot', serif;
    font-size: calc(1.5em); 
    line-height:1.62em;
}

.herogreeting h3 {
    font-family: 'helvetica';
    color: #7E7D7E;
    font-size: 1em; 
    line-height: 1.62em;
}

.herogreeting h4 {
    font-family: 'Old Standard TT', 'didot', serif;
    color:#EF3B40;
    font-size: 1.5em; 
    text-align: center;
}

.herogreeting h5 {
    font-family: 'helvetica';
    color: #7E7D7E;
    font-size: 1em; 
    text-align: center;
}



#greetingAgain {
    
    
    
}

/*FadeIn Creatively Text*/
.fadeIn{
	display: inline;
	text-indent: 2.5px;
}
.fadeIn span{
	animation: fadeEffect 5s linear infinite 0s;
	-ms-animation: fadeEffect 5s linear infinite 0s;
	-webkit-animation: fadeEffect 5s linear infinite 0s;
	color: #7E7D7E;
	opacity: 0;
	overflow: hidden;
	position: absolute;
    font-size: 2.4em;
    line-height: 50px;
    color:#EF3B40;
    padding: 1px 0px 60px 0px;
}

.fadeIn span:nth-child(2){
	animation-delay: 1s;
	-ms-animation-delay: 1s;
	-webkit-animation-delay: 1s;
    font-family: 'Great Vibes', cursive;
    font-size: 2.4em;
    line-height: 60px;
    color:#EF3B40;
    padding: 4px 0px 60px 0px;
}
.fadeIn span:nth-child(3){
	animation-delay: 2s;
	-ms-animation-delay: 2s;
	-webkit-animation-delay: 2s;
    font-family: 'Elsie Swash Caps', cursive;
    font-size: 2.4em;
    line-height: 60px;
    color:#EF3B40;
}
.fadeIn span:nth-child(4){
	animation-delay: 3s;
	-ms-animation-delay: 3s;
	-webkit-animation-delay: 3s;
    font-family: 'Ewert', cursive;
    font-size: 2.4em;
    line-height: 60px;
    color:#EF3B40;
    padding: 0px 0px 60px 0px;
}
.fadeIn span:nth-child(5){
	animation-delay: 4s;
	-ms-animation-delay: 4s;
	-webkit-animation-delay: 4s;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 2.4em;
    line-height: 60px;
    color:#EF3B40;
    padding: 3px 0px 60px 0px;
}

/*FadeIn Animation for intro text*/
@-moz-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(0px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(0px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(0px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}


/*arrow that flashes after intro is read*/
.arrowcontainer {
    height: 60px;
    width: 95%;
    position: fixed;
    bottom: 20px;
}


.arrow {
  width:90px;
  height: 66px;
  margin: 0% auto;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  border-radius: 3px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), white 75%);
  -webkit-animation: 2s soft-blink infinite alternate;
  animation: 2s soft-blink infinite alternate;
  position: relative;
  opacity: 0;
  animation-delay: 15s;
}

@-webkit-keyframes soft-blink {
  0% { opacity: 0; }
  62% { opacity: 0.31; }
  100% { opacity: 0.5; }
}

@keyframes soft-blink {
   0% { opacity: 0; }
  62% { opacity: 0.31; }
  100% { opacity: 0.5; }
}

.arrow:after {
  content: '';
  position: absolute;
  bottom: 0px;
  top: 10px;
  left: 22.166px;
  right: 0px;
  border-bottom: 3px solid red;
  border-right: 3px solid red;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-radius: 1px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}





.WorkIntro {
    padding-top: 2.5vh;
    background-color: white;
	position: fixed;
    top: 73px;
	width: 95%;
	max-width: calc(768px - 5%);
	margin-right: 2.5%;
	margin-left: 2.5%;
	height: auto;
    z-index: 0;
    
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1.5s;
}

.WorkIntro p {
    margin-right: 5.5vw;
}

.WorkIntro h1 {
    font-family: 'Old Standard TT', 'didot', serif;
    font-size: calc(100vw /10);
}

.WorkIntro h2 {
    font-family:  'helvetica', sans-serif;
    color: #7E7D7E;
	font-size: .85em;
	line-height: 1.525em;
    letter-spacing: .5px;
    margin-left: 3.114em;
}

.WorkIntro h3 {
    font-family: 'Old Standard TT', 'didot', serif;
    color: #EF3B40;
    font-size: 1em; 
    line-height: 1.62em;
    margin-left: 1.584em;
}

.WorkIntro h5 {
    font-family: 'helvetica', sans-serif;
    color:  #7E7D7E;
    font-size: 1.em; 
    line-height: 1.62em;
    margin-left: 1.584em;
}

.WorkIntro a {
	text-decoration: none;
    color: #7E7D7E;
}

.WorkIntro a:hover {
	color: #EF3B40;
}

.work {
    height: 75vh;
    max-height: auto;
    padding-top: 30vh;
    padding-left: 2.5%;
	background-color: white;
	position: absolute;
    top: calc(100% + 240px);
	width: 95%;
	margin-left: auto;
    margin-right: auto;
	z-index: 0;
    box-shadow: 
         
        0 -20px 5px 0 rgba(255, 255, 255, 92),
        0 -40px 5px 0 rgba(255, 255, 255, .88), 
        0 -60px 5px 0 rgba(255, 255, 255, 0.8),
        0 -80px 5px 0 rgba(255, 255, 255, .72),
        0 -100px 5px 0 rgba(255, 255, 255, .64), 
        0 -120px 5px 0 rgba(255, 255, 255, 0.56),
        0 -140px 5px 0 rgba(255, 255, 255, .48),
        0 -160px 5px 0 rgba(255, 255, 255, .4), 
        0 -180px 5px 0 rgba(255, 255, 255, .32),
        0 -200px 5px 0 rgba(255, 255, 255, .24),
        0 -220px 5px 0 rgba(255, 255, 255, .16), 
        0 -240px 5px 0 rgba(255, 255, 255, 0.08);
}

.workhoveroverlink{
    width: 11em;
}

.work h2{
    font-family: 'Old Standard TT', 'didot', serif;
    font-size: calc(1.5em);
    line-height: 1.5em;
}

.work h2:hover {
   color:#7E7D7E;
}

.WorkSection {
    height: auto;
    max-height: auto;
	background-color: white;
	position: absolute;
    top: calc(100% + 240px);
	width: 100%;
    margin-right: auto;
	z-index: 0;
    box-shadow: 
         
        0 -20px 5px 0 rgba(255, 255, 255, 92),
        0 -40px 5px 0 rgba(255, 255, 255, .88), 
        0 -60px 5px 0 rgba(255, 255, 255, 0.8),
        0 -80px 5px 0 rgba(255, 255, 255, .72),
        0 -100px 5px 0 rgba(255, 255, 255, .64), 
        0 -120px 5px 0 rgba(255, 255, 255, 0.56),
        0 -140px 5px 0 rgba(255, 255, 255, .48),
        0 -160px 5px 0 rgba(255, 255, 255, .4), 
        0 -180px 5px 0 rgba(255, 255, 255, .32),
        0 -200px 5px 0 rgba(255, 255, 255, .24),
        0 -220px 5px 0 rgba(255, 255, 255, .16), 
        0 -240px 5px 0 rgba(255, 255, 255, 0.08);
}

.WorkSection h2{
    font-family: 'Old Standard TT', 'didot', serif;
    font-size: calc(1.5em);
    line-height: 1.5em;
}

.WorkSection h2:hover {
   color:#7E7D7E;
}

.workimg{     
	background-color: clear;
    float: left;
    width: 95%;
	position: relative;
	margin-left:2.5%;
	margin-top: auto;
    margin-bottom: 20px;
	height: auto;
}

.workimg h1 {
    font-family: 'Old Standard TT', 'didot', serif;
    color: #EF3B40;
    font-size: 1.2em; 
    line-height: 1.62em;
    letter-spacing: 0;
    margin-left: 2.5%;
}

.workimg p {
    margin-left: 5%;
}




}


.livewebsite {
 background-color: clear;
    float: left;
    width: 95%;
	position: relative;
	margin-left:2.5%;
	margin-top: 150px;
    margin-bottom: 30px;
	height: auto;

}


.LogoSection {
    height: auto;
    max-height: auto;
	background-color: white;
	position: absolute;
    top: calc(100% + 240px);
	width: 100%;
    margin-right: auto;
	z-index: 0;
    box-shadow: 
         
        0 -20px 5px 0 rgba(255, 255, 255, 92),
        0 -40px 5px 0 rgba(255, 255, 255, .88), 
        0 -60px 5px 0 rgba(255, 255, 255, 0.8),
        0 -80px 5px 0 rgba(255, 255, 255, .72),
        0 -100px 5px 0 rgba(255, 255, 255, .64), 
        0 -120px 5px 0 rgba(255, 255, 255, 0.56),
        0 -140px 5px 0 rgba(255, 255, 255, .48),
        0 -160px 5px 0 rgba(255, 255, 255, .4), 
        0 -180px 5px 0 rgba(255, 255, 255, .32),
        0 -200px 5px 0 rgba(255, 255, 255, .24),
        0 -220px 5px 0 rgba(255, 255, 255, .16), 
        0 -240px 5px 0 rgba(255, 255, 255, 0.08);
}


.LogoSection .seriesimg {
    width: 50%;
    padding: 0%;
    margin-left: 25%;
}    
    

.LogoSection h2{
    font-family: 'Old Standard TT', 'didot', serif;
    font-size: calc(1.5em);
    line-height: 1.5em;
}

.LogoSection h2:hover {
   color:#7E7D7E;
}



.LogoSection h1 {
    font-family: 'Old Standard TT', 'didot', serif;
    font-size: calc(100vw /10);
}

.LogoSection h2 {
    font-family: 'Old Standard TT', 'didot', serif;
    font-size: calc(1.5em); 
    line-height:1.62em;
}

.LogoSection h3 {
    font-family: 'helvetica';
    color: #7E7D7E;
    font-size: 1em; 
    line-height: 1.62em;
}

.LogoSection h4 {
    font-family: 'Old Standard TT', 'didot', serif;
    color:#7E7D7E;
    font-size: 1.5em; 
    text-align: center;
}

.LogoSection h5 {
    font-family: 'helvetica';
    color: white;
    font-size: 1.5em; 
    text-align: center;
}

.LogoSection mark {
  background-color: #EF3B40;
  color: white;
}

.CTA { 
    color:red;
    background-color: ghostwhite; 
    display: block; 
    height: auto; 
    float: left; 
    width: 100%;
    padding: 0px;
    margin-top: 60px;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);    
}

.EmailLinkButton {
    display: block;
    float: left;
    background-color:#EF3B40;
    padding:10px;
    width:310px;
    height: auto;
    margin-left: calc((100% - 330px)*.5);
    margin-right: auto;
    margin-bottom: 20px;
    border-radius:15px;
    border: 0px solid #7E7D7E;
}

.EmailLinkButton:hover {
    display: block;
    float: left;
    background-color:#7E7D7E;
    padding:10px;
    width:310px;
    height: auto;
    margin-left:calc((100% - 330px)*.5);
    margin-bottom: 20px;
    border-radius:15px;
    border: 0px solid #EF3B40;
    color: white;
    text-decoration: underline;
}
}
 
.EmailLinkButton h5:hover{

}


.Book {     
	background-color: white;
    float: left;
    width: 95%;
	position: relative;
	margin-left:2.5%;
	margin-top: auto;
    margin-bottom: 20px;
	height: auto;
}

.Book h1 {
    font-family: 'Old Standard TT', 'didot', serif;
    color: #EF3B40;
    font-size: 1.2em; 
    line-height: 1.62em;
    letter-spacing: 0;
    margin-left: 2.5%;
}

.seriesimg{     
	background-color: clear;
    float: left;
    width: 95%;
    max-width: 768px;
	position: relative;
	margin-left:2.5%;
	margin-top: auto;
    margin-bottom: 20px;
	height: auto;
}

.seriesimg h1{
    font-family: 'Old Standard TT', 'didot', serif;
    color: #EF3B40;
    font-size: 1.2em; 
    line-height: 1.62em;
    letter-spacing: 0;
    margin-left: 2.5%;
}

.seriesimg p {
    margin-left: 5%;
}

.marvelcontainer{
    text-align: center;
    vertical-align: middle;
}

.marvel{
    width: 100%;
    height: 90vh;
    margin: 0 auto;
}

.project {
	background-color:clear;
    float: left;
	position: relative;
	max-width: 768px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
    margin-bottom: 10%;
	height: auto;  
}

.projectimg {
	background-color: clear;
    float: left;
    width: 100%;
    max-width: 768px;
    max-width: auto;
	position: relative;
	margin-left:auto;
	margin-top: auto;
	height: auto;
    filter: grayscale(100%);
}

.projectimg:hover {
    filter: grayscale(00%);
}

.projectcopy {
    float: left;
	background-color: clear;
	width: auto;
	max-width: 95%;
	margin-left: 2.50%;
    margin-right: 2.5%;
    margin-top: 2.5%;
	height: auto;
    position: relative;
 }
.project p{
    margin-left:1em;    
}

.biocopy {
    float: left;
  
}

.biopicture {
    height: 2220px;
    width: 40vw;
    float: right;
   
}
.Bio {
    height: auto;
    max-height: auto;
	background-color: white;
	position: absolute;
    top: calc(100% + 240px);
	width: 100%;
	max-width: 768px;
    margin-right: auto;
	z-index: 0;
    box-shadow: 
         
        0 -20px 5px 0 rgba(255, 255, 255, 92),
        0 -40px 5px 0 rgba(255, 255, 255, .88), 
        0 -60px 5px 0 rgba(255, 255, 255, 0.8),
        0 -80px 5px 0 rgba(255, 255, 255, .72),
        0 -100px 5px 0 rgba(255, 255, 255, .64), 
        0 -120px 5px 0 rgba(255, 255, 255, 0.56),
        0 -140px 5px 0 rgba(255, 255, 255, .48),
        0 -160px 5px 0 rgba(255, 255, 255, .4), 
        0 -180px 5px 0 rgba(255, 255, 255, .32),
        0 -200px 5px 0 rgba(255, 255, 255, .24),
        0 -220px 5px 0 rgba(255, 255, 255, .16), 
        0 -240px 5px 0 rgba(255, 255, 255, 0.08);
}

.bioimg{     
	background-color: clear;
    float: left;
    width: 100%;
    max-width: 768px;
	position: relative;
	margin-left:auto;
	margin-top: auto;
    margin-bottom: 20px;
	height: auto;
    filter: grayscale(100%);
}

.bioimg:hover {
    filter: grayscale(00%);
}

.animationvideo {
 background-color: clear;
    float: left;
    width: 95%;
	position: relative;
	margin-left: 0;
	margin-top: 150px;
    margin-bottom: 30px;
    height: auto;}

#alamophotoboothvideo{
    background-color: clear;
    width: 100%;
    height: auto;
    margin-left: 2.5%;
    }


.animationvideofleet {
    float: left;
    width: 95%;
	position: relative;
	margin-left: 0;
	margin-top: 150px;
    margin-bottom: 30px;
    height: auto;}


#beldensvideofleet {
    width: 95%;
    height: auto;
    margin-left: 5%;
        
    }  


.res {
	background-color: white;
    float: left;
    width: 95%;
    max-width: 768px;
	position: relative;
	margin-left:2.5%;
    margin-right:2.5%; 
	margin-top: 5%;
    margin-bottom: 180px;
    height: auto;
}

.res h3{
    font-size: 1.08em;
    line-height: 1.38em;
}

.res h6{
    margin-left:12px;
    font-size: 1.08em;
    color: #414042;
    line-height: 1.38em;
}

.res h4{
    margin-left:24px; 
    font-size: .75em;
    line-height: 1.38em;
}

#FloatRight{
    float: right;
    font-weight: 100;
}

.resumelink h3{
    font-size: 1.08em;
    text-align: center;
}

.resumelink:hover h3{
   color:#7E7D7E;
}

.resumedownload {
    width:400px;
    height: 100px;
    margin-left: calc((100vw - 400px)*.5);
    background-color: none;
    position: absolute;
    margin-bottom: calc( 100vh - 100px );
}
    
.resumedownload h4 {
    font-size: 1.3em;
}   
    
.resumedownload h5 {
    font-weight: 700;
    font-size: 1.3em;
}    
    
.logo{     
	background-color: red;
    float: left;
    width: 100%;
    max-width: 768px;
	position: relative;
	margin-left:auto;
	margin-top: auto;
    margin-bottom: 20px;
	height: 200px;
}



.social {
    float: left;
	background-color: clear;
	position: absolute;
	width: 250px;
	margin-left:  calc((100% - 250px)*.5);
    margin-bottom: 20px;
	bottom: 0;
    height: 60px;
}

.socialicons {
	background-color: clear;
	position: relative;
	width: 26px;
	max-width: 26px;
	margin-left: 43px;
    margin-right:auto;
	margin-top: 0%;
    margin-bottom:0 ;
	height: 26px;
    float: left;
    padding: 0px 0px ;
}

.linkedin:hover .st8{
     fill:  #EF3B40;
}

.behance:hover .st8{
     fill:  #EF3B40;
}

.instagram:hover .st8{
     fill:  #EF3B40;
}

.social1 {
    width: 150px;
    float: left;
	background-color: none;
	position: relative;
	margin-top: 16.12px;
    margin-bottom: 1.5%;
	height: auto;
    text-align: center;
    margin-left:  calc((100% - 150px)*.5);
}

.social1 p {
    font-size: .8em;
    text-align: center;
    margin-left: 0;
}

hid1.hidden {
    display: none;
}

a {
	text-decoration: none;
}

a:hover {
	color:#7E7D7E;
}

.res a:hover {
	color: #EF3B40;
}

.res a { color: inherit; } 

/* Turns off link borders on Firefox */
a:active, a:focus {outline: 0;}



.work img{
    display: none;
}

span:hover + img{
    display: none;
}

/* Media Query for tablets with at least 768px wide windows */
@media screen and (min-width:768px)
{
.projectimg:hover {
	filter: grayscale(00%);
}

.socialicons:hover {

}
    
    
/* Media Query for desktops with at least 1200px wide windows */
@media screen and (min-width:768px)
{

.herogreeting {
	width: 95%;
	max-width:95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
    
    
/*FadeIn Creatively Text*/
.fadeIn{
	display: inline;
	text-indent: 2.5px;
}
.fadeIn span{
	animation: fadeEffect 5s linear infinite 0s;
	-ms-animation: fadeEffect 5s linear infinite 0s;
	-webkit-animation: fadeEffect 5s linear infinite 0s;
	color: #7E7D7E;
	opacity: 0;
	overflow: hidden;
	position: absolute;
    font-size: 5.4em;
    color:#EF3B40;
    padding: 28px 0px 60px 0px;
}

.fadeIn span:nth-child(2){
	animation-delay: 1s;
	-ms-animation-delay: 1s;
	-webkit-animation-delay: 1s;
    font-family: 'Great Vibes', cursive;
    font-size: 5.4em;
    line-height: 100px;
    color:#EF3B40;
    padding: 23px 0px 60px 0px;
}
.fadeIn span:nth-child(3){
	animation-delay: 2s;
	-ms-animation-delay: 2s;
	-webkit-animation-delay: 2s;
    font-family: 'Elsie Swash Caps', cursive;
    font-size: 5.4em;
    line-height: 60px;
    color:#EF3B40;
    padding: 35px 0px 60px 0px;
}
.fadeIn span:nth-child(4){
	animation-delay: 3s;
	-ms-animation-delay: 3s;
	-webkit-animation-delay: 3s;
    font-family: 'Ewert', cursive;
    font-size: 5.4em;
    line-height: 60px;
    color:#EF3B40;
    padding: 29px 0px 60px 0px;
}
.fadeIn span:nth-child(5){
	animation-delay: 4s;
	-ms-animation-delay: 4s;
	-webkit-animation-delay: 4s;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 5.4em;
    line-height: 60px;
    color:#EF3B40;
    padding: 38px 0px 60px 0px;
}
    
    
    
    
.work img{
    display: none;
}

span:hover + img{
    display: block;
	position:absolute;
    top: 130px;
    bottom: 60px;
	width: auto;
	max-height: calc(100% - 233px);
	margin-right: 2.5%;
	margin-left: 13em;
	height: auto;
    z-index: 1;
}
    
.WorkIntro {
    padding-top: 2.5vh;
    background-color: clear;
	position: fixed;
    top: 73px;
	max-width: 600px;
	margin-right: 2.5%;
	margin-left: 2.5%;
	height: auto;
    z-index: 0;

    
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1.5s;
}

.WorkIntro h1 {
    font-family: 'Old Standard TT', 'didot', serif;
    font-size: calc(35.3vw /10);
}

.WorkIntroDescription {
    max-width: 450px;
}
    
.WorkIntro h2 {
    font-family:  'helvetica', sans-serif;
    color: #7E7D7E;
	font-size: 1em;
	line-height: 1.525em;
    letter-spacing: .5px;
}

.WorkIntro h3 {
    font-family: 'Old Standard TT', 'didot', serif;
    color: #EF3B40;
    font-size: 1em; 
    line-height: 1.62em;
}

.WorkIntro a {
	text-decoration: none;
    color:#EF3B40;
}

.WorkIntro a:hover {
	color: #7E7D7E ;
}

.WorkSection {
    height: auto;
    max-height: auto;
	background-color: white;
	position: absolute;
    top: calc(100% + 240px);
	width: 100%;
	max-width: calc( 100vw - 0%);
    margin-right: auto;
	z-index: 0;
    box-shadow: 

         
        0 -20px 5px 0 rgba(255, 255, 255, 92),
        0 -40px 5px 0 rgba(255, 255, 255, .88), 
        0 -60px 5px 0 rgba(255, 255, 255, 0.8),
        0 -80px 5px 0 rgba(255, 255, 255, .72),
        0 -100px 5px 0 rgba(255, 255, 255, .64), 
        0 -120px 5px 0 rgba(255, 255, 255, 0.56),
        0 -140px 5px 0 rgba(255, 255, 255, .48),
        0 -160px 5px 0 rgba(255, 255, 255, .4), 
        0 -180px 5px 0 rgba(255, 255, 255, .32),
        0 -200px 5px 0 rgba(255, 255, 255, .24),
        0 -220px 5px 0 rgba(255, 255, 255, .16), 
        0 -240px 5px 0 rgba(255, 255, 255, 0.08);
}

.WorkSection h2{
    font-family: 'Old Standard TT', 'didot', serif;
    font-size: calc(1.5em);
    line-height: 1.5em;
}

.WorkSection h2:hover {
   color:#7E7D7E;
}

    
    

    
    
.LogoSection {
    height: auto;
    max-height: auto;
	background-color: white;
	position: absolute;
    top: calc(100% + 240px);
	width: 100%;
	max-width: calc( 100vw - 0%);
    margin-right: auto;
	z-index: 0;
    box-shadow: 

         
        0 -20px 5px 0 rgba(255, 255, 255, 92),
        0 -40px 5px 0 rgba(255, 255, 255, .88), 
        0 -60px 5px 0 rgba(255, 255, 255, 0.8),
        0 -80px 5px 0 rgba(255, 255, 255, .72),
        0 -100px 5px 0 rgba(255, 255, 255, .64), 
        0 -120px 5px 0 rgba(255, 255, 255, 0.56),
        0 -140px 5px 0 rgba(255, 255, 255, .48),
        0 -160px 5px 0 rgba(255, 255, 255, .4), 
        0 -180px 5px 0 rgba(255, 255, 255, .32),
        0 -200px 5px 0 rgba(255, 255, 255, .24),
        0 -220px 5px 0 rgba(255, 255, 255, .16), 
        0 -240px 5px 0 rgba(255, 255, 255, 0.08);
}

.LogoSection .seriesimg {
    width: 15%;
    padding: 0%;
    margin-left: 15%;
}    
    
.LogoSection h2{
    font-family: 'Old Standard TT', 'didot', serif;
    font-size: calc(1.5em);
    line-height: 1.5em;
}

.LogoSection h2:hover {
   color:#7E7D7E;
}    
    
    
.EmailLinkButton {
    display: block;
    float: left;
    background-color:#EF3B40;
    padding:10px;
    width:510px;
    height: auto;
    margin-left: calc((100% - 530px)*.5);
    margin-bottom: 20px;
    border-radius:15px;
    border: 0px solid #7E7D7E;
}

.EmailLinkButton:hover {
    display: block;
    float: left;
    background-color:#7E7D7E;
    padding:10px;
    width:510px;
    height: auto;
    margin-left:calc((100% - 530px)*.5);
    margin-bottom: 20px;
    border-radius:15px;
    border: 0px solid #EF3B40;
    color: white;
}    
    
    
    
    
.workimg{     
	background-color: white;
    width:55vw;
    margin-left: calc((100vw - 55vw) / 2);
	margin-top: auto;
    margin-bottom: 20px;
	height: auto;
}
    
.Book{     
	background-color: white;
    float: left;
    width: calc(100vw - 5%);
	position: relative;
	margin-left:2.5%;
	margin-top: auto;
    margin-bottom: 50px;
	height:35vh;
}
    
.series{
    float: left;
    display: inline-block;
    overflow: auto;
    background: none;
    width: 100%;
    max-width: 100%;
}

.seriesimg{     
	background-color: white;
    width: calc((100vw - 11%) / 3 );
	margin-left:2.5%;
	margin-top: auto;
    margin-bottom: 20px;
	height: auto;
}

.res {
	background-color: none;
    float: left;
    width: none;
    max-width: 600px;
	position: relative;
	margin-left:calc((100vw - 600px) / 2);
    margin-right:auto; 
	margin-top: 5%;
    margin-bottom: 180px;
    height: auto;
}

.Bio {
	max-width: none;
}
    
.bioimg{     
	background-color: clear;
    float: left;
    width: 100%;
    max-width: 768px;
	position: relative;
	margin-left:calc((100vw - 768px) / 2);
    margin-right:auto; 
    margin-bottom: 20px;
	height: auto;
    filter: grayscale(100%);
}
 
    
    
 .animationvideo {
 background-color: clear;
    float: left;
    width: 95;
	position: relative;
	margin-left: 0;
	margin-top: 150px;
    margin-bottom: 30px;
    height: auto;}

#alamophotoboothvideo{
    width: 95%;
    height: auto;
    margin-left: 5%;
    }
    
    
.animationvideofleet {
    float: left;
    width: 95%;
	position: relative;
	margin-left: 0;
	margin-top: 150px;
    margin-bottom: 30px;
    height: auto;}
    
#beldensvideofleet {
    width: 60%;
    height: auto;
    margin-left: calc((60% - 5%) / 2);
        
    }  
    
    
}