/*
Theme Name: NC Sweet Potatoes 2019
Theme URI: http://underscores.me/
Author: French | West | Vaughn
Author URI: http://www.fwv-us.com
Description: Custom theme for NC Sweet Potatoes
Version: 1.0.0
*/
main .container {
  max-height: 100%;
}
#banner-area {
  min-height: 640px;
  max-height: 1100px;
}
.gtranslate-wrapper {
  margin-left: 16px;
}
@media (min-width: 850px) {
  .gtranslate-wrapper {
    margin-left: 4px;
  }
}
.gtranslate-wrapper a svg,
.gtranslate-wrapper a img {
  margin-right: 5px;
}
.gtranslate-wrapper a:last-of-type svg,
.gtranslate-wrapper a:last-of-type img {
  margin-right: 0;
}
@media (max-width: 500px) {
  #banner-area {
    height: 600px;
  }
}
@media (max-width: 767px) {
  #header {
    max-height: 60px;
    min-height: 50px;
  }
}
@media (max-width: 850px) {
  #banner-area {
    min-height: 640px;
    max-height: 800px;
  }
  #header svg {
    max-height: 50px;
    min-height: 40px;
  }
}
@media (min-width: 1600px) {
  #banner-area {
    min-height: 640px;
    max-height: 880px;
  }
}
