@import url('https://fonts.googleapis.com/css?family=Rambla:300,400,600,700,800|Teko:300,400,500,600,700&display=swap');
@import 'bootstrap.min.css';
html {
    font-family: 'Rambla', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Rambla', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    background: #292929;
}
/* scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #292929
}
/* selection */
::selection {
    background-color: #292929;
    color: #fff
}
-webkit-::selection {
    background-color: #292929;
    color: #fff
}
::-moz-selection {
    background-color: #292929;
    color: #fff
}
h3,
.h3 {
    font-weight: 400;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 10px;
}
h3 a,
.h3 a {
    color: inherit
}
.h3 a:hover {
    text-decoration: none
}
p {
    margin-bottom: 20px;
    font-family: "Rambla", sans-serif;
    color: #999;
}
a {
    color: #292929;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}
a:hover,
a:focus {
    color: #292929;
    outline: none
}
a:focus {
    text-decoration: none
}
.div-logo p {
    text-align: center;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    color: #999;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 10px;
}
.logo {
    width: 100px;
    max-width: 100px;
    text-align: center;
    margin-bottom: 15px;
}
.btn {
    font-family: "Teko", sans-serif;
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    font-size: 25px;
    letter-spacing: 10px;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #fff;
    background-color: transparent;
    border-radius: 1px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important
}
.btn:hover,
.btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important
}
.layout {
    background: #323232 url("../img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.brand {
    display: inline-block;
    font-family: 'Teko', sans-serif;
    line-height: 1.3em;
    font-weight: 400;
    font-size: 75px;
    color: #c5a47e;
    margin-bottom: 10px;
}
.brand img {
    width: 150px;
    max-width: 150px;
}
.brand:hover,
.brand:focus {
    color: #fff;
    text-decoration: none
}
.text-primary {
    color: #292929
}
.main {
    padding-top: 80px;
    text-align: center
}
.description {
    margin-top: 3.6em
}
.next-version {}
.mt-90 {
    margin-top: 90px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.next-version h3 {
    margin-bottom: 2.3em
}
.next-version h3 span {
    color: #c5a47e;
}
.next-version figure {
    position: relative
}
.next-version figure img {
    display: block
}
.next-version figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.next-version figcaption .inner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.next-version figure:hover figcaption {
    opacity: 1
}
@media(min-width:768px) {
    html {
        font-size: 85%
    }
}
@media(min-width:992px) {
    html {
        font-size: 92%
    }
}
@media(min-width:1200px) {
    html {
        font-size: 100%
    }
}