/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav, .topnav li,
.bottom_nav, .bottom_nav li {
    font-size: 14px;
}

.brand-icon > img {
    display: inline-block;
    margin-right: 5px;
}

.intro-logo {
    margin: 0 auto;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.intro-header {
    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 20px;
    text-align: center;
    color: #f8f8f8;
    /* background: url(../img/2025/intro-bg-landscape.png) no-repeat top center; */
    background-size: contain;
 	background-repeat: no-repeat;
    background-position: center 50px;
}

.intro-message {
    position: relative;
    /* padding-top: 10%; */
    /* padding-top: 620px; */
    padding-bottom: 7.5%;
}

.intro-message > h1 {
    margin: 0;
    /* text-shadow: 2px 2px 3px rgba(0,0,0,0.6); */
    font-size: 5em;
    color: rgb(253,116,0);
}

@media screen and (orientation: portrait)
{
    .intro-header { background-image:url(../img/2025/intro-bg-portrait.jpg?20250825165000); }
    /* ratio:height/width*2 (estimate white space height)= 1327/1290*2 = 0.5143 */
	.intro-message { padding-top: calc(100vw * 0.5143 - 40px); }
}
@media screen and (orientation: landscape)
{
    .intro-header { background-image:url(../img/2025/intro-bg-landscape.jpg?20250825165000); }
    /* ratio:height/width = 630/1900 = 0.3316 */
	.intro-message { padding-top: calc(100vw * 0.3316 - 40px); }
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    /* text-shadow: 2px 2px 3px rgba(0,0,0,0.6); */
    font-size: 3em;
    color: #949494;
    letter-spacing: 3px;
}

.intro-message > .lead {
    color: #949494;
}

.winner_block {
    height: 415px;
}

.winner_block img {
    width: 360px;
}

@media(max-width:767px) {
    .intro-message {
        /* padding-top: 438px; */
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }
    
    .intro-message > h3 {
        font-size: 1.8em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}
@media(max-width:414px) {
    .intro-header {
        padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 60px;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.home_recure_btn {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    vertical-align: text-bottom;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
    color: rgb(253,116,0);
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background-image: url(../img/2025/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner p {
    font-size: 24px;
    font-weight: 400;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:769px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .page_header {
        padding: 100px 0 50px;
    }

    .home_recure_btn {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 2px;
    }

}

@media(min-width: 768px) {
    ul.banner-social-buttons {
        float: left !important;
    }
}

@media(max-width: 568px) {
    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
}

@media(max-width:414px) {
    .content_entry_btn {
        text-align: center;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

/* Socialite Look-a-like defaults */
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { zoom: 1; }
*:first-child+html .cf { zoom: 1; }

.social-buttons { display: block; list-style: none; padding: 0; margin: 0; }
.social-buttons > li { display: block; margin: 0; padding: 0 10px 10px; float: left; }
.social-buttons .socialite { display: block; position: relative; background: url('../img/social-sprite.png') 0 0 no-repeat; }
.social-buttons .socialite-loaded { background: none !important; }

.social-buttons .twitter-share { width: 55px; height: 65px; background-position: 0 0; }
.social-buttons .googleplus-one { width: 50px; height: 65px; background-position: -75px 0; }
.social-buttons .facebook-like { width: 50px; height: 65px; background-position: -145px 0; }
.social-buttons .linkedin-share { width: 60px; height: 65px; background-position: -215px 0; }

@media(max-width:414px) {
    .social-buttons > li { padding: 10px 8px; }
}

.standalone_panel {
    margin-top: 30px;
    margin-bottom: 40px;
}
.standalone_panel .panel-heading :last-child,
.standalone_panel .panel-body :last-child {
    margin-bottom: 0;
}

.well,
.panel-body {
    font-size: 15px;
}

.past_record_corp_title {
    color: purple;
}

/*
@media(max-width:767px) {
    .content-section-a,
    .content-section-b {
        background-image: url(../img/bg_xs_v2.png);
        background-repeat: repeat-y;
        background-size: 100%;
        background-position: center top;
    }
}
*/
