/* http://meyerweb.com/eric/tools/css/reset/ 2. v2.0 | 20110126
  License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-position: inside;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* =============================================================================
  VIDEO
============================================================================= */

.video {
  position: fixed;
  top: 50%; left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
/*
  ========================================
  Clearfix
  ========================================
*/
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  clear: both;
  *zoom: 1;
}

/*
  ========================================
  Typography
  ========================================
*/

h1, h3, h4, h5, p {
  margin-bottom: 16px;
}
h1, h2, h3, h4 {
  -color: #25322f;
  color: black;
}
h1 {
  font-size: 35px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
h2 {
  font-size: 22px;
  line-height: 42px;
}
h3 {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 32px;
}
h4 {
 	font-size: 14px;
	font-weight: 400;
  letter-spacing: .5px;

}
h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  text-shadow: 2px 2px #000000;
}
h6 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .5px;
}
p {
	font-size: 15px;
}
strong {
  font-weight: 400;
}
cite, em {
  font-style: italic;
}
/* =============================================================================
  CONTENT
============================================================================= */
.footer {
     position: fixed;
     width:100%;
   left: 0;
   bottom: 0;
}

.content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.container {
  height: 100%;
  background: linear-gradient(rgb(128,128,128, 0.4), rgb(255,255,255, 0.6));
}
.prime .container { 
  height: 89%;
}
body {
  font: 300 16px/22px "Trocchi", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  
}
.prime {
    background: url(iStock-504417918.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
 /*   background: url(Shoal.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  background-size: 100% 90%;
}

/*
  ========================================
  Links
  ========================================
*/

a:hover {
  color: #a9b2b9;
}
a {
  -color: #648880;
  color: black;
  text-decoration: none;
  vertical-align: bottom;
  
}
p a {
	border-bottom: 1px solid #dfe2e5;
}
/* =============================================================================
	NAV
============================================================================= */
.primary-nav {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.nav {
	text-align: center;
	vertical-align: bottom;
}
.nav li {
	display: inline-block;
	margin: 0 10px;
	height: 100%;
	text-transform: uppercase;
}
.nav li:last-child {
	margin-right: 0;
}
.nav a{
	display: block;
	height: 32px;
}
.nav ul{
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
.social{
	float: right;
	height:32px;
	width:10%;
	padding-right: 5px;
}
.logo img {
  width: auto;
  height: 74px;
}
.logo {
  max-width: 20%;
  max-height: 20%;
}
.profile img {
  max-height: 440px;
  max-width:  330px;
}

 /* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
} 

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 
/* =============================================================================
	HEADER
============================================================================= */
.primary-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  -background: #859399;
  border-radius: 4px;
  -border-top: 3px solid #648880;
  -border-bottom: 3px solid #648880;
  border-top: 3px solid gray;
  border-bottom: 3px solid gray;
  width: 100%;
  height: 60px;
}
.primary-footer {
	bottom: 0;
  width: 100%;
  margin: auto;
	min-height: 20px;
	vertical-align: Bottom;
	z-index: 2;
	
}
@media screen and (max-width: 500px) {
/* applies only if the screen is narrower than 500px */
  #primary-header, #primary-footer {
    position: static
  }
}
ul {
   list-style-position: inside;
}

/* =============================================================================
	BODY
============================================================================= */
.wrapper-prime {
	width: 100%;
	margin: 0 auto;
}
.wrapper {
	width: 85%;
	margin: 0 auto;
	height: 100%;
	background-color: rgba(50, 74, 87, 0.22);
	border-right: solid gray 2px;
	overflow-y: scroll;
	border-left: solid gray 2px;
}
.prime {
  background-color: transparent;
}
.grid {
  padding-top: 12px;
  margin: 0 auto;
  position: relative;
  min-height: 400px;
  z-index: 1;
}

.col-1-3 {
  width: 30%;
}
.col-2-3 {
  width: 60%;
  height: 60%;
}
.col-1-2 {
  width: 49%;
}
.col-1-3,
.col-2-3 {
  display: inline-block;
  vertical-align: top;
}
.grid,
.col-1-2,
.col-1-3,
.col-2-3 {
	  -display: relative;
  vertical-align: top;
   position: relative;
  text-align: center;
  

}
.col-1-2 p, h3 {
	padding-left: 10px;
}
.hero-prime {
	font-size: 46px;
	line-height: 44px;
	padding: 80px 80px 0px 80px;
	text-align: center;
	color: black;
	text-shadow: 2px 2px black;
	font-weight: 400;
}
.hero-prime h1 {
	color: white;
	text-transform: capitalize;
}
.hero {
	font-size: 44px;
	line-height: 42px;
	padding: 80px 40px 15px 40px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	background: #FFF;
}
.hero h1 {
	-color: #648880;
	color: rgba(50, 74, 87, 0.52);
	
}
.hero h5{
  color: rgba(50, 74, 87, 0.52);
	  margin-top: 20px;
}
.grid2 {
	background: #fff;
	position: relative;
	max-width: 75%;
	height:90%;
	padding: 10px 50px 10px 50px;
	text-align: center;
	margin: auto;
	-border-top: 3px solid #648880;
	
}
.grid-footer {
	background: #fff;
	-background: #859399;
	position: relative;
	max-height: 100px;
	min-width: 300px;
	padding: 10px 100px 0px 100px;
	text-align: center;
	-border-top: 3px solid #648880;
	border-top: 3px solid gray;
}
.grid4 h3 {
	text-align: left;
	padding-left: 0px;
}
.grid4 p {
	font-weight: 400;
}
small {
	font-size: 10px;

}
.mid {
  position: inline-block;
  text-align: center;
}
.right {
float: right;
position: inline;
text-align: middle;
}
.left {
float: left;
position: inline;
text-align: left;
}
.left-text {
	text-align: left;
}


.grid3 {
	background: #FFF;
	position: relative;
	z-index: 1;
	height: 70px;
	padding: 5px 100px 10px 100px;
	text-align: center;
	-border-top: 3px solid #648880;
	border-top: 3px solid gray;
}
.grid4 {
	background: #fff;
	position: relative;
	margin: 0 auto;
	max-width: 75%;
	padding: 10px 50px 10px 50px;
	text-align: center;
}
.col-left {
	float: left;
	min-height: 150px;
	border-right: 2px dotted black;
	text-align: left;

}
.col-right {
	float: right;
	min-height: 150px;
	-border-left: 2px dotted black;
	text-align: left;

}
.circle li{
	list-style: disc;
	list-style-position: outside;
	font-weight: 200;
	text-align: left;
}
.coloured {
	background: #859399;
	border-radius: 25px;
}
.border-top {
	-border-top: solid #648880;
	border-top: solid gray;
	height: 0.1px;
}

/*======================
ACCORDION BUTTONS (W3Schools)
======================*/
.accordion {
    background-color: rgba(50, 74, 87, 0.22);
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
.active, .accordion:hover {
    background: #859399;
}
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}