/*   GENERAL SITE STYLING   */
* {
    box-sizing: border-box;
    -ms-overflow-style: none;
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
}

/*  REMOVE SCROLLBAR  */
*::-webkit-scrollbar {
    display: none;
}


html {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    background-color: #2b2d2c;
    overflow: auto;
    width: 100%
}

body {
    height: 100%;
    margin: 0;
    width: 100%
}


main {
    background-color: #fafafa;
    height: 100vh;
    width: 100vw;
}




/*   INTRO   */
#intro {
    width: 100%;
    height: 100vh;
    /*    when done change height to auto*/
    overflow: auto;
    background-color: #fafafa;
    position: relative;
}


.start {
    width: 50%;
    height: 20%;
    border-right: 1px solid #fafafa;
    color: #fafafa;
    /*    background-color: rgba(255,255,255,0.3);*/
    /*    text-align: center;*/
    position: relative;
    margin: 0;
    bottom: 0px;

}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


.content {
    position: fixed;
    bottom: 0;
    /*  background: rgba(0, 0, 0, 0.5);*/
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    text-align: center;
}


#section1 {
    position: relative;
    margin: 0px;
    width: 100%;
    padding: 0px;
    height: 100vh;
    padding: 0px;
}

.section01Container {
    width: 100%;
    height: 100%;
}



/*   TECH STACK   */
#techStack {
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #fafafa;
    position: relative;
    padding-bottom: 2%;
}

.ticker-tape-title {
    margin-left: auto;
    margin-right: auto;
    color: #2b2d2c;

    width: 100%;
    height: auto;
    overflow: auto;
}





/*  TICKER TAPE */

@keyframes ticker-tape-scrolling {
    0% {
        left: 0
    }

    100% {
        left: -50%
    }
}

@keyframes ticker-tape-scrolling2 {
    0% {
        left: -50%
    }

    100% {
        left: 0
    }
}

.tickerTape {
    transform: rotate(-10deg);
    width: 450%;
}

.ticker-tape {
    /*  background: linear-gradient(to right, #FB8B1E, #2B00F7);*/
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0 auto 0;

}

.ticker-tape2 {
    /*  background: linear-gradient(to right, #FB8B1E, #2B00F7);*/
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0 auto 0;

}




.ticker-tape .ticker-tape-scroll {
    overflow: auto;
    white-space: nowrap;
}

.ticker-tape2 .ticker-tape-scroll2 {
    overflow: auto;
    white-space: nowrap;
}

.ticker-tape .ticker-tape-collection {
    display: table-cell;
    position: relative;
    animation: ticker-tape-scrolling 45s linear infinite running;
}

.ticker-tape2 .ticker-tape-collection2 {
    display: table-cell;
    position: relative;
    animation: ticker-tape-scrolling2 45s linear infinite running;
}


.ticker-tape .ticker-tape-collection:hover {
    animation-play-state: paused;

}

.ticker-tape2 .ticker-tape-collection2:hover {
    animation-play-state: paused;

}


.ticker-tape .ticker-tape-story {
    display: inline-block;
    vertical-align: top;

}

.ticker-tape2 .ticker-tape-story2 {
    display: inline-block;
    vertical-align: top;

}


.ticker-tape .ticker-tape-story:after {
    overflow: hidden;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    content: "line after";
    display: inline-block;
    height: 2vh;
    padding-top: 5%;
    margin-bottom: 0.1875rem;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    vertical-align: middle;
}


.ticker-tape2 .ticker-tape-story2:after {
    overflow: hidden;
    text-indent: -9999rem;
    font-size: 0;
    line-height: 0;
    content: "line after";
    display: inline-block;
    height: 2vh;
    margin-bottom: 0.1875rem;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    vertical-align: middle;
}

.ticker-tape .ticker-tape-story span:hover {
    color: #FF9D9D;
    animation: colourFill 0.5s normal ease-out;
}

.ticker-tape2 .ticker-tape-story2 span:hover {
    color: #FF9d9d;
    animation: colourFill 0.5s normal ease-out;
}

@keyframes colourFill {
    0% {
        color: #fafafa;
    }

    100% {
        color: #FF9D9D;
    }
}

a {
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: blue;
}



.ticker-tape .ticker-tape-link:hover {
    color: #fff;
}

.ticker-tape2 .ticker-tape-link2:hover {
    color: #fff;
}





/*   BUT WHAT CAN I DO?   */


#section2 {
    position: relative;
    margin: 0;
    width: 100%;
}

.intro > p {
    text-align: center;
    margin: 0 auto;
    color: #fafafa;
    font-size: 5vw;

}

/*   CAROUSEL   */

#portfolioExamples {
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

.caption {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    /*    background-color: blue;*/
}


.button {
    width: 70%;
    border: 1px solid #fafafa;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5%;

    /*    color: #ffffff;*/
}


.button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fafafa;
    opacity: 0.95;
    animation: 0.2s fadein linear;
    padding-right: 2%;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
}

a {
    color: #fafafa;
}

.carousel {
    z-index: 2000;
    position: relative;

}


div.hover {
    color: #fafafa;
}

.carousel-item {
    width: 100vw;
    height: 100vh;
}

.carousel-item > img {
    max-width: 100%;
    height: auto;
    /*    position: fixed;*/
    /*    transform: scale(0.95);*/
}

.carousel-item:nth-child(1) {
    background-color: #80c342;
}

.carousel-item:nth-child(2) {
    background-color: #101010;
}

.carousel-item:nth-child(3) {
    background-color: #F7971C;
}

.carousel-item:nth-child(4) {
    background-color: #F7971C;
}

.carousel-item:nth-child(5) {
    background-color: #002B5A;
}

.carousel-item:nth-child(6) {
    background-color: #D32236;
}

.carousel-item:nth-child(7) {
    background-color: #27AAE1;
}



.carousel-control-next,
.carousel-control-prev {
    z-index: 10000;
    margin-top: 10%;
}

.carouselContainer {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    position: relative;

}




/*  BACKGROUND IMAGES FOR CAROUSEL - FULL SCREEN */

