@charset "utf-8";
/* CSS Document */
*{
	margin: 0; padding: 0; box-sizing: border-box;
}

.clearfix:before,.clearfix:after {
    content: " "; 
    display: table;
}
.clearfix:after {
    clear: both;
}

.container{
	width:1300px;
	margin: 0 auto;
	background-color: midnightblue;
}
#indexbackground{
	z-index: 1;position:absolute;background-position: center;
}

#contactbackground, #indexbackground{
	width: 100%;
	background-image: url(images/moving.gif);
	background-size: cover;
}

#contactbackground{height: 650px;}


@media (max-width: 1300px){
	.container{margin:auto; max-width: 100%;}
}

body{
	font-family:'Montserrat', sans-serif; 
	font-size:75%; 
	color: #000; 
	width:100%;
	margin: 0 auto;
}

h2{text-transform: uppercase;margin-bottom: 5px;letter-spacing: 4px;text-align: center;}
h3{margin-bottom: 15px;letter-spacing: 0.5px;text-align: center;}

#homecontainer{
	width: 100%;
}


/* Navbar container */
#navicon{
	float: left; 
	background-image: url(images/logo.png);
	background-position: center;
	background-size: contain;
	margin-top: 25px;
	margin-left: 55px;
	height: 60px;
	width: 60px;
}
#navicon:hover{background-image: url(images/logoblue.png); transition: .3s ease;}


nav {
	width: 800px;
	margin-top: 25px;
	float: right;
	z-index: 99;
	position: relative;
}


/* Links inside the navbar */
.dropbtn{
	float: left;
	font-size: 18px;
	color: white;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
	letter-spacing: 2px;
	font-family:'Montserrat', sans-serif;
	background-color: transparent;
	cursor: pointer;
	border: none;
	outline: none;
}
	

/* The dropdown container 
.dropdown {
	float: left;
	overflow: hidden;
}*/

/* Dropdown button 
.dropdown .dropbtn {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	border: none;
	outline: none;
	color: white;
	background-color: inherit;
	font-family: 'Montserrat', sans-serif; /* Important for vertical align on mobile phones */
	/* width: 200px;
	letter-spacing: 2px;
}*/

/* Add a background color to navbar links on hover */
/*nav a:hover, .dropdown:hover .dropbtn{
	background-color: rgba(181, 225, 221, 0.8);
	color: white;
}*/

/* Dropdown content (hidden by default) 
.dropdown-content {
	display: none;
	position: absolute;
	background-color:rgba(183, 234, 255,0.9);
	width:200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

Links inside the dropdown 
.dropdown-content a {
	float: none;
	color: black;
	padding: 10px 0 10px 0;
	width:200px;
	text-decoration: none;
	display: block;
}*/

/* Add a grey background color to dropdown links on hover 
.dropdown-content a:hover {
	background-color: rgba(1, 186, 204, 0.9);
	color:white;
}*/

/* Show the dropdown menu on hover 
.dropdown:hover .dropdown-content {
	display: block;
	width:200px;
}*/

/*Responsive Nav*/
@media screen and (max-width: 1125px){
	#nav{width: 600px;}
	nav a, .dropbtn{font-size: 16px;width:150px;}
	/*.dropdown .dropbtn {font-size: 16px; width: 150px;}
	.dropdown-content {width:150px;}
	.dropdown-content a {width:150px;}
	.dropdown:hover .dropdown-content {width:150px;}*/	
}
@media screen and (max-width: 1093px) {
	#navicon{width: 55px; height: 55px; margin-left: 35px;}
}


@media screen and (max-width: 900px)  {
	#nav{display: none;}
	#navicon{display: none;}
	
}
@media screen and (min-width: 901px)  {
	.burger, .burger-content, #open{display: none;}
}

.burger {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
	clear: both;
}

.burger-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
}

.burger a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
	margin-top: 15px;
}

.burger a:hover, .burger a:focus {
    color: rgba(1, 186, 204, 1);
}

