* {
  box-sizing: border-box;
}

ul.a {
    filter: drop-shadow(0 0 0.75rem white);
}

li.a:hover {
    transform: rotate(180deg);
    filter: drop-shadow(0 0 0.75rem white);


    }

.body {
  background-color: gold;
  padding-top: 60px;
  text-align: center;
}
.p {
  line-height: 2;
  font-size: 1em;
  padding-top: 16%;
  width: auto;
  height: 200px;
}

.left-buffer {
  margin-left: 0px;
  margin-top: 25%;
}

.margintopandright {
  padding-left: 20px;

  padding-top: 10px;
}
.one {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  border-color: 0088;
  border-style: solid;
  width: 380px;
  height: 350px;
  padding-right: 10%;
  padding-top: 0px;
}

.legend {
  border: 1px solid #dcdcdc;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 0px;
  text-transform: uppercase;
  height: 40px;
  width: 150px;
  text-align: center;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", serif;
}

.smallroundedrectangle {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  border-color: 0088;
  border-style: solid;
  width: 350px;
  height: 50px;
  border-spacing: 0;
  margin-bottom: 5%;
  margin-top: 5%;
}

.paragraphmaxwidth {
  max-width: 80%;
  padding-left: 20%;
}

#p {
  padding-bottom: 20px;
  margin: 4px 2px;
}

.wrappercenter {
  width: 960px;
  margin: auto;
  text-align: center;
}

.wrapperleft {
  width: 960px;
  margin: 150px auto;
  text-align: left;
}
.bckbenefitspage {
  background-image: url("images/72737165_thumbnail.jpg");
  width: 800px;
  height: 900px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.bck {
  color: #665544;
  background-image: url("images/g15717.png");
  font-family: Georgia, "Times New Roman", serif;
}

.bcksecond {
  background-image: url("/IMAGES/g4796.png");
  font-family: Georgia, "Times New Roman", serif;
  background-size: cover;
  background-repeat: no-repeat;
}

.indent {
  text-indent: 25px;
}

.paragraphsize1 {
  width: auto;
  height: auto;
  padding-top: 10%;
  text-align: center;
}

.fixed-header {
  width: 100%;
  position: fixed;
  background: #333;
  padding: 0px 0;
  color: #fff;
  height: 80px;
}

.float-container {
  padding: 10px;
  border: none;
}
.float-child {
  width: 50%;
  float: left;
  padding: 10px;
  border: none;
}
.float-child1 {
  width: 50%;
  float: left;
  padding: 10px;
  border: none;
}
.float-child2 {
  width: 25%;
  float: right;
  padding: 10px;
  border: none;
}
.fixed-header {
  top: 0;
  left: 0;
}
.fixed-footer {
  width: 100%;
  position: fixed;
  background: #333;
  padding: 0px 0;
  color: #fff;
  height: 40px;
}
.fixed-footer {
  bottom: 0;
  left: 0;
  opacity: 0.9;
}
ul {
  width: 96%;
  list-style-type: none;
  margin: 0;
  padding: 80px;
  overflow: hidden;
  background-color: rgb(48, 46, 46);
}

li {
  float: left;
}

li a {
  display: block;
  color: gold;
  padding: 40px;
  text-decoration: none;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
}

li a:hover {
  background-color: grey;
}
.floatRight {
  float: right;
  padding-right: 20px;
}

.floatLeft {
  float: left;
  padding-right: 20px;
}
.active {
  background-color: none;
  color: white;
}

#h2 {
  position: absolute;
  top: 15%;
  margin: 4px 2px;
  transform: translate(-50%, -50%);
}

#h3 {
  position: absolute;
  top: 50%;
  margin-left: 15%;
}
#h4 {
  margin-right: 10px;
  padding-top: 15%;
}
.halfCircleTop button {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 5;
  opacity: 0.8;
}

