/* Main CSS */

@font-face {
    font-family: "mont reg";
    src: url(../fonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: "mont bold";
    src: url(../fonts/Montserrat-Bold.otf);
}

@font-face {
    font-family: "mont exlight";
    src: url(../fonts/Montserrat-ExtraLight.otf);
}

@font-face {
    font-family: "mont light";
    src: url(../fonts/Montserrat-Light.otf);
}

@font-face {
    font-family: "mont black";
    src: url(../fonts/Montserrat-Black.otf);
}

@font-face {
    font-family: "mont exbold";
    src: url(../fonts/Montserrat-ExtraBold.otf);
}


body {
    background: #fff;
    font-family: "mont reg";
    margin: 0;
}

#trigger1 {
    position: absolute;
    top: 0;
}

:target {
  display: block;
  position: relative;
  top: -120px; 
  visibility: hidden;
}

/* Line Breaks */

.top {
    background: #000;
    height: 3px;
    margin: 30px 0 30px 0;
}

.divider {
    height: 3px;
    background-color: #000;
    margin: 50px 0 50px 0;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.anchor {
    visibility: hidden;
    top: -290px;
    display: block;
    position: relative;
}

.content {
    max-width: 900px;
    min-height: 1000px;
    margin: auto;
    padding: 0 10px;
    background: #fff;
    margin-top: 170px;
    margin-bottom: 100px;
    overflow: visible;
}

.subcontent {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 0 20px 0 20px;
    border: 2px solid #000;
    border-radius: 20px;
    
}



.float {
  float: left;
}

.block {
    padding: 20px;
    max-width: 100%;
    text-align-last: left;
}

.block h1 {
    text-align: center;
    text-align-last: center;
}

#clear {
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.center {
    text-align: center;
}

/* Bubbles */

.bubblebox-wide {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 19;
    top: 170px;
}

.bubblebox-mobile {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 19;
    top: 170px;
}

.speech-bubble1 {
    height: 100px;
    width: 400px;
    margin: 0 auto;
	background: #000;
    color: #fff;
	border-radius: 1em;
    font-family: "mont light";
    font-size: 30px;
    line-height: 1.2em;
    text-decoration: none;
    letter-spacing: 0px;
    font-style: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-caret-up {
    font-size: 80px;
    color: #000 !important;
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: -50px;
}

.speech-bubble2 {
    margin: 0 auto;
	position: relative;
    height: 100px;
    width: 300px;
	background: #000;
	border-radius: 1em;
    font-family: "mont light";
    font-size: 30px;
    line-height: 1.2em;
    text-decoration: none;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.speech-bubble2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #000000;
	border-bottom: 0;
	margin-left: -25px;
	margin-bottom: -25px;
}

.speech-bubble2 span {
   position: absolute;
   top: -50px;

}

.speech-bubble1 span {
   position: absolute;
   top: -50px;

}

/* Type */

.sticky {
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
    width: 750px;
    margin: 0 auto;
    height: 3px;
    background-color: #000;
    z-index: 8;
}

.sticky-mobile {
    display: none;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    width: 100%;
    margin: 0 auto;
    height: 3px;
    background-color: #000;
    z-index: 8;
}

.stickypages {
    position: relative;
    top: 0;
    width: 880px;
    height: 3px;
    background-color: #000;
    z-index: 8;
}
    
.stickypages-container {
    position: relative;
}

.hero {
    position: relative;
    width: 750px;
    margin: 0px auto 60px auto;
    text-align: justify;
    border: 3px solid #000;
    border-top-style: none;
    padding-bottom: 40px;
    overflow: hidden;
}

.emph {
    font-family: "mont bold" !important;
}

.hero p {
    width: 630px;
    margin: 20px auto;
}

.hero h1 {
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

#graphic {
    margin-top: 40px;
    font-size: 4em;
}

#illustrator {
    font-size: 6em;
}

#web {
    font-size: 4.2em;
}

h1 {
    font-family: "mont bold";
    font-size: 1.8em;
    line-height: 1.2em;
    text-decoration: none;
    letter-spacing: 0px;
    font-style: normal;
    font-weight: bolder;
    text-transform: capitalize;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
}

h2 {
    font-family: "mont reg";
    color: #000;
    font-size: 16px;
    line-height: 2em;
    font-weight: 100;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
}

h3 {
    font-family: "mont reg";
    font-size: 16px;
    line-height: 1.2em;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: #000;
}

p1 {
    font-family: "mont reg";
    color: #000;
    font-size: 17px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 500;
    clear: both;
    text-align: left !important;
}

