* {
    padding: 0;
    margin: 0;
  }
  
  body {
    font-family:'Trebuchet MS', sans-serif;
    line-height: 1.6;
    background-color: #7acde0;
    text-align: center;
 }
  
  .header {
      margin: auto;
      width: 100%;
      
          
  }
  
  .header_img{
    width: 100%;
    max-width: 1100px;
    
  }
  
  .footer_img{
    width: 100%;
    max-width: 1100px;
    
  }
  
  .header_text {
      max-width: 940px;
      margin: auto;
      text-align: center;
      font-size: 130%;
      color: white;
      padding: 20px 60px 0px;
      
  }
  div.menu_wrapper {
    width:100%;
    background-color: white;;

  }
  div.menu {
    max-width: 940px;
    margin: auto;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-right: 25px;
  }
  
  nav {
    display: flex;
    justify-content:space-between; 
    align-items: center;
  }
  
  nav ul {
    display: table;
    list-style: none; 
    width: 100%;

  }
  
  nav li {
    display: table-cell;
    text-align: center;
    white-space: nowrap;
  }
  
  nav a {
    text-decoration: none;
    color: #45c1dd;
    font-size: 140%;
    display: inline-block; 
    font-weight: bold; 
    padding: 10px 20px;
    border-radius: 10px;
    

  }
  
  
  nav a:hover {text-decoration: none; color: #45c1dd; border: 2px solid #45c1dd; padding: 8px 18px;}
  nav a.selected {text-decoration: none; color:white; background-color: #7acde0;}
  
  .scroll {
    text-align: center; 
    font-size: 300%;
    color:  #7acde0;
    padding-left: 30px;
  }

  .rotate {
    transform: rotate(90deg);
    height:50px;
    width: 50px;
    margin: auto;
  }

  .rotate a {
    text-decoration: none;
    color:  #7acde0;
  }

  div.container {
    max-width: 870px;
    text-align: left;
    color: black;
  }

  div.container_index {
    color: black;
  }
  
  div.row {
  
    width: 100%;
  }
  .col-sm-4 {
  
    width: 100%;
    text-align: left;
  }
  
  h3 {
    color: white;
    font-size: 180%;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    border: 2px solid white;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
  }
 
 
  a.program_item {
    color: white;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 120%
  
  }
  
  .card {
    margin-bottom: 20px;
  }
  
  @media only screen and (max-width: 750px) {
    div.menu {
      padding-top: 10px;
    }
    nav {
      flex-direction: column;
      
    }
    nav ul {
      flex-direction: column;
      padding-top: 0.5rem;
      display: flex;
      list-style: none;
    }
    nav li {
      padding: 0.5rem 0;
    }
    nav a {
      font-size: 100%;
    }
    .header_text {
      font-size: 90%;
    }
    .scroll {
      color:  white;
    }
    .rotate a {
    text-decoration: none;
    color:  white;
    }
  } 

  .card {
    white-space: normal;
  }
  .row2 {
    
    width: 1100px;
    margin: auto;
  
    
    }
  
    .row {
      margin: 0px;
    }
  .col {
    padding: 10px;
  }
  .row2:after { clear: both; }
  
  .row2:before, .row2:after {
    content: " ";
    display: table; }
  
  @media (min-width: 750px) {
    .col { 
      float: left;
      width: 33.33333333%; 
      white-space: normal;
    }
   
  
  }

  @media (min-width: 750px) {
    .col_sponsor_gold { 
      float: left;
      width: 50%; 
      white-space: normal;
      padding:30px;
    }
   
  
  }

  @media (min-width: 750px) {
    .col_sponsor_bronze { 
      float: left;
      width: 25%; 
      white-space: normal;
      padding:10px;
    }
   
  
  }
  
  article p {
    border: 1px solid white; 
    border-radius: 10px; 
    padding: 20px; 
    background-color: white; 
  }

  .fa-phone {
    color: green;
  }

  .btn-outline-info {
    text-align: left;
    white-space: nowrap;
    font-weight: bold;
  }
  
  .footer {
      margin: auto;
      text-align: center;
      width: 100%;
      background-image: url('images/filler.png');
      background-position: top center;
    }
