/*@font-face {
  font-family: "Colfax Light";
  src: url("../fonts/colfax-light.otf");
}

@font-face {
  font-family: "Colfax Regular";
  src: url("../fonts/colfax-regular.otf");
}

@font-face {
  font-family: "Colfax Medium";
  src: url("../fonts/colfax-medium.otf");
}

@font-face {
  font-family: "Colfax Bold";
  src: url("../fonts/colfax-bold.otf");
}*/

@font-face {
  font-family: "Avenir Light";
  src: url("../fonts/Avenir-Light.otf");
}

@font-face {
  font-family: "Avenir Roman";
  src: url("../fonts/Avenir-Roman.otf");
}

@font-face {
  font-family: "Avenir Medium";
  src: url("../fonts/Avenir-Medium.otf");
}

@font-face {
  font-family: "Avenir Bold";
  src: url("../fonts/Avenir-Bold.otf");
}

@font-face {
  font-family: "Avenir Heavy";
  src: url("../fonts/Avenir-Heavy.otf");
}

/* Base styles */

p, .link {
  font-family: "Avenir Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  letter-spacing: 0px;
}

h1 {
  font-family: "Avenir Light";
  font-weight: 300;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: -1px;
  -webkit-letter-spacing: -1px;
  color: #000000;
}

h2 {
  font-family: "Avenir Light";
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777777;
}

h3 {
  font-family: "Avenir Light";
  font-weight: 300;
  font-size: 18px;
  color: #000000;
}

a {
  font-family: "Avenir Light";
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  color: #000000;
} 


/*p, .link {
  font-family: "Colfax Light";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  letter-spacing: 0px;
}

h1 {
  font-family: "Colfax Bold";
  font-weight: 600;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: -1px;
  -webkit-letter-spacing: -1px;
  color: #000000;
}

h2 {
  font-family: "Colfax Medium";
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777777;
}

h3 {
  font-family: "Colfax Medium";
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

a {
  font-family: "Colfax Medium";
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #000000;
}*/

body {
  margin: 0px;
  padding: 0px;
}

/* Layout */
.container {
  margin: auto;
  max-width: 1500px;
  position: relative;
  height: 100%;
  padding: 0px 8px;
  box-sizing: border-box;
}

.container .col {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  margin-left: -4px;
  vertical-align: middle;
}

.container .col:first-child {
  margin-left: 0px;
}

.container .col.col-12 {
  width: 100%;
}

.container .col.col-11 {
  width: 91.66666666666666%;
}

.container .col.col-10 {
  width: 83.33333333333334%;
}

.container .col.col-9 {
  width: 75%;
}

.container .col.col-8 {
  width: 66.66666666666666%;
}

.container .col.col-7 {
  width: 58.333333333333336%;
}

.container .col.col-6 {
  width: 50%;
}

.container .col.col-5 {
  width: 41.66666666666667%;
}

.container .col.col-4 {
  width: 33.33333333333333%;
}

.container .col.col-3 {
  width: 25%;
}

.container .col.col-2 {
  width: 16.666666666666664%;
}

.container .col.col-1 {
  width: 8.333333333333332%;
}

/* Content sections */
.content {
  padding: 50px 20px;
}

.content.dark {
  background-color: #000000;
}

.content.dark h1 {
  color: #ffffff;
}

.content.dark h3 {
  color: #ffffff;
}

.content.dark p {
  color: #ffffff;
}

.content.dark a {
  color: #ffffff;
}

.content .col {
  padding: 20px;
}

.content .content-img {
  padding: 30px 30px;
}

.content-img.left {
  padding-left: 0px;
}

.content-img.right {
  padding-right: 0px;
}

.content-text.left {
  padding-left: 0px;
}

.content-text.right {
  padding-right: 0px;
}



/* Images */
.jumbotron img, .content img {
  width: 100%;
  display: block;
}

.jumbotron {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Header */
.header {
  text-align: center;
  padding: 80px 40px;
}

.header .paulyanez,
.home-header .paulyanez {
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 24px;
  color: #ffffff;
  text-align: left;
}

.header h1 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 20px;
}

.header2 {
  padding: 20px 40px;
}

.header .social,
.home-header .social {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
}

