@import 'reset.css';

@import 'themes.css';

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

@import url(https://fonts.googleapis.com/css?family=Muli:300,400);
/*===== imports ====*/
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*===== type ====*/
::-moz-selection {
  background: #213C4E;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #213C4E;
  color: #fff;
  text-shadow: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
  font-family: Muli, Arial, Helvetica, sans-serif;
  text-align: center;
  background: #282828;
  color: #F5F5F5;
  padding-top: 2em;
}
a {
  color: #F5F5F5;
  text-decoration: none;
}
h1 {
  font-size: 1.75em;
}
h1.logo {
  letter-spacing: 0.7em;
}
.wrapper {
  max-width: 960px;
  margin: 0 auto;
}
header {
  display: inline;
  float: left;
  width: 97.54901960784314%;
  margin: 0 1.2254901960784315%;
  margin-bottom: 2em;
}
.bg {
  background: #212121;
  padding: 10px;
}
#about .wrapper {
  padding: 0 0 0 0;
}
#about h1 {
  letter-spacing: -0.015em;
  padding-bottom: .1em;
}
#about h3 {
  font-family: Open Sans, Arial, sans-serif;
  font-size: 1.35em;
  font-weight: 300;
  letter-spacing: 0.015em;
}
#contact {
  display: inline;
  float: left;
  width: 97.54901960784314%;
  margin: 0 1.2254901960784315%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
#contact p {
  margin-bottom: px;
}
#contact p a {
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: 0.025em;
}
footer {
  display: inline;
  float: left;
  width: 97.54901960784314%;
  margin: 0 1.2254901960784315%;
  padding-bottom: 130px;
}
footer .bg {
  padding: 20px;
}
footer p {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.025em;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides .vert {
  max-width: 470px;
}
@media only screen and (max-width: 568px) {
  h1 {
    font-size: 1.0em;
  }
  h1.logo {
    letter-spacing: 1em;
  }
  #about h3 {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 1.15em;
    font-weight: 300;
    letter-spacing: 0.015em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  
}
