body {
  margin: 0 auto;
  padding: 0;
}

h1 {
font-family: 'Playfair Display', serif;
}

h2, h3, h4, h5, p, ul li  {
  font-family: 'Josefin Sans', sans-serif;
}

ul li {
  line-height: 2;
}

.header-right ul {
  margin-top: 11px!important;
}

/* QUOTE SLIDER ON CONSULTANT PAGE
===========================================*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding-top: 330px;
}

/* Caption text */
.text {
  background: #f5f5f5;
  color: black;
  padding: 20px;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.text h5 {
  line-height: 1.5;
  font-size: 22px;
  font-weight: 400;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-dot {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


.consulting-columns {
  display: flex;
  flex-wrap: wrap;
}

.consulting-left-column, .consulting-right-column {
  width: 50%;
}



/* WHITE HEADER TEXT ON BLACK BACKGROUND
==========================================*/


header, header.front {
  background-color: black;
  color: white;
  position: relative;
  z-index: 4;
  padding: 20px 30px 50px 30px;
}

header.front {
  background-color: rgba(255, 255, 255, 0.0)!important;
}

header .header-left, header.front .header-left {
  float: left;
}

header .header-right, header.front .header-right {
  float: right;
}

header h1, header.front h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

header h1 a, header.front h1 a {
  color: white;
  text-decoration: none;
}

header h1 a:hover, header.front h1 a:hover {
  color: lightgray;
}

header ul, header.front ul {
  display: block;
  float: right;
}

header ul li, header.front ul li{
  display: inline;
  padding-right: 15px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
}

header ul li a, header.front ul li a {
  color: white;
  text-decoration: none;
}

header ul li a:hover, header.front ul li a:hover {
  color: lightgray;
}

/*HOMEPAGE & VIDEO
===================*/

.black-overlay {
position: absolute;
 top: 0;
 left: 0;
 width: 100vw;
 height: 100vh;
 background-color: rgba(0,0,0,.8);
 z-index: 1;
}
video {
  margin-bottom: 35px;
}
#myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}


.main-text {
  position: relative;
  padding-top: 20vh;
  color: white;
  z-index: 3;
}
.main-text h1 {
  font-style: italic;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 25px;
}

.main-text h2 {
  font-size: 80px;
  text-transform: uppercase;
  margin:0;
  padding-bottom: 15px;
}

.main-text h3 {
  font-size: 15px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}
.main-text ul {
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.main-text ul li {
  display: inline;
  text-decoration: none;
}

ul.awards {
  margin-top: 30px;
}

ul.awards li {
  padding-right: 20px;
}

/* ABOUT PAGE
==================================*/

.about-page {
  margin: 0;
}

.quote, .quote-consulting {
  color: white;
  padding: 60px 10% 47px 10%;
  background-color: black;
  background-repeat: no-repeat;
  background-position: right;
}

.quote {
    background-image: url('images/sandra1-bw.jpg');
}

.quote-consulting {
  background-image: url('images/sandra_consulting.jpeg');
}

.quote h1, .quote-consulting h1 {
  font-size: 40px;
  font-weight: 300;
  margin-right: 30%;
}


.quote h2, .quote-consulting h2 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 7px;
  color: lightgray;
  font-weight: 300;
}

.quote-consulting h3 {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 4px;
  color: white;
  font-weight: 300;
  line-height: 2;
}

.page-text {
  clear: both;
  margin: 90px 10% 90px 10%;
  height: 100%;
}

.page-text p {
  line-height: 2;
}

.page-text h2 {
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 3px;
    margin-top: 0;
}


.page-text-left {
  float: left;
  width: 30%;
  text-align: right;
}

.page-text-right {
  float: right;
  width: 65%;
}

.page-text:after {
  content: "";
  display: table;
  clear: both;
}

footer {
  clear: both;
  padding: 0;
  width: 100%;
}

footer .top-footer {
  height: 100%!important;
  background-color: #1c1c1c;
  padding: 30px 10% 30px 10%;
}

footer .top-footer:after {
content: "";
display: table;
clear: both;
}

footer .top-footer-left {
  display: inline-block;
  float: left;
  width: 32.5%;
  height: 100%;
}

footer .top-footer-middle {
  display: inline-block;
  float: left;
  width: 32.5%;
  height: 100%;
}

footer .top-footer-right {
  display: inline-block;
  float: right;
  width: 32.5%;
  height: 100%;
  top: auto;
}

footer .top-footer-left, footer .top-footer-middle, footer .top-footer-right {
  color: white;
}

footer .top-footer-left h2, footer .top-footer-middle h2, footer .top-footer-right h2 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}

footer .top-footer-left p, footer .top-footer-middle p, footer .top-footer-right p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

footer .top-footer-left p a, footer .top-footer-middle p a, footer .top-footer-right p a {
  color: white;
  text-decoration: none;
}

footer .top-footer-left p a:hover, footer .top-footer-middle p a:hover, footer .top-footer-right p a:hover {
  color: lightgray;
}

footer .bottom-footer {
  height: 100%;
  background-color: black;
  padding: 10px;
  margin: 0;
  clear: both;
}

footer .bottom-footer p {
  color: white;
  font-size: 15px;
  font-weight: 300;
}

footer .bottom-footer p a {
  color: lightgray;
}

footer .bottom-footer p a:hover {
  color: gray;
}

input[type=email], input[type=submit] {
  padding: 8px 10px;
  text-decoration: none;
  margin: 4px 2px;
  font-family: 'Josefin Sans', sans-serif;
  cursor: pointer;
}

/* BLACK TEXT HEADER
======================*/
.black-header {
    background-color: white;
    color: black;
    position: relative;
    padding: 20px 30px 50px 30px;
  }

.black-header-left {
    float: left;
  }

.black-header-right {
    float: right;
  }

  .black-header h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 7px;
  }

  .black-header h1 a {
    color: black;
    text-decoration: none;
  }

  .black-header h1 a:hover {
    color: lightgray;
  }

  .black-header ul {
    display: block;
    float: right;
  }

  .black-header ul li {
    display: inline;
    padding-right: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .black-header ul li a {
    color: black;
    text-decoration: none;
  }

  .black-header ul li a:hover {
    color: lightgray;
  }


/* SCREENPLAY PAGES
======================*/

.portfolio-list {
  clear: both;
  margin-top: 90px;
  margin-bottom: 50px;
}

.portfolio-list ul li {
  display: inline;
  padding: 0px 15px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight:normal;
}

.portfolio-list ul li a {
  text-decoration: none;
  color: black;
}

.portfolio-list ul li a:hover {
  border-bottom: 3px solid black;
  padding-bottom: 5px;
}

span.underline {
  border-bottom: 3px solid black;
  padding-bottom: 5px;
}

.screenplay-intro {
  background-color: #f6f6f6;
  margin: 5px 5px 55px 10px;
  padding: 20px;
  height: 100%;
}
.screenplay-intro h2 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
}
.screenplay-intro p {
  font-size: 20px;
  line-height: 1.5;
  color: #3d3d3d;
}

.screenplay-intro:after {
  content: "";
  display: table;
  clear: both;
}

.screenplay-intro-left {
  display: inline-block;
  float: left;
  width: 78%;
}

.screenplay-intro-left h2 {
  line-height: 2;
}

.screenplay-intro-right {
  display: inline-inline-block;
  float: right;
  width: 20%;
}

/* SCREENPLAY PORTFOLIO CARDS
=================================*/
.page {
  padding: 0 10%;
}


.column {
  float: left;
  width: 31.5%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container p {
  line-height: 1.5;
}

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

.title {
  color: grey;
}

.button {
  border: 1px solid rgba(170,170,170,.8);
  outline: 0;
  display: inline-block;
  padding: 18px 8px;
  color: black;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.button:hover {
  background-color: black;
  color: white;
}

.row {
  padding-bottom: 30px;
}

button.purchase {
  padding: 15px 55px;
  border: 1px solid darkgray;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
}

button.purchase:hover {
  background-color: black;
  color: white;
  cursor:pointer;
}

/* NOW HIRING DVD PAGE
=============================================*/
video.nowHiring {
  margin: 0px 10% 40px 10%;
  max-width: 800px;
}

/* PHOTOGRAPHY SLIDER
=============================================*/
.table > .bucket {
  padding: 0 8px;
}

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

.table {
  padding: 10%;
}

/* Create four equal columns that floats next to eachother */
.bucket {
  float: left;
  width: 22%;
  margin-bottom: 50px;
}

.bucket:hover {
  cursor: pointer;
}

/* 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: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

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

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  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: black/*#f2f2f2*/;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family: 'Josefin Sans', sans-serif;
}

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

img.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);
}

