html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container-fluid {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: #191919;
}

.text-center {
    text-align: center;
}

.logo-container {
    pointer-events: none;
    position: absolute;
    left: calc(50% - 225px);
    width: 450px;
    z-index: 1000;
}

.logo {
    padding-top: 100px;
}

.fb-href {
    color: #FFF !important;

    transition: all ease-in-out .3s;
    text-shadow: none;
    color: #4468B0;
    position: fixed;
    left: 25px;
    bottom: 25px;
    text-align: center;
    z-index: 5;
    line-height: 1;
}

.fb-href img {
    width: 40px;
}


.fb-href:hover {
    transition: all ease-in-out .3s;
    transform: scale(1.1, 1.1);
}

.logo img {
    width: 450px;
    max-width: 100%;
    transform: scale(1, 1);
    animation: scaleAndRotate 1.5s;

}

@keyframes skew {
    0% {
        transform: skewX(20deg);
    }

    50% {
        transform: skewX(-20deg);
    }

    100% {
        transform: skewX(20deg);

    }
}

@keyframes scaleAndRotate {
    0% {
        transform: scale(1.2, 1.2);

    }

    70% {
        transform: scale(0.9, 0.9);

    }

    100% {
        transform: scale(1, 1);

    }
}

.col {
    position: relative;
    width: 50%;
    min-height: 100vh;
    float: left;
    display: block;
    transition: all .5s;

}

.bg-left,
.bg-right {
    background: url(https://www.twentyfivepercentmorelife.com/wp-content/themes/stehba2017/images/findbuilder.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    text-align: left;
}

.bg-left {
    background: url(https://images.pexels.com/photos/305070/pexels-photo-305070.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col:hover {
    transform: scale(1.03);
}

.clearfix {
    clear: both;
}

a {
    color: #FFF;
    text-decoration: none;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #F19125;
}

.col-container {
    width: 100%;
}


.bg-left .col-padding,
.bg-right .col-padding {
    padding-left: 50px;
}

ul {
    margin-top: 15px;
}

li {
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
}

span {
    position: relative;
}

.bg-left li span:before,
.bg-right li span:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: block;
    position: absolute;
    left: -20px;
    border-left: 7px solid #F19125;
    top: 7px;
}

.bg-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.top-meta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.top-meta .col-top-meta {
    width: 20%;
    text-align: center;
    padding-top: 30px;
    float: left;
    font-weight: bold;
}

.border-left {
    border-left: 5px solid #000;
    height: 100vh
}

.border-right {
    border-right: 5px solid #000;
    height: 100vh
}

.bg-left ul,
.bg-right ul {
    margin-left: 20px;
}


@media all and (max-width: 1000px) {
    h1 {
        font-size: 20px;
        color: #FFF;
    }

    li {
        font-size: 15px;
    }

    .fb-href,
    .top-meta {
        display: none
    }

    .col {
        width: 100%;
        min-height: 50vh;
    }

    .border-left,
    .border-right {
        height: 100%;
    }

    .container-fluid {
        overflow: auto;
    }


    .logo-container {
        pointer-events: none;
        position: absolute;
        left: calc(50% - 125px);
        width: 250px;
        z-index: 1000;
    }

    .logo {
        padding-top: calc(50vh - 27px);
    }
}


@media all and (max-width: 321px) {
    .logo-container {
        display: none !important;
    }
}

.ui-tooltip {
    text-shadow: none;
    max-width: 1000px;
    color: #666;
    font: bold 14px "Montserrat", Sans-Serif;
    font-weight: 500 !important;
    padding: 10px 50px;
}