p1 a {
    color: #000;
    font-family: "mont reg";
    font-size: 17px;
    text-decoration: none;
    position: relative;


}

p1 a:hover{
    color: #000;

}

/* Images */

.center img {
    display: inline-block;
    width: 1000px;
    max-width: 100%;
    padding: 30px 20px 0 20px;
}

iframe {
    width: 100%;
    max-width: 840px;
    height: calc(100vw * 470 / 840.0 + 10px);
    max-height: 502px;
    margin: 0 auto;
    padding-top: 30px;
}

.head {
    float: left;
    width: 350px;
    max-width: 100%;
    padding: 0 35px 0px 0px;
}

.about {
    width: 400px;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.cardContainer {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px;
}

.card {
    display: inline;
    position: relative;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    width: 400px;
    height: 100%;
    margin: 10px;
    max-width: 90%;
}

.two-column {
    display: inline;
    position: relative;
    padding: 0;
    max-width: 400px;
    width: 100%;
    margin: 20px 0;
}

.dav-two-column {
    display: inline;
    position: relative;
    padding: 0;
    max-width: 400px !important;
    width: 100%;
    margin: 20px 0;
}


@media screen and (max-width: 850px) {
    .cardContainer {
        justify-content: center;
    }
    
    .two-column {
        padding: 0 20px !important;
    }
    .shadow {
        width: 100% !important;
    }

}

.card-shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
}

.cfw-card {
    display: inline;
    position: relative;
    width: 300px !important;
    height: 100%;
    margin: 10px;
    max-width: 90%;
}

.shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    width: 100%;
}

.riversocial {
    max-width: 500px;
    padding: 20px;
    margin: 20px auto;
}

.padding-container {
    padding: 20px;
}

.gif {
    margin: 10px;
}

.gif:after {
    max-width: 200px;
    display: block;
}


/* Navigation */

.navmother {
    position: fixed;
    background-color: #fff;
    max-width: 900px;
    padding: 0 10px;
    top: 0;
    z-index: 8;
    left: 50%;
    transform: translateX(-50%);
}

.navContainerpages {
    position: relative;
    width: 100%;
    height: 150px;
}

.navContainer {
    position: fixed;
    background-color: #fff;
    max-width: 900px;
    padding: 0 10px;
    top: 0;
}

.nav {
    display: grid;
    position: relative;
    margin: 0 auto;
    grid-gap: 20px;
    grid-template-columns: 160px 160px 2fr 160px 160px;
    height: 140px;
    width: 800px;
}

.navbg {
    display: inline;
    position: fixed;
    z-index: 7;
    height: 150px;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
}

.navbg2 {
    display: none;
    position: fixed;
    z-index: 7;
    height: 150px;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
}

.navbgpages {
    display: inline;
    position: fixed;
    z-index: 7;
    height: 150px;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1fr;
}

.box2 {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
    cursor: pointer;
    overflow: visible;
}

logo {
    position: absolute;
    display: relative;
    right: 10px;
    height: 35px;
}

#logo {
    text-transform: none;
    font-size: 1em;
    margin: 0 auto;
    padding-top: 45px;
}

#logo-mobile {
    display: none;
    text-transform: none;
    font-size: 1em;
    margin: 0 auto;
    padding-top: 45px;
}

.logo1 {
    position: absolute;
    color: rgba(255, 242, 0, 1);
    transform: translateY(4px);
    font-family: 'Mont bold';
    mix-blend-mode: multiply;
    font-size: 5em;
}

.logo2 {
    position: absolute;
    transform: translateX(4px);
    color: rgba(255, 0, 140, 1);
    font-family: 'Mont bold';
    mix-blend-mode: multiply;
    font-size: 5em;
}

.logo3 {
    position: absolute;
    transform: translateY(-4px);
    color: rgba(0, 160, 255, 1);
    font-family: 'Mont bold';
    mix-blend-mode: multiply;
    font-size: 5em;
}

.gif {
    display: inline-flex;
    
}

