/**************************** FONTS ********************************/

@font-face {
    font-family: 'FAMILY_NAME';
    font-style: NORMAL_OR_ITALIC;
    font-weight: NUMERIC_WEIGHT_VALUE;
    font-display: swap;
    src: url(FONT_FILE_NAME.woff2) format('woff2');
  }

  @font-face {
    font-family: 'VisconteReale Trial';
    src: url('/fonts/VisconteRealeTrial-Black.woff2') format('woff2'),
        url('/fonts/VisconteRealeTrial-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VisconteReale Trial';
    src: url('/fonts/VisconteRealeTrial-Bold.woff2') format('woff2'),
        url('/fonts/VisconteRealeTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VisconteReale Trial';
    src: url('fonts/VisconteRealeTrial-Extrabold.woff2') format('woff2'),
        url('fonts/VisconteRealeTrial-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VisconteReale Trial';
    src: url('/fonts/VisconteRealeTrial-Regular.woff2') format('woff2'),
        url('/fonts/VisconteRealeTrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**************************** FONTS ********************************/



body {
    background-color: #000000;
    color: #ffffff;
    visibility: hidden;
    
}

.showForDesktop {
    display:block;
  }
  
  .showForMobile {
    display:none;
  }


.leftSide {
    position: relative;
    
}

.danImage {
    position: absolute;
    top:16%;
    left:0;
    z-index: -1;    
}

.danImage img {
    width:100%;
    max-width: 500px;
}

.top-bar {
    padding:0;
    margin: 0px 0px 0 0px;
    background-color: transparent;
}


.top-bar ul {
    background-color: transparent;
    border-bottom: 0;
    margin: 10px 50px 0 0;
    justify-content: flex-end;
    width:150px;
    rotate: -1.5deg
}

.top-bar ul li {
    padding: 0 0 5px 0;
    margin: 0;
    background-color: transparent;
    list-style: none;
    text-align: right;
}

.top-bar li.currentPg {
    padding: 0 0 5px 0;
    margin: 0;
    background-color: transparent;
    border-bottom:solid 1px #D000FF

}

.top-bar ul li.whiteNav a {
    color: #fff;
    font-family: 'VisconteReale Trial';
    font-weight: normal;
    font-style: normal;
    font-size: 1.4rem;
    text-align: right;
}



.top-bar li.whiteNav a:hover {
    background-color: #D000FF;
}

img.logo {
    width: 330px;
    max-width: 330px;
}



h3 {
    color: #fff;
    font-family: 'VisconteReale Trial';
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    text-align: left;
    margin:10px 0 20px 20px;
    border-bottom:1px solid #D000FF
}



/***** RIGHT HAND SIDE *****/

.rightSide {
    background-image: url("../img/right-side-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height:100%;
    overflow: hidden;
}

.rightSideScroll {
    background-image: url("../img/right-side-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height:100%;
    overflow-x:hidden
}

.rightSideContainer {
    height:900px;
    border-left: 1px solid #ffffff;


}

.innerContainer {
    margin: 20px 6px;
    border-left: 18px solid #7DFF45;
    height:900px;
    overflow-y: scroll;
    overflow-x:hidden;
    padding: 0px 20px;
    position: relative;
    top:0;
    
}


.welcomeSection{
    padding:10px;
    position: relative;
}

.welcomeSection h1 {
    color: #d000ff;
    font-family: 'VisconteRealeTrial-Black';
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    text-align: left;
    margin:30px 0 0 30px;
    rotate: calc(.4deg);

}

.blackTextBox {
    background-color: #000;
    padding: 14px 0px 20px 42px;
    margin-left: -40px;
    margin-bottom:16px;
    border-right: 22px solid #7DFF45;
    top:0;
    width: 70%;
}

.welcomeSection .blackTextBox p {
    color: #f4f4f4; 
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: left;
    margin:10px 50px 0 0px;
    rotate: calc(-.4deg);
}

.blackTextBoxWider{
    background-color: #000;
    padding: 14px 0px 20px 42px;
    margin-left: -40px;
    margin-bottom:16px;
    border-right: 22px solid #7DFF45;
    top:0;
    width: 100%;
}

.welcomeSection .blackTextBoxWider p {
    color: #f4f4f4; 
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: left;
    margin:10px 50px 0 0px;
    rotate: calc(-.4deg);
}



.welcomeSection .blackTextBoxWider ul {
    margin: 10px 10px 10px 40px;

}

.welcomeSection .blackTextBoxWider li {
    color: #f4f4f4; 
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: left;
    rotate: calc(-.4deg);
}

/*** PROJECT ICON SECTION ***/

.mainSectionBox {
    background-color: transparent;
    margin:10px 0;
    padding: 0px 0px;
    width: 50%;
    height: 80px;
}

.iconBox {
    text-align: center;
}

.iconBox img {
    width:100%;
    max-width: 64px;
}


.projectBox {
    background-color: #fff;
    border:1px solid #353535;
    padding: 10px;
    margin:20px 20px 10px 20px;
    width:480px;
    text-align: center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;

}

.projectBoxBig {
    background-color: #fff;
    border:1px solid #353535;
    padding: 10px;
    margin:20px 20px 10px 20px;
    width:960px;
    text-align: center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;

}

.projectBoxEmail {
    background-color: #fff;
    border:1px solid #353535;
    padding: 10px;
    margin:20px 20px 10px 20px;
    width:480px;
    text-align: center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;

}

img.projectLogo {
    margin:0 auto;
    max-width:440px;
}

img.projectPrint {
    margin:0 auto;
    max-width:920px;
}


img.projectEmail {
    margin:0 auto;
    max-width:300px;
}

/*** PROJECT ICON SECTION ***/

  
div.toTop {
    position: relative;
margin:20px 0 30px 0;
z-index:99;
}

div.toTop img {
    width:16px;
    display: inline;
}

a.backToTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

a.backToTop {
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: #ccc; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-family: 'VisconteReale Trial';
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
    text-align: left;
    margin: 0 0 0 20px
}




/*** RANDOM ICONS ***/

.dlBaseball {
    position: absolute;
    bottom:2%;
    right:2%;
    z-index: 0;  
    padding: 0 0 5px 0
}

.dlBaseball img {
    width:100%;
    max-width: 220px;
    rotate: calc(1.2deg);
}

.ring3d {
    position: absolute;
    top:32%;
    right:2%;
    z-index: 1;  
    padding: 0 0 5px 0;
    opacity: .1;
    rotate: calc(-26deg);
}

.ring3d img {
    width:200%;
    max-width: 1220px;
}

.spiralFunnel {
    position: absolute;
    top:62%;
    right:74%;
    z-index: 2;  
    padding: 0 0 5px 0;
    opacity: .1;
    rotate: calc(6deg);
}

.spiralFunnel img {
    width:100%;
    max-width: 1020px;
}
/*** RANDOM ICONS ***/


@media only screen and (min-width: 320px) and (max-width: 1299px) {

.showForDesktop {
    display:none;
  }
  
  .showForMobile {
    display:block;
  }

  /*NAVIGATION MOBILE*/
.title-bar {
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0 25px 20px;
    z-index: 9999;
    height:64px;
}

  .menu-icon {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 28px;
      height: 16px;
      cursor: pointer;
      margin-top:20px;
      z-index:50
  }

  .menu-icon::after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background: #FFFFFF;
      box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
      content: '';
  }


  .menu-icon:hover::after {
      background:#FFFFFF;
      box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
  }

.close-button, .close-button.medium {
right: 1rem;
top: 2.5rem;
font-size: 2em;
line-height: 1;

}


.top-bar {
background-color: #000;
color: #ffffff;
position: fixed;
right: 0;
bottom: 0%;
z-index: 50;
width: 88%;
height: 100%;
align-items: inherit;
border-left: solid 13px #7DFF45;
opacity: .92;

}

.top-bar .top-bar-right {
margin-right:0px;
margin-left: 0px;
}



.top-bar ul {
background-color: transparent;
color:#ffffff;
padding: 0px 10px 0 10px;
margin-top: 100px;
margin-left: 0px;
margin-right: 0px;
list-style: none;
text-indent: -1em;
float: none;
display: block;
border-left: 0px solid #7fbc03;
}

.top-bar ul li, .top-bar ul li.currentPg  {
    margin: 0 0 20px 0;
}

.menu li {
text-align: left;
color: #ffffff;
padding-right:0px;

}


.menu li a {
color: #ffffff;
font-size: 19px;
text-align: left;
padding-top:6px;

}

.menu-icon:after{
    transition: all 0.3s ease;
}
.menu-icon:before{
    transition: all 0.3s ease;
}

.menu-icon.active{
transition: all 0.3s ease;
}

.menu-icon.active:after{
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: none;
    transform: rotate(45deg);
    top: 12px;
}

.menu-icon.active:hover{
    opacity: 0.9;
}


.menu-icon.active:before{
    transition: all 0.3s ease;
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    box-shadow: none;
    transform: rotate(-44deg);
    content: "";
}

.menu-icon.active:hover{
    opacity: 0.9;
}


.dropdown.menu a {
font-family:'AntennaRegular', Helvetica, Arial, sans-serif;
color: #ffffff;
font-size: 19px;
text-align: left;
line-height: 1.2rem;
padding-bottom: 4px;
padding-left: 20px;
padding-right:0px;
padding-top:6px;
text-transform: uppercase;
}

.dropdown.menu li {
font-family:'AntennaRegular', Helvetica, Arial, sans-serif;
color: #ffffff;
font-size: 19px;
text-align: left;
line-height: 1.2rem;
padding-bottom: 40px;
padding-left:6px;
padding-right:0px;
padding-top:6px;
text-transform: uppercase;
}

.dropdown.menu li:last-child {
padding-bottom: 25px;

}


.dropdown.menu li:active {
padding-left: 6px;

}


.menu-icon {
position: absolute;
top:3%;
right: 5%;
display: inline-block;
vertical-align: middle;
width: 30px;
height: 26px;
cursor: pointer;
}
  /*NAVIGATION MOBILE*/   


.welcomeSection h1 {
margin: 0 0 0px;
}

.innerContainer {
margin: 20px 6px;
border-left: 0;
}

.mainSectionBox {
    width: 100%;
}

.danImage {
    position: relative;
    z-index: -1;    
}

.danImage img {
    width:100%;
}

.welcomeSection .blackTextBoxWider p {
    margin: 10px 50px 20px 0px;
}

.welcomeSection .blackTextBoxWider ul {
    margin: 0px 10px 0px 40px;
}

.rightSideContainer {
    height:100%
}

.blackTextBox {
    background-color: #000;
    padding: 14px 0px 20px 42px;
    margin-left: -30px;
    margin-bottom: 16px;
    border-right: 22px solid #7DFF45;
    top: 0;
    width: 110%;
}

.blackTextBoxWider {
    width: 110%;
    height:100%
}

.projectBox, .projectBoxBig, .projectBoxEmail {
    margin: 20px 0 10px 0px;
    width: 100%;
}

img.projectLogo, img.projectPrint {
    margin: 0 auto;
    max-width: 320px;
}

}

@media print, screen and (min-width: 64em) {
    .grid-x>.large-8 {
        width: 56.666667%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

    .danImage {
        top:17%;   
    }
    .danImage img {
        max-width: 70%;
    }
    
}


@media only screen and (min-width: 1441px) and (max-width: 1540px) {
    .danImage {
        top:18%;   
    }
    .danImage img {
        max-width: 75%;
    }
}

@media only screen and (min-width: 1541px) and (max-width: 1640px) {
    .danImage {
        top:15%;  
    }
    .danImage img {
        max-width: 80%;
    }
}

@media only screen and (min-width: 1641px) and (max-width: 1740px) {
    .danImage {
        top:18%;  
    }
    .danImage img {
        max-width: 85%;
    }
}

@media only screen and (min-width: 1741px) and (max-width: 1919px) {
    .danImage {
        top:13%;
    }
    .danImage img {
        max-width: 96%;
    }
}

@media only screen and (min-width: 1920px) {
    .danImage {
        top:13%;  
    }
    .danImage img {
        max-width: 100%;
    }

    .top-bar {
        max-width: 200px;
    
}