:root {
    --darkblue: #30294b;
    --lightblue: #c8d9f0
}

body,
html {
    max-width: 100%;
    overflow-x: hidden
}

body {
    background: var(--darkblue);
    text-rendering: optimizelegibility;
    margin: 0;
    padding: 0;
    height: 100%
}

.col-lg-6,
.col-md-6,
.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

a {
    text-decoration: none !important;
    cursor: pointer
}

main {
    background: #fff
}

.wrapper {
    transform-origin: center bottom 0;
    transition: all .5s ease 0s;
    box-shadow: 0 22px 54px rgba(0, 0, 0, .5);
    background: var(--clr3)
}

body.tight .wrapper {
    transform: translateY(-60px) scale(.9);
    cursor: pointer
}

.list-group-top {
    background-color: #30294b;
    color: #fff
}

.list-group-top:hover {
    background-color: #30294b;
    color: #fff
}

.alert {
    width: 100% !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Century Gothic, sans-serif
}

.section-header {
    color: #ccc;
    background: #30294b;
    height: 150px;
    width: 100%
}

.section-header h2 {
    text-align: left !important;
    font-size: 35px;
    line-height: 150px;
    margin: 0;
    padding: 0 50px;
    font-weight: 200;
    letter-spacing: 10px
}

.btn {
    position: relative;
    color: #30294b;
    width: 100%;
    height: 64px;
    line-height: 64px;
    transition: all .3s;
    padding: 0 !important
}

.container .btn {
    height: 90px;
    line-height: 90px;
    margin-top: 50px;
    font-size: 30px
}

.btn span {
    transition: all .3s;
    transform: scale(1, 1)
}

.btn::after,
.btn::before {
    content: '';
    position: absolute;
    transition: all .3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

#contactform .btn {
    position: relative;
    color: #30294b;
    width: 30%;
    height: 50px;
    line-height: 64px;
    transition: all .3s;
    margin-top: 10px;
    padding: 0 !important
}

#contactform .secondary-btn:hover {
    background: 0 0;
    border: 2px solid var(--darkblue);
    color: var(--darkblue) !important
}

.primary-btn {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff
}

.primary-btn:hover {
    background: var(--darkblue);
    border: 2px solid var(--darkblue);
    color: #fff
}

.secondary-btn {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    background: var(--darkblue);
    border: 2px solid var(--darkblue);
    color: #fff
}

.secondary-btn:hover {
    background: 0 0;
    border: 2px solid var(--darkblue);
    color: var(--darkblue)
}

.btn-get-started {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none
}

.btn-get-started:hover {
    background: #2f284b;
    border: 2px solid #2f284b;
    color: #fff !important
}

#worldMap .btn {
    color: #fff !important
}

#contactform .btn {
    color: #fff !important
}

.navbar .secondary-btn {
    margin: 0 0 0 10px !important;
    font-size: 14px;
    min-width: 150px
}

.btn-two::after,
.btn-two::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
    border: 1px solid #30294b
}

#worldMap .btn-two::after,
#worldMap .btn-two::before {
    border: 1px solid #fff
}

#contact .btn-two::after,
#contact .btn-two::before {
    border: 1px solid #fff;
    background: 0 0 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    font-size: 12px !important;
    padding: 10px 45px !important;
    text-transform: uppercase !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -ms-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important
}

.btn-two:hover::after {
    animation-name: rotatecw;
    animation-duration: 2s
}

.btn-two:hover::before {
    animation-name: rotateccw;
    animation-duration: 3s
}

.btn-two:hover::after,
.btn-two:hover::before {
    left: 46%;
    width: 64px;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.container .btn-two:hover::after,
.container .btn-two:hover::before {
    left: 46%;
    width: 90px
}

@keyframes rotatecw {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotateccw {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(-360deg)
    }
}

.logo {
    width: 350px
}

.navbar {
    background-color: #fff
}

.navbar-nav {
    text-transform: uppercase;
    margin-right: 3%
}

.active,
.nav-item .dropdown .active,
.nav-item:hover {
    border-bottom: 2px solid #2f284b
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #f8f9fa !important;
    text-decoration: none;
    background-color: #30294b !important
}

#hero {
    width: 100%;
    height: 100vh;
    position: relative
}