@media screen and (max-width: 900px) {
    
    .nav {
        display: relative;
        grid-gap: 20px;
        grid-template-columns: 1fr;
        width: 100vw;
        right: 10px;
        top: 20px;
    }
    .navbg {
        display: none;
        height: 260px;
    }
    .navmother {
        top: 0;
        z-index: 8;
        left: 50%;
        height: 120px;
        transform: translateX(-50%);
    }
    
    .navContainerpages {
        height: 180px;
    }
    
    .navbg2 {
        display: inline;
        height: 120px;
    }
    
    .content {
        padding-top: 190px;
        margin: 0;
        
    }
    .index {
        padding-top: 20px !important;
    }
    .hero {
        position: relative;
        width: 100%;
        padding-bottom: 4vw;
        top: -3px;
        margin-bottom: 0;
    }
    
    .sticky {
        display: none;
        width: 100%;
    }
    
    .sticky-mobile {
        display: block;
    }
    
    .stickypages {
        width: 100%;
    }
    
    .stickypages-container {
        padding: 0 10px;
        top: -30px;
    }

    .hero p {
        width: 100%;
        margin: 20px auto;
    }

    .hero h1 {
        line-height: 1;
        margin: 0;
    }

    #graphic {
        margin-top: 40px;
        font-size: 7.5vw;
    }

    #illustrator {
        font-size: 11vw;
    }

    #web {
        font-size: 7.6vw;
    }
    
    .bubblebox-wide {
        top: 220px;
        display: none;
    }
    
    .bubblebox-mobile {
        top: 190px;
        display: inline;
    }

    .speech-bubble1 {
        width: 270px;
    }
    
    .speech-bubble2 {
        margin-top: 30px;
        width: 270px;
    }
    logo {
        position: relative;
        top: -50px;
        right: 0px;
    }
    .nav {
        margin: 0;
        height: 140px;
    }
    
    #logo {
        display: none;
    }
    #logo-mobile {
        display: block;
    }
}

/* Fixed Nav */

.fixedSlide {
    display: none;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#fixed-nav {
    display: grid;
    grid-gap: 20px;
    padding: 25px;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #000;
}

#fixed-nav .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


#fixed-nav .link a {
    color: #fff;
    position: relative;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    font-family: "mont reg";
    letter-spacing: 0px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
}


.nav a {
    color: #000;
    font-family: "mont reg";
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: block;
    text-align: center;
}

.nav a:hover {
    color: #000;
}

.line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

.line:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    
}

.line2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

.line2:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    
}

.nav .icon {
    display: none;
}


@media screen and (max-width: 900px) {
    .nav a {display: none;}
}

@media screen and (max-width: 900px) {
    .head {
        margin: auto;
        max-width: 100%;
        float: none;
        display: block;
        width: 400px;
        height: auto;
        padding: 20px 20px 20px 20px;

    }
    
    .fixedSlide {
        visibility: hidden;
    }
}

/* MOBILE NAVIGATION */

@media screen and (min-width: 900px) {
    .menu-bar {
        visibility: hidden;
    }
}

.menu-bar {
    background: #000;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    right: 0px;
}

#open {
    position: relative;
    display: block;
    padding: 8px;
    height: 20px;
    cursor: pointer;
    outline: none;
}

#open span {
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    margin: 0px;
    background-color: white;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
}
#open span.toppy {
    -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
#open span.bottom {
    -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

.mobile-menu-open #open span.toppy {
    -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.mobile-menu-open #open span.middle {
    background-color: transparent;
}
.mobile-menu-open #open span.bottom {
    -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

#mobile-nav {
    display: block;
    width: 100%;
    right: -100%;
    transition: right ease-in-out 0.35s;
    height: 200%;
    z-index: 20;
    position: fixed;
    top: 0;
    outline: none;
}
#mobile-nav.menu-open {
    right: 0;
}
#mobile-nav nav.mobile-menu {
    background: rgba(255, 255, 255, 0.98);
    text-decoration: none;
    overflow-y: scroll;
}
#mobile-nav ul {
    background: transparent;
    list-style: none;
    text-align: center;
    font-size: 24px;
    line-height: 2;
    padding: 20px;
}
#mobile-nav a {
    color: #000;
    font-family: "mont reg";
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s;
}
#mobile-nav a:hover, #mobile-nav a:focus, #mobile-nav a:active {
    color: #000;
}

.mobile-menu-open {
    overflow-y: hidden;
}

/* Index Gallery */

