body{
	font-family: 'proxima-nova', sans-serif;
}

section h2 {
    font-size: 4vh !important;
    text-align: center;
}

.r-header {
	padding: 0;
	height: 100px !important;
}

.scrolled-nav {
	height: 80px !important;
}

.r-header > .navbar {
	padding: 0;
}

.navbar .navbar-header .navbar-brand {
	margin: 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > button {
    text-transform: initial;
}

.navbar-default .navbar-nav > li > button > span {
    text-transform: none;
}

.navbar-default .navbar-nav > li > button > span {
    color: #007EFF;
    cursor: pointer;
    font-weight: bold;
    font-size: 2vh;
    margin-right: 5px;
}

.navbar .container-fluid .r-nav-links-wrapper .r-request-demo-button {
    background: transparent;
    color: #007EFF;
    font-size: 2vh;
    font-weight: bold;
    border-color: #007EFF;
    height: 40px;
    border-radius: 5px;
    letter-spacing: 0;
}

.popup-close {
    position: absolute;
    right: 0;
    top: 0;
}

#hero-wrapper {
	background-image: url("/img/rocketium-landing-page-bg-2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#hero {
    height: 85vh;
	background: none;
	justify-content: flex-start;
	padding: 100px 70px 0px 70px;
	overflow: hidden;
}

#hero > div {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
}

#hero h1 {
	margin-bottom: 20px;
    font-size: 4.5vh;
}

#hero-sub-header {
	text-align: center;
}

#hero-image-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	width: 70%;
	height: 85%;
    /*position: relative;*/
}

#hero-image-wrapper > img {
	width: 110%;
	height: 110%;
	object-fit: contain;
}

/*#hero-image-wrapper > img:last-child {*/
    /*position: absolute;*/
/*}*/

#products-section {
    width: 100%;
    height: 90vh;
    margin: 0;
    display: flex;
	align-items: center;
	justify-content: flex-start;
}

#products-section > div {
    width: 100%;
    height: 100%;
    margin: 0;
}

#products-section > div > div {
    width: 50%;
    height: 100%;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.feature-section {
    overflow: hidden;
    padding: 0;
}

.bg-element {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.2s ease-in;
}

.feature-section:hover > .bg-element {
    transform: scale(1.1);
}

.feature-section:first-child > .bg-element {
    background-image: url("/img/rocketium_studio_illustration.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-section:last-child > .bg-element {
    background-image: url("/img/rocketium_workspace_illustration.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-section > h2 {
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.feature-section > p {
    height: 55%;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.5em 0;
}

.product-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    color: #FFF;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 70%);
}

.light {
	width: 80%;
    text-align: center;
}

.button-wrapper {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
}

.explore-product-btn {
	height: 50px;
	background-color: #007EFF;
	border: 0;
	outline: 0;
	color: #FFF;
	font-family: proxima-nova;
	font-weight: bold;
	font-size: 16px;
	width: 240px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 20px;
    transition: all 0.2s ease;
}

.explore-product-btn:hover {
    background-color: #008cff;
    color: #FFF;
}

.r-message {
    height: 20vh !important;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    padding: 1em;
    padding-bottom: 0:
    text-align: center;
    flex-wrap: wrap;
    margin: 0;
}

.r-message h2 {
    color: #777;
    font-size: 21px !important;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.r-landing-page-press-wrapper {
    background-color: #f5f5f5;
    height: auto;
}

.r-landing-page-press-wrapper img {
    filter: grayscale(100%);
}

.r-landing-page-press-wrapper:hover img {
    filter: grayscale(0%);
}

.r-landing-page-press-wrapper h1, .r-section-title {
    font-size: 50px;
}

.r-customers-logo-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 30px !important;
}

.r-customers-logo-wrapper img {
    height: 25px;
    margin: 0 1em;
}

/* Sample Videos */
#sample-videos-section {
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(/img/rocketium-landing-page-bg-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#sample-videos-section > div {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sample-videos-section > div:first-child {
    height: 15%;
}

#sample-videos-section > div:last-child {
    height: 75%;
}

#sample-videos-section h2 {
    text-align: center;
}

.sample-videos-wrapper {
    height: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.sample-videos-wrapper > ul,
.sample-videos-wrapper > div {
    width: 10%;
    height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    border: none;
}

.sample-videos-wrapper > div {
    width: 90%;
}

.sample-videos-wrapper > div > div {
    width: 100%;
    height: 100%;
    padding: 2rem;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sample-videos-wrapper > div > div.active {
    display: flex !important;
}

.video-wrapper {
    width: 40%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.video-wrapper > div {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
}

.video-wrapper > img {
    z-index: 2;
}

.sample-videos-wrapper > ul > li {
    margin: 2rem 0;
}

.sample-videos-wrapper > ul > li,
.sample-videos-wrapper > ul > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sample-videos-wrapper > ul > li > a {
    width: 100%;
    height: 100%;
    border: none !important;
    background-color: transparent !important;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.sample-videos-wrapper > ul > li > a > img {
    width: 50%;
    margin-bottom: 10px;
    filter: grayscale();
    opacity: 0.75;
}

.sample-videos-wrapper > ul > li > a > span {
    font-size: 1.75vh;
    color: #787878;
    font-weight: bold;
}

.sample-videos-wrapper > ul > li.active > a > img {
    filter: none;
    opacity: 1;
}

.sample-videos-wrapper > ul > li.active > a > span {
    color: #007eff;
}

#testimonials-section {
    background-color: #00ffce;
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#testimonials-section > .row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonials-section > .row:first-child {
    height: 15%;
}

#testimonials-section > .row:last-child {
    height: 75%;
}

#testimonials {
    width: 100%;
    height: 85%;
}

#testimonials > .row {
    width: 100%;
    height: 100%;
}