.home #hero {
    background: url(../images/hero.jpg) top center;
    background-size: cover
}

.contact #hero {
    width: 100%;
    height: 65vh;
    background: url(../images/img-05.jpg) center;
    background-size: cover;
    position: relative
}

.fleet #hero {
    width: 100%;
    height: 55vh;
    background: url(../images/img-03.jpg) top center;
    position: relative;
    background-size: cover
}

.about #hero {
    width: 100%;
    height: 50vh;
    background: url(../images/img-17.jpg) center;
    position: relative;
    background-size: cover
}

.quote #hero {
    width: 100%;
    height: 50vh;
    background: url(../images/chicago1.jpg) top center;
    background-size: cover;
    position: relative
}

#news #hero {
    width: 100%;
    height: 70vh;
    background: url(../images/chicago7.jpg) top center;
    background-size: cover;
    position: relative
}

#news-one #hero {
    width: 100%;
    height: 5vh;
    background: url(../images/chicago7.jpg) top center;
    background-size: cover;
    position: relative
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

#hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 50px
}

.contact #hero h2,
.home #hero h2 {
    font-size: 25px
}

.footer {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    color: #fff !important
}

footer p {
    font-size: 17px !important
}

footer a {
    color: #fff !important
}

footer a:hover {
    color: #b6c0e6 !important;
    text-decoration: none
}

.footer img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px
}

.carousel {
    background: #fff;
    margin-top: 50px
}



.carousel-item {
    padding: 0 100px
}

.carousel ul {
    text-align: left !important
}

.carousel-caption {
    color: #30294b;
    top: 50%
}

.carousel blockquote {
    padding: 50px 50px 0 50px;
    margin: 0 50px
}

.carousel-control-next,
.carousel-control-prev {
    color: var(--darkblue) !important
}

.carousel-control-prev {
    margin-left: -30px
}

.carousel-control-next {
    margin-right: -30px
}

.carousel-indicators li {
    background-color: var(--darkblue) !important
}

#fleet .carousel {
    margin-top: 0 !important;
    margin-bottom: 0
}

.carousel .active {
    border-bottom: 0 solid #2f284b
}

.carousel h2 {
    color: var(--darkblue);
    font-weight: 700
}

#paralax-box {
    background-image: url(../images/img-6.jpg);
    min-height: 450px;
    height: auto;
    width: 500px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat
}

#paralax-small {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img7.jpg) fixed center center;
    background-size: cover;
    padding: 0;
    color: #fff
}

#paralax-one {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-08.jpg) fixed center center;
    background-size: cover;
    padding: 0 0
}

#paralax-one .col-md-1,
#paralax-one .col-md-2,
#paralax-one .col-md-3 {
    height: 300px !important
}

#paralax-two {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-05.jpg) fixed center center;
    background-size: cover
}

#paralax-three {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-16.jpg) fixed center center;
    background-size: cover
}

#paralax-four {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-08.jpg) fixed center center;
    background-size: cover;
    height: 500px
}

#paralax-five {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/chicago-2.jpg) fixed center center;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 500px
}

#paralax-six {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/chicago3.jpg) fixed center center;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 500px
}

#paralax-seven {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-04.jpg) fixed center center;
    width: 100%;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 300px;
    margin: 0 auto
}

#paralax-eight {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/chicago-2.jpg) fixed center center;
    width: 100%;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 300px;
    margin: 0 auto
}

#paralax-nine {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-08.jpg) fixed center center;
    width: 100%;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 300px;
    margin: 0 auto
}

#paralax-sport {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-14.jpg) fixed center center;
    width: 100%;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 300px;
    margin: 0 auto
}

#paralax-wedding {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-19.jpg) fixed center center;
    width: 100%;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 300px;
    margin: 0 auto
}

#paralax-tour {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-15.jpg) fixed center center;
    width: 100%;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 300px;
    margin: 0 auto
}

#paralax-ten {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-22.jpg) fixed center center;
    width: 100%;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 500px;
    margin: 0 auto
}

#paralax-eleven {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-13.jpg) fixed center center;
    width: 100%;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 300px;
    margin: 0 auto
}

#paralax-12 {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-10.jpg) fixed center center;
    width: 100%;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 300px;
    margin: 0 auto
}

