@font-face {
    font-family: DINN;
    src: url(fonts/DINNextLTPro-LightCondensed.ttf);
}
body {
    font-family:DINN;
    margin-top: 100px;
}

#notice {
    background: #0D1E3C  ;
    color: rgba(255, 255, 255, 0.76);
    text-align: center;
    padding: 1px;
    font-family: 'Roboto';
    letter-spacing: 0.4px;
    border-top: 1px solid #FFF  ;
}

.jumbotron {
    margin-top:100px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.border-block {
    display: inline-block;
    min-width: 6em;
    border: 1px solid #0D1E3C  ;
    /*border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 1px solid rgba(255, 255, 255, 0.16);*/
    height: 1.5em;
    background: #5B30B9;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

header {
    font-family: 'Roboto', sans-serif;
}

main {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.full-width {
    width: 100%;
}

.jumbotron {
    background-color: #0D1E3C   !important;
    color: #fff;
}

.jumbotron .message {
    padding: 5%;
    font-family: 'Roboto', sans-serif !important;
}

.jumbotron .message p {
    font-size: 1.5em !important;
}

header strong {
    font-weight: 500;
}

main strong {
    font-weight: 500;
}

.navbar-violet {
    /*background-color: #0D1E3C  !important;*/
    color: #000;
    border: none;
    font-size: 25px !important;
}

.navbar-violet .navbar-nav>li>a {
    color: #000;
}

.navbar-violet .navbar-nav>li>a:hover {
    color: #44C1F0;
}
.navbar-violet .navbar-nav>li>a:visited {
    color: #000;
}

.navbar-violet .navbar-toggle .icon-bar {
    background: #000;
}

.navbar-violet .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: rgba(255, 255, 255, 0.5);
}

.navbar-violet .btn-default {
    background: none;
    color: #44C1F0;
    border: 2px solid #44C1F0;
}

.navbar-violet .btn-default:hover {
    background: #fff !important;
    color: #333 !important;
}

h2 {
    font-size: 2.4em;
    font-family: DINN;
}

h2 .text-light {
    color: rgba(0, 0, 0, 0.5);
}

main h2 {
    font-weight: 300;
    letter-spacing: 1.5px;
    margin-top: 10px;
}

h2 .glyphicon {
    font-size: 0.8em;
    margin-right: 1em;
}

.text-accent.red-low {
    color: #B28F9F;
}

.text-accent.red-medium {
    color: #D26F7D;
}

.text-accent.red-heavy {
    color: #EE375F;
}

.text-accent.blue-low {
    color: #86ABC6;
}

.background-light {
    background: rgba(0, 0, 0, 0.02);
}

section.bordered {
    border-top: 1px solid rgba(0, 0, 0, 0.029);
    border-bottom: 1px solid rgba(0, 0, 0, 0.035);
}

.background-material-blueish {
    background-color: #607D8B;
}

.background-dark {
    background-color: #1b1c1d;
}

.background-red {
    background-color: #c94e35;
}

.bm-navbar-btn {
    border: 1px solid #000;
    padding: 10px;
    color: #000;
}

.bm-navbar-btn:hover {
    background: #fff;
    color: #44C1F0;
    border: 1px solid #44C1F0;
}

section {
    margin-top: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.no-padding {
    padding: 0;
}

.text-white {
    color: #fff;
}

.img-border {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

footer {
    background: #eb6d5b;
    font-family: 'Roboto', sans-serif !important;
    border-top: 2px solid #EFEFEF;
    min-height: 200px;
    color: #FFF;
}
footer a {
    color:#FFF;
    text-decoration:none;
}
footer a:hover, footer a:visited {
    color:#FFF;
    text-decoration:none;
}

footer h4 {
    font-weight: 300;
}

.img-special-screen {
    margin-top: 50px;
    width: 100%;
}
.clients-links, .clients-links:hover {
    text-decoration:none;
    color:#333;
}


.font-1 { font-size: 1em !important; }
.font-2 { font-size: 2em !important; }
.font-3 { font-size: 3em !important; }
.font-4 { font-size: 4em !important; }

.vAlign {
	position: relative;
	top: 50%;
	transform: 			translateY(-50%);
}

/* NAV SECTTION */
#nav > ul {
    margin-left:50px;
}
#navContainer {
    height:100px;
}
#nav a {
    padding-left:0;
    padding-right:0;

    margin-left:15px;
    margin-right:15px;
}
#nav a:hover {
    color:#000;
    border-bottom:1px solid #44C1F1;
}

/* TWITTER SECTION */
#twitterContainer {
    background:#ef9d57;
    color:#FFF;
    padding: 20px 0;
}


.twitterLT {
    font-size:38px;
    font-family:DINN;
    margin-top:4px;
}
.followUS {
    display:block;
    background:white;
    color:#44C1F1 !important;
    text-decoration:none !important;
    font-size:22px;
    padding-top:6px;
    padding-bottom:1px;

    margin-top:10px;
    font-family:DINN;
}
/* WHY SECTTION */
#why {
    background:#44C1F0 url(img/blastmedia-bg.png) repeat-x left bottom;
    color:#FFF;
    min-height:500px;
    padding-bottom: 120px;
}
#why > .container {
    margin-top:90px;
}
#why h2 {
    margin-bottom:50px;
}
#why .text-light, #why h3, #why span {
    color:#FFF;
}
.img-white-round , .caption img {
    display: block;
    margin: auto;
}
.img-white-round {
    background:white;
    border-radius:50%;
    width:100px;
    height:100px;
    padding-top:10px;
}

/* SERVICES SECTTION */
#services {
    background:#44C1F0 url(img/blastmedia-bg-orange.png) repeat-x left bottom;
    color:#FFF;
    min-height:500px
}
#services > .container {
    margin-top:90px;
}
#services h2 {
    margin-bottom:50px;
}
#services .text-light, #why h3, #why span {
    color:#FFF;
}
/* FEATURES SECTION */
#features {
    background:#FFF url(img/blastmedia-bg-grey.png) repeat-x left bottom;
    color:#000;
    min-height:500px
}

.tweet a {
    color: #795548;
}
.tweet a:hover {
    color: #8C3F23;
}

.navbar-brand img {
    padding-top: 5%;
}