.header .social a,
.home-header .social a {
  padding: 6px;
  color: #000000;
}

.home-header {
  height: 60px;
}

.video-link {
  cursor: pointer;
}

.video-placeholder {
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.4);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.video-placeholder:hover {
  transform: scale(0.95);
}

.video-placeholder::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.video-placeholder:hover::before {
  opacity: 1;
}

.video-placeholder::after {
  content: "";
  display: block;
  width: 30%;
  padding-top: 30%;
  background-image: url(../img/paul-yanez-video-button.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: padding 0.2s ease, width 0.2s ease;
}

.video-placeholder:hover::after {
  width: 38%;
  padding-top: 38%;
}

.video-overlay {
  z-index: 100;
}

.video-overlay, 
.video-overlay .video-background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.video-overlay .video-background {
  background-color: rgba(0,0,0,0.75);
}

.video-overlay .video-container {
  width: 100vw;
  height: calc(100vw * 9 / 16);
  max-height: 100vh;
  max-width: calc(100vh * 16 / 9);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-overlay video {
  width: 100%;
  height: 100%;
  display: block;
}

.video-overlay .close-btn {
  position: fixed;
  right: 30px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.video-overlay .close-btn::before, 
.video-overlay .close-btn::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.video-overlay .close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.show-mobile {
  display: none;
}

#home .container {
  max-width: 1650px;
}

#home .content .logo {
  width: 105%;
  margin-left: -4%;
  padding-bottom: 14px;
}

#home .content h3 {
  color: #808080;
}

#home #jamescharles .logo {
  padding-bottom: 0px;
}

#home #jamescharles h3 {
  color: #999999;
}

#home #jamescharles a {
  color: #FF00C9;
}

#home #lego a {
  color: #FF6D00;
}

#home #lego .content-img,
#home #billieeilish .content-img {
  padding-right: 60px;
}

#home #billieeilish .logo,
#home #marvel .logo,
#home #razorfish .logo,
#home #zoloft .logo  {
  width: 100%;
  margin-left: 0;
}

#home #joost a {
  color: #7ED321;
}

#home #hermanmiller {
  background-color: #0A0B0B;
}

#home #hermanmiller a {
  color: #F90011;
}

#home #marvel {
  background-color: #D0021B;
}

#home #marvel h3 {
  color: #C9C9C9;
}

#home #movieclips .content-img,
#home #tennisapp .content-img {
  padding: 30px 0px;
}

#home #movieclips h3 {
  color: #a9a9a9;
}

#home #movieclips a {
  color: #0076FF;
  font-family: "Avenir Light";
}

#home #movieclips .left.content-img {
  padding-right: 30px;
}

#home #razorfish {
  background-color: #090A0A;
}

#home #razorfish a {
  color: #FF0000
}

#home #razorfish h3 {
  color: #FF000F;
}

#home #tennisapp h3,
#home #tennisapp a {
  color: #5A8AE1;
}

#home #tennisapp .content-img.right {
  padding-left: 30px;
}

#home #zoloft h3 {
  color: #a9a9a9;
}

#home #zoloft a {
  color: #12A49E
}

#home #zoloft-video .video-container {
  height: calc(100vw * 946 / 1320);
  max-width: calc(100vh * 1320 / 946);
} 

#home #game-builder .container {
  max-width: 1650px;
}

#home #game-builder {
  background-color: #0e0e0e;
}

#home #game-builder a {
  color: #498EFF;
}

#home #game-builder .logo {
  width: 60%;
  margin-left: 0px;
}

#home #jamescharles2 {
  padding-bottom: 0px;
  padding-top: 0px;
}

#home #jamescharles2 .content-img {
  padding-top: 0px;
  padding-bottom: 0px;
}

#home #jamescharles2 .container {
  max-width: 1400px;
}

#home #jamescharles2 .text-block {
  max-width: 350px;
  margin: auto;
}

#billieeilish #video .container {
  max-width: 1200px;
}

#billieeilish #video .center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
}

#billieeilish #video h3 {
  color: #646464
}

#billieeilish #video .video-placeholder {
  background-image: url(../img/paul-yanez-billie-eilish-content-6.png);
  position: absolute;
  left: 0; top: 0; bottom: 0; right: 0;
}

