/* RESPONSIVE STYLING */

/* Large Laptop */ 
@media (max-width: 1445px) {
  .sub-nav-list a {
    padding: 22px 50px;
    font-size: 16px;
  }
  
  .info-label {
    padding-left: 5px;
  }

  #countyTable th:nth-child(1) {
    width: 33%;
  }

  .info-boxes {
		flex-direction: row;
    width: 100%;
    justify-self: center;
  }

  .info-box.action-box {
    padding: 10px 0px;
  }

  .side-nav-list {
    width: 70%;
  }

  .infoTable-content {
    margin-left: 5%;
  }

    .logoMain {
    padding-left: 5%;
  }

  /* Inner table styling*/
.town-table td:nth-child(2) {
  padding-left: 15% !important; 
}
.town-table td:nth-child(3) {
  padding-left: 6% !important; 
}
}

@media (max-width: 1215px) {
  .login-banner{
    display: none;
  }

  .login-banner-small {
    display: flex;
    background-color: #ffffff;
    min-height: 55px;
    padding: 5px 5px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
  } 

  .links a {
    padding: 15px 0px;
    margin-left: 10px;
    color: #142c41;
    text-decoration: none;
    display: flex;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  } 

  .header {
    display: none;
  }

  .logoSmall {
    display: flex;
    align-self: left !important;
    height: 45px;
    padding: 0px 0px;
    flex-shrink: 0;
  } 

  .login {
    padding: 15px 0px;
    background-color: #fff;
    color: #142c41 !important;
    width: 100%;
    white-space: nowrap;
  }

  .links a:first-child {
    padding-right: 0px;
    white-space: nowrap;
  } 
    
  .mobile-menu {
    display: flex;
    position: fixed;
    top: 0; 
    right: -250px;
    width: 250px; 
    height: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    transition: right 0.3s ease;
    z-index: 1000;
    padding-top: 40px;
  }

  .mobile-menu.open {
    right: 0;
  }

  .mobile-menu ul {
    list-style: none;
    padding: 20px;
    padding-left: 1px;
    margin: 0;
    width: 100%;
  }

  .mobile-menu li {
    padding: 15px 10px;
    border-bottom: 1px solid #e0e0e0;
  }

  .mobile-menu li:first-child{
    border-top: 1px solid #e0e0e0;
  }

  .mobile-menu a {
    font-size: 16px;
    color: #142C41;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
  }

  .close-menu{
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: transparent;
    border: none;
    cursor: pointer
  }

  .close-menu .material-icons {
    font-size: 28px;
    color: #142c41;
  }

  .side-nav {
    display: none;
  }

   .header-text h1 {
    text-align: center;
  }

}

/* Laptop / Monitor  */ 
@media (max-width: 1070px) {

  .banner-message {
    margin-right: 30%;
  }

  .content-wrapper {
      width: 100%;
      justify-self: center;
  }

  .header {
    padding: 0;
  }

  .header-text h1 {
    text-align: left;
		margin-left: 5%;
  }

  .sub-nav-list a {
    padding: 22px 47px;
    font-size: 16px;
  }

  .logoMain {
    padding-left: 5%;
  }
  
  .info-label {
    padding-left: 5px;
  }

  #countyTable th:nth-child(1) {
    width: 33%;
  }

  .side-nav {
    display: none;
  }

  .section-content {
    margin: 0px;
  }
}

/* Tablet Web View */ 

@media (max-width: 930px) {
  .content-wrapper {
      width: 100%;
      justify-self: center;
  }

  .header {
    padding: 0% 0%;
  }

  .logoMain {
    padding: 20px 2%;
    padding-bottom: 45px;

  }

  .header-text h1 {
    text-align: left;
		margin-left: 0%;
  }

  .sub-nav-list a {
    padding: 22px 39px;
    font-size: 16px;
  }

  .infoTable-content {
    margin-left: 0%;
  }

  .info-label {
    padding-left: 5px;
  }

  #countyTable th:nth-child(1) {
    width: 33%;
  }

  .side-nav {
    display: none;
  }
}


@media (max-width: 850px) {
  .header-top-row {
    flex-direction: column;
    padding: 4% 0%;
  }
  .logoMain {
    padding: 20px 2%;
    padding-bottom: 45px;
  }

  .sub-nav-list a {
    padding: 22px 26px;
    font-size: 16px;
  }

  .error-main-content {
    margin-bottom: 40%;
  }
}



