@charset "utf-8";
/* CSS Document */

/* unvisited link */
a:link {
  color: black;
	text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
	text-decoration: none;
}

/* mouse over link */
a:hover {
  color: black;
	text-decoration: none;
}

.flex-item2:hover{
	transition: transform 1s;
	transform: scale(1.15);
	left: 2%
}

body {		
	position: absolute;
	width: 100vw;
	height: 100vh;
	margin: 0;
	overflow: scroll;
	background-image: url("../images/background.png");
	background-repeat:repeat;
	background-size: 25%;
}

/*Code for the responsive element*/
#mobile_nav{
	display: none;
	
}

#hamburger_menu {
	display: none;
}

#mask {
position: absolute;
    width: 105%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    z-index: 4;
    display: none;
}

/*Start of header code */
#header {
	position: relative;
	width: 100vw;
	height: 10vh;
	float: left;
	clear: left;
}

#flex-container1 {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
	

.flex-item1 {
	position: relative;
	width: 20%;
	font-size: 1.5vw;
	text-align: center;
}

.flex-item1_2 {
	position: relative;
	font-size: 2.0vh;
	text-align: center;
	color: black;
	height: 31%;
	width: 100%;
	line-height: 4vh;
}

.logo {
    position: absolute;
    z-index: 3;
    height: 200%;
    width: auto;
    float: left;
    clear: left;
    left: 2%;
    top: 30%;
}

/*Start of nav code */
#nav {
    float: left;
    text-align: left;
    margin-left: 40px;
    margin-top: 125px;
    display: flex;
    flex-wrap: nowrap;
    width: 75%;
    flex-direction: column;
}

.flex-item2 {
	position: relative;
	width: 25%;
	text-align: left;
	font-size: 1.5vw;
	line-height: 5vh;
	height: 100%;
	cursor: pointer;
	font-family: sans-serif;
}

.title {
    position: relative;
    text-align: left;
    left: 28%;
    top: -28%;
    font-size: 2.5vw;
    line-height: 1vh;
    height: 5%;
    font-family: sans-serif;
    width: 50%;
}

.testimonials {
    position: absolute;
    width: 50%;
    height: 20%;
    text-align: left;
    right: 2%;
    font-family: cursive;
    color: #71bfd1;
    font-size: 1.25vw;
    top: 4%;
}

/*LOCAL AREA CSS*/
#brancaster {
    position: relative;
    height: 20%;
    width: 45%;
    text-align: left;
    left: 27.5%;
    top: -22%;
    font-size: 1.2vw;
    font-family: sans-serif;
}

#brancaster2 {
    position: relative;
    height: 15%;
    width: 40%;
    text-align: left;
    left: 58%;
    top: -18%;
    font-size: 1.2vw;
    font-family: sans-serif;
}

#brancaster3 {
    position: relative;
    height: 17%;
    width: 45%;
    text-align: left;
    left: 27.5%;
    top: -30%;
    font-size: 1.2vw;
    font-family: sans-serif;
}

#brancaster4 {
    position: relative;
    height: 10%;
    width: 38%;
    text-align: left;
    left: 60%;
    top: -44%;
    font-size: 1.2vw;
    font-family: sans-serif;
}

#brancasterpic {
    position: relative;
    height: auto;
    width: 25%;
    left: 73%;
    top: -22%;
}

#shippic {
    position: relative;
    height: auto;
    width: 29%;
    left: 27.5%;
    top: -33%;
}

#holkhampic {
    position: relative;
    height: auto;
    width: 23%;
    left: 74%;
    top: -47%;
}

#sailorspic {
    position: relative;
    height: auto;
    width: 30%;
    left: 27.5%;
    top: -57%;
}

/*Phone Landscape Screen Code*/
@media screen and (min-width: 667px) and (max-width: 926px) and (orientation: landscape){
	
	body{
	    overflow:scroll;
	}
	
	.logo {
    left: 0%;
}
	
	#nav {
    margin-left: 15px;
    margin-top:65px;
}
	
	.flex-item2 {
    font-size: 2vw;
    line-height: 6vh;
}

/*Local Area*/

	#brancaster {
    height: 25%;
    width: 75%;
    left: 28%;
    top: -20%;
    font-size: 1.75vw;
}
	
	#brancasterpic {
    width: 50%;
    left: 40%;
    top: 35vh;
}

	#brancaster2 {
    height: 25%;
    width: 75%;
    left: 28%;
    top: 37%;
    font-size: 1.75vw;
}

	#shippic {
    width: 50%;
    left: 40%;
    top: 32vh;
}
	
	#brancaster3 {
    height: 25%;
    width: 75%;
    left: 28%;
    top: 33%;
    font-size: 1.75vw;
}
	
    #holkhampic {
    width: 50%;
    left: 40%;
    top: 32vh;
}

	#brancaster4 {
    height: 25%;
    width: 75%;
    left: 28%;
    top: 33%;
    font-size: 1.75vw;
}

	#sailorspic {
    width: 50%;
    left: 40%;
    top: 20vh;
}

    .testimonials {
    height: 20%;
    width: 75%;
    left: 28%;
    top: 422%;
    font-size: 2vw;
}

}
/*Phone Portrait Screen Code*/
@media screen and (max-width:428px){

	a:link {
    color: white;
}

    a:visited {
    color: white;
}

	.testimonials {
    height: 20%;
    width: 90%;
    left: 5%;
    top: 303%;
    font-size: 4vw;
}
	
	body {
		overflow: scroll;
	}
	
	#nav{
		display: none;
}
	.logo {
    height: 150%;
    left: 15%;
    top: -30%;
	}
	
	#hamburger_menu {
	position: relative;
    width: 10%;
    left: 45%;
    clear: left;
    float: left;
    font-size: 10vw;
    display: block;
    text-align: center;
    cursor: pointer;
    top: 19vh;
	}
	
	#mobile_dropdown {
    position: absolute;
    width: 100%;
    float: left;
    clear: left;
    height: 10%;
    top: 27vh;
    z-index: 5;
}
	
	.mobile_nav_link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	text-align: center;
	margin-bottom: 1vw;
	cursor: pointer;
	font-family: sans-serif;
    font-size: 10vw;
    line-height: 12vw;
}	

	.title {
    left: 20%;
    top: 29%;
    width:50%;
    font-size: 8vw;
}