#billieeilish #video .video-background {
  background-image: url(../img/paul-yanez-billie-eilish-content-6-bg.png);
  padding-top: calc(697 / 680 * 100%);
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#billieeilish #video .video-placeholder:hover {
  transform: scale(0.94);
}

#billieeilish #video .video-placeholder::after {
  width: 20%;
  padding-top: 20%;
}

#billieeilish #video .video-placeholder:hover::after {
  width: 24%;
  padding-top: 24%;
}

#billieeilish .video-overlay .video-container {
  height: calc(100vw * 1080 / 604);
  max-width: calc(100vh * 604 / 1080);
}

#billieeilish #change-backgrounds {
  background-color: #0D0D0D;
}

#billieeilish #alternate-songs,
#home #billieeilish {
  background-color: #131415;
}

#billieeilish #menu-system {
  background-color: #000000;
}

#billieeilish .content.dark h3,
#billieeilish .content.dark a,
#home #billieeilish a {
  color: #FFDD00;
}

#billieeilish .content .circles {
  padding: 10px 0px;
}

#billieeilish .content .circles .circle {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #000000;
  display: inline-block;
  margin-right: 2px;
}

#billieeilish .content .circles .circle.active {
  background-color: #777777;
}

#billieeilish .content.dark .circles .circle {
  background-color: #ffffff;
}

#billieeilish .content.dark .circles .circle.active {
  background-color: #FFDD00;
}

#billieeilish #koji .content-img {
  padding: 10px 0px !important;
}

#billieeilish #koji .content-text {
  padding: 30px 40px;
  vertical-align: top;
}

#billieeilish #koji .container {
   padding: 0px 36px;
}

#billieeilish #koji .container div:nth-of-type(2) {
  padding-left: 0;
  padding-right: 80px;
}

#billieeilish #koji .container div:last-of-type {
  padding-right: 0 !important;
  padding-left: 80px;
}

#jamescharles #flappy-bird,
#home #jamescharles {
  padding: 0px 20px;
  background: linear-gradient(180deg, rgba(26,0,71,1) 0%, rgba(72,0,142,1) 100%);
}

#jamescharles #flappy-bird h3,
#jamescharles #flappy-bird a {
  color: #C26BFF;
}

#jamescharles #flappy-bird .content-img,
#home #jamescharles .content-img {
  padding: 0;
  padding-right: 30px;
}

#jamescharles #flappy-bird .content-img img,
#home #jamescharles .content-img img {
  margin-top: 40px;
  margin-bottom: -40px;
}

#jamescharles #sister-sounds h3,
#jamescharles #sister-sounds a {
  color: #2500FF;
}

#jamescharles #hi-sisters {
  background: linear-gradient(180deg, rgba(26,26,26,1) 0%, rgba(0,0,0,1) 100%);
}

#jamescharles #hi-sisters h3,
#jamescharles #hi-sisters a {
  color: #64E300;
}

#jamescharles #video {
  background-image: url(../img/paul-yanez-james-charles-background-lg.png);
  background-size: cover;
  background-position: center;
  padding: 0px 20px;
}

#jamescharles #video .video-placeholder {
  background-image: url(../img/paul-yanez-james-charles-content-4.png);
  padding-top: calc(623 / 952 * 100%);
}

#jamescharles #video h2 {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

#jamescharles #video .content-img.left img {
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.4);
}

#jamescharles #video .content-img.right {
  padding: 0;
}

#jamescharles #koji .content-img {
  padding: 30px 0px;
}

#jamescharles #koji a {
  color: #0070FF;
}

#lego .header {
  padding-bottom: 0px; /*20*/
}

#lego #lego-jumbotron {
  position: relative;
}

#lego #lego-jumbotron .background {
  width: 100%;
  display: block;
  margin-bottom: -2px;
}

#lego #lego-jumbotron .logo {
  width: 60%;
  max-width: 675px;
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translate(-50%, 0);
}

#lego #indie-game {
  padding-top: 50px;
}

#lego h3 {
  color: #0076FF;
}

#lego #unique-abilities .video-placeholder {
  background-image: url(../img/paul-yanez-lego-content-6.png);
  padding-top: calc(1072 / 1522 * 100%);
}

#lego #unique-abilities .video-placeholder::after {
  width: 20%;
  padding-top: 20%;
}