.burger .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

#open{
	font-size:20px;
	cursor:pointer;
	text-transform: uppercase;
	color: white;
	position:absolute;
	top: 4%;
	margin-left: 50px;
}

@media screen and (max-width: 735px)  {
	#open{top: 35px;}
}

@media screen and (max-width: 568px) {
  	.burger .closebtn {
		font-size: 30px;
    	top: 10px;
    	right: 35px;}
	#open{margin-left: 20px;}
	.burger a{font-size:30px; margin-top: 15px;}
}

@media screen and (max-width: 568px) {
	#open{margin-left: 10px; top: 20px;}
}

#btt {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	padding: 10px;
	
}
    
#btt:focus {
    border: none;
}
#btt:hover {
	background: rgb(1,104,241);
	background: linear-gradient(0deg, rgba(1,104,241,1) 0%, rgba(0,212,255,1) 100%);
	border-radius: 4px;
	
}

.vidcontent{
	top: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	display:block;
	z-index: -1;
}


@media screen and (max-width: 1119px)  {
	.vidcontent{height: 610px;}
}

@media screen and (max-width: 930px)  {
	.vidcontent{height: 550px;}
}
@media screen and (max-width: 720px)  {
	.vidcontent{height: 450px;}
}
@media screen and (max-width: 560px)  {
	.vidcontent{height: 350px;}
}


#homeVideo{ 
	min-width: 100%; 
	z-index: -1;
}


.parallax{
	background-image: url("images/backgroundedit.jpg");
	height: 725px;
	background-attachment: inherit;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#jellyhome{text-align: center; margin: 0 auto; position:relative; z-index: 1; width:70%;}
#jellyhome img{margin: 0 auto; width: 100%;}


@media screen and (max-width: 1366px){
#jellyhome{text-align: center; position:relative; z-index: 1;  padding-top: 3.5%;width:100%;}
#jellyhome img{width: 100%;}
}

@media screen and (max-width: 905px){}

@media screen and (max-width: 905px){
	.parallax{max-height: 550px;background-attachment:inherit;}
}

@media screen and (max-width: 900px){
	#jellyhome{top:10%;}
}

@media screen and (max-width: 750px){
	.parallax{max-height: 450px;}
}
@media screen and (max-width: 650px){
	.parallax{max-height: 400px;}
}
@media screen and (max-width: 580px){
	#jellyhome{top:17%;}
}
@media screen and (max-width: 475px){
	#jellyhome{top:22%;}
}
#team{
	width: 90%;
	color: white;
	margin: 0 auto;
	text-align: center;
}

#abouthome{
	width: 55%;
	text-align: center; 
	margin: 0 auto;
	letter-spacing: 2px;
	font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 1020px){
	#abouthome{width: 65%;font-size: 14px;}
}

#staffhome{
	width:80%;
	text-align: center; 
	margin: 0 auto;
}
#ericahome, #clairehome, #seanhome {
	width: 33.33%;
	float:left;
	padding: 30px 15px;
	position: relative;
}

#ericahome img, #clairehome img, #seanhome img{
	width: 90%;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 735px){
	#staffhome{width:100%;}
	#abouthome{width: 80%;}
}

#services, #services1{
	padding-bottom: 50px;
	width:60%;
	margin: 0 auto;
	clear: both;
}

@media screen and (max-width: 1145px){
	#services, #services1{width:70%;}
}
@media screen and (max-width: 970px){
	#services, #services1{width:80%;}
	#services img, #services1 img{width:40%;}
}
@media screen and (max-width: 735px){
	#services, #services1{width:90%;padding-bottom:30px;}
	#services p, #services1 p{font-size: 16px;}
	#services img, #services1 img{width:50%;}
}

.section{
	margin-top: 15px;
	width:33.33%;
	text-align: center;
	margin: 0 auto;
	float: left;
	color: white; 
	font-size: 18px;
	height:150px;
}
.section:hover{
	color: darkturquoise;
}

.section img{width:30%;}

