
/* font styles */

body {
  background-color: white;
	
}

h1 {
  color: black;
  font-family: superclarendon;
  font-size: 6.3vw;
	text-align: center;
}

h2 {
  color: black;
  font-family: times new roman;
  font-size: 36px;
	text-align: center;
}

h3 {
  color: black;
  font-family: Courier New;
  font-size: 36px;
	font-style: normal;
}

h4 {
	font-family: "amatic-sc", sans-serif;
font-weight: 400;
font-style: normal;
  color: black;
  font-size: 78px;
	text-align: center;
	margin-top: 50px; 
}


h5 {
  color: black;
  font-family: superclarendon;
  font-size: 36px;
	text-align: center;
}

h6 {
  color: black;
  font-family: Courier;
	font-size: 34px; 
	text-align: center;
}

p2 {
  color: black;
  font-family: Courier; 
  font-size: 18px;
	text-align: center;
}

p3 {
  color: black;
  font-family: Courier;
	font-size: 24px; 
	text-align: center;
}

p4 {
  color: black;
  font-family: Courier; 
  font-size: 20px;
	text-align: center;
}

p5 {
  color: black;
  font-family: baskerville;
	font-size: 48px; 
	text-align: center;
}

p6 {
  color: black;
	font-size: 14px; 
	text-align: center;
	
	font-family: "delve-hand", sans-serif;
font-weight: 400;
font-style: normal;
}

p7 {
  color: black;
  font-family: Courier; 
  font-size: 36px;
	padding: 10px 25px;
}

/* banner styles*/
.banner-wide {
	contain: content;
    background-color: white;
	width: 100%;
	height: 150px;
	margin: auto;
	position: static;
    vertical-align: middle;
}

.one {
 	float: left;
	text-align: center;
	position: relative;
	left: 25px; 
    top: 0px;
}

.one img{
	width: 150px;
}

.one img.image-hover {
	position: absolute;
	 top: 0;
      right: 0;
      left: 0;
      bottom: 0;
	
	opacity: 0; 
	 object-fit: contain;
}

.one:hover img.image-hover {
      opacity: 1;
    }


.two {
	text-align: center; 
	position: absolute;
	right: 25px; 
	top: 48%;
}

.banner-small {
	background-color: white;
	border: 0px;
	width: 100%;
	align: center;
	height: 160px; 
}

@media (max-width: 840px) {
	.banner-wide {
	height: 250px;
		margin: none;
	}
	
	.one {
    width: 100%;
		float:none;
       	padding: 0px;
        position: relative;
		left: 0px; 
    	top: 0px;
  }

	.one img.image-hover {
	position: absolute;
	float:inherit;
	margin: 0px auto; 
	opacity: 0; 
	 object-fit: contain;
}

.one:hover img.image-hover {
      opacity: 1;
    }
	
  .two {
    width: 100%;
	  text-align: center;
	  float:none;
      position: static; 
      padding: 5px 0px;
  }
	
}


@media screen and (max-width: 600px) {
  nav.banner-wide {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  nav.banner-small {
    display: none;
  }
}


/* small banner styles */

.banner-small #myLinks {
  display: none;
}

.icon img{
	width: 50%; 
}

/* Style navigation menu links */


.scroll {
	position: fixed; 
	top: 0px; 
	width: 100%; 
	background-color: white; 
	z-index: 2;
}

.banner-small a {
  color: #6DBFB8;
  padding: 18px 16px;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

/* Style the hamburger menu */
.banner-small a.icon {
  display: block;
  position: relative;
  margin: auto; 
}

/* Add a grey background color on mouse-over */
.banner-small a:hover {
  background-color: #FFFFFF;
  color: black;
}


/*End of banner styles */


/* link colours */
 a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #6DBFB8;
    text-decoration: none;
}
a:active {
    color: #6DBFB8;
    text-decoration: none;
}