/* INDIVIDUAL PAGE HEADER TITLES
=================================*/

.page-header {
  margin: 20px 0px 0px 0px;
  padding: 30px;
  background-color: #f6f6f6;
  clear: both;
}

.page-header h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 2;
}

.page-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 200;
}

/* INDIVIDUAL PAGE HEADER TITLES
=================================*/

.page-header-blog {
  margin: 20px 0px 0px 0px;
  padding: 30px;
  background-color: black;
  clear: both;
}

.page-header-blog h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 2;
  color: white;
  margin: 0;
  padding: 0;
}

.page-header-blog h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  color: white;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}

/*CONTACT PAGE
==============================*/
.contact-page {
  padding: 50px 0px;
}

.contact-page:after {
  content: "";
  display: table;
  clear: both;
}

.contact-page-left {
  float: left;
  width: 68%;
}

.contact-page-right {
  float: right;
  width: 28%;
}

.contact-page-left h2, .contact-page-right h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}

/* Contact Form
------------------------------*/
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 25px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  font-family: 'Josefin Sans', sans-serif;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: none;
  color: black;
  padding: 9px 20px;
  border: 1px solid gray;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #000;
  color: white;
}


/* BLOG
======================================*/

.latest-blog-entry {
  margin: 50px 0px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
  padding: 20px;
}

