﻿html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 58px;
    color: #58595b;
    -webkit-overflow-scrolling: touch;
}

/* TEXT COLOR */

.text-red {
    color: #FF0000;
}

/* NAV BAR */
nav {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1300;
    background-color: #dce2e5;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
}

    nav.navbar-fixed-top-start {
        position: fixed !important;
        top: 60px !important;
    }

    nav.navbar-fixed-top {
        position: fixed !important;
        top: 0 !important;
    }

.navbar {
    padding: 0.5rem 1rem;
    position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

    .navbar, .navbar .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

.navbar-brand {
    margin-left: 50px;
    margin-right: 50px;
}

    .navbar-brand img#kls-logo {
        height: 32px;
    }

    .navbar-brand img.tools {
        height: 24px;
    }

    .navbar-brand a:hover {
        text-decoration: none;
    }

.navbar-collapse {
    margin-right: 50px;
}

/* INNER HERO */
.inner-hero-title-block {
    background-color: rgba(5,31,131,0.4);
    mix-blend-mode: multiply;
    display: inline-block;
    padding: 2px 5px 0px 5px;
}

.inner-hero-title {
    /*font-family: 'Crimson Pro', serif;*/
    font-family: 'Crimson Pro', serif;
    color: #ffffff;
    font-size: 5.0rem;
    line-height: 3rem;
    font-weight: 500;
}

/* HOME PAGE */
.endorsment {
    padding: 10px 30px 0 30px;
    font-family: 'Crimson Pro', serif;
    color: #0078A5;
    font-size: 1.6rem;
}

/* MARKETING CONTENT */
#collabForm {
    display: none;
}
.article-title {
    font-family: 'Crimson Pro', serif;
    color: #2663a5;
    font-size: 1.4rem;
    font-weight: 700;
}

.article-copy {
    font-family: 'Crimson Pro', serif;
    color: #4d4d4d;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
}

.article-list {
    font-family: 'Crimson Pro', serif;
    color: #4d4d4d;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 500;
}

.article-title-bio {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #2663a5;
    font-size: 1.0rem;
    font-weight: 700;
}

.article-copy-bio {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #4d4d4d;
    font-size: 1.0rem;
    line-height: 1.4rem;
    font-weight: 500;
}

.article-observations {
    font-family: 'Crimson Pro', serif;
    color: #2663a5;
    font-size: 1.4rem;
    font-weight: 500;
}

.article-blue-band{
    background-color: #4b85c4;
}
/* Property Page */
.prop-name {
    padding: 10px 30px 0 30px;
    font-family: 'Crimson Pro', serif;
    color: #0078A5;
    font-size: 1.6rem;
    font-weight: 700;
}
    .prop-bedrooms {
        padding: 10px 0px 0 0px;
        font-family: 'Crimson Pro', serif;
        color: #333;
        font-size: 1.2rem;
        font-weight: 400;
    }

.host-name {
    padding: 0px;
    font-family: 'Crimson Pro', serif;
    color: #407c29;
    font-size: 1.6rem;
    font-weight: 700;
}

.host-rules {
    padding: 0;
    font-family: 'Crimson Pro', serif;
    color: #333;
    font-size: 1.2rem;
    font-weight: 700;
}

.third-place {
    padding: 10px 30px 0 30px;
    font-family: 'Crimson Pro', serif;
    color: #0078A5;
    font-size: 1.2rem;
    font-weight: 400;
}

.footer {
    color: #ccc;
    background-color: #2d2d2d;
    height: 100px;
    padding: 30px 0;
}

/* Reservation Block */

.reserve-container {
    padding: 10px;
    border: solid 1px #3167AA;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.reserve-title {
    padding: 0;
    font-family: 'Crimson Pro', serif;
    color: #333;
    font-size: 1.2rem;
    font-weight: 700;
}