/**
* @version   $Id: custom.scss 1.0 2015-11-24 15:14:30
* @author    Balázs Gellért http://balazsgellert.com
* @copyright Copyright (C) 2014 - 2015 Balázs Gellért, I.I.
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */


// FONTS

@font-face {
    font-family: os;
    src: url(fonts/os-r.woff);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: os;
    src: url(fonts/os-r-i.woff);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: os;
    src: url(fonts/os-db.woff);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: os;
    src: url(fonts/os-db-i.woff);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: os;
    src: url(fonts/os-l.woff);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: os;
    src: url(fonts/os-l-i.woff);
    font-weight: 300;
    font-style: italic;
}


// BASICS

h1, h2, h3, h4, h5, h6 {
    font-family: os;
}

body {
    font-family: os !important;
    color: #333333;
    background-image: url(images/00cd1.jpg);
    background-size: cover;
}

.page {
    width: 30%;
    margin: 15% auto;
    text-align: center;
}

.logo {
    margin: 0 auto;
    max-width: 242px;
    height: 140px;
    text-align: center;
}

.logo img {
    width: 220px;
    text-align: center;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.logo img:hover {
	width: 240px;
}

.content {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.coming-soon {
    width: 220px;
    height: 40px;
    margin: 100px auto;
    background: none;
    border: solid 1px #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 0px;
    overflow: hidden;
    cursor: pointer;
 //   box-shadow: 0px 0px 25px #333333;
}

.income {
    width: 100%;
    height: 80px;
    text-align: center;
    margin: 0px;
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: margin 0.3s linear;
    -moz-transition: margin 0.3s linear;
    -o-transition: margin 0.3s linear;
    -ms-transition: margin 0.3s linear;
    transition: margin 0.3s linear;
}

.income p {
    margin: 0px;
    padding: 8px 4px;
    line-height: 24px;
}

.income a {
    color: #ffffff;
}

.income:hover, .income:focus {
    margin: -40px 0px 0px 0px;
}
