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

body{
	background-color: #111111;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: relative;
	overflow-y: scroll;
	height: auto;
}
container{
	margin-top:0;
}

a{
	color:#ffffff;
}
a:hover{
	color: #e3b719;
	text-decoration: none;
}

.main-logo{
	margin-bottom: 40px;
}

/* NAV BAR */
nav{
	background-color: #111111;
	font-weight: 700;
}
.nav-logo{
	width: 50px;
	height: auto;
	margin-right: 15px;
}

.logo-hide {
   opacity: 100;
  }

 .navbar-nav.navbar-center { 
            position: relative; 
	 margin: auto;
        } 



@media screen and (min-width: 400px) {
  .logo-hide {
   opacity: 100;
  }
	.nav-logo-collapse{
		opacity: 0;
	}
}


@media screen and (min-width: 800px) {
   .logo-hide {
   opacity: 0;
  }
	.nav-logo-collapse{
		opacity: 100;
	}
}

/* JUMBOTRON */

.jumbotron{
	background-color: #111111;
}

/* SECTIONS */
section{
	padding-bottom: 50px;
	border-top: #e3b719 solid 55px;
}
section.yellow{
	background-color: #e3b719;
	color: #111111;
	border-top: #111111 solid 55px;
}
.subReel{
	border-top: #e3b719 solid 55px !important;
		padding-top:30px;

}
hr.separator-black{
	border-top: 3px solid #111111;
	width: 200px;
	margin-left: 0px;
}
hr.separator-yellow{
	border-top: 3px solid #e3b719;
	width: 200px;
	margin-left: 0px;
}

footer{
	font-size: 12px;
}

.footer-logo{
	margin-bottom: 10px;
}
/* TYPOGRAPHY */
h1{
	text-align: center;
	font-size: 64px;
	font-weight: 800;
	letter-spacing: -2px;
}
h2{
	text-align: left;
	font-size: 64px;
	font-weight: 800;
	letter-spacing: -2px;
}
h3{
	text-align: left;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -1px;
}
h4{
	font-size: 18px;
	font-weight: 600;
}

h5{
	font-weight: 800;
	font-size: 18px;
	margin-top: 30px;
}

span.yellow{
	color: #e3b719;
}
span.white{
	color: #ffffff;
}
/* RESUME */
.resume-container hr{
	border-top: 1px solid #111111;
}

@media screen and (min-width: 800px) {
   hr.hide-rule {
   display: none;
  }
	
}

.icon{
	width:10px;
	height: auto;
	margin-right: 5px;
	top:-3.5px;
	position: relative;
}
#resume ul{
	margin-left:0px;
	list-style-image: url('../images/plus-sign.png');
	padding-left: 18px;
}
#resume li{
	margin-bottom:5px;
}
#resume h4{
	margin-bottom: 0px;
}
.resume-inner{
	padding-left: 15px;
}

/* DEMO REEL */
.img-breakdown{
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

/* IMAGE GALLERY */
* {
  box-sizing: border-box;
}


.portfolio-row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.portfolio-row,
.portfolio-row > .column {
  padding: 10px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.portfolio-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
	color: #ffffff;
	font-weight: 800;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  color: #e3b719;
	font-weight: 800;
}
#myBtnContainer{
	text-align: left;
	margin-top: 40px;
}

.thumbnail{
	
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 100px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	opacity: 0.6;
}

.fresco-thumbnail{
	width: 100%;
	height: auto;
}

.fresco-thumbnail:hover{
	 opacity: 0.6;
}

@media only screen and (max-width:600px){
	h3{
	font-size: 30px;
	
}
}
