/*Beatrice Display */
@font-face {
  font-family: "Beatrice-Display-Bold";
  src: url("../fonts/BeatriceDisplay-Bold.otf");
}

@font-face {
  font-family: "Beatrice-Display-Light";
  src: url("../fonts/BeatriceDisplay-Light.otf");
}

/* Freight Display Pro Book*/
font-family: freight-display-pro, serif;
font-weight: 400;
font-style: normal;

/* Freight Display Pro Book Italic*/
font-family: freight-display-pro, serif;
font-weight: 400;
font-style: italic;

/* Freight Display Pro Bold*/
font-family: freight-display-pro, serif;
font-weight: 700;
font-style: normal;

/* Freight Display Pro Bold Italic*/
font-family: freight-display-pro, serif;
font-weight: 700;
font-style: italic;

/* Freight Display Pro Black*/
font-family: freight-display-pro, serif;
font-weight: 900;
font-style: normal;

/* Freight Display Pro Black Italic*/
font-family: freight-display-pro, serif;
font-weight: 900;
font-style: italic;


* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #FFF8E3; 
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

body {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    margin: 0;
    padding: 0;
}
nav hr {
    width: 100%;
    
}
hr {
    margin: 0;
    padding: 0;
    color: #6E5CA8;
    height: 6px;
    background-color:#6E5CA8;
    border: none;
    width: 90%;
    margin: 0 auto;
}

a, a:visited {
    text-decoration: none;
    color: #2B2E34;
    transition: 0.3s;
}
a:hover {
    background-color: #6E5CA8;
    color: #FFF8E3;
}

