@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  background-color: #000;
}

.container {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-position: right;
  background-image: url("../img/headshots/Tourek-1.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.container_imageless {
  background-image: none;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  background: #262626;
  width: 250px;
  transition: 0.3s ease;
}

.active {
  left: 0;
}

ul {
  margin: 0;
  padding: 20px 0;
}

ul li {
  list-style: none;
}

ul li a {
  padding: 10px 20px;
  color: #fff;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

ul li a:hover {
  background-color: #abc8d3;
  color: #000;
}

h4.credits a {
  color: #abc8d3;
  text-decoration: none;
}

h4.credits a:hover {
  color: #d3c0ab;
  text-decoration: underline;
}

.sidebarBtn {
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  cursor: pointer;
  background: #000;
  border: none;
  outline: none;
}

.sidebarBtn span {
  display: block;
  width: 35px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 24px;
  transition: 0.3s;
}

.sidebarBtn span:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}

.sidebarBtn span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}

.sidebarBtn.toggle span {
  background: transparent;
}

.sidebarBtn.toggle span:before {
  top: 0;
  transform: rotate(45deg);
}

.sidebarBtn.toggle span:after {
  top: 0;
  transform: rotate(-45deg);
}

/* Content Styles */

.content {
  width: 60%;
  color: #fff;
  margin-left: 100px;
  transition: 0.3s ease;
  overflow-y: visible;
  float: left;
  padding-bottom: 50px;
  background-color: rgba(10%, 10%, 10%, 0.3);
}

.content-black {
  width: 50%;
  color: #fff;
  margin-left: 100px;
  transition: 0.3s ease;
  overflow-y: visible;
  float: left;
  padding-bottom: 50px;
  background-color: #000;
}

.content.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

.content-black.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}

.fname {
  color: #e8f9ff;
}

.lname {
  color: #abc8d3;
}

.sag {
  color: #d3c0ab;
}

/* Headshot styling */

.headshots {
  float: left;
  transition: 0.3s ease;
  margin-left: 100px;
}

.headshots.toggle {
  margin-left: 350px;
  transform: 0.3s ease;
}

.headshots a {
  float: left;
  width: 33%;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 25px;
}

/* Video styles */

.video {
  margin: 0;
  padding: 15px 150px 100px 300px;
  transition: 0.3s ease;
}

.video.toggle {
  padding: 175px 5% 5% 0%;
  margin-left: 350px;
  transition: 0.3s ease;
}

.videowrapper {
  clear: both;
  position: relative;
  padding-bottom: 50%;
}
.videowrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- Demo page video layout overrides --- */

#demoreel.videowrapper,
#accountant2.videowrapper,
#kingstown.videowrapper {
  position: static;        /* no absolute layout */
  padding-bottom: 0;       /* remove 50% aspect-ratio hack */
  margin: 40px 150px 80px 300px;  /* pull content out from behind sidebar */
}

/* center the video and keep it responsive-ish */
#demoreel .demo,
#accountant2 .demo,
#kingstown .demo {
  max-width: auto;
  margin: 0 auto;
}

/* make the video a normal block element */
#demoreel.videowrapper video,
#accountant2.videowrapper video,
#kingstown.videowrapper video {
  position: static;
  width: 100%;
  height: auto;
  display: block;
}

.resume_downloads {
  clear: both;
  margin-left: 100px;
  transition: 0.3s ease;
}

.resume_downloads.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

.resume_downloads a {
  text-decoration: none;
  color: #fff;
}

.resume_downloads a:hover {
  text-decoration: underline;
  color: #abc8d3;
}

.resume_downloads_decoration {
  clear: both;
  margin-left: 40%;
  transition: 0.3s ease;
}

.resume_downloads_decoration.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

.resume_downloads_decoration a {
  text-decoration: underline;
  color: #fff;
}

.resume_downloads_decoration a:hover {
  text-decoration: underline;
  color: #abc8d3;
}

table {
  color: #000;
  clear: both;
  width: 85vw;
  background-color: #fff;
  margin: 50px 50px 0px 100px;
  border: 1px solid rgba(96, 124, 134, 1);
  transition: 0.3s ease;
}

table.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

table caption {
  color: #fff;
  height: 50px;
  font-size: 40px;
  text-align: left;
  background-color: #607c86;
  padding-left: 5px;
}

.table-right {
  text-align: right;
}

td {
  width: 33%;
}

/* Film Here*/

.films {
  clear: both;
  margin-left: 100px;
  transition: 0.3s ease;
}

.films.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

ul.filmorder {
  display: inline-block;
  width: 100%;
}

li.filmlist {
  text-decoration: none;
  margin: 10px 0px 50px;
  padding: 0 5% 0 0;
  width: 500px;
  height: 300px;
  float: left;
  text-align: center;
}

