#bg {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
}

.bg {
    display: inline-block;
    background: url('https://www.30secondstofly.com/lnd/producthunt/assets/img/photo-large_smaller.jpg') no-repeat center center;
    position: fixed;
    background-size: 100% auto;
    width: 100%;
    height: 350px;
    top: 0;
    left: 0;
    z-index: -1;
}

#contain {
    background-size: cover;
}

.jumbotron {
    height: 350px;
    color: white;
    text-shadow: #444 0 1px 1px;
    background: transparent;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: #3498db;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

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

/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 0px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #3498db; 
}


/* HeaderWrap */
#headerwrap {
	 background: url(https://www.30secondstofly.com/lnd/producthunt/assets/img/photo-large_smaller.jpg) no-repeat center top; 
	/*background-color: #3498db;*/
	margin-top: -20px;
	padding-top:200px;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	display: inline-block;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 60px;
	margin-bottom: 15px;
	color: white;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}
@media only screen and (max-width: 480px) {
.glasshole img{
    width: 50px !important;
    margin-top: -13% !important;
}
}
.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.round {
    border-radius: 24px;
}

.share-button {
    background-color: #1DA1F2 !important;
    background-image: none;
}

.takeoff-button {
    background-color: #2a3f55 !important;
    background-image: none;
}

.skip-button {
    background-color: #d8d8d8 !important;
    background-image: none;
}

.btn {
    border: none;
    margin-bottom: 10px;
}

.get-started {
    background-color: #4099ff !important;
    margin-bottom:25px;
}

.dot{
    margin-right: 8px;
}


@media screen and (max-width: 1201px){
    .btn-get-started {
        width: 50%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .btn-get-started {
        width: 33%;
    }
}

@media screen and (max-width: 767px){
    .btn-get-started {
        width: 50%;
    }
}

@media screen and (max-width: 480px){
    .btn-get-started {
        width: 75%;
    }
}