#demoReel {
    background: url(../imgs/portfolioNoNumber/large/demoReel_large.jpg) no-repeat center center #2b2d2c;
    background-size: cover;
}

#rivuletDigital {
    background: url(../imgs/portfolioNoNumber/large/rivulet-installation_large.jpg) no-repeat center center #f7971d;
    background-size: cover;
}

#rivuletPromo {
    background: url(../imgs/portfolioNoNumber/large/rivulet-print_large.jpg) no-repeat center center #f7971d;
    background-size: cover;
}

#foe {
    background: url(../imgs/portfolioNoNumber/large/foe_large.jpg) no-repeat center center #80c342;
    background-size: cover;
}

#lakeridgeHealth {
    background: url(../imgs/portfolioNoNumber/large/lakeridge_large.jpg) no-repeat center center #27aae1;
    background-size: cover;
}


#foodWaste {
    background: url(../imgs/portfolioNoNumber/large/foodwaste_large.jpg) no-repeat center center #2b2d2c;
    background-size: cover;
}

#aurora {
    background: url(../imgs/portfolioNoNumber/large/aurora_large.jpg) no-repeat center center #002c5b;
    background-size: cover;
}

#muskoka {
    background: url(../imgs/portfolioNoNumber/large/muskoka_large.jpg) no-repeat center center #d32236;
    background-size: cover;
}


#rwd {
    background: url(../imgs/portfolioNoNumber/large/rwd_large.jpg) no-repeat center center #111111;
    background-size: cover;
}

  #signage {
        background: url(../imgs/portfolioNoNumber/large/raysProject_large.jpg) no-repeat center center #217753;
    background-size: cover; 
    }

.slideContainer {
    width: 100%;
    height: 100vh;
    position: relative;
}


.desc > a:hover {
    color: #fafafa;
    opacity: 0.95;
    animation: 0.2s fadein linear;
    padding-right: 2%;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
}



/*   DEMOREEL   */



/*   CONTACT   */

.contact {
    width: 100%;
    height: 100vh;
    /*    when done change height to auto*/
    overflow: auto;
    position: relative;
}






.coffee > img {
    max-width: 50%;
    height: auto;
}





form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /*    text-align: center;*/
    /*    background-color: pink;*/
}

.name,
.email,
.company,
.message,
.submitButton{
    width: 100%;
    height: auto;
    overflow: auto;
}




#submitBtn:hover {
    color: #fafafa;
    border: 1px solid #ff9d9d;
    background-color: #ff9d9d;
}

input:active {
    border-bottom: 1px solid #ff9d9d;
}

input::after {
    border-bottom: 1px solid #ff9d9d;
}

input:focus {
    border-bottom: 1px solid #ff9d9d;
}

textarea:active {
    border-bottom: 1px solid #ff9d9d;
}

textarea::after {
    border-bottom: 1px solid #ff9d9d;
}

textarea:focus {
    border-bottom: 1px solid #ff9d9d;
}

/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/

/*   SMALL & MEDIUM PHONES   */
@media only screen and (max-width: 375px) {

    /*   FONTS   */
    .subsectionCategory {
        font-weight: 700;
        font-size: 0.77vw;
        opacity: 0.6;
        color: #2b2d2c;
    }

    .subsectionHeading {
        font-weight: 700;
        font-size: 1.2vw;
        color: #2b2d2c;
        margin-top: 3.5vh;
        margin-bottom: 3.5vh;
    }

    .subsectionText {
        font-weight: 200;
        font-size: 3vw;
        color: #2b2d2c;
        opacity: 0.6;
        line-height: 2.75vh;
    }

    #headingCarousel {
        color: #fafafa;
        font-size: 10vw;
    }

    #categoryCarousel {
        color: #fafafa;
        font-weight: 400;
        opacity: 1;
        line-height: 0.25vh;
        font-size: 3vw;
        line-height: 2vh;
    }


    #textCarousel {
        color: #fafafa;
        opacity: 1;
        font-size: 4vw;
         margin-bottom: 25%;
    }

     #warningCarousel {
        opacity:1;
        line-height: 0.25vh;
      
         color: #fafafa;
              font-size: 3vw;
         margin-bottom: -2%
    }


    /*   INTRO SLIDE - VIDEO   */
    #scrollToStart {
        display: none;
    }


    /*   SWIPE / SCROLL TO CONTINUE --> CHANGING BETWEEN THE TWO   */
    .content > p {
        font-size: 2.5vw
    }

    .content > a > img {
        max-width: 25%;
        height: auto;
    }


    /*  FIRST SLIDE: HEADING AND BIO    */
    .pictureAndBio {
        width: 100%;
        height: 70%;
        top: 0px;
        margin: 0;
        position: absolute;
        top: 35%;
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);


        /*        margin-top: 10%;*/
        /*    position: relative;*/
        /*        background-color: pink;*/
        /*        padding-top: 20%*/

    }


    .picture {
        width: 100%;

    }

    .picture > p {
        text-align: center;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 5vw;
        margin: 0px;
    }

    .picture > h1 {
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 110%;
        font-size: 12vw;
        text-align: center;
        text-shadow:
            -1px -1px 0 #FF6666,
            1px -1px 0 #FF6666,
            -1px 1px 0 #000,
            1px 1px 0 #000;

        color: #fafafa;
        margin: 0px;
    }

    .picture > h1:hover {
        text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;

    }


    #bolding {
        color: #2b2d2c;
        font-weight: 800;
    }

    .picture > span {
        text-shadow:
            -1px -1px 0 #FF6666,
            1px -1px 0 #FF6666,
            -1px 1px 0 #000,
            1px 1px 0 #000;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
    }

    .bio {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        line-height: 0.75vh;

    }

    /*  BUTTON - UNDER HEADING    */
    #buttonIntro {
        background-color: rgba(255, 157, 157, 0.05);
        color: #2b2d2c;
        border: 1px solid #FF9d9d;
        /*    margin-top: 15%;*/
        font-weight: 200;
        text-align: center;
        margin-top: 10%;
        font-size: 5vw;
        padding: 0.5vh 0vw;
        margin-bottom: 10%
    }

    /*   TECH STACK - DIV   */

    .tickerWrapper {
        width: 100%;
        position: absolute;
        top: 85%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /*   TICKER TAPE - TITLE  */
    .ticker-tape-title > p {
        text-align: center;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 5vw;
        margin: 0px;
        padding-bottom: 5%;
    }


    /*   CHANGING HORIZONTAL PADDING BETWEEN CELLS FOR TICKER TAPE   */
    .ticker-tape .ticker-tape-link {
        display: inline-block;
        padding: 0 0.75vw;
        color: rgba(255, 255, 255, 0.7);
    }

    /*   CHANGING HORIZONTAL PADDING BETWEEN CELLS FOR TICKER TAPE   */
    .ticker-tape2 .ticker-tape-link2 {
        display: inline-block;
        padding: 0 0.75vw;
        color: rgba(255, 255, 255, 0.7);
    }

    /*   CHANGING COLOUR AND FONT SIZE FOR TICKER TAPE   */
    .ticker-tape-story span {
        padding-right: 0.3125rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 800;
        font-style: normal;
        color: #2b2d2c;
        font-size: 3.5vw;
        height: auto;
    }

    /*   CHANGING COLOUR AND FONT SIZE FOR TICKER TAPE   */
    .ticker-tape-story2 span {
        padding-right: 0.3125rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 800;
        font-style: normal;
        color: #2b2d2c;
        font-size: 3.5vw;
        height: auto;
    }


    /*   AFFECTS HORIZONTALS SPACING BETWEEN THE TWO TICKER TAPES   */
    .ticker-tape .ticker-tape-story {
        line-height: 2rem;
    }

    .ticker-tape2 .ticker-tape-story2 {
        line-height: 2rem;
    }


    /*   SLIDE INFORMATION --> CAROUSEL   */

    .desc {
        text-align: center;
        width: 80%;
        margin-left: 10%;
        top: 15%;
        position: absolute;
        -ms-transform: translateY(-15%);
        transform: translateY(-15%);
    
    }

/*  BACKGROUND IMAGES FOR CAROUSEL - FULL SCREEN */

#rivuletDigital {
    background: url(../imgs/portfolioNoNumber/small/rivulet-installation_small.jpg) no-repeat center center #f7971d;
    background-size: cover;
}