#paralax-13 {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/chicago2.jpg) fixed center center;
    background-size: cover;
    padding: 0
}

#paralax-14 {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img7.jpg) fixed center center;
    background-size: cover;
    padding: 0
}

#paralax-15 {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-05.jpg) fixed center center;
    width: 100%;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 500px;
    margin: 0 auto
}

#paralax-16 {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/img-09.jpg) fixed center center;
    width: 100%;
    background-size: cover;
    padding: 0 0 200px 0;
    height: 500px;
    margin: 0 auto
}

.about #paralax {
    padding: 0 100px 70px 0 !important
}

.paralax-text {
    position: relative
}

.about #paralax-four p {
    color: #fff;
    padding-top: 20%
}

#paralax-four .paralax-over-blue {
    height: 500px;
    padding-top: 18%;
    padding-left: 20px !important;
    padding-right: 20px !important
}

#paralax-four .paralax-over-blue h2 {
    line-height: 1.5
}

#paralax-12 h2,
#paralax-eleven h2,
#paralax-nine h2,
#paralax-sport h2,
#paralax-tour h2,
#paralax-wedding h2 {
    padding-top: 100px;
    text-align: center;
    color: #fff;
    font-size: 40px
}

#paralax-two h2 {
    font-size: 50px
}

#paralax-14 .row {
    color: #fff;
    padding-top: 0 !important;
    background-color: #fff
}

#paralax-14 .container {
    padding: 50px 0 !important
}

.paralax-over-blue {
    background: rgba(48, 41, 75, .8);
    min-height: 340px;
    padding: 5%;
    width: 100%;
    color: #fff
}

.paralax-over-white {
    background: rgba(255, 255, 255, .8);
    color: #30294b;
    min-height: 340px;
    padding: 5%
}

.paralax-over-lightblue {
    background-color: rgba(200, 217, 240, .8);
    color: #30294b;
    min-height: 340px;
    padding: 5% !important
}

.paralax-over-lightblue a {
    color: #30294b;
    font-size: 20px
}

.paralax-img img {
    height: 340px;
    width: 960px
}

form {
    padding: 0 !important;
    margin: 0 0 !important;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important
}

[type=date],
[type=email],
[type=tel],
[type=time],
input[type=text],
select,
textarea {
    background: 0 0 !important;
    border: none !important;
    border-bottom: solid 1px #fff !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    margin: 0 0 22px 0 !important;
    padding: 0 0 18px 0 !important;
    text-transform: uppercase !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -ms-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important
}

label {
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    color: var(--darkblue) !important
}

#quote [type=date],
#quote [type=email],
#quote [type=tel],
#quote [type=time],
#quote input[type=text],
#quote select,
#quote textarea {
    color: var(--darkblue) !important;
    border-bottom: solid 1px var(--darkblue) !important
}

[type=date]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=time]:focus,
input[type=text]:focus,
textarea:focus {
    outline: 0 !important;
    padding: 0 0 10px 0 !important
}

.long {
    float: none !important
}

.long {
    width: 100% !important
}

.sub {
    color: #30294b !important
}

#quote .sub {
    color: #fff !important
}

input,
select,
textarea {
    color: #fff !important;
    font: inherit !important;
    margin: 0 !important
}

#quote input,
#quote select,
#quote textarea {
    color: var(--darkblue) !important
}

input {
    line-height: normal !important
}

textarea {
    overflow: auto !important
}

textarea {
    line-height: 150% !important;
    height: 150px !important;
    width: 100% !important
}

::-webkit-input-placeholder {
    color: #fff !important
}

#quote ::-webkit-input-placeholder {
    color: var(--darkblue) !important
}

#contactform {
    margin: 0 auto !important;
    width: 80% !important
}

#contact .info {
    color: #333
}

#contact .info i {
    font-size: 32px;
    color: #302751;
    float: left
}

#quote .info i {
    font-size: 32px;
    color: #fff;
    float: left
}

#contact .info p,
#quote .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px
}

#contact .info .email p,
#quote .info .email p {
    padding-top: 5px
}

#contact .social-links,
#quote .social-links {
    padding-bottom: 20px
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #302751;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#contact .social-links a:hover,
#quote .social-links a:hover {
    background: #fff;
    color: #302751
}

