/* Reset box-sizing for all elements */
* {
  box-sizing: border-box;
}

/* Global styles for the entire page */
/* body {
  display:block;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background: url('img/new_lanes.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  
} */
a:link, a:visited {
  color:darkcyan;
}

a:hover {
  color:darkred;
}

.headerBox {
  padding: 0.5em;
  margin-top: 0.5rem;
}

header {
  display: block;
 /*  border-radius: 30px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px; */
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-size: 100% 100%;
  width: 95%;
  margin-left: 2em;
  background-position: center center;
  background-repeat: no-repeat;
  height: 35vh;
  position: relative;
}
  
img {
  display: flow-root;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  /* padding-bottom: 0.5em; */
  display: inline-block;
}

.topnav {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 95%;
  margin: 0 31px;
  /* float:left; */
  /* margin: 0 0 0 0; */
  /* margin-top: -25px; */
  /* margin-left: auto;
  margin-right: auto; */
  overflow: hidden;
  background-color: #333;
  /* opacity: 0.8; */
  /* position: relative; */
  bottom: 0;
  vertical-align: bottom;
}

/* Styles for navigation links */
.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  /* margin-top: 2px; */
}

/* Styles for hover effect */
.topnav a:hover, .dropdown:hover .dropbtn{
  background-color: rgb(224, 9, 9);
  color: black;
}

/* Styles for the active link */
.topnav a.active {
  background-color: black;
  color: rgb(253, 6, 6);
}

.topnav .icon {
  display: none;
}

.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}

.topnav-link  {
  background-color: black;
  color: rgb(253, 6, 6);
}

.dropdown {
  float: right;
  overflow: hidden; 
  
}

.dropdown .dropbtn {
  display: block;
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 12px 16px;
  background-color: black;
  font-family: inherit;
  /* margin: 0; */
}

.dropdown-content {
  display:none;
  position:absolute;
  background-color: #f9f9f9;
  min-width: 142px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 48px;
  

   
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  
  
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.nmusbc {
  /* border: solid black; */
  width: 55%;
  height: 4em;
  margin-left: 22%;
  text-align: center;
  justify-content: safe;
  font-size: large;
}

.association {
  color: red;
}

.water{
  color: blue;
}

/* .Section_top {
  width: 55%;
  height: 30%;
  margin-top: 2%;
  left: 22%;
  overflow: hidden;
  position: absolute;
  background-image: url(image.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 800px;
  text-align: center;
  justify-content: center;
  animation: change 30s infinite ease-in-out;
} */

/* Content layout */
#container {
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(218, 192, 144);
  opacity: 0.9;
  height: 100%;
  width: 90%;
  margin-top: 2rem;
  text-align: left;
  position: relative;
}

/* .inner_container {
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(218, 192, 144);
  opacity: 0.9;
  height: 35%;
  width: 90%;
  margin-top: 22rem;
  text-align: left;
  position: relative;

} */

/* Styles for column 1 content containers */
#welcome {
  float: left;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  /* border-radius: 10px; */
  margin-top: 50px;
  position: relative;
  display: inline-flexbox
}

/* Styles for column 2 content containers */
#news {
  /* background-color: rgb(150, 128, 100); */
  float: right;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  /* border-radius: 10px; */
  margin-top: 50px;
  position: relative;
  display: inline-flexbox
}

/* Set the size and location of the main column container*/ 
.row {
  display: flex;
  width: 85%;
  margin: auto;
  background-color: rgb(218, 192, 144);
}

.row:after {
  content:"";
  display: table;
  clear: both;
}

/* Text styles */
p {  
  font-size: 18px;
  color: black;
  font-weight: bold;
}

/* Semantic class names for columns */
.column {
  float: left;
  padding: 20px;
  min-width: 10rem;
}

/* Left column size*/
.left {
  width: 60%;
  padding-right: 60px;
}

/* right column size*/
.right {
  width: 30%;
  padding-right: 25px;
  
}

/* .content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.content h1 {
  color: #111;
  font-size: 50px;
  letter-spacing: 15px;
} */

/* .content h1 span {
  color: #111;
  font-size: 50px;
} */

/* .content a {
  height: 100%;
  background: #85c1ee;
  padding: 15px 35px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 20px;
}

.content a:hover {
  background: #034e88;
  color: #fff;
} */



/* Keyframes animation for section-top */
@keyframes change {

  0% {
    background-image: url('/img/blue_pins.png');
    border-radius: 30px;
  }

  20% {
    background-image: url('img/large_ball_pins.jpg');
    border-radius: 30px;
  }

  40% {
    background-image: url('img/white_pins_1040.jpg');
    border-radius: 30px;
  }

  60% {
    background-image: url('img/bowling_pins_extra.png');
    border-radius: 30px;
  }

  80% {
    background-image: url('img/red_ball.jpg');
    border-radius: 30px;
  }

  100% {
    background-image: url('img/crap.png');
    border-radius: 30px;
  }
}







