:root {

    --color: #000;
    --color-2: #fff;
    --color-3: #C4C4C4;
    --color-4: #A4A4A4;
    --color-5: #1CC286;
    --color-6: #EDF4F8;
    --color-7: #B7CBD4;

    --color-hover: rgb(116, 116, 116);

}


html, body, .wrapper {
    height: 100%;
}

*:focus{
	outline: none;
}

.wrapper {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--color);
    overflow-x: hidden;
}

a {
    color: var(--color);
    transition: color .6s;
}
a:hover {
    text-decoration: none;
    color: var(--color-hover);
}

h1,h2,h3,h4,h5 {
    font-family: 'Red Hat Display', sans-serif;
    color: var(--color);
}

h1 {
    font-weight: 900;
    font-size: 50px;
}

h2 {
    font-size: 14px;
    color: var(--color-3);
    text-transform: uppercase;
    letter-spacing: 4.9px;
}

p {
    font-weight: 400;
}

.uk-button-primary {
    font-size: 18px;
    font-weight: 900;
    background-color: transparent;
    color: var(--color);
    border: 2px solid var(--color);
}
.uk-button-primary:focus, .uk-button-primary:hover {
    background-color: var(--color);
    color: var(--color-2);
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	outline: 0;
	background-color: var(--color-2);
	color: var(--color-4);
	border-color: var(--color);
}

.uk-dotnav > * > * {
	width: 20px;
	height: 20px;
}

.uk-badge {
	padding: 0 15px;
	border-radius: 0;
	background: var(--color-5);
	color: var(--color-2);
}


header {
    width: 100%;
    height: 100vh;
    background-image: url(../images/hero.jpg);
    background-position: center;
    background-size: cover;
}
header h1 {
    text-transform: uppercase;
    text-align: center;
	color: #1269CC;
}

header h4 {
	text-transform: uppercase;
    text-align: center;
}

header .button-wrapper {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    z-index: 10;
}

header .logo {
    position: absolute;
    top: 20px;
    left: calc(50% - 50px);
    z-index: 200;
}
header .logo img {
    width: 100px;
    height: auto;
}

.leaf {
    position: absolute;
    margin: 0;
    z-index: 1;
}

.leaf-1 {
    width: 160px;
    top: 0;
    left: 0%;
}

.leaf-2 {
    width: 200px;
    top: 0;
    right: 0%;
}

.leaf-3 {
    width: 135px;
    bottom: 0;
    right: 13%;
}

.block, .listing {
    margin: 70px 0;
}

article figure {
    text-align: center;
}
article h3 {
    margin: 0 0 10px 0;
}
article h3 a {
    font-size: 28px;
    font-weight: 700;
    color: var(--color);
    text-decoration: none;
}
article .meta {
    margin: 0 0 36px 0;
    color: var(--color-3);
    text-align: center;
}
article .uk-table {
    margin: 0 0 35px 0;
    text-align: center;
    font-size: 14px;
}
article .uk-table td:first-child {
    font-weight: 700;
}
article .uk-table td:last-child {
    text-align: left;
}
article .uk-select {
    font-size: 18px;
    color: var(--color);
}
article .price {
    /*color: var(--color-3);*/
	color: #404040;
    font-size: 32px;
}
article .price-meta {
    color: var(--color-4);
    text-align: center;
    font-size: 18px;
    font-style: italic;
}

.slideshow h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
}

h2 > .uk-badge {
    display: block;
    position: relative;
    max-width: 50%;
    margin: 10px auto;
    line-height: 22px;
    width: auto;

    font-size: 14px;
    text-transform: lowercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.quotations {
    margin: 60px 0;
}

.quotations figure {
    position: relative;
    padding: 15px;
    border-radius: 6px;
    background-color: var(--color-6);
    margin-bottom: 38px !important;
}

.quotations .icon {
    display: block;
    width: 96px;
    height: 96px;
    line-height: 96px;
    border-radius: 50%;
    border: 10px solid var(--color-2);
    background-color: var(--color-7);
    font-size: 41px;
    font-weight: 900;
    color: var(--color-2);
    text-align: center;
    position: absolute;
    top: -28px;
    left: -17px;
}
.quotations .icon img {
    position: absolute;
    bottom: -6px;
    right: -1px;
}
.quotations figcaption {
    margin: 0 0 0 100px;
    font-size: 13px;
}
.quotations cite {
    font-weight: 700;
    display: block;
    margin: 0 0 6px 0;
}
.quotations figcaption img + span {
    display: inline-block;
    margin: 0 0 0 5px;
}

.quotations .rating {
    margin: 4px 0;
}
.quotations .rating img {
    display: inline-block;
    margin: 0 2px 0 0;
}

.quotations blockquote {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding: 0 10px 0 50px;
    position: relative;
}
.quotations blockquote img:first-of-type {
    position: absolute;
    top: 7px;
    left: 10px;
}

footer {
    background-color: var(--color-7);
    padding: 15px 0;
}
footer a {
    color: var(--color-2);
    font-size: 18px;
    letter-spacing: 3.96px;
}

@media (min-width: 768px) {

    .leaf-1 {
        width: 300px;
    }

    .leaf-2 {
        width: 350px;
    }

    .leaf-3 {
        width: 162px;
        bottom: 0;
        right: 20%;
    }

    .slideshow h3 {
        font-size: 35px;
        line-height: 55px;
    }

    h2 > .uk-badge {
        display: inline-block;
        position: absolute;
        right: 0;
        margin: 0;
    }
    
}


@media (min-width: 1024px) {

    header h1, header h4 {
        text-align: inherit;
    }

    .leaf-3 {
        width: 162px;
        bottom: 0;
        right: 28%;
    }
    
}

@media (min-width: 1440px) {

    .leaf-1 {
        width: 430px;
    }

    .leaf-2 {
        width: 550px;
    }

    .leaf-3 {
        width: 230px;
        bottom: 0;
        right: 35%;
    }
    
}