/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

@font-face {
    font-family: GoodTime;
    src: url('fonts/made_goodtime_script.otf');
}

@font-face {
    font-family: MuseoSans;
    src: url('fonts/MuseoSans_500.otf');
}

body {
    font-family: MuseoSans !important;
}

header {
	padding: 154px 0 100px;
}

@media (min-width: 992px) {
	header {
		padding: 156px 0 100px;
	}
}

section {
	padding: 150px 0;
}

.bg-brand {
 background-color: rgb(240,218,222);
}

.border-nav {
    border-bottom: 2px solid rgb(146,168,164);
}

.bg-brand-contrast {
 background-color: rgb(146,168,164);
}

.text-brand {
    color: rgb(240,218,222);
}

.text-brand-contrast {
    color: rgb(146,168,164);
}

.border-brand-bold {
    border: 8px solid rgb(240,218,222);
}

.logo-top {
}

.logo-header {
    max-width: 300px;
}

.logo-footer {
    height:100px !important;
}

.top-right {
    position: absolute;
    top: 60px;
    right: 20px;
}

.bottom-right {
    position: absolute;
    bottom: 60px;
    right: 20px;
}

.top-right-icon {
    position: absolute;
    top: 8px;
    right: 16px;
}


.container-header {
    position: relative;
    text-align: center;
    color: white;
}


.slogan {
    font-family: GoodTime !important;
    line-height: 1;
    font-size: 3rem;
    text-align: right;
}

@media (min-width: 576px) {
    .slogan {
        font-size: 3.5rem;
    }
    .text-block {
        font-size: 1.2rem;
    }
}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .slogan {
        font-size: 4.5rem;
    }
    .text-block {
        font-size: 1.3rem;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .slogan {
        font-size: 5.8rem;
    }
    .text-block {
        font-size: 1.3rem;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .slogan {
        font-size: 6.8rem;
    }
    .text-block {
        font-size: 1.4rem;
    }
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-image {
    background: url('../images/header.png');
    background-size: cover;
    height: 70vh;
    background-position: center top;
}

.social-icon-facebook {
    display: inline-block;
    border-radius: 60px;
    padding: 0.5em 0.7em;
    background-color: black;
    color: white;
    margin: 0.4rem;
}

.social-icon-instagram {
    display: inline-block;
    border-radius: 60px;
    padding: 0.5em 0.6em;
    background-color: black;
    color: white;
    margin: 0.4rem;
}


