// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import "node_modules/font-awesome/scss/font-awesome.scss";

// Variables
@import 'variables';

// Bootstrap
@import '~bootstrap/scss/bootstrap';

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.bg-video {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background: #000 center;
    background-size: contain;
    object-fit: cover;
}
.dropdown-menu {
    z-index: 1021;
}
.section {
    background-color: #563d7c;
    h1,h2,h3 {
        color: #fff;
        font-size:5vw;
        small {color: rgba(255,255,255,0.75);}
    }
    p, a, .lead {color: rgba(255,255,255,0.5); font-size:1.5vw;}
    a {text-decoration:underline;color:rgba(255,255,255,0.75);}
}