/* Mobile Web View */ 

@media (max-width: 715px) {
  .header-text h1 {
    text-align: left;
  }

  .storm-banner.is-expanded {
    max-height: 400px; 
  }   

  .banner-message {
    margin-right: 0%;
  }

  .banner-btns {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

	.banner-title {
		font-size: 24px;
	}

	.toggle-banner-btn {
		font-size: 14px;
	}

  .infoTable-content {
    margin-left: 0%;
  }

  .header {
    padding: 0 0;
  }

  .sub-nav {
    display: none;
  }

  .logoMain {
    height: 65px;
    padding: 20px 0%;
    flex-shrink: 0;
    align-self: center;
  }

  .muniHeader h3{
    font-size: 25px;
    padding-top: 5%;
    text-align: center;
  }

  .info-boxes {
		flex-direction: row;
    width: 100%;
    justify-self: center;
  }

  #countyTable th {
    font-size: 12px;
  }

  #countyTable td {
    font-size: 12px;
  }

  #countyTable th:first-child{
    padding-left: 25px; 
  }

  #countyTable td:first-child {
    margin-right: 0px;
    padding-right: 10px;
  }

  .infoTable-content {
    margin-left: 0%;
  }

  .toggle-btn {
    width: 15px;
    margin-right: 0px;
  }

  .county-suffix {
    display: none;
  }

  #countyTable th:nth-child(1) {
    width: 30%;
  }

  .section-header {
    font-size: 18px;
  }

  .section-content {
		font-size: 14px;
  }

	.section {
		padding: 1% 2%;
	}

	.line-item {
		margin: 1% 1%;
		padding: 1.5% 1%;
	}

    /* Inner table styling*/

  .town-table td:nth-child(1) {
    padding-left: 0% !important; 
  }
  .town-table td:nth-child(2) {
    padding-left: 6% !important; 
  }
  .town-table td:nth-child(3) {
    padding-left: 4% !important; 
  }

  .error-main-content {
    margin-bottom: 90%;
		padding: 0% 5%;
  }

}

/* Small Mobile Web View */ 

@media (max-width: 375px) {
	  .logoSmall {
    height: 38px;
  } 

  .links a {
    margin-left: 5px;
		padding-left: 5px;
		padding-right: 5px;
  } 

	.storm-banner:not(.is-expanded) {
    max-height: 98px; 
  }

  .banner-top {
    padding: 34px 0px;
  }

  .storm-banner.is-expanded {
    max-height: 500px; 
  }   

  .banner-message {
    margin-right: 0%;
		padding-bottom: 10px;
  }

  .banner-btns {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

	.banner-title {
		font-size: 18px;
	}

  .header-text h1{
    font-size: 25px;
    margin: 0;
    text-align: left;
    color: #142c41;
    padding: 5% 0%;
    padding-top: .5%;
  }

  #countyTable th:nth-child(1) {
    width: 40%;
  }

    #countyTable th:nth-child(2) {
    width: 33%;
  }

  #countyTable th:nth-child(3) {
    width: 40%;
  }

  #countyTable td:first-child {
    margin-right: 0px;
    padding-right: 0px;
  }

  .muniHeader {
    font-size: 12px;
    text-align: center;
  }

  .login-banner-small a{
    font-size: 13px;
  }

	.section-content {
		font-size: 12px;
	}

  .error-main-content {
    padding: 0% 5%;
  }
}


/* Ultrawide Monitors */ 
@media (min-width: 2560px){
  .content-wrapper {
      width: 80%;
      justify-self: center;
      align-content: center;
  }

  .main-content {
    max-width: 2560px;
  }
  .sub-nav-list a {
    padding: 22px 110px;
    font-size: 16px;
  }
  
  .logoMain {
    height: 85px;
    padding: 20px 10%;
    padding-bottom: 45px;
    flex-shrink: 0;
  }

  .header-text h1{
    font-size: 34px;
  }

  .side-nav-list a{
    font-size: 19px;
  }

  .info-label {
    font-size: 18px;
  }

  .info-value {
    font-size: 18px;
  }

    #countyTable th, td {
    font-size: 18px;
  }
}