#rivuletPromo {
    background: url(../imgs/portfolioNoNumber/small/rivulet-print_small.jpg) no-repeat center center #f7971d;
    background-size: cover;
}

#foe {
    background: url(../imgs/portfolioNoNumber/small/foe_small.jpg) no-repeat center center #80c342;
    background-size: cover;
}

#lakeridgeHealth {
    background: url(../imgs/portfolioNoNumber/small/lakeridge_small.jpg) no-repeat center center black;
    background-size: cover;
}


#foodWaste {
    background: url(../imgs/portfolioNoNumber/small/lakeridge_small.jpg) no-repeat center center #2b2d2c;
    background-size: cover;
}

#aurora {
    background: url(../imgs/portfolioNoNumber/small/aurora_small.jpg) no-repeat center center #002c5b;
    background-size: cover;
}

#muskoka {
    background: url(../imgs/portfolioNoNumber/small/muskoka_small.jpg) no-repeat center center #d32236;
    background-size: cover;
}


#rwd {
    background: url(../imgs/portfolioNoNumber/small/rwd_small.jpg) no-repeat center center #111111;
    background-size: cover;
}
    
    #demoReel {
    background: url(../imgs/portfolioNoNumber/small/demoReel_small.jpg) no-repeat center center #2b2d2c;
    background-size: cover;
}
    
    #signage {
        background: url(../imgs/portfolioNoNumber/small/raysProject_small.jpg) no-repeat center center #217753;
    background-size: cover; 
    }
    
  /*   CONTACT FORM   */
    
    .contact {
        padding-top: 20%;
    }
    
        #halfLeft {
    width: 80%;
    margin-left: auto;
        margin-right: auto;
        text-align: center;
}

#halfRight {
     width: 80%;
    margin-left: auto;
        margin-right: auto;
    text-align: center;

}
    
    .coffee {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .thanks {
    width: 80%;
    text-align: center;
    color: #fafafa;
    margin-left: auto;
    margin-right: auto;

    /*font-size: 0.75vw;*/
}
.thanks > h3 {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5vw;
    color: #fafafa;
}


.thanks > p {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 3vw;
    color: #fafafa;
/*    margin-top: 3.5vh;*/
    margin-bottom: 3.5vh;
    line-height: 3.5vh;
}
    
.name,
.email,
.company,
.message,
.submitButton{
   margin-bottom: 10%
}


label {
    color: #fafafa;
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 2.5vw;
    opacity: 0.8;
    text-align: left;

}
    
    

input {
    border: none;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #fafafa;
    margin-top: 5%;
    width: 100%;
    font-size:3vw;
    color: #fafafa;
    resize: none;
}

textarea {

    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fafafa;
    margin-top: 2%;
    width: 100%;
    color: #fafafa;
    resize: none;
}

#submitBtn {
    border: 1px solid #fafafa;
    padding-top: 5%;
    padding-bottom: 5%;
    text-transform: uppercase;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.2);
}


}   /*   CLOSING MEDIA QUERY - SMALL PHONES   */


/*********************************************************************/
/*********************************************************************/

