@charset "UTF-8";

body { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 1em; 
  line-height: 1.5em; 
  margin: 0;
  padding: 0;
}

#top_bar_container { 
  width: 100%; 
  background: #00583E;
}

.top_bar { 
  width: 965px;
  margin: 0 auto;
  padding: 1em 0.5em; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.ndsu-logo-link {
  display: block;
}

#logo-img {
	width: 450px;
}

.ndsu-links {
  list-style: none;      
  margin: 0;
  padding: 0;
  display: flex;        
  gap: 1.5em;           
}

.ndsu-links li {
  margin: 0;
  padding: 0;
}

.ndsu-links a {
  color: #D6E4C7;           /* white font color */
  text-decoration: none;
}

.ndsu-links a:hover,
.ndsu-links a:focus {
  text-decoration: underline;
}

#banner_container { 
  color: #000; 
  padding-top: 2em; 
  position: relative; 
}

.banner { 
  width: 960px; 
  margin: 0 auto; 
  border-bottom: 3px solid #fc0; 
  height: 50px; 
}

.banner h1 { 
  font-size: 2em; 
  font-weight: normal;
  line-height: 0.85em;
  margin: 0; 
  padding: 10px 0px; 
}
.banner h1 a { 
  color: #000; 
  text-decoration: none; 
}

.banner h1 a:hover { 
  color: #939598; 
  text-decoration: underline; 
}

.footer {
  position: relative;
  width: 100%;
  border-top: 8px #FFC525 solid; 
  font-size: 18px;
  margin-top: 3em;
}

.footer-container {
  width: 965px;
  margin: 0 auto;
}

.footer-content {
  margin-top: 20px;
}

.footer-privacy {
  color: #0a5640;
  padding-bottom: 40px;
}

.footer-link {
  color: #0a5640;
  text-decoration: underline;
}

.footer-link:hover {
  color: #939598;
  text-decoration: none;
}

.image-wrapper {
  padding-top: 40px;
}

.hr-short {
  width: 30px;
  margin-left: 0;
  margin-right: auto;
}






