/*
 * Start Bootstrap - One Page Wonder (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/*@font-face {
    font-family: Fanwood;
    src: url(css/fonts/Fanwood.woff);
}

div {
    font-family: Fanwood;
	}*/

body {
    margin-top: 50px; background-color:#222; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
 /*font-family: Fanwood, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";*/
}

.header-image {
    display: block;
    width: 100%;
    text-align: center;
    background: url() no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-image-2 {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../img/F1-header-Windows.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.headline {
    padding: 170px 0;
}

.headline h1 {
    font-size: 100px;
	text-emphasis-color: #EA0A8C;
    background: #fff;
    background: rgba(255,255,255,0.6);
}

.headline h2 {
	color: #FFF;
    font-size: 77px;
    background: #fff;
    background: rgba(255,255,255,0.0);
}

.fontsan {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";}

.navbar-header {font-style:italic;font-weight:bolder;}

.featurette-divider {
    margin: 40px 0; color:blueviolet;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 30px;
}

footer {
    margin: 50px 0;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.navbar-inverse .navbar-brand {color: #EA0A8C;}
.strokeThis{
    text-shadow:
    -1px -1px 0 #000,
    0px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    0px 1px 0 #000,
    1px 1px 0 #000;
}

h2 {
    color: #EA0A8C;
    /*text-shadow: 4px 4px 4px #000000;*/
}

@media (min-width: 768px){ .nav-bar-toggle { display: none; } }
@media (min-width: 768px){ .nav-bar-collapse.collapse { display: block!important; height: auto!important; padding-bottom: 0; overflow: visible!important; } }