/* footer styles */
footer {
  background-color: #6DBFB8;
	width: 100%; 
	padding: 30px 3px;
	text-align: center; 
	align-content: center;
}

footer p2{
	font-size: 16px;
}


@media screen and (max-width: 600px) {
	footer p2{
	font-size: 3.4vw;
}
}




/* for image hover change colour in the footer */ 

.icons {
	position: relative;
	max-width: 100%; 
	height: 48px; 
	
}

.icons img {
	width: inherit; 
	height: 48px;
}

.icons img.image-hover {
	position: absolute;
	 top: 0;
      right: 0;
      left: 0;
      bottom: 0;
	
	opacity: 0; 
	 object-fit: contain;
}

.icons:hover img.image-hover {
      opacity: 1;
    }

/*End footer styles*/ 

/* home page image and text title */

.title {
  position: relative;
  text-align: center;
  color: white;
}

@media screen and (max-width: 600px) {
	div.title {
		display: none;
	}
}

.top-centered {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%); 
	
}

/* home page styles*/

.graphicsample {
	margin: auto;
 width: 50%; 
	text-align: center;
}

.graphicsample img{
	width: 30%;
}

/*home page worked with styles*/

#containerw {
  height:110px; 
  position:relative; 
  overflow:hidden;
}

.workedwith {
  position:absolute; 
  top:0px; 
  left:0px; 
  overflow:hidden; 
  white-space: nowrap;
  animation: bannermove 10s linear infinite;
}

.workedwith img {    
	height: 110px;
}

/**/ 

.statement {
	position: relative;
	text-align: center;
	margin: 100px 0px;
	z-index: -1; 
}

.statementtext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.statement img{
	width: 90%;
}



/* add responsive layout */ 

@media screen and (max-width: 820px) {
.statement p3{
	font-size: 20px;
}
	.statement h6 {
		font-size: 30px;
	}
}


@media screen and (max-width: 640px) {
	.statement p3{
	font-size: 2.4vw;
}
	.statement h6 {
		font-size: 3.6vw;
	}
	.statement img{
		max-width: 100%; 
	}
}




@media (max-width: 800px) {
	
	.top-centered {
		position: absolute;
  		top: 50%;
  		left: 50%;
  		transform: translate(-50%, -50%);
	}
	
	.top-left {
		position: absolute;
  		top: 25%;
  		left: 50%;
  		transform: translate(-50%, -50%);
		
	}
	
}


/*this is the Film still slide show*/
* {margin: 0; padding: 0;}

#container {
  height:350px; 
  position:relative; 
  overflow:hidden;
	background: #000000;
}

.photobanner {
  position:absolute; 
  top:0px; 
  left:0px; 
  overflow:hidden; 
  white-space: nowrap;
  animation: bannermove 10s linear infinite;
}

.photobanner img {    
	height: 350px;
}

@keyframes bannermove {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-50%, 0);
  }
}

.row {
	margin:auto;
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 40%;

}

.column {
  flex: 40%;
  max-width: 100%;
	justify-content: center;
	vertical-align: top;
	text-align: center;
}

.column img {
  vertical-align: top;
  width: 100%;
	
}

@media screen and (max-width: 640px) {
	.row{
		max-width: 90%;
	}
	#container {
		height:250px; 
	}
	.photobanner img {    
	height: 250px;
}
	.graphicsample {
		width: 100%;
	}
	
	#containerw {
		height:90px; 
	}
	.workedwith img {
		height: 90px;
	}
	
}

/* this is stuff for about page */

.aboutpage {
	background-image: url("images/asset26.png");
	background-size: cover;
}

.aboutcontent {
	margin: auto;
	padding-bottom: 60px;
	display: flex; 
	flex-wrap: wrap;
	justify-content: center; 
	text-align: center;
	max-width: 90%;
		
}


.abouttext {
	max-width: 40%;
	flex: 40%;
	justify-content: center;
	vertical-align: top;
	text-align: center;
}

