/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    color: #fff;
    font-family: 'ARIAL',sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    width: 100%;
    background-image: url(../img/bg_black.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

a {
    color: #86b1d8;
    cursor:pointer;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Navigation */
.navbar, .navbar-inverse {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    min-height: 80px;
    color: #fff;
    margin: auto;
}

.nav li {
    display: inline;
    font-color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-family: Arial;
    font-size: 1.7em;
    font-weight: 300;
    padding: 30px 25px 30px 25px;
}

.navbar-inverse .navbar-nav li a:hover {
    background-color: #444444;
    transition: 0.7s all linear;
    height: 100%;
}

.button-style {
    background-color: #000;
    border-color: white;
    color: white;
    margin: 5px 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

/* About */
.about {
    
}

/**/
.info {
    color: #fff;
    padding: 50px 0;
}

/* Footer */

footer {
    padding: 50px 0;
    color: #fff;
    background: #333;
}

#to-top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    background: url(../img/arrow_up.png);
    background-size:100%;
    width: 35px;
    height: 35px;
}

/* SPLASH */
.version {
  padding: 0 10px;
}

/* MOBILE 3D */
#rotate {
    display: none;
}

@media screen and (max-width: 450px) {
    #rotate {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
}