* {
  box-sizing: border-box;
}

 a {
    font-weight: bold;
    color: royalblue;
    padding: 0px;
    text-decoration: none;
    border-bottom: 2px;
}

a:hover {
    color: chocolate;
    background-color: black;
    border-bottom: none;
}

a img {
    text-decoration: none;
    margin: -1 px;
    border-bottom: none;
}

a img:hover {
    opacity: 0.8;
    text-decoration: none;
    margin: -1 px;
    background-color: transparent;
} 

.section-logo {
    position: relative;
    width: 100%;  
}
.headerlink{
    text-decoration: none;
    color: #777;
    margin-right: 10px;
    padding: 10px;
    font-size:14px;
    border-bottom: none;
}
a .headerlink:hover {
    background-color: yellow;
}


body {
    line:height: 1.6;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 6px;
  }

.header {
 width:100%;
  text-align: center;
  }
  
.sidebar-image {
  display: block;
  filter: drop-shadow(6px 6px 5px #333);
  margin: auto;
  width: 60%;
  bottom-border: none;
}
a.sidebar-image { 
    text-decoration: none;
    padding: 0px;
  }
a.sidebar-image:hover {
    background-color: transparent;
    padding: 0px;
}  

.ctr {
  display:block;
  text-align: center;
  }
  
.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 16px;
}
.menu {
  color: #777777;
  }
  
.menu-items a {
    text-decoration: none;
    color: #777777;
}  

.menu-items a:hover {
    color: orange;
    font-weight: bold;
    text-decoration: underline;
}

.flex-item-left {
  background-color: white;
  padding: 20px;
  border-right: 1px solid black;
  flex: 65%;
}

.flex-item-right {
  background-color: white;
  padding: 20px;
  flex: 35%;
}

 .sponsor-graphic-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
 /* border 1px solid black;*/
}

.sponsor-graphic-container img{
 width: 100%
}
.sponsor-graphic-container .btn1 {
  position: absolute;
  left: 19.6%;
  top:  40.1%;
  height: 12.4%;
  width: 25.7%;
  background-color: transparent;
  color: transparent;
  font-size: 18px;
  cursor: pointer;
  border: none;
  text-align: center;
}
.sponsor-graphic-container .btn2 {
  position: absolute;
  left: 47.7%;
  top:  34.8%;
  height: 22%;
  width: 15%;
  background-color: transparent;
  color: transparent;
  font-size: 18px;
  cursor: pointer;
  BORDER: none;
  text-align: center;
}
.sponsor-graphic-container .btn3 {
  position: absolute;
  left: 66.1%;
  top:  34.8%;
  height: 22%;
  width: 15%;
  background-color: transparent;
  color: transparent;
  font-size: 18px;
  cursor: pointer;
  BORDER: none;
  text-align: center;
}

.sponsor-graphic-container .btn1:hover {
  background-color: #ED6D36e0;
  border-radius: 10%;
  color: white
}
.sponsor-graphic-container .btn2:hover {
  background-color: #222222e0;
  border-radius: 25%;
  color: white;
}
.sponsor-graphic-container .btn3:hover {
  background-color: #008898e0;
  border-radius: 25%;
  color: white;
}



/* Responsive layout - makes a one column-layout instead of two-column layout 
@media (max-width: 660px) {
  .flex-container {
    flex-direction: column;
  }
  .w3-mobile {
    border-bottom: 1px solid #ccc !important
    display: block;
	width: 100% !important
  }
  */
  
  @media (max-width: 600px) {
       .flex-container {
    flex-direction: column;
  }
    .w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
        text-align: center;
        padding: 2px 1px;
        border-bottom: 1px solid white;
        font-size: 1.6vh;
    }
}

  .sponsor-graphic-container .btn2 {
      font-size= 2vw;
  }
}