/*********  Variables  ********/
/******************************/
@font-face {
  font-family: 'Rockwell-Bold';
  src: url("assets/fonts/webfonts/Rockwell-Bold.woff2") format("woff2"), url("assets/fonts/webfonts/Rockwell-Bold.woff") format("woff"), url("assets/fonts/webfonts/Rockwell-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Circular Pro';
  src: url("assets/fonts/webfonts/CircularPro-Bold.woff2") format("woff2"), url("assets/fonts/webfonts/CircularPro-Bold.woff") format("woff"), url("assets/fonts/webfonts/CircularPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Circular Pro';
  src: url("assets/fonts/webfonts/CircularPro-Medium.woff2") format("woff2"), url("assets/fonts/webfonts/CircularPro-Medium.woff") format("woff"), url("assets/fonts/webfonts/CircularPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Circular Pro';
  src: url("assets/fonts/webfonts/CircularPro-Book.woff2") format("woff2"), url("assets/fonts/webfonts/CircularPro-Book.woff") format("woff"), url("assets/fonts/webfonts/CircularPro-Book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: emoji;
  src: local("Apple Color Emoji"), local("Android Emoji"), local("Segoe UI"), local(EmojiSymbols), local(Symbola), url("font/Symbola-Emoji.eot?#iefix") format("embedded-opentype"), url("font/Symbola-Emoji.woff") format("woff"), url("font/Symbola-Emoji.ttf") format("truetype");
  /* Emoji unicode blocks */
  unicode-range: U+1F300-1F5FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF; }

/**************** McDeez's Resets *****************/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Circular Pro', sans-serif;
  font-weight: 300;
  margin: 0;
  color: #42526E; }

h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  line-height: 1em; }

a {
  text-decoration: none; }

/**************** Global *****************/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.purp {
  color: #6E23FF; }

.pink {
  color: #FD7DFF; }

.shadow-box {
  background: #fff;
  box-shadow: 6px 30px 30px rgba(0, 0, 0, 0.1); }

[class^="col-"] {
  padding: 15px; }

a {
  position: relative;
  color: #6534ff; }
  a:before {
    content: "";
    position: absolute;
    width: 110%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    height: 4px;
    bottom: 7px;
    left: -4px;
    background: #FD7DFF; }
  a:hover:before {
    width: 0%; }

h3 a:before {
  bottom: 10px;
  width: 104%; }

p {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.8em;
  letter-spacing: 0.23px;
  color: #6C798F; }
  @media screen and (max-width: 375px) {
    p {
      font-size: 16px;
      line-height: 26px; } }
  p.larger {
    font-size: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rockwell-Bold', serif; }

h1 {
  font-size: 54px; }

h2 {
  font-size: 36px;
  margin-bottom: 20px; }

h3 {
  font-size: 28px;
  line-height: 1.4em; }

h4 {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin-bottom: 30px; }

@media screen and (max-width: 375px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0.87px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 22px;
    letter-spacing: 0.18px; } }

.gradient-text {
  display: inline-block;
  background: -webkit-linear-gradient(360deg, #FD7DFF, #6E23FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.gradBorder {
  padding: 15px;
  position: relative;
  margin: 0 auto;
  height: 1000px;
  max-width: 680px; }
  .gradBorder .border-top, .gradBorder .border-bottom {
    position: absolute;
    right: 0;
    left: 0;
    height: 4px; }
  .gradBorder .border-top {
    top: 0;
    background-color: #FD7DFF;
    background-image: linear-gradient(to right, transparent 50%, #fff 50%);
    background-size: 20px 7px, 100%; }
  .gradBorder .border-bottom {
    bottom: 0;
    background-color: #38BEFF;
    background-image: linear-gradient(to right, transparent 50%, #fff 50%);
    background-size: 20px 7px, 100%; }
  .gradBorder .border-left, .gradBorder .border-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background-image: linear-gradient(to bottom, transparent 50%, #fff 50%), linear-gradient(to bottom, #FD7DFF, #6E23FF, #38BEFF);
    background-size: 7px 20px, 100%; }
  .gradBorder .border-left {
    left: 0; }
  .gradBorder .border-right {
    right: 0; }

/**************** Navigation *****************/
#los-nav {
  width: 100%;
  height: 120px;
  background: #fff;
  position: fixed;
  z-index: 10000000; }
  @media screen and (max-width: 768px) {
    #los-nav {
      height: 90px; } }
  @media screen and (max-width: 375px) {
    #los-nav {
      height: 70px; } }
  #los-nav .container {
    max-width: 1100px;
    margin: 0 auto; }
    #los-nav .container .row {
      display: table;
      height: 100%;
      width: 100%; }
  #los-nav .col-logo, #los-nav .col-link-wrapper {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      #los-nav .col-logo, #los-nav .col-link-wrapper {
        text-align: center; } }
  @media screen and (max-width: 768px) {
    #los-nav .col-link-wrapper {
      display: none; } }
  #los-nav .col-logo span {
    font-family: 'Circular Pro', sans-serif;
    font-weight: 500;
    font-size: 30px;
    position: relative;
    bottom: 2px; }
  #los-nav .col-link-wrapper ul {
    list-style: none;
    float: right; }
    #los-nav .col-link-wrapper ul li {
      display: inline-block;
      margin-left: 40px;
      font-size: 20px;
      font-weight: 500; }

