body {
    background-color: #25252A;
    font-family: 'Lato';
}

.navbar-menu {
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    box-sizing: border-box;
    padding: 20px;
}

.navbar>.container-fluid .navbar-brand {
    color: #eee;
    font-size: 30px;
    margin-right: 20px;
    font-family: 'Lato', sans-serif;
    vertical-align: baseline;
}

.navbar>.container-fluid .navbar-brand>img {
    margin-bottom: 10px;
    width: 259px;
}

@media (max-width: 1024px) {
    .content {
        margin-left: 290px;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        display: none;
    }
    .navbar-nav>li>a {
        font-size: 14px !important;
        text-align: center;
    }
    .content {
        margin-left: 190px;
    }
}

@media (max-width: 425px) {
    .content {
        margin-left: 110px;
        width: inherit !important;
    }
    #welcome {
        width: 100% !important;
    }
    .content>.welcome-obj>h1 {
      font-size: 30px !important;
    }
}

.navbar-nav>li>a {
    transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    font-size: 17px;
    margin-right: 30px;
    font-weight: 600;
    background-color: transparent;
    color: #fff;
}

.navbar-toggle {
    border: 1px solid #fff;
}

.navbar-toggle .icon-bar {
    border: 1px solid #fff;
    background-color: #fff;
}

.navbar-nav>li>.dark:active, .navbar-nav>li>.dark:focus, .navbar-nav>li>.dark:hover {
    background-color: none;
    color: #f39c12;
}

.nav>li>a:focus, .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #eee;
}

.content {
    text-align: center;
    width: 500px;
    margin-top: 80px;
}

.content>.welcome-obj>img {}

.content>img {}

.welcome-obj {
    margin-top: 75px;
    margin-right: 100px;
}

.content>.welcome-obj>h1 {
    color: #fff;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 40px
}

.nbtn, .nbtn:active, .nbtn:focus {
    color: #fff;
    padding: 10px 20px;
    background-color: #25252A;
    border: 0px;
    border-color: #25252A;
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
}

.content>.welcome-obj>p {
    color: #fff;
    font-display: block;
    padding-top: 10px;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Lato';
    word-wrap: break-word;
}

#welcome {
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 300px;
}

.section {
    padding: 50px 0 0 0;
}

.section-content>.container>h1 {
    padding-bottom: 40px;
}

.section-content {
    text-align: center;
    color: #fff;
}

.kf-item>.fa {
    color: #f39c12;
    font-size: 80px;
}

.section-separator {
    margin-top: 8rem;
    margin-bottom: 4rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #393736;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.plans {
    font-family: 'Lato';
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    margin: 50px 10px 10px;
}

.plans .plan {
    margin: 0 10px;
    width: 250px;
    height: 365px;
    position: relative;
    float: left;
    background-color: #25252A;
    border: 1px solid #1e1e1e;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.plans .plan:hover, .plans .plan.hover {
    background-color: #1c1c1c;
}

.plans .plan:hover i, .plans .plan.hover i, .plans .plan:hover img, .plans .plan.hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.plans * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.plans header {
    position: relative;
    padding: 20px 10px;
}

.plans header i {
    font-size: 56px;
    margin: 0 15px;
    color: #f39c12;
    display: inline-block;
    float: left;
}

.plans header img {
    width: 65px !important;
    margin: 0 15px;
    color: #f39c12;
    display: inline-block;
    float: left;
}

.plans .plan-title {
    top: 0;
    font-weight: 800;
    margin: 10px 0 0;
    letter-spacing: 1px;
}

.plans .plan-cost {
    margin: 0;
    opacity: 0.2;
}

.plans .plan-price {
    font-family: 'Lato';
    font-weight: 800;
    font-size: 1.3em;
}

.plans .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.plans .plan-features {
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
    list-style: outside none none;
    font-size: 0.8em;
    text-align: left;
}

.plans .plan-features li {
    padding: 5px 5%;
    font-weight: 100;
    border-left: 5px solid #f39c12;
    margin: 2px 20px;
}

.plans .plan-select {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.plans .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px;
    margin: 20px;
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    background-color: #f39c12;
}

.plans .plan-select a:hover {
    background-color: #262626;
}

.plans .featured {
    margin-top: -10px;
    background-color: #262626;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.plans .featured .plan-select a {
    margin: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .plans .plan {
        width: 50%;
    }
    .plans .plan-title, .plans .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .plans .plan-select a, .plans .featured .plan-select a {
        margin: 20px;
    }
    .plans .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
  .plans {
    padding-right: 50px;
  }
    .plans .plan {
        width: 100%;
        margin-bottom: 30px;
    }
}

.avatar-circle {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #f39c12;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: none;
}

.initials {
    position: relative;
    top: 25px;
    /* 25% of parent */
    font-size: 75px;
    /* 50% of parent */
    line-height: 50px;
    /* 50% of parent */
    color: #fff;
    font-family: 'Lato';
    font-weight: 100;
}

.invert-section {
    /*background-color: #FA5100;*/
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 10rem;
}

#footer {
    background-color: #25252A;
    font-family: 'Lato';
    font-weight: 100;
    padding: 20px;
}

#footer a {
    text-decoration: none;
    color: #f39c12;
}

i.fa.fa-code {
    font-weight: bold;
    color: #f39c12;
}

i.fa.fa-heart {
    color: #f39c12;
}
