
@font-face {
  font-family: 'proxima_nova_light';
  src: url('../fonts/proximanova/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/proximanova/proximanova-light-webfont.woff2') format('woff2'),
       url('../fonts/proximanova/proximanova-light-webfont.woff') format('woff'),
       url('../fonts/proximanova/proximanova-light-webfont.ttf') format('truetype'),
       url('../fonts/proximanova/proximanova-light-webfont.svg#proxima_novalight') format('svg');
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'proxima_nova_normal';
  src: url('../fonts/proximanova/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/proximanova/proximanova-regular-webfont.woff2') format('woff2'),
       url('../fonts/proximanova/proximanova-regular-webfont.woff') format('woff'),
       url('../fonts/proximanova/proximanova-regular-webfont.ttf') format('truetype'),
       url('../fonts/proximanova/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'proxima_nova_bold';
  src: url('../fonts/proximanova/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/proximanova/proximanova-bold-webfont.woff2') format('woff2'),
       url('../fonts/proximanova/proximanova-bold-webfont.woff') format('woff'),
       url('../fonts/proximanova/proximanova-bold-webfont.ttf') format('truetype'),
       url('../fonts/proximanova/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-style: normal;
  text-rendering: optimizeLegibility;
}

/* Reset */
a {
    text-decoration: none;
    height: auto !important;
    border: 0;
}

html,body {
    height: 100%;
}

#property-tour {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 320px;
    min-height: 960px;
    height: 100vh;
    padding: 15px;
    box-sizing: border-box;
}

@media ( min-width: 640px ) {
    #property-tour {
        padding: 30px;
    }
}

#property-tour::before {

    z-index: 0;
}

.youtube-details {
    position: relative;
    display: block;
    background: rgba(0,0,0,0.65);
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.25);
    z-index: 1;
}

.youtube-details img.img-logo {
    width: 100%;
    max-width: 150px;
    margin-bottom: 30px;
}

.youtube-details small {
    display: block;
    font-family: 'proxima_nova_normal';
    font-size: clamp(0.875rem, 0.1607rem + 1.7857vw, 1.5rem);
    line-height: 1.2;
    margin: 30px 0 15px;
}

.youtube-details h1 {
    font-family: 'proxima_nova_normal';
    font-smooth: antialiased;
    font-size: clamp(1.125rem, -0.5893rem + 4.2857vw, 2.625rem);
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    opacity: 0.8;
}

@media ( min-width: 640px ) {
    .youtube-details {
        padding: 30px;    
    }
}

.youtube-details p {
    font-family: 'proxima_nova_normal';
}

.youtube-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0;
    z-index: 1;
}

.youtube-frame svg {
    position: absolute;
    top: 50%;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    z-index: 1;
}

@media ( min-width: 640px ) {
    .youtube-frame svg {
        top: calc(50% - 40px);
        left: calc(50% - 40px);
        width: 80px;
        height: 80px;
    }
}

.youtube-frame polygon,
.youtube-frame circle {
    stroke-width: .5;
    stroke: #90C43D !important;
}

.youtube-frame img {
    border-radius: 5px;
    border: solid 5px #90C43D;
}

.contact-info small {
    font-size: 12px;
    color: #888;
}

.contact-info h2 {
    color: #90C43D;
}

.contact-info .contact-email {
    font-size: 18px;
    color: rgba(131,186,37,1);
    text-decoration: none;
    border-bottom: 1px dotted rgba(131,186,37,.25);
}

.contact-info .contact-number {
    display: block;
    font-family: 'proxima_nova_light';
    font-size: 32px;
    color: #FFF;    
    margin: 10px 0 0;
}

.contact-info a.uk-button {
    background-color: rgba(144,196,61,.8);
    color: #FFF;
    line-height: normal;
    margin-top: 30px;
    padding: 1em;
    border-radius: 5px;
}

.contact-info a.uk-button:hover {
    background-color: rgba(144,196,61,.8);
    color: #FFF;
}

