﻿@import url("https://use.typekit.net/qpx3yzm.css");

.clear1 {
    clear: both;
    height: 1em;
}

.clear2 {
    clear: both;
    height: 2em;
}

.clear3 {
    clear: both;
    height: 3em;
}

.clear4 {
    clear: both;
    height: 4em;
}

.clear5 {
    clear: both;
    height: 5em;
}

.clear6 {
    clear: both;
    height: 6em;
}

.clear7 {
    clear: both;
    height: 7em;
}

.clear8 {
    clear: both;
    height: 8em;
}

.clear9 {
    clear: both;
    height: 9em;
}

.clear10 {
    clear: both;
    height: 10em;
}

.logo-home {
    display: block;
    height: auto;
    margin: 0 auto;
}

.content {
    display: block;
    float: left;
    width: 100%;
}

.container {
    display: table;
    width: 90%;
    height: 100vh;
    margin: 0 auto;
}

.inner-container {
    display: table-cell;
    vertical-align: middle;
}

.copyright {
    position: fixed;
    bottom: 0;
    width: 100%;
    float: left;
}

.copyright p {
    font-size: 0.825em;
}

ul.center-list {
    display: table !important;
    margin: 0 auto;
}

ul.center-list li {
    display: inline;
    padding: 0em 0.5em;
    font-size: 1.25rem;
}

ul.center-list li a {
    color: #181818;
}


.home-cards {
    float: left;
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
}

.home-cards img {
    position: fixed;
}

.card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 300;
    padding: 3em;
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}

.card-info:hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 3em;
    z-index: 300;
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}

.text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.text-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

a {
    color: #ffffff !important;
}

p {
    color: #ffffff !important;
}

h2,
h3 {
    line-height: 1;
    color: #ffffff !important;

    a {
        color: #ffffff !important;
    }
}

.button {
    background: transparent;
    border: 3px solid white;
    letter-spacing: 3px;
    font-weight: 700;
}

.home-box-one {
    background: url('img/uk.jpg');
    background-position: top center;
}

.home-box-two {
    background: url('img/ng.jpg');
    background-position: top center;
}


.home-box {
    height: 100vh;
}

@media screen and (max-width: 39.9375em) {

    .home-cards {
        height: 50vh !important;
    }

}

.button {
    border: 2px solid #fff !important;
    color: #000000;
    text-transform: uppercase !Important;
    margin-top: 2em;
    font-size: 0.8275rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em;
    line-height: 0;
    padding: 1.35em;
    border-radius: 0px !important;
    background: transparent !important;


}

.button:hover {
    background: #72912c !important;
    color: #ffffff !important;
    border: 2px solid #72912c !important;
}

.text-spacing {
    letter-spacing: 0.2em !important;
}

.text-bold {
    font-weight: 400 !important;
}