#lego #unique-abilities .video-placeholder:hover::after {
  width: 24%;
  padding-top: 24%;
}

#lego #character-selection,
#lego #utilizing-ai {
  /*background-color: #0E0E0E;*/
  background-color:
}

#lego #challenging-tracks,
#lego #before-after {
  background-color: #080809;
}

#game-builder h3 {
  color: #008AFF
}

#game-builder #animation {
  background-color: #0A0A0A
}

#game-builder #animation,
#game-builder #platformer {
  background-color: #0A0A0A
}

#game-builder .header {
  padding-bottom: 40px;
}

#game-builder .container {
  max-width: 1800px;
}

#game-builder .video-placeholder {
  box-shadow: none;
  border-radius: 0px;
}

#game-builder .video-placeholder::after {
  width: 20%;
  padding-top: 20%;
}

#game-builder .video-placeholder:hover::after {
  width: 24%;
  padding-top: 24%;
}

#game-builder #drag-and-drop .video-placeholder {
  background-image: url(../img/paul-yanez-game-builder-content-1.png);
  padding-top: calc(865 / 1505 * 100%);
}

#game-builder #animation .video-placeholder {
  background-image: url(../img/paul-yanez-game-builder-content-2.png);
  padding-top: calc(856 / 1515 * 100%);
}

#game-builder #alignment .video-placeholder {
  background-image: url(../img/paul-yanez-game-builder-content-3.png);
  padding-top: calc(853 / 1510 * 100%);
}

#game-builder #platformer .video-placeholder {
  background-image: url(../img/paul-yanez-game-builder-content-4.png);
  padding-top: calc(898 / 1597 * 100%);
}

#game-builder #grid .video-placeholder {
  background-image: url(../img/paul-yanez-game-builder-content-6.png);
  padding-top: calc(1215 / 1858 * 100%);
}

#lego-pepsi .content {
  padding: 20px 20px;
}

#koji-demos #lego-avengers .video-placeholder {
  background-image: url(../img/paul-yanez-koji-demos-lego-avengers.png);
  padding-top: calc(977 / 1624 * 100%);
}

#koji-demos #dots-mobile .video-placeholder {
  background-image: url(../img/paul-yanez-koji-demos-dots-mobile.png);
  padding-top: calc(828 / 1597 * 100%);
}

#koji-demos #dots .video-placeholder {
  background-image: url(../img/paul-yanez-koji-demos-dots.png);
  padding-top: calc(730 / 1575 * 100%);
}

#koji-demos #sonic .video-placeholder {
  background-image: url(../img/paul-yanez-koji-demos-sonic.png);
  padding-top: calc(983 / 1626 * 100%);
}

#koji-demos #lego-configuration .video-placeholder {
  background-image: url(../img/paul-yanez-koji-demos-lego-configuration.png);
  padding-top: calc(984 / 1629 * 100%);
}

#koji-demos .video-placeholder:hover {
  transform: scale(0.98);
}

#koji-demos .video-placeholder::after {
  width: 20%;
  padding-top: 20%;
}

#koji-demos .video-placeholder:hover::after {
  width: 22%;
  padding-top: 22%;
}

#koji-about, #koji-design {
  background: #111111;
}

#koji-about img, #koji-design img {
  margin: auto;
  display: block;
}

#koji-design .home-header {
  background-color: #ffffff;
}

#koji-design img {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

#jamescharles2 {
    max-width: 100%;
    overflow-x: hidden;
}

#jamescharles2 #header {
  max-height: 350px;
  overflow: hidden;
}

#jamescharles2 #header .signature {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  max-width: 500px;
  transform: translate(-50%, -50%);
}

#jamescharles2 #socials {
  padding: 0px 20px;
  text-align: center;
  position: relative;
  background: linear-gradient(125deg, rgba(255,0,255,1) 0%, rgba(255,0,219,1) 30%, rgba(255,0,82,1) 60%, rgba(243,0,0,1) 100%);
  overflow: hidden;
}

#jamescharles2 #socials .splats,
#jamescharles2 #videos .splats {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#jamescharles2 #socials .splat {
  position: absolute;
  width: 580px;
}

#jamescharles2 #socials .splat.left {
  left: -70px;
  bottom: 0;
}