.abouttext img {
	 vertical-align: top;
  width: 50%;
 padding-top: 10px;
}


@media screen and (max-width: 600px) {
	.abouttext {
		flex: 100%;
		max-width: 100%;
	}
	
	.aboutheadding {
		display: none;
	}
	
}


/* photo layout style */
* {
  box-sizing: border-box;
}

.photography-page{
	
	width: 100%;
	margin-bottom: 50px; 
	
}

.photo-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
	padding: 20px;
	justify-content: center;
}

/* Create four equal columns that sits next to each other */
.photo-column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 100%;
}

.photo-column img {
  vertical-align: middle;
  width: 100%;
	height: auto;
	padding: 2%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .photo-column {
    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) {
  .photo-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

		
/* this is for video page styling */ 

#videopage {
	text-align: center;
	align-content: center;
	padding-bottom: 60px; 
}


.youtube {
	 
}

.youtube iframe {
	
}

@media screen and (max-width: 600px) {
	.youtube iframe {
		width: 80%;
}
}


/* this is for contact page styling */ 
.contactpage {
	background-image: url("images/Asset 61.png");
	background-size: cover;
}


.contact-wide {
	margin: auto;
	padding-bottom: 60px;
	display: flex;
	max-width: 70%;
}

.contactcontent {
	flex: 40%;
	max-width: 50%;
	align-content: center;
}

.contactlinks {
	display: inline-flex;
	position: relative; 
}

.contactlinks img {
	max-width: 100%;
}


.contactlinks img.image-hover {
	position: absolute;
	 top: 0;
      right: 0;
      left: 0;
      bottom: 0;
	opacity: 0; 
	 object-fit: contain;
}

.contactlinks:hover img.image-hover {
      opacity: 1;
    }


.contact-small {
 display: block;
  margin-left: auto;
  margin-right: auto;
	padding: 40px 0px;
	width: 60px;
	z-index: 1;
	
}
/* for image hover change colour */ 

.sfigure {
	position: relative; 
	max-width: 100%; 
	width: 60px; 
}


.sfigure img {
	width: 60px; 
	
}

.sfigure img.image-hover {
	position: absolute;
	 top: 0;
      right: 0;
      left: 0;
      bottom: 0;
	opacity: 0; 
	 object-fit: contain;
	
}

.sfigure:hover img.image-hover {
      opacity: 1;
    }

@media screen and (max-width: 840px) {
  div.contact-wide {
    display: none;
  }
	.contact {
		height: 250px; 
	}
}

@media screen and (min-width: 840px) {
  div.contact-small {
    display: none;
  }
}


.pinterest {
	display: flex; 
	margin: auto; 
	justify-content: center;
}

/* end contact page styling*/


/*Styles for graphics page*/ 
.backland {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.widegraphics {
	display: block;
	max-width: 80%;
	margin: auto;
	text-align: center;
	padding: 10px 0px;
}

.widegraphics img {
	max-width: 390px;
}

.backport{
	text-align: right;
	padding: 20px 0px;
}
.graphicsportrait {
	display: block;
	max-width: 90%;
	margin: auto;
	text-align: center;
	padding: 10px 0px;
}

.graphicsportrait img {
	max-width: 250px;
}

.graphicsicon{
	text-align: left;
	padding: 20px 0px;
}
.iconswide {
	display: block;
	max-width: 90%;
	margin: auto;
	text-align: center;
	padding: 10px 0px;
}

.iconswide img{
	max-width: 300px;
}


@media (max-width: 840px) {
  .backland, .backport, .graphicsicon {
    text-align: center;
  }
}

@media (max-width: 600px) {
	p7{
		font-size: 20px;
	} 
	.widegraphics img {
	max-width: 100%;
}
	.iconswide img{
	max-width: 90%;
}
}
/*End styles for graphics page*/ 