@charset "UTF-8";

@media print {
    header {
        display: none;
    }

    main {
        background-image: none !important;
    }

    .logo-size {
        display: none;
    }

    h1, h2, h3, h4, h5, h6 {
        display: none;
    }
}

#rip {
    width: 100%;
    position: relative;
}

.trans-rip {
    background-image: url(/static/img/rip-new-grad.png);
    background-size: cover;
    width: 100%;
    height: 373px;
    margin-top: -311px;
    position: relative;
}

.trans-rip-light {
    background-image: url(/static/img/rip-light.png);
    background-size: cover;
    width: 100%;
    height: 1200px;
    margin-top: -10vh;
    position: relative;
}


.trans-rip-dark {
    background-image: url(/static/img/rip-dark.png);
    background-size: cover;
    width: 100%;
    height: 976px;
    margin-top: -12vh;
    position: relative;
}

.trans-rip-red {
    background-image: url(/static/img/rip-red.png);
    background-size: cover;
    width: 100%;
    height: 1053px;
    margin-top: -24vh;
    position: relative;
}

.trans-rip-bottom-1 {
    background-image: url(/static/img/rip-bottom-1.png);
    background-size: cover;
    width: 100%;
    height: 185px;
    margin-top: -65px;
    position: relative;
}

.footer-rip {
    background-image: url(/static/img/footer-rip.png);
    background-size: cover;
    margin-top: -50px;
    margin-top: -50px;
    height: 75px;
    width: 100%;
    position: relative;
}

#top-rip {
    display: block;
    content: "";
    height: 233px;
    position: absolute;
    width: 100%;
    left: 0;
    background-repeat: repeat-x;
    top: 99px;
    background-image: url(/static/img/top-rip.png);
    background-size: contain;
}

.top-rip-h {
    height: auto !important;
}

html, body {
    height: 100%;
}

body {
    background-color: #FFFFFF !important;
    font-family: "barlow-condensed", sans-serif;
    font-weight: 700;
    overflow-x: hidden;
}

.container {
    max-width: 1200px !important;
}