#testimonials > .row > div {
    height: 100%;
}

.testimonial-wrapper {
    width: 100%;
    height: 100%;
    align-items: center;
}

.testimonial-card {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 6px 6px;
    width: 30%;
    height: 95%;
    margin-top: 0;
    cursor: initial;
    overflow: hidden;
}

.testimonial-card > div, .testimonial-card > p {
    width: 100%;
}

.r-customers-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    padding: 2em !important;
    height: auto !important;
    background-color: #F5F5F5 !important;
    margin: 0;
}

.r-customers-wrapper h2 {
    margin: 15px 0;
    color: #333;
    font-size: 40px;
}

.r-customers-logo-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 30px !important;
}

.r-customers-logo-wrapper img {
    height: 25px;
    margin: 0 1em;
}

.r-landing-page-press-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.r-landing-page-press-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.r-landing-page-press-article-source {
    height: 100%;
    max-height: 70px;
    width: 100%;
    max-width: 120px;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(100%);
}

.r-customers-wrapper:hover .r-landing-page-press-article-source {
    filter: grayscale(0%);
}

.r-landing-page-press-article-flag {
    width: 35px;
    height: 35px;
    margin-top: 10px;
    object-fit: contain;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.2);
}

#footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}

#footer > .row {
    width: 100%;
}

.video-modal {
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    display: flex;
    opacity: 0;
    width: 100vw;
    height: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    transition: opacity 1s ease-in-out;
}

.video-embed {
    display: none;
    width: inherit;
    height: inherit;
    align-items: center;
    justify-content: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #hero-image-wrapper > img {
        width: auto;
        height: 110%;
    }
}

@supports (-ms-ime-align: auto) {
    #hero-image-wrapper > img {
        width: auto;
        height: 110%;
    }
}

@media only screen and (max-width: 768px) {
    #hero-wrapper {
        margin: 0;
    }

    #hero {
        padding: 50px 10px 0 10px;
    }

    #hero-image-wrapper {
        width: 90%;
    }

    #products-section-mobile {
        height: 150vh;
        margin: 0;
    }

    #products-section-mobile > .row {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    #products-section-mobile > .row > .feature-section {
        margin: 0;
        width: 100%;
        height: 50%;
        padding: 0;
        background-position: 50% 50%;
    }

    .button-wrapper {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .explore-product-btn {
        margin-bottom: 20px;
    }

    .r-landing-page-press-wrapper {
        height: 360px !important;
    }

    .r-landing-page-press-wrapper > h2 {
        text-align: center;
    }

    .r-customers-logo-wrapper {
        height: 70% !important;
    }

    #sample-videos-section-mobile {
        height: 80vh;
    }

    #sample-videos-section-mobile > .row {
        margin: 0;
    }

    #sample-videos-section-mobile > .row:first-child {
        height: 15%;
    }

    #sample-videos-section-mobile > .row:first-child > h2 {
        text-align: center;
    }

    #sample-videos-section-mobile > .row:last-child {
        height: 80%;
    }

    #sample-videos-wrapper-mobile {
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

    #sample-videos-wrapper-mobile > ul {
        flex-direction: row;
        width: 100%;
        height: 20%;
    }

    #sample-videos-wrapper-mobile > div {
        width: 100%;
        height: 80%;
    }

    .video-wrapper {
        width: 45%;
        height: 45%;
    }

    #testimonials-section-mobile {
        background-color: #00ffce;
        margin: 0;
        height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #testimonials-section-mobile > .row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.product-sign-up-btn,
.product-sign-up-btn:hover {
    color: white;
    cursor: pointer;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .r-header {
        max-height: initial;
        height: 70px !important;
    }

    #hero:after {
        background: none;
    }

    #hero-content {
        color: #333;
    }

    #products-section-mobile {
        height: 80vh;
        margin: 0;
    }

    #products-section-mobile > .row {
        height: 100%;
        margin: 0;
    }

    .feature-section {
        width: 50%;
        height: 100%;
        margin: 0;
        justify-content: flex-end;
        align-items: center;
    }

    .product-description h2 {
        margin-bottom: 25px;
    }

    .light {
        font-size: 2vh;
        margin-bottom: 20px;
    }

    #sample-videos-section-mobile {
        height: 80vh;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #sample-videos-section-mobile > .row {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    #sample-videos-section-mobile > .row:last-child {
        height: 70%
    }

    #sample-videos-wrapper-mobile > div {
        height: 100%;
    }

    #testimonials-section-mobile {
        background-color: #00ffce;
        margin: 0;
        height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #testimonials-section-mobile > .row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #footer > .row {
        display: flex;
        flex-wrap: wrap;
    }

    #footer > .row > div:first-child {
        width: 100%;
        height: 15vh;
    }

    #footer > .row > div:first-child > a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #footer > .row > div:first-child > a > img {
        margin: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .testimonial-card {
        width: 30%;
        height: 95%;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .testimonial-card {
        width: 30%;
        height: 95%;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1920px) {
    .testimonial-card {
        width: 25%;
        height: 90%;
    }
}

.calendly-widget-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 103;
    background: linear-gradient(100deg, #00BCD9 0%, #00BCD9 0%, #3A1BFF 100%);
    display: none;
}

.calendly-widget-wrapper.active {
    display: flex;
}