html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    
  }

  .offcanvas { width: 300px !important; }

/* For medium view sizes */
.esri-view-width-medium .esri-popup__main-container {
  width: 340px !important;
}

/* For large view sizes */
.esri-view-width-large .esri-popup__main-container {
  width: 340px !important;
}

.esri-view-width-xlarge .esri-popup__main-container {
  width: 340px !important;
}

  .youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  #Navbar {
    height: 98%;
    overflow: auto;
  }

  nav {
    z-index: 45;
  }

  body.index {
    background: url(../../img/farmland-06.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
  }
  .container.index {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.85);
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .login-btn-container {

    margin-bottom: 1rem;

  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /*
    background-color: #ffc000;
    color: black;
    */
  }

  .login-btn-container .nav-item button {
    background: #4f4f4f;
    color: white;
    font-weight: normal;
  }

  .login-btn-container .nav-item button.active {
    font-weight: bold;
  }

  .login-btn-container .nav-item {
    padding-left: 0;
  }

  .mainPageBackground {  
  }

  #iconMarkerGroup {
  
  }
  
.hidden {
  display: none;
}

  .home-link {
	  color: #ffc000 !important;
  }
  
  
.dijitMenuPopup {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.85);
  padding: .25em;
}

.esriMeasurementButtonContainer {
  text-align: left !important;
  margin-left: 1em;
}

.esriMeasurement .dijitButtonNode * {
  text-align: center;
}

.dijitToggleButtonIconChar {
  display: none;
}

  #iconMarkerGroup img {
    width: 20%;
    border-radius: 10px;
    padding: .3em;
    border: 1px solid lightgray;
  }
    
  #iconMarkerCollectionGroup img {
    width: 25%;
    max-width: 64px;
    border-radius: 10px;
    border: 4px solid black;
    margin: .3em;
  }

  .iconLabelImage {
    max-width: 32px;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    width: 30px;
    margin-top: -0.2em;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 0 0 4px rgb(0 0 0 / 50%);
  }


  .iconLabelIdentifier {
    background: rgba(255, 255, 255, 0.5);
    padding: 0.5em;
    margin: 1em auto;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);    
    font-weight: bold;
    font-size: 16px;
  }

  .grayShade {
    background: rgba(0, 0, 0, 0.2);
  }
    
  #iconMarkerCollectionGroup img:hover {
    border: 4px solid yellow;
  }

  #iconMarkerGroup .active, #iconMarkerCollectionGroup img.active {
    border: 2px solid red !important;
  }

  #iconMarkerGroup img:hover {
    
    border: 2px solid lightgray;
  }
  
  .jumbotron {
	  /*background: url(../../users/images/tractor-fire-rig.jpg);*/
  }

  .esriPopup .actionsPane .action {
    margin-right: 10px;
    padding: .35em;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: rgba(255, 255, 255, .75);
    font-size: 16px;
}
.esriPopup .actionsPane .action:hover {
  color: rgba(255, 255, 255, 1.0);
}

.esriPopup .actionsPane .actionList {
  height: auto;
    margin: 1em;
}

  .landing-main {
	  border-radius: 50px;
  }

  .main-hero {
    font-family: 'Caecilia LT Pro', sans-serif;
    font-weight: 850;
    background-image: url('../../img/login-preview.png');
    height: 400px;
    text-shadow:1px 1px 10px #000;

  }

  .main-hero h1 {
  }

  .main-hero h2 {
  }

  .main-hero .hrule {
    width: 100%;
    height: 80px;
    display: block;
    background: url(../../img/mapper-hero-divider.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
    
#gui-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: none;
    background-color: rgba(255, 192, 0, 0.85);
    z-index: 1000;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  }
  
  #gui-overlay .title {
      font-family: 'Arvo', serif;
      text-align: center;
      color: #1f2025;
  }
  

  #mainContainer {
    position: absolute;
    top: 100px;
    left: 5%;
    right: 5%;
    bottom: 5%;
  }

  main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
  }

  #map {
    position: relative;
  }

  .navbar-brand.h1 {
    font-size: 36px;
  }

  #footer {
    z-index: 1;
    background-color: rgb(255, 255, 255, 0.85) !important;
  }
  
@media (max-width: 1023.98px) { 

  .container.index {
    border-radius: 0;
    margin-top: 0;
  }


  .main-hero {
    height: 200px;
  }

  .offcanvas { width: 100% !important; }

  
  body {
    display: none !important;
  }
  
  #footer {
    background: rgb(0, 0, 0, .85) !important;
    color: #fff;
    border-top: #000 !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  }

  nav {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);

  }

  #iconMarkerGroup img {
    margin: 0.25em;
    padding: 0;
    width: 20%;
    max-width: 64px;
    margin-bottom: 0.25em;
  }
  
  .measureContainer {
    top: 68px;
  }

  .dijitTitlePaneTitle, .widgetContainer
  {
    padding:0.1em;
  }

  .titlePane .titleButton.maximize {
    display: none;    
  }
  .us_menu {
    background: rgba(0, 0, 0, 0.80) !important;
  }
  
  .navbar-brand.h1 {
    font-size: 20px !important;
  }
  
  .navbar-brand img {
    height: 24px !important;
  }

  .esriSimpleSliderTL {
    top: 65px;
    left: 20px;
  }

  #map {
    border-radius: 0 !important;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

@media (max-width: 767.98px) { 

 }

@media (max-width: 991.98px) { 
  }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { 

}

// Large devices (desktops, less than 1920px)
@media (max-width: 1900px) { 
  
}