/*@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');*/

@font-face {
    font-family: 'remoquicksand';
    src: url('quicksand-bold-webfont.woff2') format('woff2'),
    url('quicksand-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'remoquicksand';
    src: url('quicksand-regular-webfont.woff2') format('woff2'),
    url('quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

body, html{
    background-color: #000000;
   /* font-family: 'Quicksand', sans-serif;*/
    font-family: 'remoquicksand', sans-serif;
    color: white;
}



.imagescaler{}
.imagescaler img{
    width: 100%;
}

.section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.reldivforbackground{
    width: 100%;
    position: relative;
}

.redbackgroundmobile {
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
}

.allcontent {
    position: absolute;
    left: 0;
    top:0;
    /*overflow: hidden;*/
}

.locked-bg-section {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.locked-bg-section video {
  position: absolute;
  left: 50%;
  top: 50%;
}
.locked-bg-section .video-overlay {
  background-image: url(../img/video_texture.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.content {
    position: relative;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.remologo{
    width: 52%;
    margin: 35vw auto 10vw auto;
}

h2{
    font-weight: bold;
    font-size: 6.8vw;
    margin-bottom: 1.8vw;
    text-align: center;
	color: #cb006f;
}

.h2giwhizbang{
    letter-spacing: 0.5vw;
}

p{
    font-size: 3.9vw;
    letter-spacing: 0.162vw;
    line-height: 5.6vw;
    text-align: justify;
	text-align-last: justify;
}


.digitalwhizzbang{
    font-size: 3.7vw;
    letter-spacing: 0.162vw;
}



.intro-logos {
    width: 100%;
    margin-top: 3vw;
	margin-bottom: 40vw;
}

.psingle{
    text-align-last: center;
}



.showreel{
    width: 100%;
    height: 47.25vw;
    border-radius: 2vw;
    overflow: hidden;
    margin-bottom: 30vw;
	margin-top:5vw
}

.showreel video {
    width: 100%;
}

#intro-section{
    margin-bottom: 10vw;
}

#showreel-section {
    margin-bottom: 30vw;
	padding-top: 30vw;
}

.moreinfooverlay, .moreinfooverlayvideo {
    position: absolute;
    left: 0;
    top:0;
    display: none;
    width: 100%;
}

.moreinfooverlayvideo video {
    width: 100%;
    position: absolute;
    top: 26%;
}

.moreinfoclosebutton, .moreinfoclosebuttonvideo {
    width: 10vw;
    position: absolute;
    right: 2vw;
    top: 2vw;
    cursor: pointer;
}

.single-project {
    position: relative;
    width: 100%;
    height: 104.2vw;
}

.single-project-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 11vw;
    text-align: center;
}

.single-project-content h3{
    font-size: 5vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
    text-shadow: 0 0.625vw 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 1vw;
}

.single-project-content h4{
    font-size: 3.2vw;
    letter-spacing: 0.4vw;
}

.single-project-content p{
    width: 84%;
    left: 8%;
    top: 59vw;
    text-align: center;
    text-align-last: center;
    position: absolute;
    font-size: 3.8vw;
    letter-spacing: 0.162vw;
}

.project-button-container {
    width: 100%;
    position: absolute;
    left: 0;
    top: 75vw;
    text-align: center;
}

.project-button {
    background-color: white;
    border-radius: 1vw;
    -webkit-box-shadow: 0 0.8vw 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0.8vw 0 0 rgba(0,0,0,0.15);
    box-shadow: 0 0.8vw 0 0 rgba(0,0,0,0.15);
    width: 21vw;
    height: 6.458vw;
    position: relative;
    display: inline-block;
    margin: 0 1vw 3vw 1vw;
    cursor: pointer;
}

.project-button-wide {
    background-color: white;
    border-radius: 1vw;
    -webkit-box-shadow: 0 0.8vw 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0.8vw 0 0 rgba(0,0,0,0.15);
    box-shadow: 0 0.8vw 0 0 rgba(0,0,0,0.15);
    width: 25vw;
    height: 6.458vw;
    position: relative;
    display: inline-block;
    margin: 0 1vw 3vw 1vw;
    cursor: pointer;
}

.more-info-button{}
.more-info-button-video{
	color: #8b0101;
}

.project-button-text {
    font-size: 2.8vw;
    letter-spacing: 0.162vw;
    position: absolute;
    width: 100%;
    top: 1.8vw;
    color: black;
    font-weight: bold;
	margin-top:-0.1vw;
}

.project-button-text-orange .project-button-text{
    color: #f3682b;
}

.project-button-text-brown .project-button-text{
    color: #353223;
}
.project-button-text-aqua .project-button-text{
    color: #1a8480;
}

.project-button-text-paleblue .project-button-text{
    color: #0073EC;
}

.project-button-text-navy .project-button-text{
    color: #1B1F64;
}

.project-button-text-darkred .project-button-text{
    color: #8b0101;
}

.project-button-text-purple .project-button-text{
    color: #57117B;
}

.project-button-text-green .project-button-text{
    color: #045F09;
}

.text-spacer{
    width: 100%;
    margin-top: 6vw;
    margin-bottom: 3vw;
}

#aboutus-section {
	margin-top: 50vw;
    padding-top: 10vw;
	padding-bottom: 25vw;
}




.h2thirdpara{
    letter-spacing: 0.37vw;
	font-size: 5vw;
}

.h2smallteam{
    font-size: 5.7vw;
	letter-spacing: 0.1vw;
	font-size: 7.2vw;
}

.h2secondpara{
    font-size: 5.37vw;
	letter-spacing: 0.15vw;
}

.h2secondpara p{
	letter-spacing: 0vw;
}

.h2lovehear{
    font-size: 5.6vw;
    letter-spacing: 0.3vw;
}

#contact-section p{
	margin-top: 1vw;
    margin-bottom: 14vw;
	font-size: 4vw;
}

#contact-section{
	padding-top:0vw;
	padding-bottom: 30vw;
}

.email {
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 6.3vw;
    margin-bottom: 4vw;
}
.email b{
    font-weight: bold;
}

#contact-section a{
    text-decoration: none;
    color: white;
}

