@import 'bootstrap.min.css';
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

html {
    font-size: 15px;
    height: 100%;
    background: #000;
}

body {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #999;
    height: 100%;
    background: #000;
}



/* selection */

::selection {
    background-color: #000;
    color: #fff
}

-webkit-::selection {
    background-color: #000;
    color: #fff
}

::-moz-selection {
    background-color: #000;
    color: #fff
}

h3,
.h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #ccc;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h3 a,
.h3 a {
    color: inherit
}

.h3 a:hover {
    text-decoration: none
}

p {
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

a {
    color: #fff;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a:hover,
a:focus {
    color: #fff;
    outline: none
}

a:focus {
    text-decoration: none
}


.div-logo h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #DD6E8B;
    line-height: 0.85em;
    margin-top: 0;
}

.div-logo span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #ccc;
    font-weight: 400;
    letter-spacing: 4px;
    margin-left: 15px;
    line-height: 1em;
}

.div-logo p {
        font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #ccc;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.div-logo img {
    max-width: 120px;
}

.js .animate-box {
    opacity: 0;
}

.btn {
    font-family: 'Oswald', sans-serif;
    position: relative;
    display: inline-block;
    padding: 7px 20px 7px 20px;
    line-height: 1.5em;
    color: #fff;
    background: #DD6E8B;
    border: 1px solid #DD6E8B;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn:hover,
.btn:focus {
    color: #fff;
    border: 1px solid #DD6E8B;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important
}


.layout {
    background: #191919 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: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #fff
}

.brand:hover,
.brand:focus {
    color: #fff;
    text-decoration: none
}

.text-primary {
    color: #000
}

.main {
    padding: 90px 0;
    text-align: center
}

.description {
    margin-top: 3.6em
}

.ovon-version {
    margin: 60px 0 0 0;
}

.ovon-version h3 {
    margin-bottom: 20px
}

.ovon-version figure {
    position: relative
}

.ovon-version figure img {
    display: block;
    border: 7px solid rgba(255,255,255, 0.075);
}


.ovon-version figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ovon-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%)
}

.ovon-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%
    }
}
