/*
Theme Name: Spoetniks
Theme URI: http://www.spoetniks.nl/
Description: Template ontwikkeld voor Plantema uitgevoerd door Stijlgenoten Interactief BV
Author: Danny Jasper - Stijlgenoten Interactief BV	
Version: 1.0
*/

/* Imports */
@import url('css/reset.css');
@import url('css/content.css');

/* Fonts
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
*/


html {
	font-size: 62.5%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

a {
  color: #00ccff;
  transition: all .3s ease-in;
}

a:hover {
  color: #000;
}

/* Site structuur */
header, 
section#content-container,
footer,
#slider {
  display: block;
  width: 100%;
}

footer {
  padding: 20px 0;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  min-height: 100px;
  background: #4d4a4c;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #fff;
}

footer a {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 5%;
}

#logo {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 5rem;
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin: 50px 0;
  text-decoration: none;
}

#logo strong {
  font-weight: 500;
}

nav#mainnav {
  display: block;
  width: 100%;
  min-height: 30px;
}

nav#mainnav > ul {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

nav#mainnav > ul > li {
  display: inline-block;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}

nav#mainnav > ul > li > a {
  display: inline-block;
  padding: 0 10px;
  margin: 0 3px;
  font-family: 'Lato', sans-serif; 
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  background: #00ccff;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

nav#mainnav > ul > li > a:hover,
nav#mainnav > ul > li > a:focus,
nav#mainnav > ul > li.current-menu-item > a {
  color: #fff;
  background: #000;
}

@media only screen and (min-width: 975px) {
  .wrapper {
    width: 975px;
  }
}