/*   LARGE PHONES   */
@media only screen and (max-width: 425px) {
        /*   FONTS   */
    .subsectionCategory {
        font-weight: 700;
        font-size: 0.77vw;
        opacity: 0.6;
        color: #2b2d2c;
    }

    .subsectionHeading {
        font-weight: 700;
        font-size: 1.2vw;
        color: #2b2d2c;
        margin-top: 3.5vh;
        margin-bottom: 3.5vh;
    }

    .subsectionText {
        font-weight: 200;
        font-size: 3vw;
        color: #2b2d2c;
        opacity: 0.6;
        line-height: 2.75vh;
    }

    #headingCarousel {
        color: #fafafa;
        font-size: 8vw;
    }

    #categoryCarousel {
        color: #fafafa;
        font-weight: 400;
        opacity: 1;
        line-height: 0.25vh;
        font-size: 3vw;
        line-height: 2vh;
    }


    #textCarousel {
        color: #fafafa;
        opacity: 1;
        font-size: 3vw;
        font-size: 4vw;
         margin-bottom: 10%;
    }

     #warningCarousel {
        opacity:1;
        line-height: 0.25vh;
        font-weight: 200;
         color: #fafafa;
              font-size: 3vw;
         margin-bottom: -2%
    }


    /*   INTRO SLIDE - VIDEO   */
    #scrollToStart {
        display: none;
    }


    /*   SWIPE / SCROLL TO CONTINUE --> CHANGING BETWEEN THE TWO   */
    .content > p {
        font-size: 2.5vw
    }

    .content > a > img {
        max-width: 25%;
        height: auto;
    }


    /*  FIRST SLIDE: HEADING AND BIO    */
    .pictureAndBio {
        width: 100%;
        height: 70%;
        top: 0px;
        margin: 0;
        position: absolute;
        top: 35%;
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);


        /*        margin-top: 10%;*/
        /*    position: relative;*/
        /*        background-color: pink;*/
        /*        padding-top: 20%*/

    }


    .picture {
        width: 100%;

    }

    .picture > p {
        text-align: center;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 4vw;
        margin: 0px;
    }

    .picture > h1 {
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 110%;
        font-size: 12vw;
        text-align: center;
        text-shadow:
            -1px -1px 0 #FF6666,
            1px -1px 0 #FF6666,
            -1px 1px 0 #000,
            1px 1px 0 #000;

        color: #fafafa;
        margin: 0px;
    }

    .picture > h1:hover {
        text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;

    }


    #bolding {
        color: #2b2d2c;
        font-weight: 800;
    }

    .picture > span {
        text-shadow:
            -1px -1px 0 #FF6666,
            1px -1px 0 #FF6666,
            -1px 1px 0 #000,
            1px 1px 0 #000;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
    }

    .bio {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        line-height: 0.75vh;

    }

    /*  BUTTON - UNDER HEADING    */
    #buttonIntro {
        background-color: rgba(255, 157, 157, 0.05);
        color: #2b2d2c;
        border: 1px solid #FF9d9d;
        /*    margin-top: 15%;*/
        font-weight: 200;
        text-align: center;
        margin-top: 10%;
        font-size: 4vw;
        padding: 0.5vh 0vw;
        margin-bottom: 10%
    }

    /*   TECH STACK - DIV   */

    .tickerWrapper {
        width: 100%;
        position: absolute;
        top: 85%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /*   TICKER TAPE - TITLE  */
    .ticker-tape-title > p {
        text-align: center;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 4vw;
        margin: 0px;
        padding-bottom: 5%;
    }


    /*   CHANGING HORIZONTAL PADDING BETWEEN CELLS FOR TICKER TAPE   */
    .ticker-tape .ticker-tape-link {
        display: inline-block;
        padding: 0 0.75vw;
        color: rgba(255, 255, 255, 0.7);
    }

    /*   CHANGING HORIZONTAL PADDING BETWEEN CELLS FOR TICKER TAPE   */
    .ticker-tape2 .ticker-tape-link2 {
        display: inline-block;
        padding: 0 0.75vw;
        color: rgba(255, 255, 255, 0.7);
    }

    /*   CHANGING COLOUR AND FONT SIZE FOR TICKER TAPE   */
    .ticker-tape-story span {
        padding-right: 0.3125rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 800;
        font-style: normal;
        color: #2b2d2c;
        font-size: 3.5vw;
        height: auto;
    }

    /*   CHANGING COLOUR AND FONT SIZE FOR TICKER TAPE   */
    .ticker-tape-story2 span {
        padding-right: 0.3125rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 800;
        font-style: normal;
        color: #2b2d2c;
        font-size: 3.5vw;
        height: auto;
    }


    /*   AFFECTS HORIZONTALS SPACING BETWEEN THE TWO TICKER TAPES   */
    .ticker-tape .ticker-tape-story {
        line-height: 2rem;
    }

    .ticker-tape2 .ticker-tape-story2 {
        line-height: 2rem;
    }


    /*   SLIDE INFORMATION --> CAROUSEL   */

    .desc {
        text-align: center;
        width: 80%;
        margin-left: 10%;
        top: 15%;
        position: absolute;
        -ms-transform: translateY(-15%);
        transform: translateY(-15%);
    
    }

/*  BACKGROUND IMAGES FOR CAROUSEL - FULL SCREEN */

#rivuletDigital {
    background: url(../imgs/portfolioNoNumber/small/rivulet-installation_small.jpg) no-repeat center center #f7971d;
    background-size: cover;
}

#rivuletPromo {
    background: url(../imgs/portfolioNoNumber/small/rivulet-print_small.jpg) no-repeat center center #f7971d;
    background-size: cover;
}

#foe {
    background: url(../imgs/portfolioNoNumber/small/foe_small.jpg) no-repeat center center #80c342;
    background-size: cover;
}

#lakeridgeHealth {
    background: url(../imgs/portfolioNoNumber/small/lakeridge_small.jpg) no-repeat center center black;
    background-size: cover;
}


#foodWaste {
    background: url(../imgs/portfolioNoNumber/small/foodwaste_small.jpg) no-repeat center center #2b2d2c;
    background-size: cover;
}

#aurora {
    background: url(../imgs/portfolioNoNumber/small/aurora_small.jpg) no-repeat center center #002c5b;
    background-size: cover;
}

#muskoka {
    background: url(../imgs/portfolioNoNumber/small/muskoka_small.jpg) no-repeat center center #d32236;
    background-size: cover;
}


#rwd {
    background: url(../imgs/portfolioNoNumber/small/rwd_small.jpg) no-repeat center center #111111;
    background-size: cover;
}
    
#demoReel {
    background: url(../imgs/portfolioNoNumber/small/demoReel_small.jpg) no-repeat center center #2b2d2c;
    background-size: cover;
}
    
  #signage {
        background: url(../imgs/portfolioNoNumber/small/raysProject_small.jpg) no-repeat center center #217753;
    background-size: cover; 
    }
  /*   CONTACT FORM   */
    
    .contact {
        padding-top: 20%;
    }
    
        #halfLeft {
    width: 80%;
    margin-left: auto;
        margin-right: auto;
        text-align: center;
}