/*Local Area*/

	#brancaster {
    height: 40%;
    width: 90%;
    left: 5%;
    top: 18%;
    font-size: 4vw;
}
	
	#brancasterpic {
    width: 90%;
    left: 5%;
    top: 55vh;
}

	#brancaster2 {
    height: 10%;
    width: 90%;
    left: 5%;
    top: 57%;
    font-size: 4vw;
}

	#shippic {
    width: 90%;
    left: 5%;
    top: 68vh;
}
	
	#brancaster3 {
    height: 15%;
    width: 90%;
    left: 5%;
    top: 70%;
    font-size: 4vw;
}
	
#holkhampic {
    width: 90%;
    left: 5%;
    top: 84vh;
}

	#brancaster4 {
    height: 15%;
    width: 90%;
    left: 5%;
    top: 86%;
    font-size: 4vw;
}

	#sailorspic {
    width: 90%;
    left: 5%;
    top: 84vh;
}
}

/*Tablet Landscape Screen Code*/
@media screen and (min-width: 1024px) and (max-width: 1100px){
    
	body {
	overflow: scroll;
	}

	.logo {
    height: 150%;
    left: 3%;
    top: 35%;
    }
    
    #nav{
	   margin-top:75px; 
	}

    .flex-item2{
        font-size:2vw;
    }
    
    .title {
    top: -26%;
    }

    #brancaster {
    height: 25%;
    width: 62%;
    left: 28%;
    top: -22%;
    font-size: 1.75vw;
}
	
	#brancasterpic {
    width: 40%;
    left: 39%;
    top: 25vh;
    
    }

	#brancaster2 {
    height: 25%;
    width: 65%;
    left: 28%;
    top: 26%;
    font-size: 1.75vw;
    }

	#shippic {
    width: 40%;
    left: 39%;
    top: 15vh;
}
	
	#brancaster3 {
    height: 25%;
    width: 65%;
    left: 28%;
    top: 16%;
    font-size: 1.75vw;
}
	
    #holkhampic {
    width: 40%;
    left: 39%;
    top: 11vh;
}

	#brancaster4 {
    height: 25%;
    width: 65%;
    left: 28%;
    top: 12%;
    font-size: 1.75vw;
}

    #sailorspic {
    width: 40%;
    left: 39%;
    top: -2vh;
}

.testimonials {
    height: 25%;
    width: 63%;
    left: 28%;
    top: 278%;
    font-size: 2.25vw;
}
}
/*Tablet Portrait Screen Code*/
@media screen and (min-width:760px) and (max-width: 1000px) and (orientation: portrait){
    
    a:link {
    color: white;
	text-decoration: none;
}

/* visited link */
    a:visited {
    color: white;
	text-decoration: none;
}
    
    #nav{
        display:none;
    }
    
    body {
		overflow: scroll;
	}
    
    .logo {
    height: 150%;
    left: 25%;
    top: -60%;
    }
    
    .title {
    position: absolute;
    left: 40%;
    top: 27%;
    font-size: 4vw;
    width: 38%;
    }
    
    #hamburger_menu {
	position: relative;
    width: 10%;
    left: 45%;
    clear: left;
    float: left;
    font-size: 10vw;
    display: block;
    text-align: center;
    cursor: pointer;
    top: 17vh;
    z-index:5;
	}
	
	#mobile_dropdown {
    position: absolute;
    width: 100%;
    float: left;
    clear: left;
    height: 10%;
    top: 27vh;
    z-index: 5;
}
	
	.mobile_nav_link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	text-align: center;
	margin-bottom: 1vw;
	cursor: pointer;
	font-family: sans-serif;
    font-size: 10vw;
    line-height: 12vw;
}

/*Local Area*/
    #brancaster {
    position: absolute;
    height: 25%;
    width: 80%;
    left: 10%;
    top: 32%;
    font-size: 2.25vw;
    }
	
	#brancasterpic {
    width: 50%;
    left: 25%;
    top: 44vh;
    }

	#brancaster2 {
    height: 10%;
    width: 80%;
    left: 10%;
    top: 45%;
    font-size: 2.25vw;
    }

	#shippic {
    width: 50%;
    left: 25%;
    top: 45vh;
}
	
    #brancaster3 {
    height: 8%;
    width: 80%;
    left: 10%;
    top: 46%;
    font-size: 2.25vw;
}
	
    #holkhampic {
    width: 50%;
    left: 25%;
    top: 53vh;
}

	#brancaster4 {
    height: 5%;
    width: 80%;
    left: 10%;
    top: 54%;
    font-size: 2.25vw;
}

	#sailorspic {
    width: 50%;
    left: 25%;
    top: 57vh;
}

    .testimonials {
    height: 15%;
    width: 80%;
    left: 10%;
    top: 210%;
    font-size: 2.75vw;
}
}