@charset "UTF-8";

.container {
	width: 100vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: none;
	margin-right: 0;
}

.container_imageless {
	width: 100vw;
}

.photos {
	width:90%; 
	margin: 0px auto; 
	text-align: center;
	margin-left: 100px;	
	transition: .3s ease;
}

table {
	margin-left: 25px;
}

/* Headshot styling */

.headshots {
	clear: all;
	float: left;
	transition: .3s ease;
	margin-left: 50px;
}

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

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

/*Thumbnail styles */

.thumbnails {
	clear: both;
	margin: 0 -15px 0 100px;
	transition: .3s ease;
}

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

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

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

.gallery_title {
	text-align: left;
	padding-left: 100px;
}

img {
	vertical-align: top;
	width: 100%;
}

.photos.toggle {
	margin-left: 250px;
	transition: .3s ease;
}

.video {
	width: 75vw;
	margin: 0;
	padding: 50px 0 0 100px;
	transition: .3s ease;
}

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

.films {
	margin-left: 25px;
}

li.filmlist {
	width: 70vw;
	height: auto;
	float: left;
	text-align: center;
	padding: 0;
}

.content {
	width: 65vw;
	background-color: #000;
	margin-bottom: 100px;
}

.content p {
	margin-left: -50px;
}

#top-nav {
	width: 75vw;
}

#hr {
	max-width: 70vw;
}

.form-container {
	max-width: 65vw;
}

.form-container h1 {
	font-size: 22px;
}
input[type=email], input[type=text] {
	width: 270px;
}

.textarea {
	width: 270px;
}

.nav-tn a {
	float: left;
	width: 100%;
	height: auto;
}

.id-wrapper {
	max-width: 75vw;
}

.contact-page {
	margin-left: -50px;
}

/* generic video wrapper on phones */
.videowrapper {
  margin-left: 0;
}

/* --- Demo page video layout overrides (phone) --- */
#demoreel.videowrapper,
#accountant2.videowrapper,
#kingstown.videowrapper {
  position: static;
  padding-bottom: 0;
  margin: 20px auto 40px;
  max-width: 100vw;
}

/* center video container */
#demoreel .demo,
#accountant2 .demo,
#kingstown .demo {
  max-width: 100%;
  margin: 0 auto;
}

/* responsive video */
#demoreel.videowrapper video,
#accountant2.videowrapper video,
#kingstown.videowrapper video {
  position: static;
  width: 100%;
  height: auto;
  display: block;
}


.resume_downloads_decoration {
	margin-left: 50px;
}

.nav-tn {
	margin-left: -50px;
	padding-right: 50px;
}

/* Demo Styling */

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

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

.demo a {
	float: left;
	width: 100%;
	padding-right: 25px;
	box-sizing: border-box;
	margin-bottom: 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;
}


