/* GENERAL
================================================== */
h1 {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#header_container > a[href="/"] {
  background: none !important;
}
#footer1 p,
#footer1_home p {
  padding: 15px 20px;
}

/* NAV REVEAL
================================================== */
#header_container {
  position: relative;
}
.nav-reveal {
  display: none;
  position: absolute;
  z-index: 65;
  top: 50%;
  right: 0;
  height: 32px;
  width: 32px;
  margin: -16px 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.nav-reveal:before {
  content: "\f0c9";
  display: block;
  margin: 0;
  padding: 0;
  font: 32px/1em "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome",
    sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nav-reveal {
    display: block;
  }
}

/* ALL RESPONSIVE SIZING ITEMS
================================================== */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  /* Large Tablet */

  #header_container,
  #newmenucenterd,
  .drop_menu,
  table[width="778"],
  table[width="918"],
  #footer1_home,
  #footer1,
  #tuscanostudios {
    width: 768px !important;
    height: auto !important;
  }
  .leftcol_home,
  .animation,
  .animation .slideshow {
    width: 576px !important;
  }

  .leftcol {
    width: 200px !important;
  }
  #breadcrumbs1,
  .centercol {
    box-sizing: border-box;
  }
  .rightcol {
    display: none;
  }

  #navigation,
  #newmenucenterd {
    height: 44px;
  }

  .animation {
    background: #709a0a;
  }
  .animation .callout {
    box-sizing: border-box;
    left: 0;
    right: 0;
  }
  .animation .callout h2 {
    box-sizing: border-box;
    width: 450px;
    font-size: 24px;
    line-height: 1.4em;
  }
  #next img {
    top: -605px !important;
    right: -265px !important;
  }
  #prev img {
    top: -555px !important;
    left: -265px !important;
  }

  .leftcol_home img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .animation img {
    max-width: 100vw;
    object-fit: cover;
  }
}

@media only screen and (max-width: 767px) {
  /* Tablet */

  body > * {
    overflow: hidden;
  }

  #header_container,
  #newmenucenterd,
  .drop_menu,
  table[width="778"],
  table[width="778"] > tbody > tr,
  table[width="778"] > tbody > tr > td,
  table[width="918"],
  table[width="918"] > tbody > tr,
  table[width="918"] > tbody > tr > td,
  #footer1_home,
  #footer1,
  #tuscanostudios {
    display: block !important;
    width: 420px !important;
    height: auto !important;
  }
  .leftcol_home,
  .animation,
  .animation .slideshow {
    display: block !important;
    width: 420px !important;
  }

  body > table > tbody > tr,
  body table[width="778"] > tbody > tr,
  body table[width="918"] > tbody > tr {
    display: flex !important;
    flex-flow: column wrap;
    justify-content: stretch;
    align-items: stretch;
  }
  body table .centercol {
    display: block !important;
    order: 0;
  }
  body table .leftcol {
    display: block !important;
    order: 1;
  }
  body table .rightcol {
    display: block !important;
    order: 2;
  }
  body table .leftcol ul#navlist_sub {
    margin: 0 auto;
  }

  .imborder_left1 {
    display: block;
    float: none !important;
    margin: 0.5em auto !important;
  }
  .imborder_right1 {
    display: block;
    float: none !important;
    margin: 0.5em auto !important;
  }

  ul[style*="margin-left: 220px;"],
  ul[style*="margin-left:220px;"] {
    margin-left: 0 !important;
  }

  #breadcrumbs1,
  .centercol {
    box-sizing: border-box;
    display: block !important;
    width: 420px !important;
  }
  .rightcol {
    box-sizing: border-box;
    display: block !important;
    text-align: center;
    padding: 10px 10px;
  }
  .rightcol:after {
    content: "";
    display: block;
    clear: both;
  }

  #header {
    background-position: top right;
  }
  #social {
    display: none;
    float: none;
  }

  #header,
  #header_container,
  #navigation,
  #newmenucenterd,
  .drop_menu {
    height: auto;
  }
  #navigation:after {
    content: "";
    display: block;
    clear: both;
  }

  .animation {
    background: #709a0a;
    height: 310px;
  }
  .animation .callout {
    box-sizing: border-box;
    left: 0;
    right: 0;
    text-align: center;
  }
  .animation .callout h2 {
    box-sizing: border-box;
    width: 420px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
  }
  .animation .callout a {
    display: inline-block;
    float: none;
  }
  #next img {
    top: -605px !important;
    right: -185px !important;
  }
  #prev img {
    top: -555px !important;
    left: -185px !important;
  }

  .leftcol_home img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .centercol img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .centercol iframe {
    max-width: 100%;
  }
  .animation img {
    max-width: 100vw;
    object-fit: cover;
  }

  .side-nav-box {
    float: none;
    width: auto;
    margin: 0.5em 0;
  }

  /* HEADER */
  #header_container > a[href="/"] {
    display: block;
    max-width: 80%;
  }
  #header_container > a[href="/"] img {
    display: block;
    float: none;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  #navigation_utility {
    margin: 0 auto;
    padding: 0;
  }
  ul#navlist_util {
    display: none;
    margin: 0 auto;
    padding: 0;
  }

  /* NAV REVEAL */
  #navigation {
    display: none;
  }
  #navigation.open {
    display: block;
    padding: 8px 0px;
  }
  #navigation li {
    display: block;
    float: none;
    height: auto;
  }
  #navigation li a {
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
  }
  #navigation .drop_menu ul {
    display: none;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0 0 0 30px;
  }
  #navigation .drop_menu li ul li a {
    width: auto !important;
  }
  #navigation .drop_menu ul br {
    display: none;
  }
  #navigation .drop_menu li:hover > ul,
  #navigation .drop_menu li:focus-within > ul {
    display: block !important;
  }
}

@media only screen and (max-width: 479px) {
  /* Mobile */

  #header_container,
  #newmenucenterd,
  .drop_menu,
  table[width="778"],
  table[width="778"] > tbody > tr,
  table[width="778"] > tbody > tr > td,
  table[width="918"],
  table[width="918"] > tbody > tr,
  table[width="918"] > tbody > tr > td,
  #footer1_home,
  #footer1,
  #tuscanostudios {
    width: 300px !important;
  }
  .leftcol_home,
  .animation,
  .animation .slideshow {
    width: 300px !important;
  }

  #breadcrumbs1,
  .centercol {
    width: 300px !important;
  }

  .animation {
    height: 230px;
  }
  .animation .callout h2 {
    width: 300px;
  }
  #next img {
    top: -605px !important;
    right: -135px !important;
  }
  #prev img {
    top: -555px !important;
    left: -135px !important;
  }
}