#jamescharles2 #socials .splat.right {
  right: -350px;
  bottom: 100px;
}

#jamescharles2 #socials .container {
  max-width: 1100px;
  padding-top: 20px;
}

#jamescharles2 #socials p {
  font-size: 23px;
  line-height: 34px;
}

#jamescharles2 #socials .social-icons i {
  color: #ffffff;
  font-size: 34px;
  padding: 18px;
}

#jamescharles2 #socials .logo {
  display: inline-block;
  width: 190px;
}

#jamescharles2 #socials .signature {
  display: inline-block;
  width: 160px;
  margin-top: 26px;
}

#jamescharles2 #quotes {
  height: 650px;
  background: radial-gradient(circle, rgba(56,34,139,1) 0%, rgba(69,44,158,1) 16%, rgba(19,12,87,1) 40%, rgba(6,7,70,1) 70%, rgba(11,15,56,1) 100%);
}

#jamescharles2 #quotes #james {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 550px;
  padding-right: 50px;
  transform: translate(-50%, 0);
}

#jamescharles2 #quotes .quote-block {
  width: 300px;
  position: absolute;
}

#jamescharles2 #quotes .quote-block.top.left {
  top: 70px;
  left: 18%;
}

#jamescharles2 #quotes .quote-block.top.right {
  top: 70px;
  right: 18%;
}

#jamescharles2 #quotes .quote-block.bottom.left {
  bottom: 55px;
  left: 11%;
}

#jamescharles2 #quotes .quote-block.bottom.right {
  bottom: 55px;
  right: 11%;
}

#jamescharles2 #mobile {
  padding: 20px 20px;
  position: relative;
}

#jamescharles2 #mobile .left {
  text-align: center;
}

#jamescharles2 #mobile .left img {
    width: 80%;
    display: inline-block;
}

#jamescharles2 #mobile .splats {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

#jamescharles2 #mobile .splat {
  width: 56% !important;
  position: absolute;
  bottom: -150px;
  left: -18%;
}

#jamescharles2 #mobile .right {
  position: relative;
}

@keyframes jamesbounce {
  0% { margin-top: -15px; }
  50% { margin-top: 15px; }
  100% { margin-top: -15px; }
}

#jamescharles2 #mobile .james {
  position: absolute;
  right: 80px;
  width: 46%;
  top: 50%;
  transform: translate(0, -50%);
  animation-name: jamesbounce;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

#jamescharles2 #blend {
  padding: 0px 20px;
}

#jamescharles2 #blend .content-img {
  padding: 0px 20px;
}

#jamescharles2 #blend .content-text {
  z-index: 2;
}

#jamescharles2 #blend .text-block {
  width: 430px;
  display: block;
  margin: auto;
}

#jamescharles2 #blend h1 {
  font-size: 39px;
}

#jamescharles2 #blend p {
  font-size: 18px;
  line-height: 28px;
}

#jamescharles2 #videos {
  padding: 0px 20px;
  background-color: #0a0a0a;
  position: relative;
}

#jamescharles2 #videos .splats {
  top: -100%;
  overflow: hidden;
}

#jamescharles2 #videos .splat {
    position: absolute;
    right: -50px;
    width: 600px;
    top: 50%;
    margin-top: -140px;
    overflow-x: hidden;
    transform: translate(0,-50%);
}

#jamescharles2 #videos .quote {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 380px;
  transform: translate(-50%, -50%);
}

#jamescharles2 #videos .content-img {
  padding: 0px;
}

#jamescharles2 #videos .right img {
  width: 70%;
  margin: auto;
  padding: 30px 0px;
}

#jamescharles2 #videos .left {
  vertical-align: bottom;
}

#jamescharles2 #videos .left img {
  width: 90%;
  margin-left: -70px;
}
.btn {
  margin: 12px auto 0 auto;
  padding: 14px 44px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  border: none;
  border-radius: 0px;
  color: #A8762C;
  font-family: 'Avenir Regular', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  text-transform: uppercase;
}
.btn:hover {
  color: #000000;
}
.zoom {
  transition: transform 0.3s;
}
.zoom:hover {
  transform: scale(1.015);
}

