@import 'lib/reset.css';

@import 'lib/skeleton.css';

@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,300italic,600italic');
/**
 * Import Stylsheets
 */
/**
 * Mixins
 */
/**
 * Base
 */
body {
    font-size:20px;
    color: #FFFFFF;
    background: #FFFFFF;
    background: url('../Images/karate-girl.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/**
 * Header
 */

h3{
    font-size:2em;
}
a {
    color:#ffffff;
}
div.header {
  padding-top: 5%;
  text-align: center;
}
div.header h1.logo {
  font: 1.6em/150px 'Source Sans Pro';
  font-weight: 200;
  text-transform: uppercase;
  background: rgba(250, 250, 250, 0.6);
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

div.header h1.logo:hover {
  background: rgba(250, 250, 250, 0.8);
}

div.header h1.logo a {
  color: #333;
  text-decoration: none;
}

div.header h3 {
  font: 4em 'Source Sans Pro';
  margin: 20px 0;
}
div.header p {
  
}

div.timeblock {
  margin-top: 50px;
  width: 100%;
  background: #81cece;
  background: rgba(129, 206, 206, 0.5);
  padding:2em;
}

div.timeblock div.timer {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Source Sans Pro';
  font-weight: 700;
  text-align: center;
  width: 100%;
}

p.copyright {
  padding: 40px 0 0 20px;
  text-align:center;
  font-size:.9em;
}

/* Utilities - FOR IMAGES - FROM SKELETON
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }
