
.callout{
    border: none;
}
.logo{
    height: 8em;
    float: left;
    box-shadow: none;
    margin-top: 1.5em;
    margin-bottom: 1m;
}
h1{
    border-bottom: solid .3em;
    border-bottom-color: #A0713B ;
    color: #3A3B3D;
    font-family: 'Helvetica Neue', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 10em;
    margin-top: 1em;
    font-weight: 900;
}
h2{
    border-bottom: solid .3em;
    border-bottom-color: #A0713B ;
    color: #3A3B3D;
    font-family: 'Helvetica Neue-Bould', sans-serif;
    font-weight: bold;
    font-weight: 900;
}
.gallery{
    text-align: center;
}
h3{
    padding-top: 1.5em;
    font-size: 1.25em;
    font-family: 'Helvetica Neue-Bould', sans-serif;
}
h4{
    border-bottom: solid .3em;
    border-bottom-color: #A0713B ;
    color: #3A3B3D;
    font-family: 'Helvetica Neue-Bould', sans-serif;
    font-weight: bold;
    font-weight: 900;
    text-align: center;
    margin-top: 1.5em;
}
p{
    color: #3A3B3D;
    font-family: 'Helvetica Neue', sans-serif;
    margin: .7em;
    margin-top: 2em;
}
.workshop{
    margin-top: .5em;
}
.caption{
    font-weight: 200;
    color: white;
    background-color: white;
}
.large-12 cell{
    width: 100%;
}
ul{
    color: #3A3B3D;
    margin-right: .5em;
}
.italicize{
    font-style: italic;
    margin: 0em;
    padding: 0;
}
a{
    color:#3A3B3D; 
    margin: .5em;
    font-size: 1.3em;
    font-weight: bold;
    transition: color 0.6s ease;
}
a:hover{
    font-weight: bolder;
    text-decoration: none;
    color: #A0713B ;
}
.resources_links{
    color: #3A3B3D;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 200;
    margin: .7em;
    position:relative;
}
.resources_links:hover{
    color: #A0713B;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 300;
    margin: .7em;
}
.button{ 
    float: left;
    margin: 1em;
    color: #3A3B3D;
    background-color: #A0713B ;
    box-shadow: .3em .3em  #000000;
}
.nav{
    padding-bottom: 1em;
    margin-bottom: -2em;
    margin-left: 1em;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.menu{
    margin-left: 3em;
}
menu:first-child{
    margin-left: 0em;
}
.footer{
    padding-top: 2em ;
    height: 5em;
    margin: 2em;
    margin-bottom: 5em;
    border-top: solid .5em #A0713B ;
    font-size: 12px;
}

.footer_img{
    font-size: -1em;
    margin: -1em;
}
.Supported{
    margin-left: 2em;
    margin-right: 2em;
    margin-top: -1em;
    height: 4em;
}

.body-img{
    filter: drop-shadow(0 0 0.5rem black);
    margin-top: 2em;
}

.input-group-label{
    margin-left: .5em;
}
.input-group-button{
    margin-right: .5em;}

* {box-sizing:border-box}

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

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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);
}

/* Caption text */
.text {
  color: white;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

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

.active, .dot:hover {
  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}
}

.row > .column {
  padding: 0 8px;
  margin-top: 2em;
}

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

/* Create four equal columns that floats next to eachother */
.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: 50%;
  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: 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;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
  font-size: 16px;
}
#caption{
    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);
}

@media screen and (max-width: 800px) {
   .logo {
     height: 4em;
     align-items: center;
   }
    .Supported {
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
    height: 4em;
    }
    .nav{
        display: none;
    } 
}
@media screen and (min-width: 1000px) {
  
    .smallnav{
        display: none;
    } 
}
/*
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

body
{
  /* make it look decent enough */
  color: #cdcdcd;
  font-family: "Avenir Next", "Avenir", sans-serif;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #A0713B;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 350px;
  margin: -100px 0 0 -50px;
  padding-left: 50px;
  padding-top: 125px;
  padding-bottom: 50px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
/* tester line */

/*
Width of image : 500;
Width of hovered image: 500
Width of unhovered image: 25x;
Width of container : 500 + 50*4 = 700px;
Default 700/5 : 140px;
*/

.accordian{

  overflow:hidden;
  margin-top: 2em;
  margin-bottom: 2em;
 padding-right: 7em;
 
}
.accordian ul{
width: 100%;
}
.accordian li{
  position: relative;
  display:block;
  width:140px;
  float: left;
  
  border-left: 1px solid #888;
  -webkit-box-shadow: 0 0 25px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0,0,0,0.5);
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}


.accordian ul:hover li{
  width: 50px;
}

.accordian ul li:hover{
  width:500px;
}

.accordian li img{
  display: block;
}
.image_title{
  background: rgba(0,0,0,0.5);
  position:absolute;
  left:0;
  bottom:0;
  width:auto;
}

.image_title a{
  display: block;
  color: #fff;
  text-decoration: none;
  padding:px;
  font-size:16px;
}