#contact .form #sendmessage,
#quote .form #sendmessage {
    color: #2dc997;
    border: 1px solid #2dc997;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

#contact .form #errormessage,
#quote .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px
}

#contact .form #errormessage.show,
#contact .form #sendmessage.show,
#contact .form .show,
#quote .form #errormessage.show,
#quote .form #sendmessage.show,
#quote .form .show {
    display: block
}

#contact .form .validation,
#quote .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px
}

#contact .form input,
#contact .form textarea,
#quote .form input,
#quote .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px
}

#right {
    color: #5e546b !important
}

#quote #right {
    color: #fff !important
}

#form_button:hover {
    color: #5e546b !important
}

#quote #form_button:hover {
    color: #fff !important
}

button {
    overflow: visible !important;
}

button,
select {
    text-transform: none !important;
}

#contact .social li,
#quote .social li {
    color: #30294b;
    list-style-type: none;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    padding: 1%;
    border: 1px solid #30294b;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 20px;
    transition: ease .3s;
}

#form_button {
    background: red !important;
}

#quote .sub {
    color: var(--darkblue) !important
}

.three-cards {
    min-height: 250px !important;
    padding-top: 20px !important;
}

.about {
    margin-left: auto;
    margin-right: auto;
    text-align: justify !important;
}

.fleet .img-fluid {
    height: 200px !important;
}

.fleet-img {
    width: 500px !important
}

.social {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    padding-left: 0
}

.social li {
    color: rgba(200, 217, 240, .6);
    list-style-type: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid rgba(200, 217, 240, .4);
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 20px;
    transition: ease .3s
}

.social li:hover {
    color: #c8d9f0;
    border: 1px solid #c8d9f0
}

.social:hover>li {
    opacity: .5
}

.social:hover>li:hover {
    opacity: 1
}

@media only screen and (max-width:600px) {
    h1 {
        font-size: 27px;
        text-align: center
    }

    h2 {
        font-size: 23px
    }

    #worldMap .btn {
        height: 35px;
        line-height: 32px
    }

    #worldMap .btn-two:hover::after,
    #worldMap .btn-two:hover::before {
        width: 35px
    }

    .logo {
        width: 220px;
    }

    .logo-hero {
        width: 250px !important;
        height: 250px !important;
    }

    .contact #hero h2 {
        font-size: 20px !important;
    }

    .carousel {
        margin-top: 5px
    }

    #carousel-fleet .carousel-inner {
        padding: 20px 50px 0 50px !important;
        margin: 0 !important
    }

    #fleet-col {
        padding: 0 5px !important;
        margin: 0 !important
    }

    #carousel-fleet .carousel-inner .secondary-btn {
        margin-top: 50px
    }

    #carousel-fleet .carousel-caption h3 {
        font-size: 15px !important
    }



    .carousel blockquote {
        padding: 0 50px;
        margin: 50px 50px 0 50px
    }

    .carousel-control-next {
        margin-right: 0
    }

    .paralax-over-blue,
    .paralax-over-lightblue,
    .paralax-over-white {
        padding-top: 15%
    }

    .paralax-xs .paralax-over-blue {
        min-height: 130px;
        padding-left: 20px !important;
        padding-top: 12%
    }

    .paralax-xs .paralax-over-blue h2 {
        font-weight: 100;
        letter-spacing: 10px;
        font-size: 35px
    }

    .paralax-four .paralax-over-blue h2 {
        font-weight: 100;
        letter-spacing: 5px;
        font-size: 20px
    }

    .about #paralax-four {
        height: 800px
    }

    #paralax-four .paralax-over-blue {
        height: 300px
    }

    .paralax-triple .paralax-over-blue,
    .paralax-triple .paralax-over-lightblue,
    .paralax-triple .paralax-over-white {
        padding-top: 25%
    }

    #paralax-small .col-md-3 {
        padding-bottom: 50px
    }

    .home #hero {
        width: 100%;
        height: 100vh;
        background: url(../images/heroPhone.jpg) top center;
        background-size: cover;
        position: relative
    }

    .contact #hero img,
    .home #hero img {
        width: 250px;
        height: 230px
    }

    .contact #hero h2,
    .home #hero h2 {
        font-size: 18px
    }

    .section-header {
        height: 80px
    }

    .section-header h2 {
        line-height: 80px;
        text-align: center !important;
        padding: 0
    }

    .three-cards h3 {
        font-size: 25px
    }

    #hero h2 {
        font-size: 35px !important
    }

    .contact-info {
        margin: 0 auto !important;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }

    .contact .social {
        padding-left: 35px !important
    }

    .footer .social {
        padding-left: 75px !important
    }

    #news h2 {
        text-align: center;
        padding: 50px 15px 10px 15px;
    }

    #news p {
        padding: 10px 15px 10px 15px;
    }

    #news #paralax-16,
    #news #paralax-ten,
    #news #paralax-15 {
        height: 50px;
    }

    #first {
        order: 1;
    }

    #second {
        order: 2;
    }

    .paralax-xs .paralax-over-blue h2 {
        font-size: 30px !important;
    }

}

