html {
  position: relative;
  min-height: 100%;
}

body {
    background-color: #92b070;
    margin: 0;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 60px;
}
h1 {
    color: #37647a;
    text-align: center;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns (From a different website because I couldn't figure out columns)*/
.row:after {
  content: "";
  display: table;
  clear: both;
}

.homeIntro {
    color: #37647a;
    
    text-align: center;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

p {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.homeImage {
    max-height: 100vh;
    max-width: 50vw;
    top: 0;
    opacity: 0.65;
}

.top-container {
  padding: 30px;
  text-align: center;
  background-color: #b6864b;
}

.header {
  text-align: center;
  position: sticky;
  top: 0;
  padding: 10px 16px;
  background: #b6864b;
  color: #f1f1f1;
  z-index: 10;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #3C643C;
  color: #8dbdbf;
  text-align: center;
}

.athleticNet {
    width: 80vw;
    height: 120vh;
    border-radius: 10px;
}

.imageCenter {
    margin-left: auto;
    margin-right: auto;
}

.catPic {
    max-width: 50vw;
    max-height: 100vh;
}

.apCsShowcase {
    width: 50vw;
    height: 100vh;
}

.underConstruction {
    background: yellow;
}

.jazzCup {
    background-image: url("https://upload.wikimedia.org/wikipedia/en/3/36/Solo_Jazz_design.jpg");
    background-repeat: repeat;
}

.stravaFooterIcon {
    max-height: 19.55px;
    filter: invert(100%);
    
}
.athleticNetFooterIcon {
    max-height: 19.55px;
    filter: brightness(10000%);
}