#halfRight {
     width: 80%;
    margin-left: auto;
        margin-right: auto;
    text-align: center;

}
    
    .coffee {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .thanks {
    width: 80%;
    text-align: center;
    color: #fafafa;
    margin-left: auto;
    margin-right: auto;

    /*font-size: 0.75vw;*/
}
.thanks > h3 {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4vw;
    color: #fafafa;
}


.thanks > p {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 3vw;
    color: #fafafa;
/*    margin-top: 3.5vh;*/
    margin-bottom: 3.5vh;
    line-height: 3.5vh;
}
    
.name,
.email,
.company,
.message,
.submitButton{
   margin-bottom: 10%
}


label {
    color: #fafafa;
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 2.5vw;
    opacity: 0.8;
    text-align: left;

}
    
    

input {
    border: none;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #fafafa;
    margin-top: 5%;
    width: 100%;
    font-size:3vw;
    color: #fafafa;
    resize: none;
}

textarea {

    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fafafa;
    margin-top: 2%;
    width: 100%;
    color: #fafafa;
    resize: none;
}

#submitBtn {
    border: 1px solid #fafafa;
    padding-top: 5%;
    padding-bottom: 5%;
    text-transform: uppercase;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.2);
}
} /*   CLOSING MEDIA QUERY FOR L PHONES   */


/*********************************************************************/
/*********************************************************************/

/*   TABLETS   */
@media only screen and (min-width: 426px) and (max-width: 768px) {
/*   FONTS   */
        .subsectionCategory {
        font-weight: 700;
        font-size: 0.77vw;
        opacity: 0.6;
        color: #2b2d2c;
    }

    .subsectionHeading {
        font-weight: 700;
        font-size: 1.2vw;
        color: #2b2d2c;
        margin-top: 3.5vh;
        margin-bottom: 3.5vh;
    }

    .subsectionText {
        font-weight: 200;
        font-size: 2.3vw;
        color: #2b2d2c;
        opacity: 0.6;
        line-height: 2.75vh;
    }

    #headingCarousel {
        color: #fafafa;
        font-size: 5.5vw;
    }

    #categoryCarousel {
        color: #fafafa;
        font-weight: 400;
        opacity: 1;
        line-height: 0.25vh;
        font-size: 1.5vw;
        line-height: 2vh;
    }


    #textCarousel {
        color: #fafafa;
        opacity: 1;
        font-size: 2vw;
       
         margin-bottom: 20%;
    }

     #warningCarousel {
        opacity:1;
        line-height: 0.25vh;
        font-weight: 200;
         color: #fafafa;
              font-size: 2vw;
         margin-bottom: -2%
    }


    /*   INTRO SLIDE - VIDEO   */
    #scrollToStart {
        display: none;
    }


    /*   SWIPE / SCROLL TO CONTINUE --> CHANGING BETWEEN THE TWO   */
    .content > p {
        font-size: 2.5vw
    }

    .content > a > img {
        max-width: 25%;
        height: auto;
    }


    /*  FIRST SLIDE: HEADING AND BIO    */
    .pictureAndBio {
        width: 100%;
        height: 75%;
        top: 0px;
        margin: 0;
        position: absolute;
        top: 37%;
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);


        /*        margin-top: 10%;*/
        /*    position: relative;*/
        /*        background-color: pink;*/
        /*        padding-top: 20%*/

    }


    .picture {
        width: 75%;
        margin-left: auto;
        margin-right: auto;

    }

    .picture > p {
        text-align: center;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 2.5vw;
        margin: 0px;
    }

    .picture > h1 {
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 110%;
        font-size: 8vw;
        text-align: center;
        text-shadow:
            -1px -1px 0 #FF6666,
            1px -1px 0 #FF6666,
            -1px 1px 0 #000,
            1px 1px 0 #000;

        color: #fafafa;
        margin: 0px;
    }



    #bolding {
        color: #2b2d2c;
        font-weight: 800;
    }

    .picture > span {
        text-shadow:
            -1px -1px 0 #FF6666,
            1px -1px 0 #FF6666,
            -1px 1px 0 #000,
            1px 1px 0 #000;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
    }

    .bio {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        line-height: 0.75vh;

    }

    /*  BUTTON - UNDER HEADING    */
    #buttonIntro {
        background-color: rgba(255, 157, 157, 0.05);
        color: #2b2d2c;
        border: 1px solid #FF9d9d;
        /*    margin-top: 15%;*/
        font-weight: 200;
        text-align: center;
        margin-top: 7%;
        font-size: 2.5vw;
        width: 50%;
        padding: 0.75vh 0vw;
        margin-bottom: 10%
    }

    /*   TECH STACK - DIV   */

    .tickerWrapper {
        width: 100%;
        position: absolute;
        top: 85%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /*   TICKER TAPE - TITLE  */
    .ticker-tape-title > p {
        text-align: center;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 200;
        font-style: normal;
       font-size: 2.5vw;
        margin: 0px;
        padding-bottom: 5%;
    }


    /*   CHANGING HORIZONTAL PADDING BETWEEN CELLS FOR TICKER TAPE   */
    .ticker-tape .ticker-tape-link {
        display: inline-block;
        padding: 0 0.75vw;
        color: rgba(255, 255, 255, 0.7);
    }

    /*   CHANGING HORIZONTAL PADDING BETWEEN CELLS FOR TICKER TAPE   */
    .ticker-tape2 .ticker-tape-link2 {
        display: inline-block;
        padding: 0 0.75vw;
        color: rgba(255, 255, 255, 0.7);
    }

    /*   CHANGING COLOUR AND FONT SIZE FOR TICKER TAPE   */
    .ticker-tape-story span {
        padding-right: 0.3125rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 800;
        font-style: normal;
             text-shadow:
            -1px -1px 0 #2b2d2c,
            1px -1px 0 #2b2d2c,
            -1px 1px 0 #2b2d2c,
            1px 1px 0 #2b2d2c;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
        transition-property: color;
        transition-duration: 0.25s;
        transition-timing-function: ease-out;
        height: auto;
        font-size: 3.5vw;
    }

    /*   CHANGING COLOUR AND FONT SIZE FOR TICKER TAPE   */
    .ticker-tape-story2 span {
        padding-right: 0.3125rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 800;
        font-style: normal;
/*        color: #2b2d2c;*/
        font-size: 3.5vw;
        height: auto;
          text-shadow:
            -1px -1px 0 #2b2d2c,
            1px -1px 0 #FF6666,
            -1px 1px 0 #FF6666,
            1px 1px 0 #FF6666;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
        transition-property: color;
        transition-duration: 0.25s;
        transition-timing-function: ease-out;
    }


    /*   AFFECTS HORIZONTALS SPACING BETWEEN THE TWO TICKER TAPES   */
    .ticker-tape .ticker-tape-story {
        line-height: 2rem;
    }

    .ticker-tape2 .ticker-tape-story2 {
        line-height: 2rem;
    }


    /*   SLIDE INFORMATION --> CAROUSEL   */

    
    .slideContainer {
        width: 100vw;
        height: 100vh;
        position: relative;
    }
    
    .desc {
        text-align: center;
        width: 80%;
        margin-left: 10%;
        top: 50%;
        position: absolute;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    
    }

/*  BACKGROUND IMAGES FOR CAROUSEL - FULL SCREEN */

#rivuletDigital {
    background:  #f7971d;
}