@media (max-width:400px) {
    #carousel-fleet .carousel-inner {
        padding: 20px 50px 0 50px !important;
        margin: 0 !important
    }
}

@media (max-width:768px) {
    .carousel-item {
        padding: 0 10px
    }

    .paralax-over-blue,
    .paralax-over-lightblue,
    .paralax-over-white {
        padding-top: 15%;
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .paralax-xs .paralax-over-blue {
        min-height: 130px;
        padding-left: 20px !important;
        padding-top: 12%
    }

    .paralax-xs .paralax-over-blue h2 {
        font-weight: 100;
        letter-spacing: 10px;
        font-size: 35px
    }

    .paralax-triple .paralax-over-blue,
    .paralax-triple .paralax-over-lightblue,
    .paralax-triple .paralax-over-white {
        padding-top: 15%
    }

    .fleet #paralax-small h3 {
        padding-bottom: 50px
    }

    .paralax-img img {
        height: 250px
    }

    #paralax-two h2 {
        font-size: 27px !important
    }

    .paralax-over-lightblue a {
        color: #30294b;
        font-size: 16px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .contact #hero h2,
    .home #hero h2 {
        font-size: 22px !important;
        line-height: 1.2
    }

    .carousel {
        margin-top: 5px
    }

    #carousel-fleet .carousel-inner {
        padding: 20px 50px 0 50px !important;
        margin: 0 !important
    }

    #carousel-fleet .carousel-inner .secondary-btn {
        margin-top: 50px
    }

    #carousel-fleet .carousel-caption h3 {
        font-size: 15px !important
    }



    .carousel blockquote {
        padding: 0 50px;
        margin: 50px 5px 0 5px;
        font-size: 16px;
    }

    .carousel-control-next {
        margin-right: 0
    }

    .three-cards {
        min-height: 350px !important;
        padding-top: 20px !important;
    }

    .three-cards h3 {
        font-size: 19px;
    }

    .about #paralax-four {
        height: 800px;
    }

    .about #paralax-four .paralax-over-blue {
        height: 400px;
        padding-top: 20%
    }

    .about #paralax-four p {
        padding-top: 12%
    }

    .img-centered img {
        width: 100% !important
    }

    #hero h2 {
        font-size: 40px !important
    }

    .contact #hero img {
        width: 350px;
        height: 350px;
        padding-top: 50px
    }

    .contact-info {
        margin: 0 auto !important;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }

    .news-container img {
        height: 200px !important;
    }

    .info {
        padding-left: 50px !important
    }

    .contact .social {
        padding-left: 35px !important;
        padding-top: 20px
    }

    .footer .social {
        padding-left: 75px !important
    }


}

@media only screen and (min-width:600px) {
    .home #hero img {
        width: 280px;
        height: 250px
    }

    .carousel-inner {
        padding-top: 50px
    }

    .contact .social {
        padding-left: 35px !important;
        padding-top: 20px
    }

    .info {
        padding-left: 50px !important
    }
}

