.jumbotron {
    background: url(../images/banner.jpg) no-repeat;
    min-height: 479px;
    border-bottom: 2px solid #00c3cf;
    border-radius: 0 !important
}

    .jumbotron h1 {
        font-weight: bold;
        font-size: 62px;
        color: #0092ce;
        font-family: 'Helvetica Neue LT';
        margin-top: 100px;
    }

.btn-primary {
    background-color: transparent;
    border-color: transparent;
    background-image: linear-gradient(to right, #00c1cf, #0093ce);
    border-radius: 30px;
    border: 0;
    padding: 15px 30px;
    font-weight: 300;
    color: #fff
}

    .btn-primary:hover, .btn-default:hover {
        border: 0;
        color: #fff
    }

    .btn-primary:focus {
        background-image: linear-gradient(to right, #00c1cf, #0093ce);
        color: #fff;
    }

.btn-default:focus {
    background-image: linear-gradient(to right, #00c1cf, #0093ce);
    color: #fff;
}


.btn-default {
    background-color: transparent;
    border-color: transparent;
    background-image: linear-gradient(to right, #00c1cf, #0093ce);
    border-radius: 25px;
    border: 0;
    padding: 12px 25px;
    font-weight: normal;
    color: #fff;
}

.body-content hr {
    border-top: 2px solid #00c3cf !important
}

.navbar-inverse {
    background-color: #f6f6f6;
    border-color: transparent;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #222222;
        font-weight: 600;
        font-family: 'Helvetica Neue LT';
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #000
        }

.navbar > .container .navbar-brand {
    margin-right: 30px;
    padding-top: 6px;
}

.body-content h2 {
    font-size: 30px;
    color: #0092ce;
    font-family: 'Helvetica Neue LT';
    margin-top: 0
}

footer p {
    color: #000;
    font-family: 'Helvetica Neue LT';
    font-weight: normal;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #00c3cf;
}

.navbar-inverse .navbar-toggle {
    border-color: #00c3cf;
}

@media(max-width: 600px) {
    .jumbotron {
        min-height: 100px;
        background-size: 100% 100%;
    }

        .jumbotron h1 {
            font-size: 250%;
            margin-top: 0
        }

        .jumbotron p {
            font-size: 17px;
        }

    .btn-primary {
        padding: 10px 20px;
        font-size: 16px;
    }

    .btn-default {
        padding: 10px 20px;
        font-size: 13px;
        margin-bottom: 30px
    }

    .body-content h2 {
        font-size: 25px;
    }

    footer p {
        text-align: center;
        font-size: 13px;
        font-weight: normal;
    }


    @media(max-width: 600px) {
        .body-content {
            padding-top: 50px;
        }
    }
}




/*orginal CSS
*//*
    
 html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/