/** Author: DawnM, Sandbur Farm Productions
     Date: May 2017
     ==========================================
     Sandbur Farm custom style sheet

     .brandColor { color: #ea1d2d;
**/


/***********  nav section  ************/
.w3-red {
  background-color: #ea1d2d!important;
}

.w3-red p {
  color: white!important;
}
.w3-text-red {
  color: #ea1d2d!important;
}

.sidenav h4  {
  font-size: 20px;
}
.sidenav p {
  font-size: 15px;
  line-height: 1.5;
}

#portfolio {
  background-color: #c5beb5;
}

a {
  text-decoration: none!important;
}

.w3-button:hover {
  color:white!important;
  background-color:#ea1d2d!important;
}

/********  hidden slide left nav portfolio dropdown section  **********/

.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    background-color: white;
    font-size: 0.7em;
    margin-left: 1.5em;
    padding-left: 2.1em;
    display: none;
    position: absolute;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}


/***********  main page section  ************/

.visit {
  color: #ea1d2d;
  font-weight: bold;
  text-transform: uppercase;
}

video {
    max-width: 100%;
    height: auto;
}

img.view {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

img.view:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

img.w3-round:hover {
  background: none;
}

img.web {
  width: 100%;
}

w3-container w3-padding-large {
  background-color: rgba(255, 255, 255, 0.4)!important;
}

div#sf400c.w3-half {
  background-color: #c5beb5!important;
}

.back {
  position: relative;
  float: right;
}



/***********  bottom black bar section  ************/
.crightm {
  font-size: 15px;
  margin: 5px 30px;
  text-align: left;
}

.cright {
  font-size: 10px;
  margin-right: 45px;
  text-align: left;
}

#topBtn {
  justify-content: flex-end;
  border: none;
  outline: none;
  background-color: #ea1d2d;
  color: white;
  cursor: pointer;
  padding: 15px;
}

#topBtn:hover {
  background-color: #555;
}

.w3-padding-24 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/************************* top nav buttons media queries *******************************/
@media screen and (max-width:1125px) {
  .w3-white,.w3-hover-white:hover {
    margin-top: 3px;
    /*width: 100%;*/
  }
} /*end 1125px button query */

@media screen and (max-width:449px) {
  /*.w3-margin-right.filter, .w3-black.filter,.w3-hover-black.filer:hover {
    display: none;
  }*/
  .w3-black,.w3-hover-black:hover, .w3-white,.w3-hover-white:hover  {
    text-align: left;
    display: block;
    width: 100%;
  }
  div#sf400c, div#sflocal {
    display: block;
    width: 100%!important;
  }
} /*end 449px button query */

/* end my media query code */