.blog-entry {
  padding: 50px 0px;
  margin: 0% 20%;
}

.latest-blog-entry img, .blog-entry img {
  width: 100%;
}

.latest-blog-entry h3, .blog-entry h3 {
  font-size: 15px;
  color: darkgray;
  font-weight: 300;
  margin-bottom: 0;
}

.latest-blog-entry h2, .blog-entry h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin:10px 0px;
}

.blog-entry h2 {
  margin: 15px 0px 30px 0px!important;
}

.latest-blog-entry p, .blog-entry p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 19px;
}

.latest-blog-entry h4, .blog-entry h4 {
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 0;
  color: darkgray;
}

.blog-entry h4 {
  margin: 30px 0px 50px 0px!important;
}

.latest-blog-entry h2 a {
  text-decoration: none;
  color: black;
}

.author-info {
  margin: 60px 0px 40px 0px;
  padding: 30px 0px;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.author-info:after {
  content: "";
  display: table;
  clear: both;
}

.author-info-left {
  float: left;
  width: 20%;
}

.author-info-left img {
  border-radius: 50%;
}

.author-info-right {
  float: right;
  width: 75%;
  padding-right: 5px;
}

.author-info-right h2 {
  font-size: 18px;
}

.comments {
  margin: 70px 0px 30px 0px;
}

.comments h2 {
  font-size: 25px;
}

/*Hamburger Menu on Black Background
---------------------------------------*/

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.fa {
    margin-top: 10px!important;
  }

  #myLinks {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f9f9f9;
    box-shadow: 5px 5px 10px gray;
  }

  #myLinks a {
    font-size: 12px!important;
    color: black;
  }

  #myLinks a:hover {
    background-color: #ddd;
    color: black;
  }

  .active {
    color: white;
  }

  /*Hamburger Menu on White Background
  ---------------------------------------*/


/* Screenplay & Project Dropdown Menus
------------------------------------------------*/
.fa-chevron-down {
  padding-left: 70px;
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: #fff!important;
  width: 100%;
  color: black;
  padding: 10px 20px 15px 20px;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid lightgray;
  margin-bottom: 30px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 20px 24px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  /*background-color:  #d3d3d3;*/
}




/*RESPONSIVE CODE
==========================================*/
@media screen and (max-width: 1170px) {
  .slideshow-container {
    padding-top: 380px;
  }
}


@media screen and (max-width: 1090px) {
  .column {
    width: 31%;
  }
}

@media screen and (min-width: 990px) {
  .quote img, .quote-consulting  img {
    display: none!important;
  }
}

@media screen and (max-width: 990px) {

  /* About Page
  ------------------------------------*/
  span.about-text {
    display: none;
    margin: 0;
  }

  .quote, .quote-consulting  {
    color: white;
    padding: 5%;
    background-color: black;
    background-image: none!important;
  }

  .quote h1, .quote-consulting h1 {
    font-size: 35px;
    font-weight: 300;
    line-height: 1.5;
    margin-right: 0px!important;
  }


  .quote h2, .quote-consulting h2 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 7px;
    color: lightgray;
    font-weight: 300;
  }

  .quote img, .quote-consulting img {
    border-radius: 50%;
    width: 98%;
  }

  .page-text {
    margin: 5%;
  }

  .page-text-left {
    display: block;
    width: 100%;
    padding: 0px!important;
    margin: 5% 0px 0px 0px!important;
  }

  .page-text-left h2, .page-text-left h3 {
    text-align: center;
  }

video {
  margin: 0px!important;
  padding: 0px!important;
  /*height: 300px;*/
}

.page-text-right {
  display: block;
  width: 100%;
  padding: 0px!important;
  margin: 0px!important;
}

/*Now Hiring DVD Page
---------------------------*/
video.nowHiring {
  margin: 0px 10% 40px 10%!important;
}

}

