/*!
 * 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.
 */
 
@font-face {
    font-family: 'journalregular';
    src: url('../fonts/journal-webfont.eot');
    src: url('../fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/journal-webfont.woff') format('woff'),
         url('../fonts/journal-webfont.ttf') format('truetype'),
         url('../fonts/journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body,
html {
    width: 100%;
    height: 100%;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-osx-font-smoothing: greyscale;
    text-rendering: optimizeLegibility;
    font-family: "Dosis","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #263238;
    line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 20px 0;
}

.color-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background: #29B6F6;
}

.color-overlay.dark {
    background: #263238;
}

.topnav {
    font-size: 14px; 
}

.pre-header {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #29B6F6;
}

.lead {
	margin: 0 0 80px 0;
}

.header-outer {
    height: 100%;
    position: relative;
    display: table;
    width: 100%;
    min-height: 100%;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    color: #f8f8f8;
    background: url('../img/bg.jpeg') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
}

.intro-message {
    position: relative;
}

.intro-message > h1 {
    margin: 0;
    font-size: 5em;
}

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

.intro-message > h3 {
	font-family: 'journalregular';
	font-size: 50px;
	font-weight: 300;
}

.intro-message > .img-intro {
	position: absolute;
	max-width: inherit;
	width: 230%;
	top: -100px;
}

.product-image {
	text-align: center;
}

.product-image img {
	width: 50%;
	margin: 0 0 -200px 0;
	display: inline-block;
}

.intro-message .play {
	padding: 50px 0 0 0;
	z-index: 99;
	position: relative;
	outline: none;
}

.center {
	text-align: center;
}

/* Groups */

.groups {
	text-align: center;
}

.groups .thumbnail {
	padding: 30px;
	border: 1px solid #CFD8DC;
}

.groups .thumbnail .item-icon {
	padding: 30px;
	border: 2px solid #CFD8DC;
	-webkit-border-radius: 1000px; 
	-moz-border-radius: 1000px; 
	border-radius: 1000px;
	display: inline-block;
	margin: 0 0 10px 0;
}

.groups .thumbnail .item-icon .img-outer {
	width: 30px;
	height: 30px;
	display: block;
}

.groups .thumbnail .item-icon .img-outer img {
	max-width: 30px;
	max-height: 30px;
	width: 30px;
}

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

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

    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%;
    }
}

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

.content-section-a, .content-section-b, .content-section-c, .content-section-d {
	overflow: hidden;
}

.content-section-a {
    background-color: #fff;
}

.content-section-b {
    background-color: #263238;
}

.content-section-c {
    background-color: #f8f8f8;
}

.content-section-d {
    background-color: #fff;
}

.content-section-b p.lead, .content-section-b h2 {
	color: #fff;
}

.padding-100 {
	padding: 100px 0;
}

.section-heading {
    margin-bottom: 30px;
}

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

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url('../img/bg.jpeg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.banner h2 {
    margin: 0;
}

.banner ul {
    margin-bottom: 0;
}

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

/* Header */

.navbar-default {
	background: transparent;
	border: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

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

p.copyright {
    margin: 15px 0 0;
}
.backdrop {
    background: rgba(0,0,0,0.8);
    position:absolute;
    width: 100%;
    height: 100%;
    z-index:9;
    top: 0;
    left: 0;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
  height: 90%;
  margin: 30px auto;
}
.modal-wide .modal-body {
  overflow-y: auto;
}
.modal-content {
	border: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.5);
    box-shadow: 0 0 0 rgba(0,0,0,.5);
    border-radius: 0;
    height: 100%;
}
#tallModal .modal-body p { margin-bottom: 900px }

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

@media (max-width:767px) {

	.intro-message.iphone img {
		width: 150%;
		top: -110px;
		right: -280px;	
	}
	
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

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

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    
    .modal.modal-wide .modal-dialog {
	  height: 50%;
	}
}