#rivuletPromo {
    background:#f7971d;
}

#foe {
    background: #80c342 ;
}

#lakeridgeHealth {
    background: #27aae1;
}


#foodWaste {
    background: #2b2d2c;
}

#aurora {
    background:#002c5b;
}

#muskoka {
    background: #d32236;
}


#rwd {
    background: #111111;
}
    
    #demoReel {
    background:  #2b2d2c;
}
    #signage {
        background:#217753;
    }
  /*   CONTACT FORM   */
    
    .contact {
        padding-top: 5%;
    }
    
        #halfLeft {
    width: 80%;
    margin-left: auto;
        margin-right: auto;
        text-align: center;
}

#halfRight {
     width: 80%;
    margin-left: auto;
        margin-right: auto;
    text-align: center;

}
    
    .coffee {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
        transform: scale(0.75)
}

    .thanks {
    width: 80%;
    text-align: center;
    color: #fafafa;
    margin-left: auto;
    margin-right: auto;

    /*font-size: 0.75vw;*/
}
.thanks > h3 {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5vw;
    color: #fafafa;
}


.thanks > p {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1,5vw;
    color: #fafafa;
/*    margin-top: 3.5vh;*/
    margin-bottom: 5.5vh;
    line-height: 3.5vh;
}
    
.name,
.email,
.company,
.message,
.submitButton{
   margin-bottom: 7%
}


label {
    color: #fafafa;
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.5vw;
    opacity: 0.8;
    text-align: left;

}
    
    

input {
    border: none;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #fafafa;
    margin-top: 5%;
    width: 100%;
    font-size:2vw;
    color: #fafafa;
    resize: none;
}

textarea {

    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fafafa;
    margin-top: 2%;
    width: 100%;
    color: #fafafa;
    resize: none;
}

#submitBtn {
    border: 1px solid #fafafa;
    padding-top: 5%;
    padding-bottom: 5%;
    text-transform: uppercase;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.2);
}




} /*   CLOSING BRACKET - TABLETS 
/*********************************************************************/
/*********************************************************************/


/*   LARGE SCREEN TABLETS AND REGULAR SIZED COMPUTERS  */
@media only screen and (min-width: 769px) and (max-width: 1439px) {
      /*   TEXT   */
    .subsectionCategory {
        font-weight: 700;
        font-size: 0.77vw;
        opacity: 0.6;
        color: #2b2d2c;
    }

    .subsectionHeading {
        font-weight: 700;
        font-size: 1.2vw;
        color: #2b2d2c;
        margin-top: 3.5vh;
        margin-bottom: 3.5vh;
    }

    .subsectionText {
        font-weight: 200;
        font-size: 1.5vw;
        color: #2b2d2c;
        opacity: 0.6;
        line-height: 3.5vh;
    }

    #headingCarousel {
        color: #fafafa;
        font-size: 3vw;
    }

    #categoryCarousel {
        color: #fafafa;
        font-weight: 400;
        opacity: 0.75;
        font-style: italic;

    }


    #textCarousel {
        color: #fafafa;
        opacity: 1;
        margin-bottom: 15%;
    }

    #warningCarousel {
        color: #fafafa;
        font-weight: 700;
        opacity: 0.75;
        line-height: 1.5vh;
        font-style: italic;
        font-size: 1.25vw;
    }

    #scrollToStart {
        display: block;
    }

    #swipeToStart {
        display: none;
    }


    .pictureAndBio {
        width: 100%;
        height: 70%;
        top: 0px;
        position: relative;
        /*    background-color: pink;*/
        /*    vertical-align:inherit;*/
    }


    .picture {
        width: 45%;
        float: left;
        margin-right: 5%;
        margin-bottom: 3%;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        padding-left: 10%;
        /*        background-color: pink*/
    }

    .picture > p {
        text-align: center;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 1.75vw;
        margin: 0px;
    }

    .picture > h1 {
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 110%;
        font-size: 5vw;
        text-shadow:
            -1px -1px 0 #FF6666,
            1px -1px 0 #FF6666,
            -1px 1px 0 #000,
            1px 1px 0 #000;

        color: #fafafa;
        margin: 1vh 0px 4vh 0px;
    }

    .picture > h1:hover {
        text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
    }


    #bolding {
        color: #2b2d2c;
        font-weight: 800;
    }

    .picture > span {
        text-shadow:
            -1px -1px 0 #FF6666,
            1px -1px 0 #FF6666,
            -1px 1px 0 #000,
            1px 1px 0 #000;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
    }

    .bio {
        width: 45%;
        float: left;
        margin-bottom: 3%;
        margin-left: 50%;
        font-size: 1.5vw;
        /*       background-color: blue;*/
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-35%);
        transform: translateY(-35%);
        text-align: center;
        /*    padding-left: 5%;*/
        padding-right: 10%;
    }


    #buttonIntro {
        color: #2b2d2c;
        border: 1px solid #2b2d2c;
        /*    margin-top: 15%;*/
        font-weight: 200;
    }

    #buttonIntro:hover {
        background-color: rgba(255, 157, 157, 0.25);
        color: #FF9d9d;
        border: 1px solid #FF9d9d;
    }

    .tickerWrapper {
        width: 100%;
        position: absolute;
        top: 85%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }



    .ticker-tape-title > p {
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 200;
        font-style: normal;
        text-align: center;
        font-size: 1.75vw;
        padding-bottom: 1%;
    }

    .ticker-tape .ticker-tape-link {
        display: inline-block;
        padding: 0 1.25rem;
        color: rgba(255, 255, 255, 0.7);
    }

    .ticker-tape2 .ticker-tape-link2 {
        display: inline-block;
        padding: 0 1.25rem;
        color: rgba(255, 255, 255, 0.7);
    }

    .ticker-tape-story span {
        padding-right: 0.3125rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 400;
        font-style: normal;
        /*    color: #fff*/
        text-shadow:
            -1px -1px 0 #2b2d2c,
            1px -1px 0 #2b2d2c,
            -1px 1px 0 #2b2d2c,
            1px 1px 0 #2b2d2c;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
        font-size: 2.5vw;
        transition-property: color;
        transition-duration: 0.25s;
        transition-timing-function: ease-out;
    }

    .ticker-tape-story2 span {
        padding-right: 0.3125rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 400;
        font-style: normal;
        /*    color: #fff*/
        text-shadow:
            -1px -1px 0 #2b2d2c,
            1px -1px 0 #FF6666,
            -1px 1px 0 #FF6666,
            1px 1px 0 #FF6666;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
        font-size: 2.5vw;
        transition-property: color;
        transition-duration: 0.25s;
        transition-timing-function: ease-out;

    }

    .ticker-tape .ticker-tape-story {
        line-height: 2.5rem;
    }

    .ticker-tape2 .ticker-tape-story2 {
        line-height: 2.5rem;
    }

    /*   AFFECTING STYLES FOR CAROUSEL   */

    .desc {
        text-align: center;
        padding-left: 2%;
        padding-right: 2%;
        width: 45%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 5%;
    }

    /*  BACKGROUND IMAGES FOR CAROUSEL - FULL SCREEN */