@media only screen and (min-width: 861px) {
  .topnav {
    display: none;
  }

  .screenplay-intro {
    margin: 0px 10% 40px 10%;
  }

  .row {
    margin: 0px 10%;
  }

  /*Marstons Mills Book Page
  ------------------------*/
  img.book {
    display: none;
  }
}

@media only screen and (max-width: 860px) {
  header {
     padding: 0px 15px!important;
   }

  .header-left, .header-right, .black-header-left, .black-header-right {
    display: none;
  }

  /*Homepage
  ---------------------*/
.main {
  padding: 5%;
}


/* About Page
--------------------*/
  .quote h1, .quote-consulting h1 {
    font-size: 25px;
  }

  .quote h2, .quote-consulting h2 {
    font-size: 14px;
  }



  /*Responsive Footer
   ------------------------------------------------*/
   .top-footer {
     padding: 5%;
   }

   .top-footer-left {
     display: none!important;
   }

   .top-footer-middle {
     display: block!important;
   width: 100%!important;
   text-align: center;
   }

   .top-footer-right {
     display: none!important;
   }

   /*Screenplays page
   ------------------------*/
   .row {
     padding: 0px 5%;
   }
     .column {
       width: 100%;
       display: block;
       padding: 15px 0px;
     }

     .screenplay-intro {
       margin: 0px 5%;
     }

     /*Now Hiring DVD Page
     ------------------------*/
     .screenplay-intro {
       margin-bottom: 25px!important;
     }

     .screenplay-intro-left {
       display: block;
       width: 100%;
     }

     .screenplay-intro-right {
       display: none;
     }

     video.nowHiring {
       padding-top: 0px!important;
       max-width: 700px!important;
     }

     /*Marstons Mills Book Page
     ------------------------*/
     img.book {
       max-width: 90%;
       box-shadow: 5px 5px 10px lightgray;
     }

     /*Contact Page
     ----------------------------*/
     .contact-page-left {
       display: block;
       width: 100%;
     }

     .contact-page-right {
       display: none;
     }

     /*Blog Page
     -----------------------------*/
     .blog-entry {
       margin: 0px 10%!important;
     }

     .author-info-left {
       display: block;
       clear: both;
       width: 100%;
     }

     .author-info-left img {
       width: 50%;
       display: block;
       margin-left: auto;
       margin-right: auto;
       margin-bottom: 20px;
     }

     .author-info-right {
       display: block;
       width: 100%;
       float: left;
       clear:both;
     }

     .author-info-right h2, .author-info-right p {
       text-align: center;
     }

}

@media screen and (min-width: 756px) {
  .dropdown {
    display: none;
  }

}

@media screen and (max-width: 755px) {
  .portfolio-list {
    display: none;
  }

  .consulting-columns {
    flex-direction: column;
  }
}

@media screen and (max-width: 730px) {
  .slideshow-container {
    padding-top: 430px;
  }
}

@media screen and (max-width: 670px)  {

  /*Now Hiring DVD Page
  ---------------------------*/
   video.nowHiring {
    margin: 0px 10% 40px 10%!important;
    max-width: 400px!important;
  }

  /* Blog Page
  -------------------*/
  span.blog-title {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .slideshow-container {
    padding-top: 530px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 499px)  {

  /*Now Hiring DVD Page
  ---------------------------*/
  video.nowHiring {
    margin: 0px 5% 20px 5%!important;
    max-width: 300px!important;
  }
}

@media screen and (max-width: 450px) {
  /*Homepage
  ---------------------*/
.main-text {
  padding-top: 15%!important;
}

.main-text h1 {
  font-size: 20px;
}

.main-text h2 {
  font-size: 65px;
}

.main-text h3 {
  font-size: 12px;
  line-height: 2;
}

  ul.awards li img {
    height: 60px!important;
  }
}

/*Now Hiring DVD Page
---------------------------*/
video.nowHiring {
  margin: 0px 5% 20px 5%!important;
  /*max-width: 350px;*/
}
}

@media only screen and (max-width: 390px) {
  /*video {
    height: 200px;
  }*/

  /*Now Hiring DVD Page
  ---------------------------*/
  video.nowHiring {
    max-width: 250px!important;
  }
}

@media only screen and (max-width: 321px) {
  ul.awards li img {
    height: 40px!important;
  }

  .dropbtn {
    font-size: 12px;
  }

  .fa-chevron-down {
    padding-left: 50px;
  }

  video.nowHiring {
    padding-top: 0px!important;
    max-width: 250px!important;
  }
}

@media only screen and (max-width: 281px) {
  .fa-chevron-down {
    padding-left: 10px;
  }

  video.nowHiring {
    max-width: 250px!important;
  }
}