/**************** Intro Section *****************/
#intro {
  padding: 210px 0 150px; }
  @media screen and (max-width: 768px) {
    #intro {
      padding-top: 120px; } }
  @media screen and (max-width: 375px) {
    #intro {
      padding-top: 100px;
      padding-bottom: 60px; } }
  #intro .container {
    max-width: 1100px;
    margin: 0 auto; }
    #intro .container .row {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        #intro .container .row {
          display: block; } }
  #intro .col-left {
    width: 38%; }
    #intro .col-left .los-image {
      height: 400px;
      width: 400px; }
      #intro .col-left .los-image img {
        width: 100%; }
        @media screen and (max-width: 768px) {
          #intro .col-left .los-image img.primary {
            display: none; } }
        #intro .col-left .los-image img.secondary {
          display: none; }
          @media screen and (max-width: 768px) {
            #intro .col-left .los-image img.secondary {
              display: block; } }
      #intro .col-left .los-image .social-icons {
        padding: 20px 15px 0; }
        #intro .col-left .los-image .social-icons a:before {
          content: none; }
        @media screen and (max-width: 768px) {
          #intro .col-left .los-image .social-icons {
            display: flex;
            justify-content: center;
            padding-top: 60px; } }
        #intro .col-left .los-image .social-icons img {
          margin-right: 12px;
          max-width: 28px; }
          @media screen and (max-width: 768px) {
            #intro .col-left .los-image .social-icons img {
              margin: 0 12px; } }
      @media screen and (max-width: 768px) {
        #intro .col-left .los-image {
          width: inherit;
          max-width: 260px;
          margin: 0 auto; } }
  #intro .col-right {
    width: 62%; }
    @media screen and (max-width: 768px) {
      #intro .col-right {
        padding: 0 60px; } }
    @media screen and (max-width: 470px) {
      #intro .col-right {
        padding: 0 40px; } }
    @media screen and (max-width: 375px) {
      #intro .col-right {
        padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    #intro .col-left, #intro .col-right {
      display: block;
      float: none;
      width: 100%; } }
  #intro .intro-text {
    margin-left: 15px;
    font-family: 'Rockwell-Bold', serif; }
    @media screen and (max-width: 768px) {
      #intro .intro-text {
        margin: 0; } }
    #intro .intro-text h1 {
      margin-bottom: 30px; }
      #intro .intro-text h1 span {
        color: #FD7DFF; }
        #intro .intro-text h1 span:first-of-type {
          color: #6E23FF; }