.vrsLogo {
  width: 34% !important;
  margin: 0px;
}
.cattelllogo {
  width: 80% !important;
  margin: 0px;
}
.awlogo {
  width: 70% !important;
  margin: 0px;
}
.premiererealLogo {
  width: 90% !important;
  margin: 0px;
}

.monarchlogo {
  width: 80% !important;
  margin: 0px;
}
.remaxLogo {
  width: 70% !important;
  margin: 0px;
} 
.century21Logo {
  width: 86% !important;
  margin: 0px;
}   
.unitedLogo {
  width: 60% !important;
  margin: 0px;
} 
.option1Logo {
  width: 70% !important;
  margin: 0px;
} 
.desertnorthlogo {
  width: 100% !important;
  margin: 0px;
} 
.empirelogo { 
  width: 80% !important;
  margin: 0px;
} 
.bairdlogo {
  width: 60% !important;
  margin: 0px;
}


.list-container {
  text-align: left;
  padding: 0px;
}
ul.myUL {
  /*margin-left: -25px;*/
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 12px;
  font-family: 'Avenir Light', Arial, sans-serif;
  list-style-position: outside;
  display: inline-block;
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
li::marker {
  color: #C7AA5F; /* Replace 'red' with your desired color */
}


#lego #greybackground, 
#lego #before-after { 
  background-color: #080809;
}

#lego #blackbackground, 
#lego #before-after { 
  background-color: #000000;
}




.fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  overflow-y: auto;
  padding: 0px 60px;/*100px*/
  box-sizing: border-box;
  text-align: center;
}

.fullscreen .fullscreen-img {
  width: 100%;
}

.fullscreen .fullscreen-exit {
width: 60px;
height: 60px;
position: fixed;
right: 20px;/*30*/
top: 10px;/*20*/
cursor: pointer;
}

.fullscreen .fullscreen-exit:after,
.fullscreen .fullscreen-exit:before {
content: "";
display: block;
position: absolute;
left: 50%;
top: 50%;
width: 1px;
height: 20px;
background-color: #ffffff;
transform: translate(-50%, -50%) rotate(45deg);
}

.fullscreen .fullscreen-exit:before {
transform: translate(-50%, -50%) rotate(-45deg);
}
.fullscreen-img {
  max-width: 1500px;
  display: block;/*inline-block*/
  margin: 0 auto;
}
/*.fullscreen {
  text-align: center;
}*/

.btn-click {
  cursor: pointer;
}

.pill-title {
  display: inline-block; 
  font-family: 'Avenir Light', Arial, sans-serif; 
  font-size: 12px; 
  font-weight: 300;
  color: #000; 
  background-color: #B9B9BA; 
  padding: 6px 12px 6px 12px; 
  margin-bottom: 20px; 
  margin-right: 6px;
  border-radius: 50px;
}

@media only screen and (max-width:1300px) {


  #jamescharles2 #quotes .quote-block.top.left {
    left: 12%;
  }

  #jamescharles2 #quotes .quote-block.top.right {
    right: 12%;
  }

  #jamescharles2 #quotes .quote-block.bottom.left {
    left: 5%;
  }

  #jamescharles2 #quotes .quote-block.bottom.right {
    right: 5%;
  }

  #jamescharles2 #blend h1 {
    font-size: 36px;
  }

  #jamescharles2 #blend p {
    font-size: 16px;
    line-height: 28px;
  }

  #jamescharles2 #blend .text-block {
    width: 410px;
  }

  #jamescharles2 #videos .splat {
    width: 500px;
    margin-top: -100px;
    right: -170px;
  }

  #jamescharles2 #videos .quote {
    width:300px;
    margin-top: -40px;
  }
}

