/*! Place your custom styles here */
.form {
    margin-top: 50px;
}

.cover {
    background: url('../img/header.jpg') no-repeat;
    background-size: cover;
}

.cover h1 {
    color: #fff;
}

.cover p {
    color: #fff;
}

.bodo-app-img {
    margin-top: 30px;
    width: 1313px;
}

.twitter-handle {
    font-weight: bold;
}

.testimonial__image img {
    border-radius: 26px;
}

.join-beta-modal {
    background: white;
    padding: 50px !important;
    height: 300px !important;
}

.join-beta-modal .form {
    margin-top: 0px;
}

footer.footer-7 {
    border-top: 1px solid #ebebeb;
    background: #fff;
    padding: 1.85714286em 0;
}

.blog .boxed {
    margin: 0;
    border-radius: 0 0 6px 6px;
}

.main-container {
    margin-top: -94px; 
}

.main-container .section {
    margin-top: 50px; 
}

.bar {
    padding: 0;
}

.navbar-container {
    position: relative;
    padding: 1.85714286em 0;
}

#menu1 {
    text-align: right;
    max-width: 1313px;
    padding: 30px 49px;
    margin: 0 auto;    
}

#menu1 ul li {
    display: inline-block;
}

#menu1 ul li a {
    color: #fff;
    opacity: 1;
}

#menu1 ul li a:hover {
    color: #fff;
    opacity: 0.5;
}


.menu-horizontal li:not(:last-child) {
    margin-right: 1.23809524em;
}

#twitter-widget-0 {
    min-height: 20px;
    margin-bottom: -6px;
}

footer .list-inline li:not(:last-child) {
    margin-right: 0.857143em;
}

/* .menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger {
    color: #fff;
}

.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 1;
}

@media (max-width: 768px) {
    .main-container {
        margin-top: 0px; 
    }

    .main-container .section {
        margin-top: 0px; 
    }
    
} */