.gallery {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.galleryimage {
	width: 260px;
	height: 260px;
	margin: 10px;
	padding: 0;
    text-align: center;
}

figure {
	width: 260px;
	height: 260px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
    position: relative;
}

.hover figure img {
    -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.hover figure:hover img {
    transform: translate(-50%,-50%)translateY(-20px);
}

.figcaption {
	height: 260px;
	width: 100%;
    background: #000;
	top: auto;
	bottom: 0;
	opacity: 0;
	transform: translateY(260px);
	transition: transform 0.4s, opacity 0.1s 0.3s;
    color: #fff;
    font-family: "mont reg";
    line-height: 1;
    text-align: left;
    padding: 20px;
    text-transform: uppercase;
}

.figcaption p {
    font-size: 10px;
    line-height: 1.5;
    text-transform: none;
}

.galleryimage a {
    text-decoration: none;
}

.hover figure:hover .figcaption {
    opacity: 1;
	transform: translateY(120px);
	transition: transform 0.4s, opacity 0.1s;
}

.landscape {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 280px;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.portrait {
    position: absolute;
    left: 45%;
    top: 55%;
    height: auto;
    width: 280px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.mantras {
    position: absolute;
    left: 50%;
    top: 57%;
    height: auto;
    width: 370px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.ascend-buttons {
    padding: 0 !important;
    text-align: center;
    display: inline-flex;
    width: 29% !important;
}

.ascend-cards {
    width: 70% !important;
}

.ascend-screen {
    float: left;
    width: 100% !important;
}
.rh {
    float: left;
    margin-top: 35px;
    margin-left: 20px;
}

/* CONTACT FORM */

input[type=text], .form-control{
    width: 100%;
    padding: 15px;
    border-radius: 0px;
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 25px;
    resize: vertical;
    font-family: "mont reg";
    border: 2px solid #000;
    box-shadow: none;
    font-size: 17px;
}

.row {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.col-sm-12 {
    grid-column-start: 1;
    grid-column-end: 3;
}

#btnContactUs {
    margin: auto;
    display: block;
    width: 130px;
    font-family: "mont reg";
    font-size: 17px;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    font-weight: 300;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

#btnContactUs:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  cursor: pointer;
}

form {
    border-radius: 5px;
    padding-top: 30px;
    width: 100%;
    margin: auto;
    max-width: 1200px;
    
}

.apply {
    padding: 0 20px;
}

label {
    font-family: "mont reg";
    color: #000;
    font-size: 17px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 500;
    clear: both;
}

@media screen and (max-width: 850px) {
    #btnContactUs {
        font-size: 20px;
        padding: 10px 30px;
        width: 170px;
    }  
    .apply {
        padding: 0px;
    }
    input[type=text], input[type=tel], .form-control{
        font-size: 14px;
    }
    .ascend-buttons {
        width: 50% !important;
    }
    .ascend-cards {
        width: 100% !important;
    }
}

/* 3-flex Gallery */

.flex-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-gallery div {
    width: 260px;
	height: 260px;
    margin: 10px;
	overflow: hidden;
    position: relative;
    display: block;
}

.flex-gallery img {
    padding: 0;
}

/* Lightbox Gallery */

.text-center {
  text-align: center;
  margin-bottom: 1em;
}

.lightbox-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.lightbox-gallery div > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
    height: 100%;
    width: auto;
    
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.lightbox-gallery div > img.portrait {
    width: 100%;
    height: auto;
}

.lightbox-gallery div {
    width: 260px;
	height: 260px;
    margin: 10px;
	overflow: hidden;
    position: relative;
    display: block;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .lightbox-gallery {
        flex-direction: column;
        align-items: center;
  }

  .lightbox > div {
        margin-bottom: 10px;
  }
    
}

/* Lighbox */

.lightbox {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    z-index: 20;
    padding: 40px;
    padding-right: 55px;
    box-sizing: border-box;
    margin-left: -8px;
}

.lightbox img {
    display: block;
    max-width: 90vw;
    max-height: 90vh;
    padding: 0px;
    position: relative;
    margin: auto;
    border: 30px solid #fff;
}

.lightbox .caption {
    margin: 15px auto;
    width: 50%;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 700;
    color: #eee;
}

@media only screen and (max-width: 480px) {
    .lightbox {
        padding: 10px;
        padding-right: 20px;
    }
    .lightbox img {
        border: 0px;
    }
    .lightbox .caption {
        font-size: 1em;
    }
}

/* MAC VIDEO CONTAINER */

.mac-container {
    width: 100%;
}

.mac {
    position: relative;
    width: 100%;
    padding-top: 80%;
    display: inline-block;
    background-image: url(https://cdn.dribbble.com/users/31731/screenshots/384224/attachments/20536/imac-template.png);
    background-size: 100%;
}

.video-container {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 91.8%;
    height: 65%;
    margin: 4%;
    padding: 0;
    overflow: hidden;
}

.mac video {
    position: relative;
    padding: 0;
    width: 100%;
}