/**************** Portfolio *****************/
#portfolio {
  padding-bottom: 150px; }
  @media screen and (max-width: 768px) {
    #portfolio {
      padding-bottom: 190px; } }
  @media screen and (max-width: 375px) {
    #portfolio {
      padding-bottom: 155px; } }
  #portfolio .container {
    max-width: 1100px;
    margin: 0 auto; }
    #portfolio .container .row {
      position: relative;
      margin: 0 40px; }
      @media screen and (max-width: 375px) {
        #portfolio .container .row {
          margin: 0 20px; } }
  @media screen and (max-width: 768px) {
    #portfolio .gradBorder {
      width: 80%;
      height: 1100px; } }
  @media screen and (max-width: 670px) {
    #portfolio .gradBorder {
      height: 940px; } }
  @media screen and (max-width: 570px) {
    #portfolio .gradBorder {
      height: 880px; } }
  @media screen and (max-width: 470px) {
    #portfolio .gradBorder {
      height: 1120px; } }
  @media screen and (max-width: 375px) {
    #portfolio .gradBorder {
      background: #fff;
      box-shadow: 6px 30px 30px rgba(0, 0, 0, 0.1);
      height: 930px; } }
  #portfolio .gradBorder > div {
    display: block; }
    @media screen and (max-width: 375px) {
      #portfolio .gradBorder > div {
        display: none; } }
  #portfolio .portfolio-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media screen and (max-width: 375px) {
      #portfolio .portfolio-container {
        padding: 0; } }
    #portfolio .portfolio-container .portfolio-text {
      width: 79.5%;
      margin: 65px auto 100px; }
      @media screen and (max-width: 768px) {
        #portfolio .portfolio-container .portfolio-text {
          width: 62%; } }
      @media screen and (max-width: 375px) {
        #portfolio .portfolio-container .portfolio-text {
          width: inherit;
          margin: 90px 0 50px; } }
  #portfolio .project-container-row {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #portfolio .project-container-row {
        width: inherit;
        margin: inherit; } }
    #portfolio .project-container-row .project {
      max-width: 300px;
      margin: 15px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #portfolio .project-container-row .project {
          max-width: inherit;
          width: 50%; } }
      @media screen and (max-width: 470px) {
        #portfolio .project-container-row .project {
          margin: 0;
          max-width: inherit; } }
      @media screen and (max-width: 470px) {
        #portfolio .project-container-row .project.p1 {
          margin-bottom: 35px; } }
      #portfolio .project-container-row .project.p1 svg {
        transform: rotateZ(6deg); }
      #portfolio .project-container-row .project.p2 svg {
        transform: rotateZ(-11deg); }
      #portfolio .project-container-row .project.p3 svg {
        transform: rotateZ(7deg); }
      @media screen and (max-width: 470px) {
        #portfolio .project-container-row .project.p4 {
          text-align: right; } }
      #portfolio .project-container-row .project.p4 svg {
        transform: rotateZ(-3deg); }
      #portfolio .project-container-row .project.p5 svg {
        transform: rotateZ(2deg); }
      #portfolio .project-container-row .project.p6 svg {
        transform: rotateZ(-6deg); }
      @media screen and (max-width: 768px) {
        #portfolio .project-container-row .project.p3, #portfolio .project-container-row .project.p6 {
          display: none; } }
      @media screen and (max-width: 470px) {
        #portfolio .project-container-row .project.p2, #portfolio .project-container-row .project.p5 {
          display: none; } }
      @media screen and (max-width: 470px) {
        #portfolio .project-container-row .project.p1, #portfolio .project-container-row .project.p4 {
          width: 100%; } }
      @media screen and (max-width: 470px) {
        #portfolio .project-container-row .project.p1 svg, #portfolio .project-container-row .project.p4 svg {
          width: 85%; } }
      #portfolio .project-container-row .project svg {
        width: 100%;
        transition: transform 0.7s cubic-bezier(0.47, 0, 0.25, 1); }
        #portfolio .project-container-row .project svg:hover {
          transform: rotateZ(0); }

/**************** Roles *****************/
#roles .container {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  height: 910px; }
  @media screen and (max-width: 768px) {
    #roles .container {
      height: 1150px; } }
  @media screen and (max-width: 600px) {
    #roles .container {
      height: 1375px; } }
  @media screen and (max-width: 375px) {
    #roles .container {
      height: 1250px; } }

