body {
    font-family: 'Museo Sans Rounded', sans-serif;
    font-weight: 100;
    font-size: 15px;
    line-height: 25px;
}
tr {
  background-color: #ffffff !important;
}
section.grey-bg {
    background: #f6f8fc;
    color: #454b55;
}

.blue-text, .blue-text a, .blue-text p  {
    color: #463bfd;
}

.white-text, .white-text a, .white-text p  {
    color: #f6f8fe;
}

section {
    padding-top: 75px;
}

section.last {
    padding-bottom: 75px;
}

h1, h2, h3 {
    font-weight: 100;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 30px;
    padding-bottom: 30px;
}

h3 {
    font-size: 18px;
}

.btn-green {
    display: inline-block;
    background-color: #15D6B0;
    color: #f6f8fe;
    border-radius: 100px;

    width: 200px;
    padding: 10px 50px;
    cursor: pointer;
    font-weight: bold;
}
.btn-green:hover {
    text-decoration: none;
    color: #f6f8fe;
    background-color: #26e0c1;
}

/* || Header */
header, footer {
    background-image: url('../img/angel/background.svg');
    background-size: cover;
}
header {
    padding-bottom: 200px;
    position: relative;
}
header .branding {
  z-index: 100;
}
header .branding img {
  margin: 32px 0 0 15px;
}
header h1.page-title {
  position: absolute;
  bottom: 54px;
  margin-bottom: 0;
  font-weight: bold;
}
#header-details {
    margin-top: 100px;
}
#header-details img {
    margin-bottom: 20px;
}
#header-details h1 {
    margin-bottom: 40px;
}
#btn-try-demo {
    margin-top: 50px;
}

/* || Navigation */

.main-nav {
  margin: 42px 36px 0 0;
  font-size: 14px;
  float: right;
  min-width: 32px;
  min-height: 32px;
}
.main-nav a {
  padding: 5px 1px;
  margin-left: 35px;
  font-weight: bold;
}
.main-nav a:hover {
  color: #fff;
  opacity: 0.75;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
  text-decoration: none;
}
.mobile-nav-burger {
  display: none;
}
.mobile-nav-close {
  display: none;
  position: fixed;
  z-index: 100;
}

.footer-nav a {
  margin: 0 10px;
  padding: 5px 10px;
  font-size: 18px;
}

.made-in-ny {
  margin: 10px auto;
  width: 75px;
  height: 75px;
}


#engage {
    margin-bottom: 100px;
}
#messages-tabs .tab-content {
    background: #F5F8FC;
    border-radius:6px;
}
#messages-tabs ul.nav-tabs>li.active>a, #messages-tabs ul.nav-tabs>li>a:hover  {
    border: none;
    background: #F5F8FC;
}
#messages-tabs ul.nav-tabs>li>a {
    border:none
}
#messages-tabs ul.nav-tabs {
    border: none;
}
#messages-tabs ul.nav-tabs>li {

    margin-bottom: -7px;
}

#nlp-example {
}

#features {
    /*padding-top: 180px;*/
    padding-bottom: 50px;
}

#features img {
    height: 65px;
    margin-top: 50px;
    margin-bottom: 15px;
}
#features .feature-list-row h3 {
    font-weight: bold;
    font-size: 16px;
}

#one-stop-shop {
    overflow: hidden;
    padding-top: 140px;
}

#one-stop-shop .text-col {
    margin-bottom: 50px;
}

#nexus-img {
    margin-bottom: -80px;
}

#demo {
    margin-bottom: 100px;
}
#demo .description h3 {
    margin-top: -30px;
    margin-bottom: 25px;
}

#contact-us {
    padding-bottom: 150px;
}

#contact-us .form-group {
    margin-right: -5px;
    margin-left: -5px;
}
#contact-us input, #contact-us textarea {
    padding: 20px 5px;
    padding-left: 15px;
}
#contact-us textarea {
    resize: none;
}

footer {
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer-nav, .footer-social-icons, .footer-branding {
    margin-bottom: 32px;
}
.footer-branding {
    margin-top: 80px;
    width: 172px;
    height: 30px;
}
.footer-social-icons img {
    width: 22px;
    height: 22px;
    margin: 0 10px;
}
.footer-nav a {
    margin: 0 10px;
    padding: 5px 10px;
    font-size: 18px;
}
.made-in-ny {
    margin: 30px auto;
    width: 75px;
    height: 75px;
}

/* || Media Queries */
@media only screen and (min-width: 460px) and (max-width: 767px) {
    #messages-tabs {
        max-width: 65%;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }
}
@media only screen and (max-width: 768px) {
    .mobile-nav-burger, .hamburger-expanded .mobile-nav-close {
        display: block;
    }
    .hamburger-expanded .mobile-nav-burger {
        display: none;
    }
    .main-nav {
        margin-top: 36px;
    }
    .main-nav nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: hsla(0, 0%, 0%, .7);
        z-index: 80;
        text-align: center;
        padding: 200px 0;
    }
    .hamburger-expanded header .branding {
        position: fixed;
    }
    .hamburger-expanded .main-nav nav {
        display: block;
    }
    .main-nav a {
        float: none;
        display: block;
        padding: 20px 20px;
        font-size: 22px;
        margin: 0;
    }
    .main-nav a:hover {
        padding-bottom: 20px;
        border: none;
        background-color: hsla(0, 0%, 0%, .3);
    }
}

@media only screen and (min-width : 768px) {
    #features img {
        margin-bottom: 50px;
        margin-top: 0;
    }
    #nexus-img {
        margin-top: 20px;
    }
    #nlp-example {
        max-width: 100%;
    }
}
@media only screen and (min-width : 992px) {
    #one-stop-shop .text-col {
        margin-top: 150px;
    }
    #nexus-img {
        margin-top: 0;
    }
    #nlp-example {
    }
}
