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

  /* Portrait */
@media all and (max-width : 480px)
  and (orientation: portrait) { 
  .content1 {
	padding-left: 2%;
	padding-right: 2%;
  }
}

/* Landscape */
@media all and and (min-width: 481px) and (max-width : 667px)
  and (orientation: landscape) { 
 .content1 {
	padding-left: 2%;
	padding-right: 2%;
  } 
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait */
@media all and (min-width: 668px) and (max-width : 768px)
and (orientation: portrait) 
                                {
.content1 {
	padding-left: 10%;
	padding-right: 10%;
  } 
}

/* Landscape */
@media all and (min-width: 768px) and (max-width : 1024px)
and (orientation: landscape) 
 {
.content1 {
	padding-left: 10%;
	padding-right: 10%;
  } 
}



/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (max-width: 1600px) 
 { 
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (max-dwidth: 1600px) 
  and (min-resolution: 192dpi) { 
}



body {
line-height: 1;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
font-size: 16px;
line-height: 18px;
margin: 0;
padding: 0;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

h1, h2 { 
	color: #B9D17D0;
	text-shadow: 1px 1px #000000;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h3, h4, h6, p {
	margin-top: 0;/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h5 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

ul.nav {
	font-size: 120%;
	font-weight: bold;
	list-style: none; /* this removes the list marker */
	border-top: 0px;  /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 25px; /* this creates the space between the navigation on the content below */
}

ul.nav li {
	border-bottom: 30px  /* this creates the button separation */
}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	text-shadow: .3px .3px #000000;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #B9D17D0;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#B9D17D;
	text-shadow: 1px 1px #000000;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #B9D17D;
	text-shadow: 1px 1px #000000;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-shadow: 1px 1px #000000;
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	max-width: 1200px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 320px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */	
}

 /* Style the video: 100% width and height to cover the entire window */
#water {
    position: fixed;
	right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
	z-index: -1000;
}

.overlay-desc {
	position: relative;
    display: inline-block;
    float: center;
    width: auto;
	height; 20px;
	padding-top: 20px;
}


h5 {
  color: #B9D17D;
  text-shadow: .6px .6px #FFFFFF;
  font-family: 'Skia', sans-serif;
  font-size: 5em;
  line-height: 1;
  text-align: center;
}

hr {
       display: block;
       position: relative;
       padding: 0;
       margin: 0% auto;
       height: 0;
       width: 60%;
	   top: -110px;
       max-height: 1;
       font-size: 1px;
       line-height: 1;
       clear: both;
       border: 0;
       border-top: 2px solid #B9D17D;
       border-bottom: 2px solid #B9D17D;
    }
	
		
.navbar {
	float: left;
	width: 20%;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
}

.video {
    position: relative;
    padding-bottom: 56.25%; /*16:9*/
    padding-top: 30px;
	top: 0px;
	height: 0;
    overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0px;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	height: 100%;
	width: 100%;
	max-width:1270px;
	max-height:670px;
}

.backbutton  {
	position:absolute;
    margin-top: 5px;
    left: 60px;
	bottom:15%;
    transform: translate(-50%, 100%);	 
}

.content1 {
	text-align:center;
	text-shadow: .5px .5px #000000;
	float: left;
	padding-top: 0px;
	padding-left: 16%;
	padding-right: 16%;
	padding-bottom: 0px;
}

.videoclipsheader {
	text-align:center;
	text-shadow: .5px .5px #000000;
	float: left;
	padding-top: 85px;
	padding-left: 16%;
	padding-right: 16%;
	padding-bottom: 0px;
}

.AFewClips  {
	text-align:center;
	text-shadow: .5px .5px #000000;
	float: center;
	padding-top: 50px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 0px;
}

.aboutus {
	text-align:center;
	text-shadow: .5px .5px #000000;
	float: left;
	padding-top: 60px;
	padding-left: 16%;
	padding-right: 16%;
	padding-bottom: 0px;
}

.contactus {
	text-align:center;
	text-shadow: .5px .5px #000000;
	float: left;
	padding-top: 80px;
	padding-left: 25%;
	padding-right: 25%;
	padding-bottom: 0px;
}

.clients {
	text-align:center;
	text-shadow: .5px .5px #000000;
	float: left;
	padding-top: 0px;
	padding-left: 16%;
	padding-right: 16%;
	padding-bottom: 20px;
}


p {
  text-align: justify;
}

H1, H2  {
	text-align: center;
}

.row {
  width: 100%;
  text-align: center;
}

/* Create equal columns that floats next to each other */
.column {
    float: center;
    width: 18%;
	min-width: 338px;
	display:inline-block;
    padding-top: 12px;
	padding-bottom: 30px;  
}

/* Create equal columns that floats next to each other */
.columnportfolio {
    float: center;
    width: 18%;
	min-width: 338px;
	display:inline-block;
    padding-top: 44px;
	padding-bottom: 0px;  
}

/* Create equal columns that floats next to each other */
.columnclients {
    float: left;
    width: 23.2%;
    padding-top: 60px;
	padding-left: 22%;
	padding-right: 0%;
	padding-bottom: 30px;  
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

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

/* ~~ The footer ~~ */
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}


.footer {
  position: fixed;
  color:#B9D17D;
  bottom: 0;
  left: 0;
  height: 15px;
  padding: .3rem;
  width: 100%;
}