#roles .col-roles-pic {
  position: relative; }
  @media screen and (max-width: 768px) {
    #roles .col-roles-pic {
      text-align: center;
      top: -125px; } }
  #roles .col-roles-pic svg.roles-pic {
    height: 340px;
    transform: rotateZ(-3deg);
    width: 280px; }
    @media screen and (max-width: 1024px) {
      #roles .col-roles-pic svg.roles-pic {
        width: 29.5%; } }
    @media screen and (max-width: 768px) {
      #roles .col-roles-pic svg.roles-pic {
        width: 40%;
        height: 320px; } }
    @media screen and (max-width: 375px) {
      #roles .col-roles-pic svg.roles-pic {
        width: 65%; } }

#roles svg.roles-gradient-lines {
  position: absolute;
  top: 100px;
  left: -70px;
  width: 440px;
  height: 340px; }
  @media screen and (max-width: 1024px) {
    #roles svg.roles-gradient-lines {
      width: 45%; } }
  @media screen and (max-width: 768px) {
    #roles svg.roles-gradient-lines {
      transform: translateX(-50%);
      left: 50%;
      top: -35px;
      width: 58%; } }
  @media screen and (max-width: 375px) {
    #roles svg.roles-gradient-lines {
      width: 85%;
      tip: -65%; } }

#roles .shadow-box {
  position: absolute;
  width: 720px;
  height: 500px;
  top: 20px;
  left: 50px; }
  @media screen and (max-width: 768px) {
    #roles .shadow-box {
      width: 85%;
      height: 800px;
      transform: translateX(-50%);
      left: 50%; } }
  @media screen and (max-width: 375px) {
    #roles .shadow-box {
      width: 92%;
      height: 950px; } }

#roles .roles-text {
  position: absolute;
  top: 120px;
  right: 40px;
  max-width: 515px; }
  @media screen and (max-width: 1024px) {
    #roles .roles-text {
      max-width: 52.5%; } }
  @media screen and (max-width: 768px) {
    #roles .roles-text {
      transform: translateX(-50%);
      left: 50%;
      right: 0;
      top: 370px;
      width: 62%;
      max-width: none; } }
  @media screen and (max-width: 375px) {
    #roles .roles-text {
      top: 295px;
      width: 80%; } }
  #roles .roles-text h3 {
    margin-bottom: 30px; }
  #roles .roles-text h4 {
    margin-top: 30px; }
    @media screen and (max-width: 600px) {
      #roles .roles-text h4 {
        position: absolute;
        top: 23px;
        margin: 0; } }
  #roles .roles-text .first-half, #roles .roles-text .second-half {
    width: 50%;
    float: left;
    position: relative; }
    @media screen and (max-width: 600px) {
      #roles .roles-text .first-half, #roles .roles-text .second-half {
        margin: 0 auto;
        width: 90%;
        float: none; } }
    @media screen and (max-width: 700px) {
      #roles .roles-text .first-half p, #roles .roles-text .second-half p {
        font-size: 18px;
        line-height: 30px; } }
  #roles .roles-text .second-half {
    padding-left: 40px; }
    @media screen and (max-width: 600px) {
      #roles .roles-text .second-half {
        padding: 0; } }