main {
    min-height: 100%;
    background-image: url(/static/img/background.jpg);
    background-position-y: 164px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

img, object, embed, video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

img {
    border: none;
    outline: none;
}

hr {
    clear: both;
}

a:active {
    outline: none;
}

a:link, a:visited {
    color: #F30D0D;
    text-decoration: none;
}

a:hover, a:active {
    color: #9c9c9c;
}

/*
a {
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
}
*/

/* Bounce Stuff */
.bounceit {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    bottom: 0px;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
    position: absolute;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

/*Page Fade In*/
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen {
    body {
        opacity: 0; /* make things invisible upon start */
        -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
        -moz-animation: fadeIn ease-in 1;
        animation: fadeIn ease-in 1;

        -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;

        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}

/*Page Fade End*/


/* Site Headers */

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: normal;
    font-family: ballers-delight, sans-serif;
    text-transform: uppercase;
}

h1 {
    color: #1A1A1A;
    font-size: 2.1em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

h2 {
    color: #1A1A1A;
    font-size: 1.9em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-weight: bold;
}

h3 {
    color: #F30D0D;
    font-size: 1.6em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

h4 {
    color: #F30D0D;
    font-size: 1.4em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

h5 {
    color: #F30D0D;
    font-size: 1.3em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

h6 {
    color: #F30D0D;
    font-size: 1.1em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}


.modal-body h3 {
    font-family: "barlow-condensed", sans-serif !important;
}

.text-red {
    color: #F30D0D !important;
}
.sponsor-header {
    font-size: 2.3em !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-black {
    color: #000000 !important;
}

.text-gray {
    color: #cccccc !important;
}

.pirate-font {
    font-family: ballers-delight, sans-serif !important;
}

.san-serif {
    font-family: "barlow-condensed", sans-serif !important;
}


.logo-size {
    width: 75%;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

header {
    background-color: #000000;
    min-height: 100px;
}

.fixed-top {
    background-color: #000000;
    position: absolute !important;
}

.top-bar {
    width: 90%;
    margin-left: 45px;
    padding-top: 10px;
    max-height: 45px;
    z-index: 4000;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.nav-item .active {
    color: #F30D0D !important;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.3rem;
    line-height: 1;
    background-color: #d8b47f !important;
    border: 3px solid transparent;
    border-radius: .25rem;
    margin-top: 15px;
    margin-left: 15px;
    z-index: 6000;
}

.navbar-collapse {
    background-color: #000000;
    margin-top: 40px;
    margin-left: 0px;
}

.mainmenu .collapse ul li:hover > ul {
    margin-top: 0px;
}

.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {
    border-radius: 0px;
}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    border-radius: 0px;
}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    font-size: .9em;
    line-height: 1.3em;
}

.dropdown {
    width: 100%
}

.dropdown-item {
    font-size: 1.1em !important;
    color: #212529 !important;
    padding: 0.5rem 0.5rem !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF !important;
    background-color: #262873;
}

.dropdown-menu {
    font-size: .9em;
}

.sub-dropdown-menu {
    margin-left: 100% !important;
    top: 0px !important;
}

.menu-item a {
    font-size: 1.4em;

}

.sub-pages {
    width: 250px;
}

.content-margin-top {
    margin-top: 1.75rem;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-light {
    background-color: #e9ecef !important;
}


.nav-padding {
    padding-left: 1rem;
}

.navbar-nav.navbar-center {
    /*position: relative;*/
    /*left: 10%;*/
    /*transform: translatex(-50%);*/
}

.navbar-nav {
    padding-bottom: 20px;
}

.navbar-nav .nav-item {
    font-size: 1.9em;
}

.nav-item:last-of-type {
    border-right: none;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #af352e !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF !important;
}

.navbar-dark .navbar-nav .nav-link .active {
    color: #F30D0D !important;
}

.navbar-dark .navbar-nav .active > .nav-link {
    color: #F30D0D !important;
}


.navbar-nav .nav-link {
}

.search-bar {
    min-width: 310px;
    margin-bottom: 40px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.mini-basket-w {
    width: 320px;
    font-size: .9em;
}

.form-control {
    width: 75%;
}

.phone-number {
    font-size: 1.4em;
    margin-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.sociallinksBox {
    text-align: center;
}

.sociallinksBox img {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 8px;
}

/* For FontAwesome icons */
.sociallinksBox a, .sociallinksBox a {
    display: inline-block !important;
    border-radius: 50% !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    width: 25px !important;
    height: 25px !important;
    padding: 5px 0px 0px 0px !important;
    font-size: 14px !important;
    line-height: 14px !important;
}

.sociallinksBox a:last-of-type {
    margin-right: 0px;
}

.sociallinksBox a:first-of-type {
    margin-left: 0px;
}

.sociallinksBox a:link, .sociallinksBox a:visited {
    background-color: #000000;
    color: #FFFFFF;
}

.sociallinksBox a:hover, .sociallinksBox a:active {
    background-color: #999999;
    color: #FFFFFF;
}

.topsociallinks {
}

.topsociallinks a {
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-align: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 7px 0px 0px 0px !important;
    font-size: 26px !important;
    line-height: 26px !important;
}

.topsociallinks a:link, .topsociallinks a:visited {
    background-color: #F30D0D;
    color: #FFFFFF;
    margin-right: 10px !important;
}

.topsociallinks a:hover, .topsociallinks a:active {
    background-color: #8b8c8d;
    color: #021361;
}

.trip-advisor {
    width: 80%;
}

/*Nav Stuff*/
.navbar {
    position: relative;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 1rem;
    z-index: 2000;
    min-height: 45px;
}

.btn-primary {
    font-size: 1.6em;
    color: #FFFFFF !important;
    background-color: #db1d2b !important;
    border: none;
    border-radius: 0px;
    padding-bottom: 10px;
}

.btn-primary:hover {
    background-color: #47010d !important;
    color: #FFFFFF !important;
}

.btn-info {
    color: #fff !important;
    background-color: #db1d2b !important;
    border-color: #db1d2b !important;
}

.btn-info:hover {
    background-color: #47010d !important;
    color: #FFFFFF !important;
}


.btn-outline-primary {
    color: #dddddd !important;
    border-color: #8b8c8d !important;
}

.btn-outline-primary:hover {
    background-color: #8b8c8d !important;
    color: #FFFFFF !important;
}

.btn-outline-secondary {
    color: #9c9c9c !important;
    border-color: #9c9c9c !important;
}

.btn-outline-secondary:hover {
    background-color: #8b8c8d !important;
    color: #FFFFFF !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #3c3c3c !important;
    border-color: #3c3c3c !important;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.slider-bg {
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.slider-spacer {
    min-height: 760px;
}

.carousel-item p {
    font-size: 1.3em;
}

.carousel-inner-main {
    height: 294px;
    width: 163%;
    left: -33%;
}

.carousel-caption {
    margin-top: -145px;
    position: relative !important;
    width: 100%;
    font-size: 1.6em;
    line-height: 1.8em;
    right: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    font-family: ballers-delight, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.carousel-caption-inside {
    margin-top: -149px !important;
    top: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2em;
    font-size: 2em !important;
}

.carousel-caption p {
    color: #FFFFFF;
    margin-top: -40px;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.3em;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 40px;
}

.credit {
    font-size: .9em;
    display: block;
    float: right;
    margin-top: -50px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 20px;
}

.carousel-control-next {
    width: 70px !important;
}

.image-wrap {
    width: 100%;
    height: 73vw;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.image-wrap img {
    width: 100%;
    animation: move 40s ease;
    /* Add infinite to loop. */

    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -o-animation: move 40s ease;
    -moz-animation: move 40s ease;
    position: absolute;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */

        -webkit-transform: scale(1.0);
        /* Safari and Chrome */

        -o-transform: scale(1.0);
        /* Opera */

        -moz-transform: scale(1.0);
        /* Firefox */
    }
    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}

.blurb-border {
    border: 2px solid #fff;
}

.blurb-images {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;

}

.inside-blurb {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.inside-blurb-title {
    font-size: 1.2em;
}

.scale-up {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.scale-down {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.darken {
    filter: brightness(50%);
    overflow: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.lighten {
    filter: brightness(100%);
    overflow: hidden;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.section-padding {
    padding-top: 176px;
}

.mobile-padding {
    padding-top: 130px !important;
}

.blurb-button {
    margin-bottom: 60px;
}

.blurb-caption {
    margin-top: -204px;
    position: inherit;
}

.blurb-title {
    font-family: ballers-delight, sans-serif;
    font-size: 4em;
    padding-top: 12px;
    padding-bottom: 4px;
}

.blurb-text {
    font-size: 1.6em;
    padding-top: 12px;
    padding-bottom: 4px;
}

.blurb-bg {
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.border-2 {
    border-width: 2px !important;
}

.home-text {
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.testimonial {
    font-size: 1.2em;
    margin-top: -200px;
}

.testimonial-heading {
    font-size: 2em;
    font-family: ballers-delight, sans-serif;
    font-weight: 700;
}

.testimonial-padding {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.quote-size {
    width: 6% !important;
}

.quote-left {
    margin-right: 0px;
}

.quote-right {
    margin-left: 0px;
}

.testimonal-bottom {
    margin-bottom: 10px;
}

.footer-bg {
    background-color: #000000;
}

footer {
    position: relative;
    height: 150px;
    margin-top: -50px;
    clear: both;
    padding-top: 20px;
}

footer .list-group-item.active, footer .list-group-item {
    padding: 0.2rem 1.25rem;
    background: none;
    border: none;
    color: #FFFFFF;
}

footer .list-group-item a {
    color: #FFFFFF;
}

footer .list-group-item a:hover {
    color: #a1bdac;
}

.footer-menu {
    font-size: 1.1em;
}

.skull {
    position: absolute;
    float: right;
    width: 8%;
    right: 42px;
    bottom: -108px;
}

.location-map {
    border: 2px solid #1A1A1A; /* Defines the border */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Adds the drop shadow */
}

.star-rating .yellowstar {
    color: #E6CE31 !important;
}

.sticky .top-bar {
    max-height: 8px;
    z-index: 4000;
}

.sticky .logo-size {
    width: 48%;
}


.sticky .fa-phone {
    display: inline-block;
}

.sticky .phone-number {
    display: none;
}

.sticky .search-bar {
    margin-bottom: 10px;
}

.user-panel .card-body {
    padding: 1rem;
}

#message-outer {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 5000;
}

#message-inner {
    display: inline-block;
    margin: 0 auto;
    width: 45%;
    padding-top: 30px;
}

.coupon-border {
    border: 8px dashed #FFFFFF;
}

.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.45em;
    padding: 5px 15px;
    display: block !important;
}

.mainmenu .active a, .mainmenu .active a:focus, .mainmenu .active a:hover, .mainmenu li a:hover, .mainmenu li a:focus, .navbar-default .navbar-nav > .show > a, .navbar-default .navbar-nav > .show > a:focus, .navbar-default .navbar-nav > .show > a:hover {
    outline: 0;
}

.top {
    color: #FFFFFF !important;
}

.top:hover {
    color: #F30D0D !important;
}

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
    background: #000000;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.mainmenu .collapse ul ul ul > li:hover > a {
    background: #F30D0D;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
    background: #ebcd91;
    white-space: nowrap;
}

.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {
    padding: 0px;
    background: #000000;
    min-width: auto;
    white-space: nowrap;
    margin-top: 0px;
    /*display: none;*/
}

.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu {
    /*display:none !important;*/
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover > ul {
        display: block
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        /*display: none*/
    }

    /*******/
    .mainmenu .collapse ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul li:hover > ul {
        display: block
    }

    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        /*display: none*/
    }

    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative
    }

    .mainmenu .collapse ul ul ul li:hover ul {
        display: block
    }

    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        /*display: none;*/
        z-index: 1
    }

}

@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 35px
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 45px
    }

    .mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {
        display: block;
    }
}

/*
    X-Small devices (portrait phones, less than 576px)
    No media query for `xs` since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .carousel-caption-inside {
        font-size: 2.5em !important;
    }

    .content-margin-top {
        margin-top: 2rem;
    }

    .carousel-caption {
        margin-top: -130px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .carousel-caption-inside {
        margin-top: -168px !important;
        top: -15px !important;
        font-size: 4.5em !important;
    }


    .image-wrap {
        width: 100%;
    }


    .dropdown {
        width: auto;
    }

    .content-margin-top {
        margin-top: 8rem;
    }

    #top-rip::after {
        top: 70px;
    }

    main {
        background-position-y: 0px;
        background-size: cover;
    }

    .image-wrap {
        height: 41vw;
    }

    .sticky .logo-size {
        width: 25%;
    }

    h3 {
        font-size: 1.9em;
    }

    .navbar-nav .nav-item {
        font-size: .9em;
    }

    .form-control {
        width: 100%;
    }

    .logo-size {
        width: 35%;
    }

    .carousel-caption p {
        font-size: 2.2em;
        margin-top: -40px;
        padding-bottom: 40px;
    }

    .footer-menu {
        font-size: 1.1em;
    }

    .testimonial-heading {
        font-size: 4.5em;
    }

    .testimonial-padding {
        padding-left: 250px;
        padding-right: 250px;
    }

    .top-bar {
        width: 100%;
        margin-left: 0px;
        padding-top: 0px;
    }

    .image-wrap {
        height: 43vw;
    }

    .carousel-inner {
        height: auto;
        width: 100%;
        left: 0px;
    }

    .home-text {
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 90px;
    }

    .carousel-caption {
        font-size: 1.8em;
    }

    .trans-rip-light {
        height: 809px;
    }

    .mobile-padding {
        padding-top: 177px !important;
    }

    .trans-rip-dark {
        height: 727px;
        margin-top: -8vh;
    }

    .trans-rip-red {
        height: 809px;
        margin-top: -24vh;
    }

    .trans-rip-bottom-1 {
        height: 305px;
        margin-top: -105px;
    }

    .sticky #top-rip {
        top: 110px;
    }

    #top-rip {
        height: 80px;
        top: 113px;
    }

    .fixed-top {
        position: fixed !important;
        background-color: #000000;
    }

    .mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
        font-size: .9em;
        line-height: 2.3em;
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-nav .nav-item {
        font-size: 1.2em;
    }

    .logo-container {
        max-width: none;
    }

    .carousel-caption {
        font-size: 2.3em;
    }

    .content-margin-top {
        margin-top: 2rem;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .nav-padding {
        padding-left: 10rem;
    }

    .navbar-nav .nav-item {

    }

    .navbar-nav .nav-link {
        padding-right: .8rem !important;
        padding-left: .8rem !important;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .logo-size {
        width: 40%;
    }
}