.viewmore{
	text-align: center;
	clear: both;
	font-family: 'Montserrat', sans-serif; /* Important for vertical align on mobile phones */
	width: 200px;
	letter-spacing: 2px;
}

.view{clear: both;text-align: center;}

#viewmore, #viewmore1, #contactus, .btn, #myBtnContainer li{ 
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: transparent;
	cursor: pointer;
	color: white;
	margin: 0 5px;
	margin-bottom: 20px;
	clear: both;
}

#viewmore:after, #viewmore1:after, #contactus:after, .btn:after, .dropbtn:after, #myBtnContainer li:after {    
	background: none repeat scroll 0 0 transparent;
	content: "";
	display: block;
	height: 2px;
	background: #00C8CA;
	width: 0;
	transition: 0.2s ease 0s;
}
#viewmore:hover:after, #viewmore1:hover:after, #contactus:hover:after, .btn:hover:after, #myBtnContainer li:hover:after{ 
	width: 100%;
}

.dropbtn:hover:after{ 
	margin-left:22.5%;
	width: 55%;
}

/*Page Titles*/
img.title {
    display: block;
    top: 25%;
	left: 25%;
	width:50%;
	position: absolute;
}
img.title1 {
    display: block;
    top: 50px;
	left: 25%;
	width:50%;
	position: absolute;
}

/*About*/
#about{width: 100%;}
#aboutleft img{margin-top: 45px; width: 90%;}
#aboutleft{width:40%;float: left;}
#aboutright{width:40%;margin-left: 25px;}
#aboutright{
	text-align: center;
	margin-top: 5%;
	float: left;
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 12px;
}
#aboutright img{width: 30px; margin-right: 10px;}
#aboutright p{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 25px;
	letter-spacing: 2px; 
	font-size: 16px;
	text-transform: none;
	text-align: justify;
}
#about1{margin-top:10px;}

/*Responsive*/
@media screen and (max-width: 1250px) {
	#aboutleft img{margin-top: 20%;}
}
@media screen and (max-width: 1125px) {
	#aboutright p{font-size: 14px;}
}
@media screen and (max-width: 980px) {
	#aboutleft img{margin-top: 30%;}
}
@media screen and (max-width: 910px) {
	#aboutleft img{margin-top: 35%;}
}
@media screen and (max-width: 900px) {
	#aboutleft{display: none;}
	#aboutright{float: none; margin: 0 auto; width: 75%;margin-top: 15%;}
}


#staff{
	width: 100%; 
	padding-top: 50px;
	margin: 0 auto;  
	clear: both;
}
.teamtitle{
	width: 100%;
	padding-top: 35px;
}

#Erica, #Claire, #Sean{
	width: 650px; 
	padding: 0 25px;
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 13.5px;
	line-height: 20px;
	margin: 0 auto;
}

#stafftext{
	width: 95%; 
	padding: 25px 25px;
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 13.5px;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

#ericaimg, #claireimg, #seanimg{
	width: 90%;
	padding-bottom:5%;
	padding-left: 5%;
	padding-right: 5%;
	height: 400px;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
	margin-bottom: 20px;
}
#ericaimg img, #claireimg img, #seanimg img{width: 80%;}

#ericaimg{background-image: url(images/ericastill.jpg);}
#ericaimg:hover{background-image: url(images/ericacrop.gif); transition: .3s ease;}

#claireimg{background-image: url(images/clairestill.jpg);}
#claireimg:hover{background-image: url(images/clairecrop.gif); transition: .3s ease;}

#seanimg{background-image: url(images/seanstill.jpg);}
#seanimg:hover{background-image: url(images/seancrop.gif); transition: .3s ease;}

#aboutErica, #aboutClaire,#aboutSean{
	width: 33.33%;
	float: left;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin-bottom: 50px;
}

@media screen and (max-width: 1125px) {
	#stafftext{width: 100%;}
}

