/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
body{
max-width: 100%;
width: 99%;
}
#bdy{
max-width: 100%;
width: 100%;
}
#ftr,#ftr-links{
display: none;
}
#fp-panels-2{
display: none;
}
#nebr-mission{
font-size: 8px;
top: 27% !important;
right: 6% !important;
}
#sm-sec{
display: block !important;
position: fixed;
top: 50%;
left: 90%;
}
#fp-panels{
max-width: 100%;
width: 100%;
}
#fp-blks{
border-spacing: 5px;
border-collapse: separate;
}
#site-logo{
width: 100%;
height: auto;
margin: 0px 0px 0px 0px !important;
}
#site-logo-1{
width: 100%;
height: auto;
margin: 0px 0px 0px 0px !important;
}
nebr-mission{
display: none !important;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #4CAF50;
  color: white;
}

}