body {
    background-image: url(../images/links-bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
.wrapper {
    width: 100%;
}
.m-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    border-style: solid;
    border-color:#ffce50;
    border-width: 5px;
    border-radius: 20px;
    min-width: 250px;
    max-width: 350px;
}
.c-wrapper {
    width: 80%;
    max-width: 1000px;
    background-color:white;
    border-style: double;
    border-width: 9px;
    border-color: #ffce50;
    border-radius: 55px;
    padding: 20px 20px 40px 20px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 200px;
}
/** Menu Buttons **/
.button {
    border: 2px solid #0707aa;
    background-color: #eeeeee;
    font-size: .9rem;
    color: #0707aa;
    text-decoration: none;
    transition: 300ms ease-in-out;
    padding: 2px 15px 2px 15px;
}
.btn {
    border-color: #0707aa;
    color: #0707aa;
}
.btn:hover {
    background-color: rgb(236, 233, 22);
    border-color: #ff0000;
    border-radius: 20px;
    border-width: 3px;
    color: #000;
    font-weight: bold;
}
.btn:active {
    background-color: #ff0000;
    border-color: #000000;
    color: #ffffff;
    font-weight: bold;
    transition: none;
}
/** Main Buttons **/
.button-lnk2 {
    border: 3px solid;
    background-color: #ffffff;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    transition: 500ms;
}
.btn-lnk2 {
    border-color: #0000ff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 300px;
    text-align: center;
    margin: 2px 2px 2px 2px;
    vertical-align: middle;
    color: #000000;
}
.btn-lnk2:hover {
    background-color: #ece916;
    border-color: #ff0000;
    border-radius: 0px;
    border-width: 3px;
    color: #000;
    font-weight: bold;
}
.btn-lnk2:active {
    background-color: #ff0000;
    border-color: #000000;
    border-radius: 0px;
    color: #ffffff;
    font-weight: bold;
    transition: none;
}
hr {
    margin-top: 25px;
    margin-bottom: 25px;
}
.cent {
    text-align: center;
}
.txt-ind {
    text-indent: 70px;
}
.tb-marg {
    margin: 2px 0 2px 0;
}
.no-dot {
    list-style-type: none;
}
.jd {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.jd > div {
    padding: 0px 5px 0px 5px;
}
.cen-img {
    display: block;
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.cen-img-jd {
    width: 90%;
    max-width: 300px;
    min-width: 200px;
}
.cen-img-lav {
    display: block;
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
/** Flex Containers **/
.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    border: double blue 5px;
}
.flex-container > div {
    width: 350px;
    margin: 10px;
    justify-content: center;
    text-align: center;
    font-size: 1.25rem;
  }
  .flex-container > div.gz {
    width: 300px;
    margin: 10px;
    text-align: center;
    font-size: 1.25rem;
  }
  .flex-container > div.rt {
    width: 310px;
    margin: 10px;
    text-align: center;
    font-size: 1.25rem;
  }
  .flex-container > div.cr {
    width: 350px;
    margin: 10px;
    text-align: center;
    font-size: 1.25rem;
  }
  .flex-container > div.lav {
    width: 400px;
    margin: 10px;
    text-align: center;
    font-size: 1.25rem;
  }
  /* HR Styles */
  .hr-fullred {
      width: 100%;
      border: none;
      color: #ff0000;
      background-color: #ff0000;
  }
  .lh5 {
      height: 5px;
  }
  /** Font Size Styles **/
.fs2 {
    font-size: 1.5em;
    font-weight: 600;
}
.fs3 {
    font-size: 1.17em;
    font-weight: 600;
    line-height: 1.25;
}
.fs4 {
    font-size: 1em;
    font-weight: 600;
}
.fs5 {
    font-size: .87em;
    font-weight: 600;
}
@media screen and (max-width: 250px) {
    .m-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        margin-top: 23px;
        margin-left: auto;
        margin-right: 35px;
        width: 175px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color: white;
        border-style: solid;
        border-color:#ffce50;
        border-width: 3px;
        border-radius: 20px;
        min-width: 200px;
        max-width: 235px;
    }
    /** Menu Buttons **/
    .button {
        border: 2px solid #0707aa;
        background-color: #ffffff;
        font-size: .8rem;
        color: #0707aa;
        text-decoration: none;
    }
    .btn {
        border-color: #0707aa;
        color: #000000;
    }
    /** Main Buttons **/
    .button-lnk2 {
        border: 3px solid;
        background-color: #ffffff;
        border-radius: 25px;
        font-size: .15rem;
        font-weight: normal;
        color: #e71b1b;
        width: 75%;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
    }
    .btn-lnk2 {
        width: 50px;
        border-color: #ff00dd;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 75%;
        height: 155px;
        text-align: center;
        margin: 2px 2px 2px 2px;
        vertical-align: middle;
        color: #000000;
    }
    .flex-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border: none;
        padding-right: 20px;
    }
    .flex-container > div {
        /**width: 250px;**/
        margin: 10px;
        justify-content: center;
        text-align: center;
        border: none;
    }
      .flex-container > div.gz {
        width: 300px;
        margin: 10px;
        text-align: center;
    }
      .flex-container > div.rt {
        width: 400px;
        margin: 10px;
        text-align: center;
    }
      .flex-container > div.cr {
        width: 350px;
        margin: 10px;
        text-align: center;
    }
      .flex-container > div.lav {
        width: 400px;
        margin: 10px;
        text-align: center;
    }

}
  @media screen and (max-width: 600px) {
    body {
        background: none;
        background-color: gray;
    }
    .c-wrapper {
        width: 85%;
        padding: 10px;
    }
    .jd > div {
        padding: 0px 0px 0px 0px;
    }
    .cen-img-jd {
        width: 90%;
        min-width: 150px;
    }
    .button-lnk2 {
        border: 3px solid;
        background-color: #ffffff;
        border-radius: 25px;
        font-size: 1.0rem;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        transition: 500ms;
    }
    .btn-lnk2 {
        border-color: #0000ff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25px;
        width: 250px;
        text-align: center;
        margin: 2px 2px 2px 2px;
        vertical-align: middle;
        color: #000000;
    }
    .flex-container {
        /**width: 250px;**/
        margin: 10px;
        justify-content: center;
        text-align: center;
        margin-right: 35px;
        border: none;
    }
    
    
}     