@media screen and (max-width: 1025px) {
	#aboutErica, #aboutClaire,#aboutSean{float: none; margin: 0 auto; width: 100%; margin-bottom: 10%;}
	#ericaimg, #claireimg, #seanimg{
		float: left;
		width: 30%;
		margin-left: 5%;
		margin-right: 5%;
		height: 300px;}
	#ericatxt, #clairetxt, #seantxt{float: left;width: 60%;margin-bottom: 10%;}
}
@media screen and (max-width: 840px) {
	#ericaimg, #claireimg, #seanimg{margin-top: 5%;}
}
@media screen and (max-width: 740px) {
	#ericatxt, #clairetxt, #seantxt{font-size: 13px;}
}
@media screen and (max-width: 690px) {
	#ericaimg, #claireimg, #seanimg{float: none; margin: 0 auto; margin-bottom: 5%; height: 350px;width:80%;}
	#ericatxt, #clairetxt, #seantxt{float: none; margin: 0 auto; width: 95%;margin-bottom: 5%;}
	h3{font-size: 12px;}
}

.white{text-align: center;}
.white a{color: white;}
.white img{width:10%;}

/*Our Work*/
html {
	scroll-behavior: smooth;
}



#backgroundgif{
    max-width: 100%;
}

#gif{
	z-index: -1;
	position: fixed;
	width: 100%;
}

@media screen and (max-width: 800px) {
	#gif{
		display: block;
		width: 100%;
		height:100%;
		object-fit: cover;
		position: fixed;
		top:0;
		left: 0;
		z-index: -1;}
}

#myBtnContainer{
	text-align: center;
}

#myBtnContainer a{
	color: white;
	text-decoration: none;
}

#myBtnContainer li{
	display: inline-block;}

.filterDiv{
	color: white;
	text-align: center;
	margin: 2px;
}

.show{
	display: block;
}

.filtercontainer{
	overflow: hidden;
	width:1100px; 
	margin: 0 auto;  
	clear: both;
	margin-top: 20px;
}

/* Style the buttons */

.btn, #myBtnContainer li { 
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: none;
	outline: none;
	padding: 12px 16px;
	background-color: transparent;
	cursor: pointer;
	color: white;
	margin: 0 5px;
	margin-bottom: 10px;
}

#interested{
	text-align: center;
	color: white;
	clear: both;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 40px;
	letter-spacing: 2px;
	font-family:'Montserrat', sans-serif;
}

#hire{
	letter-spacing: 2px;
	font-family:'Montserrat', sans-serif;
	border-radius: 12px;
	border: rgb(1,104,241) solid 2px;
	background-color: transparent;
	width: 200px;
	margin: 0 auto;
	margin-top: 7px;
	color: white;
	padding: 16px 32px;
	cursor: pointer;
	text-transform: uppercase;
}

#hire:hover {	
	background: rgb(1,104,241);
	background: linear-gradient(0deg, rgba(1,104,241,1) 0%, rgba(0,212,255,1) 100%);
	
}

/*Gallery*/
.row {
	margin: 0 auto;
	width: 90%;
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
	margin-bottom: 25px;
}

/* Create four equal columns that sits next to each other */
.column {
	-ms-flex: 25%; /* IE10 */
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
	
}

.column 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) {
	.column {
		-ms-flex: 50%;
		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) {
	.column {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;}
}


/*Contact*/
#contact{width: 100%;}
#contactleft img{margin-top: 45px; width: 80%; padding-bottom: 5%;}
#contactleft{width:40%;float: left;}
#contactright{width:40%;margin-left: 25px;}
#contactright{
	text-align: center;
	margin-top: 5%;
	float: left;
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 12px;
}

.title{width: 100%;padding-top: 10%;}
#hometitle{width: 100%;padding-top: 6%;}
.title1{width: 100%;padding-top: 35px;}
#blank{height:75px;}
.titlecentre{
	width:100%;
	text-align: center;
	clear:both;
	float: none;
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 12px;
}