@media only screen and (max-width:992px) {
  p {
    font-size: 14px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 13px;
  }

  h3, .content a  {
    font-size: 16px;
  }

  /* Ensure proper spacing when text is below images */


  .content-text.left {
    padding-right: 0px;
  }

  .content-text.right {
    padding-left: 0px;
  }

  /* Ensure images maintain proper spacing */
  .content-img {
    padding-bottom: 0px !important;
  }

  .header h1 {
    font-size: 36px;
  }

  #billieeilish #koji .content-img {
    padding: 10px 20px;
  }

  #billieeilish #koji .content-text {
    padding: 30px 20px;
  }

  #billieeilish #koji .container div:nth-of-type(2) {
    padding-left: 0;
    padding-right: 40px;
  }

  #billieeilish #koji .container div:last-of-type {
    padding-right: 0 !important;
    padding-left: 40px;
  }

  #jamescharles2 #socials .splat.left {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -400px;
  }

  #jamescharles2 #socials p {
    font-size: 18px;
  }

  #jamescharles2 #socials .social-icons i {
    font-size: 28px;
    padding: 16px;
  }

  #jamescharles2 #socials .splat.left {
    left: 40px;
    bottom: -100px;
  }

  #jamescharles2 #socials .splat.right {
    bottom: 0px;
  }

  #jamescharles2 #quotes {
    height: 550px;
  }

  #jamescharles2 #quotes .quote-block {
    width: 250px;
  }

  #jamescharles2 #quotes .quote-block.top.left {
    left: 9%;
    top: 70px;
  }

  #jamescharles2 #quotes .quote-block.top.right {
    right: 9%;
    top: 70px;
  }

  #jamescharles2 #quotes .quote-block.bottom.left {
    right: 6%;
    bottom: 70px;
  }

  #jamescharles2 #quotes .quote-block.bottom.right {
    right: 6%;
    bottom: 70px;
  }

  #jamescharles2 #blend h1 {
    font-size: 30px;
  }

  #jamescharles2 #blend p {
    font-size: 14px;
    line-height: 24px;
  }

  #jamescharles2 #blend .text-block {
    width: 335px;
  }

  #jamescharles2 #videos .splat {
    width: 400px;
    margin-top: -100px;
    right: -170px;
  }

  #jamescharles2 #videos .quote {
    width:240px;
    margin-top: -40px;
  }

  #jamescharles2 #videos .right img {
    padding-left: 40px;
  }
}

