﻿

/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/* =============================================================
   CUSTOM STYLE SHEET : BY BINERY THEME
    ============================================================ */


@font-face{
	font-family: "Bebas Neue";
	src: url('../fonts/BebasNeue.otf');
}

@font-face{
	font-family: "Gotham Narrow Book";
	src: url('../fonts/GothamNarrow-Book.otf');
}

@font-face{
	font-family: "Gotham Narrow Medium";
	src: url('../fonts/GothamNarrow-Medium.otf');
}

@font-face{
        font-family: "Museo Slab 700";
        src: url('../fonts/Museo_Slab_700.otf');
}


/* =============================================================
   GENERAL STYLES
    ============================================================ */

body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
    background: #3d4860;
}


/* =============================================================
    BOOTSTRAP COMONETS STYLE CHANGES
    ============================================================ */

.label-title {
    font-family: "Museo Slab 700";
	font-weight: normal;
	font-size: 60px;
	text-shadow: 1px 3px 4px #000;
    letter-spacing: 3px;
    text-align: center;
    display: inline-block;
    float: center;
}

.label-thankyou {
    font-size:40px;
    font-weight:normal;
    font-family: "Bebas Neue";
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    float: center;    
}



.label-instruction {
    font-size:20px;
    font-weight:normal;
    font-family: "Gotham Narrow Medium";
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    float: center;
    width: 80%;
    max-width:400px;
}

