.video-container, #bg-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.video-container:after {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(4, 37, 43, 0.7);
}

header {
    background: transparent;
    /*border-bottom: 1px solid rgba(255,255,255,0.1);*/
}

html {
	min-height: 100%;
}

body {
	height: 100%;
	/* background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/img/DSCF3749.jpg') no-repeat center center fixed; */
    /*background: #111;*/
	background-size: cover;
	color: rgba(255,255,255,0.85);
}
.text {
    font-size: 1.5rem;
    font-weight: 300;
}
.text a {
	color: rgba(255,255,255,0.85);
	font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,.25);
    transition: color 0.15s, border-bottom 0.15s;
}
.text a:hover {
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1);
}
.text a:active {
    transition: 0s;
}

.btn-social {
    text-align: left;
    width: 20%;
    border: white;
    transition: background-color 0.15s;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-radius: 0;
}
h3 {
    font-variant: small-caps;
    font-size: 1.5rem;
}
ul {
    list-style: none;
    padding-left: 0;
}
li {
    margin-bottom: 0.5rem;
}
.card-img-overlay {
    background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0), rgba(0,0,0,0));
    border-radius: 3px;
}
.card-img {
    border-radius: 3px;
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.card {
    transition: 0.15s;
    background: rgba(255,255,255,0.05);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 3px;
    height: 250px;
    overflow: hidden;
}
.card:hover {
    box-shadow: 0 25px 60px 0 rgba(255,255,255,0.4);
    cursor: pointer;
    transform: scale(1.02);
}
.card:active {
    /*background: #f7f7f7;*/
    border: 2px solid rgba(255,255,255,0.7);
    transform: scale(1.01);
    transition: 0s;
}

.btn-social:active {
    transition: 0s;
}

@media (max-width: 767px) {
    .text {
        font-size: 1rem;
    }
    h3 {
        font-size: 1rem;
    }
    .btn-social {
        text-align: center;
    }
    .btn-social:first-of-type {
        border-left: none;
    }
    .btn-social-text {
        display: none;
    }
}

.btn-social-bar {
    opacity: 0.5;
    transition: opacity 0.15s;
}
.btn-social-bar:hover {
    opacity: 1.0;
}

.btn-social i {
    font-size: 2rem;
}

.btn-twitter:hover {
    background-color: #1DA1F2;
}
.btn-twitter:active {
    background-color: #0c86d0;
}
.btn-instagram:hover {
    background-color: #E4405F;
}
.btn-instagram:active {
    background-color: #d31e40;
}
.btn-linkedin:hover {
    background-color: #0077B5;
}
.btn-linkedin:active {
    background-color: #005682;
}
.btn-github:hover {
    background-color: #181717;
}
.btn-github:active {
    background-color: #323030;
}
.btn-strava:hover {
    background-color: #fc4c02;
}
.btn-strava:active {
    background-color: #b93801;
}
.btn-email:hover {
	background-color: rgba(255,255,255,0.3);
}
.btn-email:active {
	background-color: rgba(200,200,200,0.3);
}

.btn-twitter,
.btn-instagram,
.btn-linkedin,
.btn-github,
.btn-strava,
.btn-email {
    color: inherit !important;
}

.btn-twitter:hover,
.btn-twitter:active,
.btn-instagram:hover,
.btn-instagram:active,
.btn-linkedin:hover,
.btn-linkedin:active,
.btn-github:hover,
.btn-github:active
.btn-strava:hover,
.btn-strava:active {
    color: white !important;
}