body,html {
	background-color: #f3f3f3;
	height: 100%;
	width: 100%;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
    max-width: 100%;
    border-left:1em solid transparent;
    border-right:1em solid transparent;
}

@media screen and (max-width: 850px) {
	body,html {
		border-left: 0.3em solid transparent;
		border-right: 0.3em solid transparent;
	}
  
  }





.hero-image-graphic-design {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../hero-images/graphic-design/Header-Graphic-Design.jpg");
  	height: 30%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
}

.hero-image-gallery-logo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../gallery/hero-image/logo.png");
  	height: 30%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
}

.hero-image-gallery-facemask {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../gallery/hero-image/facemask.png");
  	height: 30%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
}

.hero-image-gallery-lifelike {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../gallery/hero-image/lifelike-train-designs.png");
  	height: 30%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
}

.hero-image-gallery-art-deco {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../gallery/hero-image/art-deco.png");
  	height: 30%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
}

.hero-image-gallery-cards {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../gallery/hero-image/card.png");
  	height: 30%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
}

.hero-image-competition-entries {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../gallery/hero-image/competition-entries.png");
  	height: 30%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
}

.hero-image-keyworker-train {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../hero-images/keyworker-train/802020-with-background.png");
  	height: 30%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
}


.hero-image-home {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../hero-images/home/Header-Graphic-Design.jpg");
  	height: 30%;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
}

.text_hero {
	text-align: center;
	color: white;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 7vw;
	white-space: nowrap;
	word-break: break-all;
}

* {
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

.column1 {
	float: left;
	padding: 10px;
  }

.left {
  width: 50%;
}

.right {
	width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



@media screen and (max-width: 850px) {
  .column {
    width: 100%;
  }

}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-left {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 20px;
	
}

.text-disclaimer {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 15px;
	font-style: italic;
}

.text-centre-caption {
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	font-style: italic;
}

.text-centre {
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	text-align: center;
}

.centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-page-numbers {
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Nunito', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 40px;
	text-align: center;
	text-decoration: none;
	color: black;
}

.text-page-numbers a {
	color: black;
	text-decoration: none;
	padding-right: 10px;
}
.text-page-numbers a:visited {
	color: black;
	text-decoration: none;
}

.twitter {
	overflow: scroll;
}

.text-centre-caption {
	overflow: scroll;
	
}