@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

body {
    font-family: 'Montserrat', sans-serif;
}

.navbar .nav > li > a:hover, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li.current_page_item {
    background-color: #FFF;
}

.navbar-item {
    color: #fff;
    padding: 15px;
    text-align: right;
}

.navbar-item:hover {
    color: #000;
    text-decoration: none;
    text-align: right;
}

.hero-background {
    overflow: hidden;
    position: relative;
    background: #40C4FF;
}

.bold {
    font-weight: 400;
}

.light {
    font-weight: 200;
}

.header {
    padding-top: 35px;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 999;
}

.logo {    
    max-height: 60px;    
    padding-left: 0;
    padding-top: 10px;
}

.app_logo {    
    max-height: 100px;    
    padding-left: 0;
    padding-top: 25px;
}

@media only screen and (max-width: 400px) {
 .container .navbar-header .logo img {
  width: 200px;
  height: auto;
    }
}

.hero {
    position: relative;
    z-index: 999;
    padding-bottom: 60px;
}

.macbook {
    margin: auto;
    padding-bottom: 35px;
}

.hero-right {
    color: #000;
    text-align: center;
}

.ipad {
    display: none;
    height: 600;
}

.ipad-screen {
    display: none;
}

.header-headline {
    padding-top: 0;
    padding-bottom: 15px;
    text-align: center;
}

.header-space {
    padding-top: 30;
    text-align: center;
}

.header-running-text {
    color: #000;
    text-align: center;
    max-width: 400px;
    line-height: 1.5;
    margin: auto;
}

.logos-section {
    background-color: #FFF;
    text-align: center;
}

.logos {
    padding: 30px;
    max-width: 100%;
}

.white-section {
    max-width: 100%;
    margin: auto;
    overflow: hidden;

}

.white-section-text {
    max-width: 100%;
    text-align: left;
}

.imac {
    padding-top: 60px;
    padding-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imac-section-header {
    padding-bottom: 35px;
}

.imac-section-desc {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    max-width: 300px;
    margin: auto;
    padding-bottom: 40px;
}

.myVideo {
    background-image: url(../images/iphone.png);
    background-repeat:no-repeat;
    width: 300px;
    height: 607px;
    padding-top: 68px;
    padding-left: 0px;
    overflow:hidden;
    text-align: center;
}


.footer_bottom {
    background-color: #464646;
    padding-top: 20px;
    padding-bottom: 20px;
}

.fb_ordering-text {
    color: white;
    font-size: 12px;
    padding-right: 7px;
}

.fb_ordering {
    text-align: center;
    margin-top: -5px;
}

.strips {
    position: absolute;
    max-width: 1280px;
}



.contents {
    width: 100%;
    margin: 10px 0;
    padding: 10px 30px;
    display:block;
    clear:both;
}
.contents div {
    margin: 10px 0;
}

.contents title {
    font-size: 2em;
    font-family:Georgia, "Times New Roman", Times, serif;
    padding: 5px 0 20px 0;  
}
.subtitle {
    font-size: 1.2em;
    font-weight:bold;
    padding-top: 10px;
}
.footer1 {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
    height: 5em;
    width: 100%;
    padding: 10px 0 0 0;
    text-decoration:none;
    display:block;
    clear:both;
    overflow:auto;
}

.module {
    color: #1F1414;
    display: block;
    background: none repeat scroll 0% 0% #FFF;
    margin: 0px 10px 0px 0px;
    float: left;
    text-align: center;
    border: 1px solid #CECECE;
}    