h3 {
  color: #607c86;
  margin: 0;
  padding: 0;
  text-align: center;
}

h3.about {
  text-align: left;
  color: #fff;
  margin-top: 25px;
}

h4.title {
  margin: 0;
  padding: 0;
  color: #e8f9ff;
}

h4.title a {
  color: #866d52;
}

h4.title_aless {
  height: 15px;
  color: #e8f9ff;
}

h4.title a:hover {
  text-decoration: underline;
  background-color: #000;
  color: #e8f9ff;
}

h5 {
  color: #e8f9ff;
  margin: 0;
  padding: 0;
}

.film-tn {
  width: 300px;
  height: auto;
}

/* Gallery navigation styles */

#top-nav {
  clear: both;
  width: 490px;
  margin-left: 100px;
  transition: 0.3s ease;
}

#top-nav.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

#top-nav a {
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
}

#top-nav-gallery {
  clear: both;
  margin-left: 100px;
  transition: 0.3s ease;
}

#top-nav-gallery.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

#top-nav-gallery a {
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
}

.nav-tn:hover img {
  opacity: 0.6;
  transform: scale(0.92);
}

.nav-tn img:hover {
  opacity: 1;
  transform: scale(1);
}

.nav-tn a {
  float: left;
  width: 33%;
  height: auto;
  box-sizing: border-box;
}

#top-nav h3 {
  color: #e8f9ff;
}

.gallery-tn {
  border: 2px solid #e8f9ff;
}

.gallery-demo {
  border: 2px solid #e8f9ff;
  width: 640px;
  height: auto;
  max-width: 100%;   /* keeps thumbnails responsive on small screens */
  display: block;
  margin: 0 auto;    /* centers the image if needed */
}

/* Animating the gallery links here 

.box1 {
	position: relative;
	animation: mymove 5s;
}

@keyframes mymove {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.box2 {
	position: relative;
	animation: mymove 10s;
}

@keyframes mymove {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.box3 {
	position: relative;
	animation: mymove 15s;
}

@keyframes mymove {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.box4 {
	position: relative;
	animation: mymove 20s;
}

@keyframes mymove {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.box5 {
	position: relative;
	animation: mymove 20s;
}

@keyframes mymove {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.box6 {
	position: relative;
	animation: mymove 20s;
}

@keyframes mymove {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.box7 {
	position: relative;
	animation: mymove 20s;
}

@keyframes mymove {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.box8 {
	position: relative;
	animation: mymove 20s;
}

@keyframes mymove {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

*/

/*Photo gallery here*/

.background {
  background-color: #866d52;
}

.gallery_title {
  clear: both;
  width: 100%;
  transition: 0.3s ease;
  font-size: 35px;
  text-align: center;
  padding: 0 0 15px 0;
}

.gallery_title.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

a.title {
  text-decoration: none;
  color: #abc8d3;
}

a.title:hover {
  text-decoration: underline;
  color: #e8f9ff;
}

#ozark {
  display: none;
  float: right;
}

#ocp {
  display: none;
  float: right;
}

#lady {
  display: none;
  float: right;
}

#hell {
  display: none;
  float: right;
}

#doom {
  display: none;
  float: right;
}

#high {
  display: none;
  float: right;
}

#outsiders {
  display: none;
  float: right;
}

#resurrection {
  display: none;
  float: right;
}

#utd {
  display: none;
  float: right;
}

#banshee {
  display: none;
  float: right;
}

#hollers {
  display: none;
  float: right;
}

#dockery {
  display: none;
  float: right;
}

#lid {
  display: none;
  float: right;
}

#demoreel {
  display: none;
}

#accountant2 {
  display: none;
}

#kingstown {
  display: none;
}


/* Thumbnail styles */

.thumbnails {
  clear: both;
  margin: 0 -15px 0 100px;
  width: 95%;
  transition: 0.3s ease;
}

.thumbnails.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

.thumbnails a {
  float: left;
  width: 33%;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.thumbnails a:hover {
  transform: scale(1.05);
}

.thumbnails:hover img {
  opacity: 0.5;
}

.thumbnails img:hover {
  opacity: 1;
}

.thumbnails img {
  display: block;
  width: 100%;
  height: auto;
}

.headshots img {
  max-width: 100%;
  height: auto;
}

.utd img {
  height: 300px;
}

.lid img {
  height: 400px;
}

.demoreel img {
  height: 400px;
}

ul.ul_photos {
  display: inline-block;
  width: 100%;
}

li.photolist {
  text-decoration: none;
  width: 500px;
  float: left;
  padding: 10px 20px 10px 0;
}

.notification-bar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: white;
  text-align: center;
  padding: 20px;
}

.notification-bar a {
  color: #fc3;
}

/*Contact page here*/

.form-container {
  float: left;
  clear: both;
  margin-left: 100px;
  transition: 0.3s ease;
  margin-bottom: 50px;
}

