* {
    font-family: 'League Spartan', sans-serif;                                           
    font-weight: bold;
}

body {
    background: #009bdf;
    margin: 0;
}

a {
    color: #4e00cf;
    font-size: 175%;
    text-decoration: none;
    position: relative;
    top: 50px;
    display: inline-block;
    text-align: center;
    color: #000;
}

.timerDiv a img {
    width: 150px;
}

.logoDiv{
    text-align: center;
}

@media screen and (max-width: 992px) {
  .logoDiv img{
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .timerDiv a img {
    width: 450px;
  }
}

.style2 { 
    margin-left: 5%;
}

@media screen and (max-width: 992px) {
  .style2 {
    margin-left: 0% !important;
  }
}


.style1 {
    display: flex
}

.timerDiv {
    position: relative;
   /* margin-left: 39%; */
}
/*
@media screen and (max-width: 992px) {
  .timerDiv {
    margin-left: 5%;
  }
}
*/

.controlButtonsDiv{
  text-align: center;
}

#clock_wrapper {
  /*
    position: absolute;
    top: 1em;
    left: 2em; */
    text-align: center;
}

.loadingClockWrapper{
  animation: loading 1.5s ease-in-out;
  -webkit-animation: loading 1.5s ease-in-out;
  -moz-animation: loading 1.5s ease-in-out;
}

@keyframes loading {
  0% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotateY(270deg);
    -webkit-transform: rotateY(270deg);
    -moz-transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

.controlButtons{
  animation: scale 1.5s ease-in-out;
  -webkit-animation: scale 1.5s ease-in-out;
  -moz-animation: scale 1.5s ease-in-out;
}

.animateControlButtons{
  animation: scale 0.2s ease-in-out;
  -webkit-animation: scale 0.2s ease-in-out;
  -moz-animation: scale 0.2s ease-in-out;
}

@keyframes scale {
  0% {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    opacity: 0;
  }
  50% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {
  #clock_wrapper {
    left: 0rem !important;
    margin-top: 200px !important;
  }
  #clock {
    width: 900px !important;
    height: 900px !important;
  }
  #timer {
    /*
    width: 900px !important;
    padding-top: 25% !important;
    */
  }
}

#clock {
    position: relative;
    z-index: 1;
    width: 300px;
    height: 300px;
}

#timer {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 700%;
    text-align: center;
    /*width: 300px;*/
    width: 100%;
    z-index: 2;
    /*padding-top: 25%;*/
    padding-top: 6rem;
    color: #000;
    transition: opacity 350ms linear 0s;
    -webkit-transition: opacity 350ms linear 0s;
}

@media screen and (max-width: 992px) {
  #timer{
    font-size: 25rem;
    padding-top: 15rem;
  }
}

.half_opacity {
    opacity:0.5;
}

.clear {
    clear: both;
}

.spinmaster_logo{
  width: 100px;
}

@media screen and (max-width: 992px) {
  #start, #pause, #continue {
    margin-top: 100px;
  }
}

.footer {
    background-color: #000;
    /* padding: 3.813rem 1rem 3.928rem 1rem; */
    padding: 3% 0;
    margin-top: 5%;
    width: 100%;
}
    @media screen and (max-width: 992px) {
      .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset; 
        margin-top: 75%;
      } 
      }
    .footer .wrap {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1%;
    }

      @media screen and (max-width: 992px) {
        .footer .wrap {
          flex-direction: column;
          justify-content: center; } }
  
  .footer__logo {
    max-width: 6.25rem;
    margin-right: 4.5rem; }
    @media screen and (max-width: 992px) {
      .footer__logo {
        margin: 0rem; } }
    .footer__logo img {
      height: 86px;
      width: auto; }
  
  .footer_left {
    display: flex;
    flex-direction: column; 
    position: relative;
  }
    @media screen and (max-width: 992px) {
      .footer_left .footer__links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .footer_left .footer__links a {
      font-family: 'OpenSans-Bold', sans-serif;
      text-decoration: none;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 35px;
      position: initial;
      letter-spacing: 0.39px; 
      display: block;
    }
      @media screen and (max-width: 1200px) {
        .footer_left .footer__links a {
          margin: 0.25rem 0rem; } }
      @media screen and (max-width: 992px) {
        .footer_left .footer__links a {
          margin: 0.75rem 0rem; 
          font-size: 35px;
          line-height: 50px;
        } 
      }
  
  .footer__copyright {
    font-family: 'OpenSans', sans-serif;
    padding: 1rem 0;
    color:rgb(2555,255,255);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px; 
    text-align: center;
  }
    @media screen and (max-width: 992px) {
      .footer__copyright {
        position: relative; 
        font-size: 35px;
        line-height: 50px;
      } }
  
  .social-media-links {
    position: relative;
    display: grid;
    justify-content: center;
    grid-auto-flow: column;
    gap: 1rem; }
    @media screen and (min-width: 992px) {
      .social-media-links {
        position: absolute;
        right: 0; } }
  
  .social_media_icon {
    height: 2.5rem;
    width: 2.5rem; }
    @media screen and (max-width: 540px) {
      .social_media_icon {
        height: 2.8125rem;
        width: 2.8125rem; } 
      }

.spinmaster_link{
  top: 0px;
}