.halfCircleTop {
  background-color: #e9c300;
  height: 200px;
  width: 400px;
  border-radius: 500px 500px 0 0;
  -moz-border-radius: 500px 500px 0 0;
  -webkit-border-radius: 500px 500px 0 0;
  background: white;
  position: absolute;
  bottom: 0%;
  right: 20%;
  border-color: gold;
  border-style: solid;
}













@media screen and (max-width:480px) {
        /* And even smaller */
        #title {
            font-size: 40px;
            font-family: verdana;
            color: white;
            margin-left: 30%;
            margin-top: 100px;
            margin-bottom: 0px;
        }
        #subtitle {
            margin-right: 15%;
            font-size: 30px;
            font-family: verdana;
            color: white;
            margin-left: 30%;
            margin-top: 20px;
        }
        #description {
            font-size: 20px;
            font-family: verdana;
            color: grey;
            margin-left: 30%;
            margin-top: 20px;
            width:250px;
        }
        .circlebutton {
          background-color: rgb(127, 206, 238);
          border: 3px solid #0f0f0f;
          color: rgb(127, 206, 238);
          padding: 0px;
          text-align: center;
          text-decoration: none;
          color: black;

          font-size: 14px;

          cursor: pointer;
          border-radius: 52px;

          height: 40px;
          box-shadow: 0 5px, 10px, rgba(0, 0, 0, 0.15);
          margin-right: 10%;
          margin-top: 40px;
        }
        .paragraphmaxwidth {
          max-width: 80%;
          padding-left: 20%;
        
        }
        .paragraphsize1 {
          width: auto;
          height: auto;
          padding-top: 10%;
          text-align: center;
          font-size: 0.7rem;
        }
    }






@media only screen and (min-width: 768px) {
  .polygon {
    clip-path: polygon(0 0, 78% 0%, 53% 100%, 0% 100%);

    display: block;
  }
} /* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  /*Nav menu*/
  .paragraphsize1 {
    width: auto;
    height: auto;
    padding-top: 10%;
    text-align: center;
    font-size: 0.7rem;
  }
  .img {
    width: 100%;
  }

  .h3 {
    display: none;
  }
  .fixed-header {
    width: 100%;
    position: fixed;
    background: #333;
    padding: 0px 0;
    color: #fff;
    height: 40px;
  }
  .fixed-header {
    top: 0;
    left: 0;
  }
  .circlebutton {
    background-color: rgb(127, 206, 238);
    border: 3px solid #0f0f0f;
    color: rgb(127, 206, 238);
    padding: 0px;
    text-align: center;
    text-decoration: none;
    color: black;
    display: inline-block;
    font-size: 14px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 52px;
    width: 71%;
    height: 40px;
    box-shadow: 0 5px, 10px, rgba(0, 0, 0, 0.15);
  }
  .halfCircleTop button {
    position: absolute;
    top: 62%;
    left: 5;
    transform: translate(-50%, -50%);
    margin: 5;
    opacity: 0.8;
  }

  .halfCircleTop {
    background-color: #e9c300;
    height: 100px;
    width: 200px;
    border-radius: 500px 500px 0 0;
    -moz-border-radius: 500px 500px 0 0;
    -webkit-border-radius: 500px 500px 0 0;
    background: light-grey;
    position: absolute;
    bottom: 0;
    right: 20%;
    opacity: 0.6;
    border-style: solid;
  }
  ul {
    width: 96%;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    background-color: rgb(48, 46, 46);
  }

  li {
    float: left;
  }

  li a {
    display: block;
    color: gold;
    padding: 10px;
    text-decoration: none;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 0.8rem;
  }

  li a:hover {
    background-color: grey;
  }
  .floatRight {
    float: right;
    padding-right: 20px;
  }
  .title2 {
    display: none;
  }

  .right-txt-btn {
    /* (E1) CENTER TEXT IN CIRCLE */
    display: none;
  }
  .left-txt-btn {
    /* (E1) CENTER TEXT IN CIRCLE */
    display: none;
  }
  #optionalstuff {
    display: none;
  }
  .image6 {
    display: none;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .example {
    background: blue;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {
    background: orange;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .example {
    background: pink;
  }
}