@media only screen and (min-width:768px) {
    .carousel-inner {
        padding-top: 50px
    }

    .paralax-over-lightblue {
        min-height: 340px;
        padding: 5% !important
    }

    .paralax-over-blue {
        background: rgba(48, 41, 75, .8);
        min-height: 340px;
        padding: 5%;
        width: 100%;
        color: #fff
    }

    #paralax-two h2 {
        font-size: 30px !important
    }

    .paralax-over-lightblue a {
        color: #30294b;
        font-size: 20px
    }

    .home #hero img {
        width: 280px;
        height: 250px
    }

    .contact #hero img {
        width: 200px;
        height: 230px;
        padding-top: 50px
    }

    .contact-info {
        margin: 0 auto !important;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }

    .info {
        padding-left: 120px !important
    }

    .contact .social {
        padding-left: 70px !important;
        padding-top: 20px
    }

    .footer .social {
        padding-left: 75px !important
    }

    #news h2 {
        text-align: justify;
        padding: 50px 15px 10px 15px;
    }

    #news p {
        padding: 10px 15px 10px 15px;
    }

    #news .secondary-btn {
        margin-left: 20px;
    }
}

@media only screen and (min-width:992px) {
    .logo {
        width: 250px
    }

    .carousel-inner {
        padding-top: 50px
    }

    #carousel-quote .carousel-inner {
        padding-top: 50px
    }

    .paralax-over-lightblue {
        min-height: 340px;
        padding: 3% !important
    }

    #paralax-two h2 {
        padding-top: 50px;
        font-size: 40px !important
    }

    .paralax-over-lightblue a {
        font-size: 16px
    }

    .paralax-over-blue {
        background: rgba(48, 41, 75, .8);
        min-height: 300px;
        padding: 5%;
        width: 100%;
        color: #fff
    }

    .home #hero img {
        width: 300px;
        height: 280px
    }

    .three-cards {
        min-height: 350px !important;
        padding-top: 20px !important;
    }

    .three-cards h3 {
        font-size: 23px
    }

    .col-lg-2 h3 {
        font-size: 15px
    }

    .contact #hero img {
        width: 250px;
        height: 280px;
        padding-top: 50px
    }

    .contact-info {
        margin: 0 auto !important;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }

    .info {
        padding-left: 55px !important
    }

    .contact .social {
        padding-left: 150px !important;
        padding-top: 20px
    }

    .footer .social {
        padding-left: 75px !important
    }
}

@media only screen and (min-width:1200px) {
    .logo {
        width: 350px
    }

    #news #hero,
    #quote #hero,
    .about #hero,
    .contact #hero,
    .fleet #hero,
    .home #hero {
        background-attachment: fixed
    }

    .carousel-inner {
        padding-top: 50px
    }

    #carousel-quote .carousel-inner {
        padding-top: 50px
    }

    .paralax-over-lightblue {
        min-height: 340px;
        padding: 5% !important
    }

    .paralax-over-blue {
        background: rgba(48, 41, 75, .8);
        min-height: 340px;
        padding: 5%;
        width: 100%;
        color: #fff
    }

    #paralax-two h2 {
        padding-top: 0 !important;
        font-size: 50px !important
    }

    .paralax-over-lightblue a {
        color: #30294b;
        font-size: 20px
    }

    .home #hero img {
        width: 400px;
        height: 380px
    }

    .col-lg-2 h3 {
        font-size: 22px
    }

    .three-cards {
        min-height: 250px !important;
        padding-top: 20px !important;
    }

    #news h2 {
        text-align: justify;
        padding: 50px 25px 10px 25px;
    }

    #news p {
        padding: 10px 25px 10px 25px;
    }

    #news .secondary-btn {
        margin-left: 40px;
        margin-top: 100px;
    }

}

@media only screen and (min-width: 300px) {
    #carousel-quote .carousel-inner {
        height: 470px !important;
    }

}

@media only screen and (min-width: 768px) {
    #carousel-quote .carousel-inner {
        height: 320px !important;
    }
}

@media only screen and (min-width: 1024px) {
    #carousel-quote .carousel-inner {
        height: 280px !important;
        padding-top: 0px !important;
    }

    #carousel-quote .blockquote {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1440px) {
    #carousel-quote .carousel-inner {
        height: 280px !important;
        padding-top: 0px !important;
    }

    #carousel-quote .blockquote {
        font-size: 16px;
    }

    .info {
        padding-left: 155px !important;
    }
}

@media only screen and (min-width: 2560px) {
    #carousel-quote .carousel-inner {
        height: 280px !important;
        padding-top: 0px !important;
    }

    #carousel-quote .blockquote {
        font-size: 20px;
    }

    .info {
        padding-left: 155px !important;
    }
}