#rivuletDigital {
    background: url(../imgs/portfolioNoNumber/medium/rivulet-installation_medium.jpg) no-repeat center center #f7971d;
    background-size: cover;
}

#rivuletPromo {
    background: url(../imgs/portfolioNoNumber/medium/rivulet-print_medium.jpg) no-repeat center center #f7971d;
    background-size: cover;
}

#foe {
    background: url(../imgs/portfolioNoNumber/medium/foe_medium.jpg) no-repeat center center #80c342;
    background-size: cover;
}

#lakeridgeHealth {
    background: url(../imgs/portfolioNoNumber/medium/lakeridge_medium.jpg) no-repeat center center #27aae1;
    background-size: cover;
}


#foodWaste {
    background: url(../imgs/portfolioNoNumber/medium/foodwaste_medium.jpg) no-repeat center center #2b2d2c;
    background-size: cover;
}

#aurora {
    background: url(../imgs/portfolioNoNumber/medium/aurora_medium.jpg) no-repeat center center #002c5b;
    background-size: cover;
}

#muskoka {
    background: url(../imgs/portfolioNoNumber/medium/muskoka_medium.jpg) no-repeat center center #d32236;
    background-size: cover;
}


#rwd {
    background: url(../imgs/portfolioNoNumber/medium/rwd_medium.jpg) no-repeat center center #111111;
    background-size: cover;
}
    #demoReel {
    background: url(../imgs/portfolioNoNumber/medium/demoReel_medium.jpg) no-repeat center center #2b2d2c;
    background-size: cover;
}
    
    #signage {
        background: url(../imgs/portfolioNoNumber/large/raysProject_large.jpg) no-repeat right #217753;
    background-size: cover; 
    }

    
    /*    CONTACT FORM   */
    #halfLeft {
    width: 45%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    /*        margin: 0;*/
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

#halfRight {
    width: 45%;
    float: left;
    margin-right: 2.5%;
    margin-left: 52.5%;
    /*        margin: 0;*/
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
    
    .coffee {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .thanks {
    width: 75%;
    text-align: center;
    color: #fafafa;
    margin-left: auto;
    margin-right: auto;

    /*font-size: 0.75vw;*/
}
.thanks > h3 {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75vw;
    color: #fafafa;
}


.thanks > p {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.25vw;
    color: #fafafa;
    margin-top: 3.5vh;
    margin-bottom: 3.5vh;
    line-height: 3vh;
}
.name,
.email,
.company,
.message,
.submitButton {
   margin-bottom: 15%;
}


label {
    color: #fafafa;
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 0.95vw;
    opacity: 0.8;
    text-align: left;

}
    
    

input {
    border: none;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #fafafa;
    margin-top: 2%;
    width: 75%;
    font-size: 1.2vw;
    color: #fafafa;
    resize: none;
}

textarea {

    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fafafa;
    margin-top: 2%;
    width: 75%;
    color: #fafafa;
    resize: none;
}

#submitBtn {
    border: 1px solid #fafafa;
    padding-top: 2%;
    padding-bottom: 2%;
    text-transform: uppercase;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.2);
}

} /*   CLOSING QUERY - LARGE TABLETS & REGULAR COMPUTERS */


/*********************************************************************/
/*********************************************************************/