.eugenetext{
    text-align: center;
    font-size: 4vw;
}
.remologosml{
    padding-bottom: 8vw;
    padding-top: 12vw;
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
}

.phone-number {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 6.3vw;
    margin-bottom: 1.5vw;
    margin-top: 1vw;
}
.address {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    margin-bottom: 1.5vw;
    margin-top: 5vw;
}
.footer {
	color: #666666;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 2vw;
    padding-top: 4vw;
    margin-bottom: 10vw;
}

#projects-section a{
    text-decoration: none;
}

.mobile{}
.desktop{
    display: none;
}

.arrowbottom, .arrowbottom-text {
    display: none;
}

.navigation {
    top: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: black;
    height: 20vw;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
}

.navigation li{
    display: inline-block;
    line-height: 20vw;
    margin: 0 2vw;
    cursor: pointer;
}

#stayput {
    position: absolute;
    width: 100%;
}

@media (min-width: 992px) {
    body,html{
        background-color: #000000;
    }
    .mobile{
        display: none;
    }

    .desktop {
        display: block;
    }

    .section {
        height: 100vh;
        min-height: 574px;
    }

    .redbackgrounddesktop {

        background-size: 100% 100%;
        position: fixed;
        left: 0;
        top:0;
        width: 100%;
        height: 100vh;
        min-height: 574px;
    }

    .remologo {
        margin: 0 auto 40px auto;
        width: 377px;
    }

    #intro-section .content {
        width: 400px;
        position: absolute;
        left: 50%;
        margin-left: -200px;
        margin-top: -276px;
        top: 50vh;
    }

    .h2giwhizbang {
        letter-spacing: 1.3px;
		font-size: 35px;
    }

    h2 {
        font-weight: bold;
        font-size: 36px;
        margin-bottom: 10px;
        text-align: center;
    }

    p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 22px;
    }

	.digitalwhizzbang{
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 22px;
	}

    .intro-logos {
        margin-top: 20px;
    }

	.lovedo{
    font-size: 16px;
	}

    #intro-section {
        margin-bottom: 0;
    }
	#showreel-section {
    	margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 0vw;
	}

    #showreel-section .content {
        width: 800px;
        position: absolute;
        left: 50%;
        margin-left: -400px;
        margin-top: -275px;
        top: 50vh;
		padding-bottom: 0;
		margin-bottom: 0;

    }

    #showreel-section h2{
        margin-bottom: 28px;
    }

    .showreel {
        width: 776px;
        height: 436px;
        border-radius: 8px;
        margin-bottom: 28px;
        margin-left: auto;
        margin-right: auto;
		margin-top:1vw;

    }

    .moreinfooverlayvideo video {
        top:10%;
    }

    .moreinfoclosebutton, .moreinfoclosebuttonvideo {
        width: 34px;
        right: 25px;
        top: 25px;
    }

    .single-project{
		background-image: url("../img/project_desktop_captivemedia.jpg");
		background-size: contain;
        width: 50%;
        height: auto;
        display: inline-block;
    }

    .single-project:nth-child(odd) {
        float: left;
    }

    .single-project:nth-child(even) {
        float: right;
    }

    #projects-section:after {
        content: "";
        display: table;
        clear: both;
    }

    #projects-section{
        height: auto;

    }

    .single-project-content {
        top: 3.5vw;
    }

    .single-project-content h3 {
        font-size: 2.57vw;
        letter-spacing: 0.09vw;
        text-shadow: 0 0.2vw 0 rgba(0, 0, 0, 0.15);
        margin-bottom: 0.5vw;
    }

    .single-project-content h4 {
        font-size: 1.428vw;
        letter-spacing: 0.1vw;
    }

    .single-project-content p{
        top: 21.5vw;
        font-size: 1.285vw;
        letter-spacing: 0.1vw;
        width: 66%;
        left: 17%;
        line-height: 1.7vw;
    }

    .project-button-container {
        top: 26.5vw;
    }

    .project-button {
        margin: 0 0.5vw;
        width: 10vw;
        height: 2.42857vw;
        border-radius: 0.2vw;
        -webkit-box-shadow: 0 0.214vw 0 0 rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0.214vw 0 0 rgba(0,0,0,0.15);
        box-shadow: 0 0.214vw 0 0 rgba(0,0,0,0.15);
    }

	.project-button-wide {
        margin: 0 0.5vw;
        width: 10vw;
        height: 2.42857vw;
        border-radius: 0.2vw;
        -webkit-box-shadow: 0 0.214vw 0 0 rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0.214vw 0 0 rgba(0,0,0,0.15);
        box-shadow: 0 0.214vw 0 0 rgba(0,0,0,0.15);
    }


    .project-button-text {
        font-size: 1.1428vw;
        top: 0.68vw;
        letter-spacing: 0.05vw;
    }



    #aboutus-section .content {
        width: 400px;
        position: absolute;
        left: 50%;
        margin-left: -200px;
        margin-top: -245px;
        top: 48vh;
		padding-top: 0;
    }
	 #aboutus-section {
		margin-top:0;
        padding-top: 0;
		padding-bottom: 0;
    }


    .h2thirdpara {
        letter-spacing: 1.8px;
        font-size: 23.8px;
    }

    .text-spacer {
        margin-top: 22px;
        margin-bottom: 12px;
    }

    .h2smallteam {
        font-size: 33.7px;
		letter-spacing: 0.9px;
    }

    .h2secondpara {
        font-size: 25.2px;
		letter-spacing: 0.9px;
    }



    #contact-section .content {
        width: 400px;
        position: absolute;
        left: 50%;
        margin-left: -200px;
        margin-top: -166px;
        top: 45vh;

    }
	#contact-section {
        padding-bottom: 0;
		padding-top: 0;
    }


    .h2lovehear {
        font-size: 28px;
        letter-spacing: 0.7px;
    }

	#contact-section p{
	margin-top: 0;
    margin-bottom: 0;
	font-size: 16px;
}

    .email {
        font-size: 16px;
        margin-bottom: 20px;
		line-height: 22px;
    }

    .eugenetext {
        font-size: 16px;
    }

    .phone-number {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 4px;
    }
	.address {
        font-size: 18px;
        margin-bottom: 0;

		margin-top:25px;
    }
	.footer {
        font-size: 10px;
        margin-bottom: 0;
        margin-top: 20px;
		padding-top: 0vw;
    }

    #home-character-left{
        width: 178px;
        height: 305px;
        position: absolute;
        top:50vh;
        left: -250px;
        margin-top: -152px;
        -webkit-transform: rotate(-30deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(-30deg); /* IE 9 */
        transform: rotate(-30deg); /* IE 10, Fx 16+, Op 12.1+ */
    }

    #home-character-right{
        width: 263px;
        height: 359px;
        position: absolute;
        top:50vh;
        right: -300px;
        margin-top: -180px;
        -webkit-transform: rotate(30deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(30deg); /* IE 9 */
        transform: rotate(30deg); /* IE 10, Fx 16+, Op 12.1+ */
    }

    #showreel-character-left{
        width: 159px;
        height: 300px;
        position: absolute;
        top:50vh;
        left: -250px;
        margin-top: -150px;
        -webkit-transform: rotate(-30deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(-30deg); /* IE 9 */
        transform: rotate(-30deg); /* IE 10, Fx 16+, Op 12.1+ */
    }

    #showreel-character-right{
        width: 168px;
        height: 299px;
        position: absolute;
        top:50vh;
        right: -300px;
        margin-top: -150px;
        -webkit-transform: rotate(30deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(30deg); /* IE 9 */
        transform: rotate(30deg); /* IE 10, Fx 16+, Op 12.1+ */
    }

    #aboutus-character-left{
        width: 305px;
        height: 542px;
        position: absolute;
        top:50vh;
        left: -300px;
        margin-top: -300px;
        -webkit-transform: rotate(0deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* IE 10, Fx 16+, Op 12.1+ */
    }

    #aboutus-character-right{
        width: 305px;
        height: 542px;
        position: absolute;
        top:50vh;
        right: -300px;
        margin-top: -300px;
        -webkit-transform: rotate(0deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* IE 10, Fx 16+, Op 12.1+ */
    }

    #contact-character-left{
        width: 155px;
        height: 397px;
        position: absolute;
        top:50vh;
        left: -300px;
        margin-top: -199px;
        -webkit-transform: rotate(-30deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(-30deg); /* IE 9 */
        transform: rotate(-30deg); /* IE 10, Fx 16+, Op 12.1+ */
    }

    #contact-character-right{
        width: 235px;
        height: 413px;
        position: absolute;
        top:50vh;
        right: -300px;
        margin-top: -150px;
        -webkit-transform: rotate(30deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(30deg); /* IE 9 */
        transform: rotate(30deg); /* IE 10, Fx 16+, Op 12.1+ */
    }

    .arrowbottom {
        position: absolute;
        display: block;
        left: 50%;
        margin-left: -27px;
        bottom: 12px;
        cursor: pointer;
    }

    .arrowbottom-text{
        font-size: 16px;
        letter-spacing: 1px;
        position: absolute;
        display: block;
        left: 50%;
        margin-left: -200px;
        bottom: 36px;
        cursor: pointer;
        width: 400px;
        height: 20px;
        text-align: center;
    }

    .navigation {
        height: auto;
        background-color: transparent;
        color: white;
        font-weight: normal;
        font-size: 15px;
        text-align: left;
        width: auto;
        left: 0;
        letter-spacing: 1px;
    }

    .navigation ul {
        margin-top: 28px;
        margin-left: 40px;
    }

    .desktopnavitems {
        display: none;
    }

    .navigation li{
        line-height: 42px;
        display: block;
        margin: 0 19px 0 0;
    }

    .hamburger {
        cursor: pointer;
        margin-top: 42px;
        margin-left: 42px;
        width: 30px;
        height: 32px;
    }

    .remologosml {
        width: 137px;
        padding-top: 0;
        padding-bottom: 20px;
    }
}
