html {
    width: 100%;
    height: 100%;
}


body {
	font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 16px;
	width: 100%;
    height: 100%;
    color: #fff;
    background-color: #1a1a1a;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family:  'Oswald', sans-serif;
    font-weight: 300;
    color: #ffffff;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
}


/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */


#headerwrap {
	background: url(../img/empty.jpeg) no-repeat center top fixed;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 150px;
	color: white;
	font-size: 70px;
	font-weight: 700;
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
	font-weight: 100;
    font-family: 'EB Garamond', serif;
    font-style: oblique;
}

#headerwrap .logo {
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


/* About section */

.block {
	background: #1a1a1a;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

h3 {
	color: white;
    text-align: center;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
}

.block i {
	font-size: 8px;
	color: #fff;
    padding: 3px;
}

.block {
    font-size: 20px;
	color: #f2f2f2;
	text-align: left
}

.block p.centered {
	text-align: center;
}

.block img {
	text-align: center;
	width: 95%;
}

#features {
    padding-top: 30px;
}

.featurette-item {
  margin-bottom: 15px;
}

.featurette-item > i {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 44px !important;
  width: 85px;
  height: 85px;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
}

.featurette-item-desc {
    padding-top: 30px;
}

.featurette-item > i:hover {
  font-size: 60px !important;
}

/* Download section */

.callout {
  color: #ffffff;
  padding-top:7%;
  height: 100%;
  width: 100%;
  background: url(../img/controller.jpeg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.vert {
    background-color: #1a1a1a;
    color: #ffffff;
    margin-top: 50px;
    padding-top: 60px;
    height: 50%;
}


/* Footer Wrap */

.avatars {
    width: 50px;
    height: 90px;
}

.f {
	background: #1a1a1a;
	padding-top: 100px;
	padding-bottom: 70px;
	text-align: center
}

.f h3 {
	color: white;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;	
}

.f i {
	font-size: 8px;
	color: #fff;
    padding: 3px;
}

.f p {
	font-size: 20px;
	color: #f2f2f2;
	text-align: left
}

.f p.centered {
	text-align: center;
}

.f img {
	text-align: center;
	width: 95%;
}

/* Support for linux */
#sad-linux {
    font-size: 60px;
}

/* Impressum */
#impressum {
    background-color: #1a1a1a;
    color: #ffff;
}

#impressum div {
    background-color: #1a1a1a !important;
    color: #ffff !important;
}

.github-interactions {
    padding-left: 35px;
}

.github-interactions img {
    height: 20px;
    width: 90px;
}

#social-network-icons {
    padding-left: 55px;
}

#social-network-icons a i {
    font-size: 50px !important;
    margin-right: 30px;
    padding: 5px;
    border: 2px outset #f0ad4e;

    text-align: center;
}

#social-network-icons a i:hover {
    font-size: larger;
    color: #f0ad4e;
}