nav {
    overflow: hidden;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.name {
    font-family: freight-display-pro, serif;
    font-weight: 900;
    font-style: normal;
    font-size: 58px;
    display: inline-block;
}
nav ul{
    list-style:  none;
    margin-left: 25px;
    padding: 0;
}
nav li {
    float: none;
    display: inline-block;
}
nav li a {
    display: block;
    padding 8px;
    background-color: orange;
}
nav li.topnav-right {
    float: right !important;
}

section.header-content {
    margin:  auto;
    width: 45%;
    font-size: 48px;
    line-height: 50px;
    display: inline-block;
    letter-spacing: .02em;
    padding-top: 36px;
    padding-bottom: 36px;
    position: relative;
    left: 54vw;

}


.firstNameContainer {
    display: inline-block;
}
.firstName {
    display: inline-block;  
}
section.galleryContainer {
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 0;
    width: 91.2%;
    margin: 0 auto;
    position: relative;
}
section.galleryContainer .galleryCol {
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 36px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 auto;
}
section.galleryContainer .galleryCol .gallContent p{
    padding: 0;
    margin: 4px 0 16px 0;
}
section.galleryContainer .galleryCol .gallContent {
    width: 32%;
    margin: auto;
    height: auto;
    padding: 4px;
    position: relative;
}
section.galleryContainer .galleryCol .gallContent img{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    opacity: 1;
    transition: 0.5s;
}
section.galleryContainer .galleryCol .gallContent:hover img{
    background-color: #6E5CA8;
    opacity: 0.2;
}

.galleryCol .gallContent .hoverText {
    font-family: freight-display-pro, serif;
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 0.03em;
    color: /*#FFF8E3*/ #6E5CA8;
    display: none;
    align-items: center;
    text-align:center;
    transition: 0.5s;
    /*background-color:#6E5CA8;*/
}
.galleryCol .gallContent:hover .hoverText {
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: -5%;
    opacity: 1;
    z-index: 3;
}
section.galleryContainer .galleryCol a, section.galleryContainer .galleryCol a:visited {
    color:#2B2E34;
}
footer {
    font-family: freight-display-pro, serif;
    font-weight: 900;
    font-style: normal;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 0.02em;
    margin-top: 8px;
    margin-bottom: 24px;
    vertical-align: baseline;
}
/* ////// A B O U T ////// */
body.about {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
body.about .header-content {
    left: 104px;
    margin-bottom: 104px;
}
body.about .header-image {
    position: relative;
    width: 45%;
    height: auto;
    left: 15%;
    top: 48px;
    float: left;
}
.about .header-image img{
    width:75%;
}
body.about img.close{
    position: fixed;
    top: 3%;
    right: 1.7%;
    width: 24px;
    z-index: 999;
}
.about .about-container {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 28px;
    margin-top: 10px;
}
.about .about-container .abResume {
    width: 200px;
    height: 158px;
    float: left;
    position: relative;
    left: 5.5%;
    margin-top: 48px;
}
.about .about-container .abContact {
    width: 200px;
    height: 158px;
    float: left;
    position: relative;
    margin-top: 48px;
    margin-left: 550px;
}
.about .about-container .abContact h3 {
    margin: 0;
}
.about .about-container .abFollow {
    width: 200px;
    height: 158px;
    float: left;
    position: relative;
    margin-top: 48px;
}
.about .about-container .abFollow h3 {
    margin: 0;
}
/* ////// E N T R Y  P A G E S ////// */
body.entry {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.entry .topContent {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-top: 36px;
}
.entry .topContent img.close{
    position: fixed;
    top: 3%;
    right: 1.7%;
    width: 24px;
    z-index: 999;
}
.entry .entryCont {
    width: 95%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.entry .entryCont hr{
    width: 95%;
}
.entry .topContent .titCon h1{
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 0.02em;
    padding: 0;
    margin: 0;
}
.entry .topContent p.tagging {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 48px;
}
.entry .preAr {
    position: fixed;
    z-index: 10;
    left: 8px;
    top: 250px;
    transition: 0.3s;
    cursor: pointer;
}
.entry .preAr span {
    display: none;
}
.entry .preAr:hover  span{
    display: inline-block;  
}
.entry .nexAr {
    position: fixed;
    z-index: 10;
    right: 8px;
    top: 250px;
    transition: 0.3s;
    cursor: pointer;
}
.entry .nexAr span {
    display: none;
}
.entry .nexAr:hover  span{
    display: inline-block;  
}
div.gal00 {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
    width: 95%;
    max-height: 100%;
    padding-top: 25px;
    margin-bottom: 48px;
    height: 0;
    margin: 0 auto;
}
div.gal00 iframe{
    position: absolute;
	top: 0;
	left: 0;
    width: 100% !important;
    height: 100%;
    margin: 0 auto;
}/* this is for the videos*/
div.gal10 {
    width: 95%;
    height: auto;
    margin: 0 auto;
}
div.gal10 img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
div.gal11 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 48px;
}
div.gal11 img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
div.gal01 {
    width: 95%;
    height: auto;
    margin: 0 auto;
}
div.gal01 img {
    width: 100%;
    margin: 0 auto;
}
div.gal02 {
    width: 95%;
    height: auto;
    margin: 0 auto;
}
div.gal02 img {
    width: 100%;
    margin: 0 auto;
}
.entry .entryAb {
    width: 90%;
    height: auto;
    position: relative;
    left: 36px;
}
.entry .entryAb h2 {
    width: 198px;
    letter-spacing: 0.025em;
    float: left;
    position: relative;
    font-size: 48px;
    margin: 0;
    padding-right: 8px;
    margin-top: 24px;
}
.entry .entryAb p.enAb {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 762px;
    margin: 0;
    float: left;
    position: relative;
    padding-left: 8px;
    font-size: 24px;
    letter-spacing: 0.025em;
    line-height: 34px;
    margin-top: 48px;
    margin-bottom: 64px;
}
.entry .entryAb p.abLink {
    position: relative;
    width: 180px;
    font-size: 24px;
    letter-spacing: 0.025em;
    margin: 0;
    padding: 0;
    margin-top: 48px;
    margin-left: 48px;
    float: left;
    margin-bottom: 64px;
}
.slick-prev {
    left: 15%;
}
.slick-next {
    right: 15%;
}
.slick-initialized .slick-slide {
    width: 1316px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
}
.slick-dots	li {
			margin: 0 0.25rem;
		}
	
.slick-dots	button {
			display: block;
			width: 1rem;
			height: 1rem;
			padding: 0;
			
			border: none;
			border-radius: 100%;
			background-color: blue;
			
			text-indent: -9999px;
		}
	
li.slick-active button {
			background-color: red;
		}

/*.prevArrow { color:#6E5CA8; }

.slick-prev:before {
  color: #6E5CA8;
}
.slick-next:before {
  color: #6E5CA8;
}*/

@media only screen and (max-width: 1024px) {
section.header-content {
    width: 42%;
    height: auto;
    font-size: 36px;
    line-height: 42px;
    display: inline-block;
    letter-spacing: .02em;
    padding-top: 36px;
    padding-bottom: 16px;
    left: 15em;
}
.name {
    font-family: freight-display-pro, serif;
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
    display: inline-block;
}
/*
section.galleryContainer .galleryCol .gallContent img{
    background-color: #aaa;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    opacity: 1;
    backface-visibility: hidden;
    transition: 0.5s;
}*/
/**ABOUT**/
body.about {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
body.about .header-content {
    left: 36px;
    width: 424px;
    margin-bottom: 72px;
}
body.about .header-image {
    position: relative;
    width: 50%;
    height: auto;
    left: 12%;
    top: 40px;
    float: left;
}
.about .header-image img{
    width:75%;
}
body.about img.close{
    position: fixed;
    top: 3%;
    right: 1.7%;
    width: 24px;
    z-index: 999;
}
.about .about-container {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 28px;
    margin-top: 10px;
}
.about .about-container .abResume {
    width: 30vw;
    height: 18vh;
    float: left;
    position: relative;
    left: 5.5%;
    font-size: 1.2em;
    margin-top: 28px;
}
.about .about-container .abContact {
    width: 30vw;
    height: 18vh;
    float: left;
    position: relative;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 28px;
    margin-left: 10vw;
}
.about .about-container .abContact h3 {
    margin: 0;
}
.about .about-container .abFollow {
    width: 30vw;
    height: 18vh;
    float: left;
    position: relative;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 28px;
}
.about .about-container .abFollow h3 {
    margin: 0;
    }
}

@media only screen and (max-width: 768px) {
section.header-content {
    width: 45%;
    height: auto;
    font-size: 28px;
    line-height: 36px;
    display: inline-block;
    letter-spacing: .02em;
    padding-top: 36px;
    padding-bottom: 16px;
    left: 14em;
}
.name {
    font-family: freight-display-pro, serif;
    font-weight: 900;
    font-style: normal;
    font-size: 28px;
    display: inline-block;
}
    
section.galleryContainer .galleryCol .gallContent img{
    background-color: #aaa;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    opacity: 1;
    backface-visibility: hidden;
    transition: 0.5s;
}

/**ABOUT**/
body.about {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
body.about .header-content {
    top: 8px;
    left: 36px;
    width: 45%;
    margin-bottom: 64px;
}
body.about .header-image {
    position: relative;
    width: 45%;
    height: auto;
    left: 5%;
    top: 48px;
    float: left;
}
.about .header-image img{
    width:95%;
}
body.about img.close{
    position: fixed;
    top: 3%;
    right: 3vw;
    width: 24px;
    z-index: 999;
}
.about .about-container {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 28px;
    margin-top: 10px;
}
.about .about-container .abResume {
    width: 30vw;
    height: 18vh;
    float: left;
    position: relative;
    left: 5.5%;
    font-size: 1.2em;
    margin-top: 28px;
}
.about .about-container .abContact {
    width: 30vw;
    height: 18vh;
    float: left;
    position: relative;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 28px;
    margin-left: 10vw;
}
.about .about-container .abContact h3 {
    margin: 0;
}
.about .about-container .abFollow {
    width: 30vw;
    height: 18vh;
    float: left;
    position: relative;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 28px;
}
.about .about-container .abFollow h3 {
    margin: 0;
    }
    
/* ////// E N T R Y  P A G E S ////// */
body.entry {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.entry .topContent {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-top: 16px;
}
.entry .entryCont {
    width: 95%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.entry .entryCont hr{
    width: 95%;
}
.entry .entryAb {
    width: 85%;
    height: auto;
    position: relative;
    left: 4vw;
}
.entry .entryAb p.enAb {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 95%;
    margin: 0;
    float: left;
    position: relative;
    padding-left: 0;
    font-size: 1.5em;
    letter-spacing: 0.025em;
    line-height: 1.3em;
    margin-top: 16px;
    margin-bottom: 24px;
}
.entry .entryAb p.abLink {
    position: relative;
    width: 95%;
    font-size: 1.5em;
    letter-spacing: 0.025em;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-left: 0;
    float: left;
    margin-bottom: 64px;
}    
}


/*mobile version*/
@media screen and (max-width: 600px) {
    html {
        width: 100vw;
    }
hr {
    margin: 0;
    padding: 0;
    color: #6E5CA8;
    height: 8px;
    background-color:#6E5CA8;
    border: none;
    width: 95vw;
    margin: 0 auto;
}
section.header-content {
    width: 85%;
    height: auto;
    font-size: 30px;
    line-height: 36px;
    display: inline-block;
    letter-spacing: .02em;
    padding-top: 36px;
    padding-bottom: 16px;
    left: 1em;
}
.name {
    font-family: freight-display-pro, serif;
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    display: inline-block;
}
section.galleryContainer {
    margin: 0;
    padding: 0;
    width: 95%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 0.02em;
}
section.galleryContainer .galleryCol {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 auto;
    margin-top: 16px;
}
section.galleryContainer .galleryCol .gallContent {
    width:100%;
    height: auto;
    position: relative;
    flex-grow: 1;
    
}
section.galleryContainer .galleryCol .gallContent img{
    background-color: #aaa;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    opacity: 1;
    backface-visibility: hidden;
    transition: 0.5s;
}
footer {
    font-family: freight-display-pro, serif;
    font-weight: 900;
    font-style: normal;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    font-size: 2.5em;
    letter-spacing: 0.02em;
    margin-top: 8px;
    margin-bottom: 24px;
    vertical-align: baseline;
}
footer div.copy {
        font-size: .5em;
        margin: 0 auto;
        width: 40vw;
        text-align: center;
    }
    
/* ////// A B O U T ////// */
body.about {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
body.about img.close{
    position: fixed;
    top: 3%;
    right: 5vw;
    width: 24px;
    z-index: 999;
}
body.about .header-content {
    left: -1vw;
    width: 90vw;
    padding-top: 0px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    margin-top: 4px;
}
body.about .header-image {
    position: relative;
    width: 100%;
    height: auto;
    left: 8px;
    top: -10px;
    float: left;
}
body.about .header-image img{
    width:100%;
}
body.about .about-container {
    width: 90%;
    height: auto;
    position: relative;
    line-height: 28px;
    left: 3%;
}
.about .about-container .abResume {
    width: 100%;
    height: 5vh;
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    left: 5.5%;
    margin-top: 24px;
}
.about .about-container .abContact {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 8px;
    margin-left: 5.5%;
    font-size: 1.5em;
    line-height: 1.5em;
}
.about .about-container .abContact h3 {
    margin: 0;
}
.about .about-container .abFollow {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    margin-top: 8px;
    left: 5.5%;
    font-size: 1.5em;
    line-height: 1.5em;
}
.about .about-container .abFollow h3 {
    margin: 0;
}
/* ////// E N T R Y  P A G E S ////// */
body.entry {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.entry .topContent {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-top: 16px;
}
.entry .entryCont {
    width: 95%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.entry .entryCont hr{
    width: 95%;
}
.entry .topContent .titCon h1{
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 0.02em;
    padding: 0;
    margin: 0;
}
.entry .topContent p.tagging {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 48px;
}
.entry .preAr {
    position: fixed;
    z-index: 10;
    left: 8px;
    top: 250px;
    transition: 0.3s;
    cursor: pointer;
}
.entry .preAr span {
    display: none;
}
.entry .preAr:hover  span{
    display: inline-block;  
}
.entry .nexAr {
    position: fixed;
    z-index: 10;
    right: 8px;
    top: 250px;
    transition: 0.3s;
    cursor: pointer;
}
.entry .nexAr span {
    display: none;
}
.entry .nexAr:hover  span{
    display: inline-block;  
}
div.gal00 {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
    max-height: 100%;
    padding-top: 25px;
    margin-bottom: 48px;
    height: 0;
}
div.gal10 iframe{
    position: absolute;
	top: 0;
	left: 0;
    width: 100% !important;
    height: 100%;
    margin: 0 auto;
}/* this is for the videos*/
div.gal10 {
    width: 95%;
    height: auto;
    margin: 0 auto;
}
div.gal10 img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
div.gal11 {
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 48px;
}
div.gal11 img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
div.gal01 {
    width: 95%;
    height: auto;
    margin: 0 auto;
}
div.gal01 img {
    width: 100%;
    margin: 0 auto;
}
div.gal02 {
    width: 95%;
    height: auto;
    margin: 0 auto;
}
div.gal02 img {
    width: 100%;
    margin: 0 auto;
}
.entry .entryAb {
    width: 92%;
    height: auto;
    position: relative;
    left: 5.5%;
}
.entry .entryAb h2 {
    width: 100%;
    letter-spacing: 0.025em;
    float: left;
    position: relative;
    font-size: 2em;
    margin: 0;
    padding-right: 8px;
    margin-top: 24px;
}
.entry .entryAb p.enAb {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 95%;
    margin: 0;
    float: left;
    position: relative;
    padding-left: 0;
    font-size: 1.5em;
    letter-spacing: 0.025em;
    line-height: 1.3em;
    margin-top: 16px;
    margin-bottom: 24px;
}
.entry .entryAb p.abLink {
    position: relative;
    width: 95%;
    font-size: 1.5em;
    letter-spacing: 0.025em;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-left: 0;
    float: left;
    margin-bottom: 64px;
}
.slick-prev {
    left: 3%;
}
.slick-next {
    right: 3%;
}
.slick-initialized .slick-slide {
    width: 100vw;
}

.slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
}
.slick-dots	li {
			margin: 0 0.25rem;
		}
	
.slick-dots	button {
			display: block;
			width: 1rem;
			height: 1rem;
			padding: 0;
			
			border: none;
			border-radius: 100%;
			background-color: blue;
			
			text-indent: -9999px;
		}
	
li.slick-active button {
			background-color: red;
		}
    }