/* Copyright © 2000-2020, VALKYRIE 360™ All Rights Reserved World Wide */

/* IMPORT FONTS */
@font-face { font-family: "ValkyrieFont"; src: url(../fonts/MICROGME/MICROGME.TTF) format("truetype"); }
@font-face { font-family: "OpenSans-Regular"; src: url(../fonts/OpenSans/OpenSans-Regular.ttf) format("truetype"); }
@font-face { font-family: "OpenSans-Bold"; src: url(../fonts/OpenSans/OpenSans-Bold.ttf) format("truetype"); }
@font-face { font-family: "OpenSans-ExtraBold"; src: url(../fonts/OpenSans/OpenSans-ExtraBold.ttf) format("truetype"); }

* {
  box-sizing: border-box;
}

html, body {
    float: left;
    width:100%;
    overflow-x: hidden;
}
html {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 14px;
    color: #8A9597;
    background-color: #373B3C;
    background-attachment: fixed;
    /* background-image: url("../media/bg.jpg"); */
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 360px; 
    margin: 0;
}
/* Fonts */
.ValkyrieFont {
    font-family: "ValkyrieFont", Verdana, Tahoma;
    letter-spacing: 2px;
}

/* Container */
.container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Chronograph*/
.timer-group {
  height: 300px;
  margin: 0 auto;
  position: relative;
  width: 300px;
}

.timer {
  border-radius: 50%;
  height: 100px;
  overflow: hidden;
  position: absolute;
  width: 100px;
}

.timer:after {
  background-color: #4B4E4F;
  border-radius: 50%;
  content: "";
  display: block;
  height: 80px;
  left: 10px;
  position: absolute;
  width: 80px;
  top: 10px;
}

.timer .hand {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.timer .hand span {
  border: 50px solid rgba(0, 0, 0, .4);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(225deg);
  width: 0;
}

.timer .hand:first-child {
  transform: rotate(180deg);
}

.timer .hand span {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.timer .hand:first-child span {
  animation-name: spin1;
}

.timer .hand:last-child span {
  animation-name: spin2; 
}

.timer.hour {
  background: rgba(0, 0, 0, .2);
  height: 300px;
  left: 0;
  width: 300px;
  top: 0;
}

.timer.hour .hand span {
  animation-duration: 3600s;
  border-top-color: #739407;
  border-right-color: #739407;
  border-width: 150px;
}

.timer.hour:after {
  height: 260px;
  left: 20px;
  width: 260px;
  top: 20px;
}

.timer.minute {
  background: rgba(0, 0, 0, .2);
  height: 250px;
  left: 25px;
  width: 250px;
  top: 25px;
}

.timer.minute .hand span {
  animation-duration: 60s;
  border-top-color: #739407;
  border-right-color: #739407;
  border-width: 125px;
}

.timer.minute:after {
  height: 210px;
  left: 20px;
  width: 210px;
  top: 20px;
}

.timer.second {
  background: rgba(0, 0, 0, .2);
  height: 200px;
  left: 50px;
  width: 200px;
  top: 50px;
}

.timer.second .hand span {
  animation-duration: 1s;
  border-top-color: #739407;
  border-right-color: #739407;
  border-width: 100px;
}

.timer.second:after {
  height: 196px;
  left: 2px;
  width: 196px;
  top: 2px;
}

.face {
  background: rgba(0, 0, 0, .1);
  border-radius: 50%;
  height: 196px;
  left: 52px;
  padding: 165px 40px 0;
  position: absolute;
  width: 196px;
  text-align: center;
  top: 52px;
}

.face h2 {
  position: absolute;
  font-size: 14px;
  font-weight: 300;
  top: 100px; 
  left: 0;
  right: 0;
}

.face p {
  border-radius: 20px;
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  top: 17px;
  width: 160px;
  left: 20px;
}

@keyframes spin1 {
  0% {
    transform: rotate(225deg);
  }
  50% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

@keyframes spin2 {
  0% {
    transform: rotate(225deg);
  }
  50% {
    transform: rotate(405deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

/* Notice */
.notice {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Menu Buttons */
.menu-button { 
    position: relative;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
	outline: none;
	border: 0;
	text-decoration: none;
	cursor: pointer;
    font-size: 12px;
    padding: 10px;
    color: #739407;
    background: #4B4E4F;
    text-transform:uppercase;
    font-weight: 700;
    text-align: center;
    
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    
    transition: all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.menu-button:hover {
	color: #373B3C !important;
    background-color: #739407;
}

/* Responsive Menu Button */
@media (max-width: 1200px) {

    .menu-button {
    width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 980px) {

    .menu-button {
    width: 100%;
    }

}

@media (max-width: 767px) {
    .menu-button {
    width: 100%;
    }
}

@media (max-width: 480px) {
    .menu-button {
    width: 100%;
    }
}

.copyright {
    font-size: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}