html,body {
  height: auto;
  background-color: black;
}




#div_main {
   margin-left: 5%;
   width: 100%;
   font-size: 18px;
    
}

input[type="button"], input[type="submit"] { 
    background-color: #ff5733;
    color: white;
    border-radius: 5px;
}

.logo {
    /*padding: 10px;
    height: 100%; */
    margin-top: 4px;
    margin-left: 4px;
    margin-bottom: auto; 
    border: 2.5px solid black;
    border-radius: 7px;
    
}
  
.topnav {
  overflow: hidden;
  background-color: #ff5733;
   border-radius: 10px;

}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  padding-top: 35px;
  text-decoration: none;
  font-size: 18px;
}

.topnav a:hover {
  background-color: #ff5733;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    height: 20px;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 15px;
    top: 0;
  }

}



.mainDiv{
  padding: 15px;
  display: block;
  width: 100%; 
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ededed;
  border-radius: 15px;
  color: #424242;
  border: 3px solid #ff5733;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.428571429;

    
}

.footerDiv{
  padding: 15px;
  display: block;
  width: 100%; 
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ededed;
  border-radius: 15px;
  color: #424242;
  border: 3px solid #ff5733;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.428571429;

    
}

.resourceTables table {
    border: 1px solid #ff5733;
    border-collapse: collapse;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
}



.resourceTables td, th {
    border: 1px solid #ff5733;
    padding: 2px;
    
}

.resourceTables td {

    word-break: break-all;
}


* {
  box-sizing: border-box;
}

.contactColumn {
  float: left;
  padding: 10px;
 
}

.contactLeft {
  width: 25%;
  min-width: 225px;
}

.contactRight {
  width: 75%;
}

/* Clear floats after the columns */
.contactRow:after {
  content: "";
  display: table;
  clear: both;

}  
@media screen and (max-width: 600px) {
  .mainDiv, .footerDiv {

    width: 100%; 

  }
  
  .contactColumn {
    width: 100%;
  }
  

}





  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
  
.nav-list {
    width: 90%;
    display: flex;
}
  
.nav-list li {
    list-style: none;
    padding: 5px 15px;
}
  
.nav-list li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}
  
.nav-list li a:hover {
    color: black;
    font-size: 18px;
}
  
.responsiveImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  height: 75%;
}

.ballsImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  
}

h1 {
    text-align: center;
    
}
