/* spinmount.com */

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: local('Titillium Web Regular'), url('./fonts/titillium_web/TitilliumWeb-Regular.ttf') format('truetype');
}


/* Layout */

body {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    background-color: #000;
    background-position: center bottom;
    background-attachment: scroll;
/*  background-size: cover;*/
    background-repeat: repeat;
    background-image: url("../img/cartographer.png");
/*  background-image: url("http://www.transparenttextures.com/patterns/escheresque-dark.png");*/
}

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

.navbar-brand {
    font-family: 'Titillium Web', sans-serif;
    font-size: 45px;
    padding: 10px 15px;
}

.navbar-brand .reg {
    float: right;
    padding-top: 5px;
    font-family: inherit;
    font-size: 50%;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(128, 255, 0, .8);
    background-color: rgba(0, 0, 0, 0.5);
}

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

.navbar-custom .navbar-toggle {
    padding: 4px 6px;
    font-size: 20px;
    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 {
    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(128, 255, 0, .8);
}

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

@media(min-width:768px) {
    .navbar-custom {
        padding: 40px 0;
        /* height for uncollapsed navbar*/
        border-bottom: 0;
        letter-spacing: 1px;
        /* vertical gradient*/
        /*background-color: rgba(0,0,0,.5);
        background-image: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,0));
        background: rgba(0,0,0,.5);*/
        background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
        transition: all .5s ease-in-out, padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 2px solid rgba(128, 255, 0, .8);
        background-color: rgba(0, 0, 0, .8);
    }
    .brand-collapse {
        font-size: 35px;
    }
}

.navbar-right {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tooltip-inner {
    min-width: 200px;
}

.jumbotron {
    margin-bottom:0px;
    padding-top: 20vh;
    background-color: #000;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 101vh;
    height: auto;
    border-bottom: 2px solid rgba(128, 255, 0, .8);
}

/* Portrait */
@media (max-width:1500px){
    .jumbotron {
        padding-top: 20vh;
        padding-bottom: 15vh;
        min-height: auto;
        height: auto;
    }
}

.carousel {
    border: 2px solid black;
}

.carousel-inner > .item > img {
    /* Center Images Vertically */
    position:absolute;
    top:0;
    bottom:0;
    height:100%;
    width:100%;
    margin:auto;
    object-fit: cover;
}

.carousel-inner > div {
    border-bottom:10px solid rgba(128, 255, 0, .8);
}

.carousel-control {
    transition:none;
    background: none !important;
    filter: none !important;
    top:15%;
    bottom:15%;
}

.carousel-indicators {
    bottom:-3em;
}

.carousel-indicators > li {
    border: 1px solid rgba(128, 255, 0, .8);
}

.carousel-indicators .active {
    background-color: rgba(128, 255, 0, .5);
}

section {
    padding: 25px 0px;
}

.panel {
    background-color: rgba(100, 100, 100, .7);
    border: 2px solid black;
    padding: 0px 50px 25px 50px;
    margin-top: 20px;
}

.tip {
    background-color: rgba(100, 100, 100, .7);
    border: 1px solid black;
    padding: 5px;
    margin-top: 20px;
}

#design {
    background:#000 url(../img/bg/wood_end.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (max-width:768px) {
    #design {
        background: url("../img/cartographer.png") repeat center bottom scroll;
    }
}

.purchase-row {
    background-color: rgba(100, 100, 100, .7);
    border: 1px solid #000;
    border-radius: 5px;
    padding:15px;
    margin-top:20px;
}

.purchase-box {
    background-color: rgba(100, 100, 100, .7);
    border: 1px solid grey;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
}

canvas.dots {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100;
}

.lastmod {
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    color:gray;
}

#snipcart-footer > a {
    visibility: hidden;
}

#install {
    background:#000 url(../img/bg/wood_panel.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.install-step {
    font-family: 'Titillium Web', sans-serif;
    font-size: 100px;
    color: rgba(128, 255, 0, .8);
    vertical-align: middle;
}

#install li {
    padding-top:6px;
}

@media (max-width:768px) {
    #install {
        background: url("../img/cartographer.png") repeat center bottom scroll;
    }
}

footer {
    background-color: rgba(128, 255, 0, .8);
    padding: 0;
    position: fixed;
    left: 0px;
    bottom: -100%;
    height: 45px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-collapse {
    bottom: 0%;
}

footer > div > div {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding-top:5px;
}

footer a:link, footer a:visited, footer a:active  {
    color:#fff;
}

/* Vertical Align Center */
/* https://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */

.vertical-align {
    display: flex;
    align-items: center;
}

/* Small devices (tablets, 768px and up) */
@media(min-width:768px) {
    .row.vertical-align {
        display: flex;
        align-items: center;
    }
}

/* TODO: What do these selections do? */

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/* Button */

.btn-custom {
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    background-color: rgba(128, 255, 0, .8);
    border: none;
    border-radius: 5px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    outline: none;
}

.btn-custom:hover, btn-custom:active {
    background-color: rgba(128, 255, 0, .8);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    color: #fff;
}

/* Formatting */

h1 {
    color: rgba(128, 255, 0, .8);
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.25;
    margin:25px 0px;
}

h2 {
    color: #fff;
    text-transform: uppercase;
    padding-left: 25px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    margin:25px 0px 15px 0px;
}

h3 {
    color: rgba(128, 255, 0, .8);
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.1;
    margin-top:5px;
    padding-top:0px;
}

p {
    margin: 0 0 15px 0;
    line-height: 1.5625;
}

/*  for all p after h2 */
h2 ~ p {
    margin-left: 25px;
}

h3 ~ p {
    font-size: 14px;
}

/* Change paragraph style if viewport is 768px or wider */

@media(min-width:768px) {
    p {
        margin: 0 0 15px 0;
        line-height: 1.5625;
    }
    
    h2 ~ p {
        margin-left: 25px;
    }
}

/* TODO: set visited link */
a {
    color: rgba(128, 255, 0, .8);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: rgba(128, 255, 0, .8);
}