.form-container.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

.contact-form h1 {
  color: #fff;
  width: 53%;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.contact-form h2 {
  color: #d3c0ab;
  width: 53%;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.contact-form h3 {
  color: #abc8d3;
  width: 53%;
  text-align: center;
  font-family: "Lato", sans-serif;
  padding-bottom: 15px;
}

.contact-form h3.fix {
  color: #fff;
  padding-bottom: 0;
}

.contact-form a {
  text-decoration: none;
  color: #abc8d3;
}

.contact-form a:hover {
  text-decoration: underline;
  color: #607c86;
}

#hr {
  clear: both;
  float: left;
  width: 490px;
  margin-left: 100px;
  display: none;
  transition: 0.3s ease;
}

#hr.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

/* Input Styles */

.form {
  width: 50%;
  padding: 15px;
  background: #e8f9ff;
  border: 1px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 25px;
  color: #000 !important;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.form:hover {
  border: 1px solid #607c86;
}

.form:focus {
  color: #607c86;
  outline: none;
  border: 1px solid #8bc3a3;
}

.textarea {
  height: 200px;
  max-height: 200px;
  max-width: 100%;
}

/* Generic Button Styles */

.button {
  padding: 8px 12px;
  background: #0a5175;
  display: block;
  width: 120px;
  margin: 10px 0 0px 0;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-size: 0.8em;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

/* Send Button Styles */

.form-btn {
  width: 180px;
  display: block;
  height: auto;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  background: #607c86;
  border: none;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.form-btn:hover {
  background: #866d52;
  color: white;
  border: none;
}

.form-btn:active {
  opacity: 0.9;
}

input {
  position: relative;
  z-index: 9999;
}

/* Styles to hide forms until called */

#southeastern {
  display: none;
}

#newyork {
  display: none;
}

#direct {
  display: none;
}

/* Thank you page Styles */

.thanks {
  float: left;
  clear: both;
  margin-left: 100px;
  transition: 0.3s ease;
}

.thanks.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
}

.thanks h3 {
  color: #e8f9ff;
  text-align: left;
}

/* Styles for the gallery header */

.gallery-header {
    clear: both;
    padding-top: 20px;   /* optional spacing */
    text-align: center;  /* keep your centered text */
}

.gallery-header h4 {
  color: #e8f9ff;
  font-style: italic;
  font-family: serif;
}

.contact-south {
  color: #abc8d3;
  clear: left;
  padding-left: 100px;
  width: 500px;
  transition: 0.3s ease;
}

.contact-south h3 {
  text-align: left;
  padding-top: 10px;
}

.contact-south h3 a {
  color: #d3c0ab;
  padding-top: 10px;
}

.contact-south a {
  text-decoration: none;
  color: #e8f9ff;
}

.contact-south a:hover {
  text-decoration: underline;
}

.contact-south.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
  padding: 0;
}

.contact-north {
  color: #abc8d3;
  clear: left;
  padding: 50px 0 0 100px;
  width: 500px;
  transition: 0.3s ease;
}

.contact-north h3 {
  text-align: left;
  padding-top: 10px;
}

.contact-north h3 a {
  color: #d3c0ab;
  padding-top: 10px;
}

.contact-north a {
  text-decoration: none;
  color: #e8f9ff;
}

.contact-north a:hover {
  text-decoration: underline;
}

.contact-north.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
  padding: 50px 0 0 0;
}
.contact-direct {
  color: #abc8d3;
  padding: 50px 0 0 100px;
  transition: 0.3s ease;
  margin-bottom: 350px;
}

.contact-direct.toggle {
  margin-left: 350px;
  transition: 0.3s ease;
  padding: 50px 0 0 0px;
}

.contact-direct a {
  text-decoration: none;
  color: #e8f9ff;
}

.contact-direct a:hover {
  text-decoration: underline;
}
.links {
  padding-top: 10px;
}

.contact-links {
  background-color: rgba(0, 0, 0, 0);
}

.kolker {
  color: #e8f9ff;
}

/* Demo Styling */

/*.demo {
	float: left;
	transition: .3s ease;
	margin-left: 100px;
}

.demo.toggle {
	margin-left: 350px;
	transform: .3s ease;
}

.demo a {
	float: left;
	width: 50%;
	padding-right: 25px;
	box-sizing: border-box;
	margin-bottom: 25px;
}*/

.demo-links {
  clear: both;
  margin: 0 0 0 550px;
  padding-bottom: 0;
}

.demo-links p {
  font-size: 26px;
}

.demo-links a {
  text-decoration: none;
  color: #abc8d3;
}

.demo-links a:hover {
  color: #e8f9ff;
}

.demo {
  margin: 0 0 25px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.class-png img {
  width: 70vw;
}