/*   LARGE SCREEN COMPUTER AND 4K MONITORS  */
@media only screen and (min-width: 1440px) {

    /*   TEXT   */
    .subsectionCategory {
        font-weight: 700;
        font-size: 0.77vw;
        opacity: 0.6;
        color: #2b2d2c;
    }

    .subsectionHeading {
        font-weight: 700;
        font-size: 1.2vw;
        color: #2b2d2c;
        margin-top: 3.5vh;
        margin-bottom: 3.5vh;
    }

    .subsectionText {
        font-weight: 200;
        font-size: 1.2vw;
        color: #2b2d2c;
        opacity: 0.6;
        line-height: 3.5vh;
    }

    #headingCarousel {
        color: #fafafa;
        font-size: 3vw;
    }

    #categoryCarousel {
        color: #fafafa;
        font-weight: 400;
        opacity: 0.75;
        font-style: italic;

    }


    #textCarousel {
        color: #fafafa;
        opacity: 1;
        margin-bottom: 15%;
    }

    #warningCarousel {
        color: #fafafa;
        font-weight: 700;
        opacity: 0.75;
        line-height: 0.125vh;
        font-style: italic;
        font-size: 0.75vw;
    }

    #scrollToStart {
        display: block;
    }

    #swipeToStart {
        display: none;
    }


    .pictureAndBio {
        width: 100%;
        height: 70%;
        top: 0px;
        position: relative;
        /*    background-color: pink;*/
        /*    vertical-align:inherit;*/
    }


    .picture {
        width: 45%;
        float: left;
        margin-right: 5%;
        margin-bottom: 3%;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        padding-left: 10%;
        /*        background-color: pink*/
    }

    .picture > p {
        text-align: center;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 200;
        font-style: normal;
        font-size: 1.5vw;
        margin: 0px;
    }

    .picture > h1 {
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 110%;
        font-size: 4vw;
        text-shadow:
            -1px -1px 0 #FF6666,
            1px -1px 0 #FF6666,
            -1px 1px 0 #000,
            1px 1px 0 #000;

        color: #fafafa;
        margin: 5vh 0px 6vh 0px;
    }

    .picture > h1:hover {
        text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
    }


    #bolding {
        color: #2b2d2c;
        font-weight: 800;
    }

    .picture > span {
        text-shadow:
            -1px -1px 0 #FF6666,
            1px -1px 0 #FF6666,
            -1px 1px 0 #000,
            1px 1px 0 #000;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
    }

    .bio {
        width: 45%;
        float: left;
        margin-bottom: 3%;
        margin-left: 50%;
        font-size: 1vw;
        /*       background-color: blue;*/
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-35%);
        transform: translateY(-35%);
        text-align: center;
        /*    padding-left: 5%;*/
        padding-right: 10%;
    }


    #buttonIntro {
        color: #2b2d2c;
        border: 1px solid #2b2d2c;
        /*    margin-top: 15%;*/
        font-weight: 200;
    }

    #buttonIntro:hover {
        background-color: rgba(255, 157, 157, 0.25);
        color: #FF9d9d;
        border: 1px solid #FF9d9d;
    }

    .tickerWrapper {
        width: 100%;
        position: absolute;
        top: 85%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }



    .ticker-tape-title > p {
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 200;
        font-style: normal;
        text-align: center;
        font-size: 1.5vw;
        padding-bottom: 1%;
    }

    .ticker-tape .ticker-tape-link {
        display: inline-block;
        padding: 0 1.25rem;
        color: rgba(255, 255, 255, 0.7);
    }

    .ticker-tape2 .ticker-tape-link2 {
        display: inline-block;
        padding: 0 1.25rem;
        color: rgba(255, 255, 255, 0.7);
    }

    .ticker-tape-story span {
        padding-right: 0.3125rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 400;
        font-style: normal;
        /*    color: #fff*/
        text-shadow:
            -1px -1px 0 #2b2d2c,
            1px -1px 0 #2b2d2c,
            -1px 1px 0 #2b2d2c,
            1px 1px 0 #2b2d2c;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
        font-size: 2.5vw;
        transition-property: color;
        transition-duration: 0.25s;
        transition-timing-function: ease-out;
    }

    .ticker-tape-story2 span {
        padding-right: 0.3125rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 400;
        font-style: normal;
        /*    color: #fff*/
        text-shadow:
            -1px -1px 0 #2b2d2c,
            1px -1px 0 #FF6666,
            -1px 1px 0 #FF6666,
            1px 1px 0 #FF6666;
        -webkit-fill-color: transparent;
        -webkit-stroke-width: 2px;
        color: #fafafa;
        font-size: 2.5vw;
        transition-property: color;
        transition-duration: 0.25s;
        transition-timing-function: ease-out;

    }

    .ticker-tape .ticker-tape-story {
        line-height: 4rem;
    }

    .ticker-tape2 .ticker-tape-story2 {
        line-height: 4rem;
    }

    /*   AFFECTING STYLES FOR CAROUSEL   */

    .desc {
        text-align: center;
        padding-left: 2%;
        padding-right: 2%;
        width: 45%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 5%;
    }

  
    /*    CONTACT FORM   */
    #halfLeft {
    width: 45%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    /*        margin: 0;*/
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

#halfRight {
    width: 45%;
    float: left;
    margin-right: 2.5%;
    margin-left: 52.5%;
    /*        margin: 0;*/
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
    
    .coffee {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .thanks {
    width: 75%;
    text-align: center;
    color: #fafafa;
    margin-left: auto;
    margin-right: auto;

    /*font-size: 0.75vw;*/
}
.thanks > h3 {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2vw;
    color: #fafafa;
}


.thanks > p {
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.1vw;
    color: #fafafa;
    margin-top: 3.5vh;
    margin-bottom: 3.5vh;
    line-height: 3vh;
}
.name,
.email,
.company,
.message,
.submitButton {
   margin-bottom: 10%;
}


label {
    color: #fafafa;
    font-family: aktiv-grotesk-thin, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 0.75vw;
    opacity: 0.8;
    text-align: left;

}
    
    

input {
    border: none;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #fafafa;
    margin-top: 2%;
    width: 75%;
    font-size: 0.8vw;
    color: #fafafa;
    resize: none;
}

textarea {

    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fafafa;
    margin-top: 2%;
    width: 75%;
    color: #fafafa;
    resize: none;
}

#submitBtn {
    border: 1px solid #fafafa;
    padding-top: 2%;
    padding-bottom: 2%;
    text-transform: uppercase;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.2);
}


}

/*   CLOSING MEDIA QUERY - 4K MONITORS   */