/*=============================================
=            SVG Clock Style                  =
=============================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900&subset=latin,greek);
.outer {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running; }

.outer-clock {
  fill: transparent;
  stroke-width: 1;
  stroke: #3B3A3A;
  opacity: 0.95; }

.outer-minutes {
  opacity: 0.75; }

.outer-hours {
  opacity: 0.95; }

.outer-seconds {
  opacity: 0.95; }

.clock {
  position: relative;
  height: 365px; }
  .clock svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }

.container-header {
  position: relative;
  background-color: green;
  color: #333;
  font-family: 'Roboto', Helvetica, arial;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden; }
  .container-header:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.75;
    background: red;
    /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.83), rgba(5, 5, 5, 0.95), black);
    /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(rgba(0, 0, 0, 0.83), rgba(5, 5, 5, 0.95), black);
    /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.83), rgba(5, 5, 5, 0.95), black);
    /* For Firefox 3.6 to 15 */
    background: radial-gradient(rgba(0, 0, 0, 0.83), rgba(5, 5, 5, 0.95), black);
    /* Standard syntax */ }
  .container-header .content {
    width: 50%;
    height: 50%;
    overflow: visible;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .container-header h2 {
    color: white;
    text-align: center;
    font-weight: 100; }
    .container-header h2 span {
      font-weight: 600; }

/*=====  End of SVG Clock Style   ======*/
/*=======================================
=            Analog section            =
=======================================*/
.container {
  height: 50vh; }
  .container h3 {
    text-align: center;
    color: #333;
    font-weight: 100; }
    .container h3 span {
      font-weight: 600; }
  .container .content-analog {
    box-shadow: 0px 4px 17px #888888;
    width: 50%;
    max-width: 500px;
    min-width: 300px;
    margin: auto;
    margin-top: 112px;
    padding: 2px 10px 2px 10px;
    background-color: white; }
    .container .content-analog h3 {
      text-transform: uppercase;
      font-weight: 100; }
      .container .content-analog h3 span {
        font-weight: 600; }
    .container .content-analog .time {
      font-size: 3.8em;
      margin: 0;
      margin-top: 20px;
      font-weight: 100; }
      .container .content-analog .time span#text-hours {
        font-weight: 600; }
      .container .content-analog .time span#text-ampm {
        font-weight: 600;
        font-size: 0.7em; }
    .container .content-analog .date {
      font-size: 1.5em;
      margin: 0;
      font-weight: 100; }
    .container .content-analog .region {
      font-size: 1.1em;
      margin: 0;
      font-weight: 100;
      margin-top: 5px;
      margin-bottom: 50px; }
      .container .content-analog .region span {
        font-weight: 600; }

/*=====  End of Analog section  ======*/
/* Import the Google Font 'Roboto' */
/* BASIC styles */
body {
  background-color: #F2F2F2;
  color: #333;
  font-family: 'Roboto', Helvetica, arial;
  font-weight: 600;
  margin: 0px;
  padding: 0px; }
  body a {
    color: inherit;
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */
