/*
*
* Template Name: Stomp - Typographic Intro
* Concept: Template Landing Page / Coming Soon
* Files Associated: index-local.html, index-local-countdown.html
* Date Modified: 2017-06-29
* Description: Custom Styles associated with the demos
* Authors: Sven Creations(svencreations@gmail.com)
*
*/

/* ==================================================================
* Table of Contents:
*
* 1.0 - Custom Font Declarations(if any)
* 2.0 - Custom Styles
*       2.1 - Font Style Declarations and Other Fixes
*       2.2 - Font Colors and Backgrounds
* 3.0 - Responsive Styles
* 		3.1 - Small Devices, Tablets (≥768px)
* 		3.2 - Medium Devices, Desktops (≥992px)
* 		3.3 - Large Devices, Desktops (≥1200px)
*       3.4 - Wide Screens, Desktops (≥1824px)

================================================================== */

/* ==================================================================
1.0 Custom Font Declarations(if any)
================================================================== */
@font-face {
    font-family:'TeXGyreHeros';
    src: url('../fonts/TeXGyreHeros-Bold.eot');
	src: url('../fonts/TeXGyreHeros-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TeXGyreHeros-Bold.woff2') format('woff2'),
		url('../fonts/TeXGyreHeros-Bold.woff') format('woff'),
		url('../fonts/TeXGyreHeros-Bold.svg#TeXGyreHeros-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

/* ==================================================================
2.0 Custom Styles
================================================================== */

/* 2.1 Font Style Declarations and Other Fixes
-------------------------------------------------------------- */

body {
    font-family: 'Poppins', 'Tahoma', 'Geneva', sans-serif;
}

.sound-info {
    font-family: "Arial", sans-serif;
}

#stomp-intro h1 {
    -webkit-text-stroke: 0;
}

.lt-main {
    font-weight: normal;
	font-size: 5vw;
    line-height: 1.1;
    white-space: nowrap;
}

.font2x {
    font-size: 10vw;
}

.font4x {
    font-size: 20vw;
}

.splash-page .centered {
    white-space: normal;
}

.splash-page .st-btn {
    margin: 0;
}

.pl-wrapper { /* Hide Player Controls by default */
    display: none;
}

/* 2.2 Font Colors and Backgrounds
Stamp - #111517, Content BG - #F5F5F5, Headline - #111517,
Paragraph - #888, Contrast / Highlight(Buttons BG) - #EF0D33
-------------------------------------------------------------- */

.sk-double-bounce .sk-child /* Preloader Circle Color */
{
    background: none #FFF;
}

.splash-page .btn-fill {
    background: #EF0D33;
}

/* Teaser Content BG and Text Color */
.bg-white {
    background: #FFF;
}

.bg-white .lt-main {
    color: #000;
}

.lt-main.tint-bl {
    color: #000;
}

/* Revealer Background */
.revealer {
    background: #EF0D33;
}

/* Main Page */
#intro-content {
    background: #111517;
}

/* Buttons */

.addr-details a:hover {
    color: #EF0D33;
}

/* Custom Scrollbar */

#intro-content::before, .splash-page::before {
    background-image: url("../../images/local/main-bg.jpg");
}

/* ==================================================================
3.0 - Responsive Styles
================================================================== */

/* 3.1 - Small Devices, Tablets (≥768px)
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
    .lt-main {
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 9vw;
    }

    .font4x {
        font-size: 18vw;
    }
}

/* 3.2 - Medium Devices, Desktops (≥992px)
-------------------------------------------------------------- */
@media only screen and (min-width : 992px) {
    .lt-main {
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 9vw;
    }

    .font4x {
        font-size: 18vw;
    }
}

/* 3.3 - Large Devices, Desktops (≥1200px)
-------------------------------------------------------------- */
@media only screen and (min-width : 1200px) {
    .lt-main {
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 9vw;
    }

    .font4x {
        font-size: 18vw;
    }

}

/* 3.4 - Wide Screens, Desktops (≥1824px)
-------------------------------------------------------------- */
@media only screen and (min-width : 1824px) {
    .lt-main {
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 9vw;
    }

    .font4x {
        font-size: 18vw;
    }

}