#roles .rolesBorder-wrap {
  position: absolute;
  margin: 15px 30px;
  top: 230px;
  right: 0; }
  @media screen and (max-width: 768px) {
    #roles .rolesBorder-wrap {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    #roles .rolesBorder-wrap {
      margin: 15px 0; } }
  @media screen and (max-width: 375px) {
    #roles .rolesBorder-wrap {
      display: none; } }
  #roles .rolesBorder-wrap .gradBorder {
    padding: 15px;
    position: relative;
    margin: 0 auto;
    height: 860px;
    width: 680px;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      #roles .rolesBorder-wrap .gradBorder {
        width: 83%;
        right: 0px;
        height: 1070px;
        position: absolute; } }
    @media screen and (max-width: 600px) {
      #roles .rolesBorder-wrap .gradBorder {
        width: 80%;
        height: 1250px;
        right: unset;
        transform: translateX(-50%);
        left: 50%; } }
    #roles .rolesBorder-wrap .gradBorder .border-top, #roles .rolesBorder-wrap .gradBorder .border-bottom {
      background-color: #FD7DFF;
      background-image: linear-gradient(to right, transparent 50%, #fff 50%); }
    #roles .rolesBorder-wrap .gradBorder .border-left, #roles .rolesBorder-wrap .gradBorder .border-right {
      background-color: #FD7DFF;
      background-image: linear-gradient(to bottom, transparent 50%, #fff 50%); }

/**************** Philosophy *****************/
#philosophy .container {
  max-width: 980px;
  margin: 0 auto;
  position: relative; }

#philosophy .shadow-box {
  position: absolute;
  height: 570px;
  width: 920px;
  top: -40px;
  left: -120px;
  min-width: 460px; }
  @media screen and (max-width: 1024px) {
    #philosophy .shadow-box {
      width: 92%;
      transform: translateX(-50%);
      left: 50%; } }
  @media screen and (max-width: 768px) {
    #philosophy .shadow-box {
      transform: none;
      left: 20px;
      right: 80px;
      width: auto;
      height: 345px; } }
  @media screen and (max-width: 500px) {
    #philosophy .shadow-box {
      height: 480px;
      width: 92%;
      transform: translateX(-50%);
      left: 50%;
      min-width: unset; } }
  @media screen and (max-width: 375px) {
    #philosophy .shadow-box {
      height: 740px; } }

#philosophy .philosophy-text {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 15px; }
  #philosophy .philosophy-text h3 {
    margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    #philosophy .philosophy-text {
      margin: 0 auto;
      max-width: 800px;
      padding: 15px 120px; } }
  @media screen and (max-width: 768px) {
    #philosophy .philosophy-text {
      padding: 15px 150px 150px 100px; } }
  @media screen and (max-width: 600px) {
    #philosophy .philosophy-text {
      padding: 0 0 150px 90px;
      width: 75%;
      margin: unset; } }
  @media screen and (max-width: 500px) {
    #philosophy .philosophy-text {
      padding: 15px 0 150px 0;
      margin: 0 auto; } }

/**************** Podcast *****************/
#podcast {
  position: relative;
  top: -90px;
  height: 1300px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #podcast .squiggles {
    background: url(assets/svg/squiggles-gradient.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 1285px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -200; }
  #podcast .shadow-box {
    width: 920px;
    height: 600px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (max-width: 768px) {
      #podcast .shadow-box {
        width: 720px;
        height: unset;
        margin: 20px; } }
    @media screen and (max-width: 500px) {
      #podcast .shadow-box {
        width: 92%;
        margin: 20px 0; } }
    #podcast .shadow-box .travlos-logo {
      position: absolute;
      width: 400px;
      top: 50%;
      transform: translateY(-50%);
      left: -120px; }
      @media screen and (max-width: 1024px) {
        #podcast .shadow-box .travlos-logo {
          width: 310px;
          left: -40px; } }
      @media screen and (max-width: 768px) {
        #podcast .shadow-box .travlos-logo {
          top: 26px;
          transform: translate(-50%, -50%);
          left: 50%;
          width: 330px; } }
      @media screen and (max-width: 375px) {
        #podcast .shadow-box .travlos-logo {
          max-width: 280px; } }
      @media screen and (max-width: 768px) {
        #podcast .shadow-box .travlos-logo img {
          margin: 15px; } }
  #podcast svg {
    height: 100%; }
  #podcast .podcast-text {
    position: relative;
    width: 62%;
    padding-right: 70px; }
    @media screen and (max-width: 768px) {
      #podcast .podcast-text {
        top: 0;
        margin: 0 auto;
        padding: 270px 0 140px;
        width: 75%;
        min-width: 230px; } }
    @media screen and (max-width: 375px) {
      #podcast .podcast-text {
        padding: 220px 0 140px;
        min-width: unset; } }
    #podcast .podcast-text p {
      margin-top: 20px;
      margin-bottom: 30px; }

/**************** Footer *****************/
footer {
  text-align: center;
  margin: 60px 20px 130px; }
  footer h4 {
    max-width: 490px;
    font-family: 'Rockwell-Bold', serif;
    font-size: 24px;
    color: #42526E;
    margin-bottom: 30px;
    line-height: 1.4em;
    letter-spacing: 0.23px; }