.thanks{
	margin-top: 10px;
	margin-bottom: 25px;
	letter-spacing: 2px; 
	font-size: 19px;
	text-transform: none;
	text-align: justify;
}
#contactright p{
	margin-top: 0px;
	font-size: 18px;
	text-transform: none;
	text-align: left;
	letter-spacing: 4px;
	line-height:125%;
}

#contactright img{width: 30px; margin-right: 25px;}
.titlecentre img{width: 30px; margin-right: 25px;}
.dash{height: 35px;}
.dash img{margin: 0;margin-bottom: 35px;}
#contactmid{display: none;}


/*Responsive*/
@media screen and (max-width: 1315px) {
	#contactright p{font-size: 17px;letter-spacing: 4px;}
	#contactleft img{margin-top: 15%;}
	#contactright{margin-left: 0px;}
}
@media screen and (max-width: 1093px) {
	#contactright p{font-size: 16px;}
	.thanks{font-size: 16px;}
}
@media screen and (max-width: 1060px) {
	#contactbackground{height:575px;}
}
@media screen and (max-width: 1020px) {
	#contactleft{width:35%;}
	#contactright{width:45%;}
}
@media screen and (max-width: 910px) {
	#contactright p{font-size: 14px;}
	.thanks{font-size: 14px;}
	#contactright{font-size: 45px;}
}
@media screen and (max-width: 900px) {
	#contactright{float: none; width:80%;margin: 0 auto;padding-top: 10%;clear: both;}
	.thanks{font-size: 15px;width: 80%;margin: 0 auto;text-align: center;margin-bottom: 15px;}
	#contactleft{display: none;}
	#contactright p{text-align: center; margin-top: 20px;}
	#contactmid{display: block; text-align: center;margin: 0 auto; width: 80%;}
	#contactmid img{width:33%;}
}
@media screen and (max-width: 800px) {
	.titlecentre{font-size: 40px;padding-top: 5%;}
	.dash{height: 25px;}
	.titlecentre img{width: 25px;}
}

@media screen and (max-width: 750px) {
	#contactbackground{height:550px;}
}
@media screen and (max-width: 685px) {
	#contactmid img{width:40%;}
}
@media screen and (max-width: 600px) {
	#contactright{font-size: 40px; padding-top: 15%;}
	#contactmid {margin-top: 15px;}
	.thanks{width: 100%;}
}
@media screen and (max-width: 465px) {
	#contactright img{width: 20px;}
	#contactright p{font-size: 12px;}
}
@media screen and (max-width: 465px) {
	#emailicon{display: none;}
	#contactright p{margin-top:30px;}
	#contactright{padding-top: 23%;}
}
@media screen and (max-width: 390px) {
	#contactright p{font-size: 10px;}
}


/*Footer*/
.footera{
	text-decoration: none;
	color: white;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
	letter-spacing: 8px;
}

.footera:hover{
	color: rgba(1, 186, 204, 1);
}

.footer img{
	padding: 15px;
	opacity: 0.6;
	transition: 0.3s;
}


#footerlogo{
	width:55px;
	padding: 0px;
	opacity: 1;
}

.footer a{font-size: 12px;}

.footer p{ letter-spacing: 8px;font-family: 'Montserrat', sans-serif;text-transform: uppercase;line-height: 25px;font-size: 12px;}

.footer {
	bottom: 0;
	width: 100%;
	height: 250px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 60%, rgba(10,17,22,1) 100%);
	color: white;
	text-align: center;
	clear: both;
	padding-top: 35px;
	padding-bottom: 35px;
}

@media screen and (max-width: 1117px) {
	.footer{height:auto;}
}
@media screen and (max-width: 850px) {
	.footer p, .footer a{font-size: 10px;letter-spacing: 6px;}
	}
@media screen and (max-width: 620px) {
	.footer p, .footer a{font-size: 8px;letter-spacing: 2px;}
	#footerspace{display: none;}
}
@media screen and (max-width: 590px) {
	.footera{padding-right: 10px;padding-left: 10px;}
}