/*======= NAVIGATION =======*/
/*
    1. BOXED CANVAS STYLES
    2. GLOBAL TYPOGRAPHY STYLES
    3. HEADER STYLES
    4. GLOBAL BANNER & SECTION STYLES
    5. HOME PAGE STYLES
    6. SUB PAGE STYLES
    7. IMAGE STYLES
    8. FOOTER STYLES
    9. DESKTOP STYLES
*/
/*===========================*/


/*======= BOXED CANVAS STYLES =======*/

body {
    background: url('../img/ShaunSmithPerformanceBG.jpg') repeat fixed;
}

.boxed-layout {
    max-width: 1170px;
    margin: 0 auto;
}



/*======= GLOBAL TYPOGRAPHY STYLES =======*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    letter-spacing: 0.25rem;
}

h2 {
    letter-spacing: 0.05rem;
}

h3 {
    letter-spacing: 0.025rem;
}

p,
ul,
label,
.form-control {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

p a,
.blog-post-thumb a {
    color: #f07b00;
}

p a:hover,
.blog-post-thumb a {
    color: #f07b00;
}

.btn-outline-primary {
    color: #f07b00;
    border-color: #f07b00;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    background: #f07b00 !important;
    border-color: #f07b00 !important;
    box-shadow: none !important;
}



/*======= MENU STYLES =======*/

ul#primary,
.dropdown-menu {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f07b00;
}



/*======= HEADER STYLES =======*/

.navbar-brand {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}



/*======= GLOBAL BANNER & SECTION STYLES =======*/

.banner-content {
    display: table;
    height: 100%;
}

.banner-text {
    display: table-cell;
    vertical-align: middle;
}

h1.hero-multiline {
    line-height: 1.4;
    margin: 0;
}

h1.hero-multiline span { 
    background-color: #787879;
    color: white; 
    display: inline;
    text-transform: uppercase;
    padding: 0 5px;
    
    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

p.hero-multiline {
    line-height: 1.4;
    margin-top: 20px;
}

p.hero-multiline span { 
    background-color: #f07b00;
    color: white; 
    display: inline;
    padding: 0 5px;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    
    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

section {
    padding: 50px 25px;
}

section.white {
    background: white;
}

section.grey {
    background: #f5f5f5;
}

.section-header {
    margin-bottom: 4rem;
}

.section-header h2.section-heading {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 0.10rem;
    font-size: 2.5rem;
    margin-bottom: .5rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-header hr {
    width: 100px;
}

main h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
main h2:first-child {
    margin-top: 0;
}

.polaroid {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
}
  
.polaroid-text {
    text-align: center;
    padding: 10px 20px;
}

.polaroid h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}



/*======= HOME PAGE STYLES =======*/

#hero-home {
    background: url('../img/PersonalTrainerBournemouthShaunSmithPerformance.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 500px;
}



/*======= SUB PAGE STYLES =======*/

#hero-page {
    background: url('../img/PageHero.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 0;
    height: 400px;
}



/*======= BLOG PAGE STYLES =======*/



/*======= IMAGE STYLES =======*/



/*======= FOOTER STYLES =======*/
footer {
    background: #222222;
}

.social-icons ul {
    font-size: 2rem;
}

.social-icons ul li a {
    width: 84px;
    height: 84px;
    line-height: 84px;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    border-radius: 50%;
    display: inline-block;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.social-icons ul li a:hover {
    background: #f07b00;
}

.copyright,
.copyright a {
    color: white;
}


.hide-robot {
    display: none;
}




/* Small Devices */
@media (max-width: 575px) {
    
    h1 {
        font-size: 2rem;
    }

    h2 { 
        font-size: 1.5rem;
    }

}



/*======= MOBILE STYLES  =======*/
/* Medium Devices */
@media (min-width: 576px) and (max-width: 767px) {
    
    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.75rem;
    }

}

@media (max-width: 768px) {

    .social-icons ul {
        font-size: 1.5rem;
    }

    .social-icons ul li a {
        width: 54px;
        height: 54px;
        line-height: 54px;
    }
    
}



/*======= DESKTOP STYLES  =======*/
@media (min-width: 768px) {
    
    ul#primary,
    .dropdown-menu {
        font-size: 0.6875rem;
    }
    
    .nav-link,
    .dropdown-item {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        letter-spacing: 0.0625rem !important;
    }

    .banner-content {
       padding-left: 1.4rem;
    }

    section {
        padding: 80px 50px;
    }

}