@media only screen and (max-width:768px) {


  .content-text {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin: auto !important;
    max-width: 500px !important;
    display: block !important;
  }
  .list-container {
    text-align: center; 
  }

  .fullscreen {
    padding: 0px;
    padding-top: 80px;
  }


  .btn {
    margin: 12px auto 0 auto;
    padding: 12px 34px;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    border: none;
    border-radius: 0px;
    color: #000000;
    font-family: 'Avenir Light', Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    text-transform: uppercase;
  }

  .Logo {
    width: 70% !important;
    margin: auto !important;
  }

  .vrsLogo {
    width: 24% !important;
    margin: auto !important;
  }
  .cattelllogo {
    width: 50% !important;
    margin: auto !important;
  }
  .awlogo {
    width: 40% !important;
    margin: auto !important;
  }
  .monarchlogo {
    width: 40% !important;
    margin: auto !important;
  }
  .remaxLogo {
    width: 48% !important;
    margin: auto !important;
  } 
  .century21Logo {
    width: 40% !important;
    margin: auto !important;
  } 
  .logo {
    width: 60% !important;
    margin: auto !important;
  }
  .unitedLogo {
    width: 30% !important;
    margin: auto !important;
  } 
  .option1Logo {
    width: 36% !important;
    margin: auto !important;
  } 
  .desertnorthlogo {
    width: 50% !important;
    margin: auto !important;
  } 
  .silvercreekLogo {
    width: 50% !important;
    margin: auto !important;
  }  
  .premiererealLogo {
    width: 60% !important;
    margin: auto !important;
  }  
  .empirelogo { 
    width: 40% !important;
    margin: auto !important;
  }  
  .bairdlogo {
    width: 44% !important;
    margin: auto !important;
  }




  .container .col {
    width: 100% !important;
    margin: 0px;
    text-align: center;
    max-width: 700px;
  }

  .content .circles .circle {
    width: 10px;
    height: 10px;
  }

  .content .content-img {
    max-width: 700px;
  }

  /* Ensure proper spacing when text is below images on mobile */
 

  .content-img.left,
  .content-text.right {
    padding-right: 0px;
  }

  .content-img.right,
  .content-text.left {
    padding-left: 0px;
  }

  .header h1 {
    font-size: 30px;
  }

  .header .paulyanez,
  .home-header .paulyanez {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 18px;
    color: #000;
  }

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none !important;
  }

  #home #game-builder .logo {
    width: 40% !important;
  }

  #home .content .logo {
    width: 70% !important;
    margin: auto !important;
  }



  #home .content-text {
    padding-top: 10px;
  }

  #home .content h1 {
    margin-top: 20px;
  }

  #home #movieclips .left.content-img {
    padding: 20px 60px;
  }

  #home #lego .content-img,
  #home #billieeilish .content-img {
    padding-right: 0px;
  }

  #home #joost .logo,
  #home #marvel .logo {
    width: 50% !important;
  }

  #home #jamescharles2 {
    padding: 30px 20px;
    padding-bottom: 0px;
  }

  #home #jamescharles2 .content-img {
    padding: 10px 30px;
    padding-bottom: 0px;
    max-width: 500px;
  }

  #home #jamescharles2 .content-img img {
    width: 120%;
    margin-left: -10%;
  }

  #billieeilish #video .center-text {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
  }

  #billieeilish #koji .container {
     padding: 0px 16px;
  }

  #billieeilish #koji .content-img {
    padding: 10px 20px;
    display: inline-block;
  }

  #billieeilish #koji .content-text {
    padding: 30px 0px !important;
  }

  #jamescharles #flappy-bird,
  #home #jamescharles {
    padding: 50px 20px;
  }

  #jamescharles #flappy-bird .content-img,
  #home #jamescharles .content-img {
    padding: 30px 0px 0px 0px;
  }

  #jamescharles #flappy-bird .content-img img,
  #home #jamescharles .content-img img {
    margin: 0;
  }

  #jamescharles #video {
    padding: 100px 20px;
    background-image: url(../img/paul-yanez-james-charles-background-sm.png);
  }

  #jamescharles #video .content-img.right {
    display: none;
  }

  #lego .content {
    padding: 10px;
  }

  

  #lego .header {
    padding: 80px 40px;
    padding-bottom: 60px;
  }

  #jamescharles2 {
    overflow-x: hidden;
  }

  #jamescharles2 #header img {
    width: 200%;
    display: block;
    margin: auto;
  }

  #jamescharles2 #socials .splat.left {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -400px;
  }

  #jamescharles2 #socials .splat.right {
    display: none;
  }

  #jamescharles2 #socials .content-text {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  #jamescharles2 #socials .logo {
    width: 160px;
  }

  #jamescharles2 #socials p {
    margin: 10px 0px;
  }

  #jamescharles2 #socials img {
    width: 84%;
    display: block;
    margin: auto;
  }

  #jamescharles2 #quotes {
    height: 780px;
  }

  #jamescharles2 #quotes .quote-block {
    width: 320px;
  }

  #jamescharles2 #quotes .quote-block.top.left {
    left: 50%;
    top: 30px;
    transform: translate(-50%, 0%);
  }

  #jamescharles2 #quotes .quote-block.top.right {
    display: none;
  }

  #jamescharles2 #quotes .quote-block.bottom.left {
    display: none;
  }

  #jamescharles2 #quotes .quote-block.bottom.right {
    display: none;
  }

  #jamescharles2 #mobile .right img {
    padding-top: 0px;
  }

  #jamescharles2 #mobile .right img {
    right: 40px;
  }

  @keyframes jamesbounce {
    0% { margin-top: -8px; }
    50% { margin-top: 8px; }
    100% { margin-top: -8px; }
  }

  #jamescharles2 #blend {
    padding-top: 40px;
  }

  #jamescharles2 #blend img {
    width: 130%;
    margin-left: -18%;
  }

  #jamescharles2 #blend .content-img {
    max-width: 500px;
    margin: auto;
  }

  #jamescharles2 #videos {
    padding-top: 60px;
  }

  #jamescharles2 #videos .top {
    max-width: 400px;
  }

  #jamescharles2 #videos .middle {
    padding: 40px 0px;
    max-width: 400px;
  }

  #jamescharles2 #videos .bottom {
     max-width: 400px;
  }

  #jamescharles2 #videos .bottom img {
    width: 150%;
    margin-left: -28%;
  }

  #jamescharles2 #footer {
    height: 350px;
    overflow: hidden;
  }

  #jamescharles2 #footer img {
    width: 200%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 1100px;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width:480px) {
 
}*/