/*@import url('https://fonts.googleapis.com/css?family=Lobster|Raleway:200,400,500,600,800');*/

@import url('fonts.css');

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    color: #232834;
    -webkit-font-smoothing: antialiased;
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
}

navbar {
    height: 60px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0px 5px 0 rgba(21, 34, 53, .2);
    background: rgba(255, 255, 255, 1);
    padding-left: 2.5%;
    padding-right: 2.5%;
    z-index: 9999;
}

navbar .logo-wrapper {
    display: inline-block;
}
navbar .logo-wrapper:hover {
    opacity: 0.8;
}

navbar .icon, .logo {
    height: 40px;
    margin-top: 10px;
    width: auto;
    display: inline-block;
    animation-delay: 0.15s;
}

navbar .idroplinks {
    height: 40px;
}

navbar .media {
    /*position: absolute;
    left: 302.5px;*/
    height: 40px;
    display: inline-block;
    overflow: hidden;
}

navbar .media img {
    height: 40px;
    animation-delay: 0.15s;
}

navbar .navigation {
    display: inline-block;
    height: 60px;
    position: relative;
    float: right;
    padding-top: 20px;
}

navbar .navigation a {
    margin-right: 35px;
    font-weight: 600;
    text-decoration: none;
    color: grey;
    transition: 0.2s ease;
    position: relative;
}

navbar .navigation a.last {
    margin-right: 0;
}

navbar .navigation a:hover {
    color: #2980B9;
}

navbar .navigation a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: -17px;
    left: 0;
    background-color: #2980B9;
    transition: 0.2s ease;
}

navbar .navigation a:hover:before {
    height: 2px;
    bottom: -17px;
}

navbar .navigation a.selected {
    color: #2980B9;
}
navbar .navigation a.selected:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -17px;
    left: 0;
    background-color: #2980B9;
    transition: 0.2s ease;
}

navbar .sidebar_button {
    display: none;
}


header {
    box-shadow: 0 6px 18px 0 rgba(21, 34, 53, .3);
    width: 95%;
    height: 450px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    animation-delay: 0.5s;
    /*background-image: url("img/pattern.svg");
    background-repeat: repeat;
    background-color: #2980B9;
    padding: 20px;*/
    overflow: hidden;
}

header video {
    position: absolute;
    top: 0;
    left: 0;
    /*top: 50%;
    transform: translateY(-50%);*/
    width: 100%;
    object-fit: fill;
    object-fit: cover;
}

header .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(41, 128, 185, .35);
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
}
header .video-overlay.webdev {
    background-color: rgba(44, 62, 80, .35);
}

header .video-overlay h2 {
    color: white;
    text-align: center;
    margin-top: 100px;
    font-size: 56px;
    animation-delay: 0.25s !important;
}

header .video-overlay h2 span {
    position: relative;
}

header .video-overlay h2 span:after {
    content: '';
    background-color: white;
    height: 1.5px;
    width: 90%;
    position: absolute;
    bottom: -10px;
    left: 5%;
}

header .video-overlay h2.initial {
    animation-delay: 0.7s !important;
}

header .video-overlay .header-text {
    color: white;
    text-align: center;
    display: block;
    font-size: 24px;
    width: 60%;
    margin: 80px auto 0 auto;
    animation-delay: .3s !important;
}

header .video-overlay .header-text.initial {
    animation-delay: 0.9s !important;
}

header .video-overlay .button {
    width: 200px;
    text-align: center;
    margin: auto;
    bottom: 60px;
    position: absolute;
    left: 50%;
    animation-delay: .4s !important;
    transform: translateX(-50%);
}

header .video-overlay .button:hover {
    transform: translateX(-50%) scale(1.01);
}

header .video-overlay .button.initial {
    animation-delay: 1s !important;
}

.image-header {
    max-height: 450px;
    max-width: 90%;
    margin: 40px auto 80px auto;
    display: block;
}




main {
    animation-delay: 0.7s;
}

section {
    width: 100%;
    padding: 120px 0;
    padding-top: 0
}
section:after {
    clear: both;
}

.container {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container::before {
    content: ' ';
    display: table;
}

.container::after {
    clear:both;
}

.container.wide {
    width: 95%;
    background-image: url('/img/pattern.svg');
    background-size: 400px;
    background-color: #F3F5F9;
    padding-top: 60px;
    padding-bottom: 80px;
}

.container.smallpadding {
    padding-bottom: 20px;
}

.container .link {
    color: #2980B9;
    text-decoration: none;
}

.container .link:hover {
    text-decoration: underline;
}

section .container .section-image {
    min-width: 250px;
    min-height: 250px;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.products-wrapper {
    margin-top: -55px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.products-wrapper::after {
    content: "";
    display: block;
    clear:both;
}

.product-tile {
    background-color: #FFF;
    padding: 30px;
    border-top: 10px solid;
    box-shadow: 0 1px 3px 0 rgba(21, 34, 53, .3);
    text-align: center;
    width: 45%;
}

.product-tile:after {
    clear: both;
}


.product-image {
    height: 80px;
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.product-tile.appdev {
    border-top-color: #2980B9;
    float:left;
}

.product-tile.webdev {
    border-top-color: #2C3E50;
    float:right;
}




.button {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
    color: white;
    background-color: red;
    text-decoration: none;
    margin-top: 25px;
    font-weight: 600;
    position: relative;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    transition: 0.25s ease;
}

.button:hover {
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
    transform: scale(1.01);
}

.button.appdev {
    background-color: #2980B9;
}
/*.button.appdev:hover {
    background-color: #206390;
}*/
.button.webdev {
    background-color: #2C3E50;
}
/*.button.webdev:hover {
    background-color: #1B2732;
}*/

.button.email {
    background-color: #2980B9;
}



.referenceTile {
    width: 100%;
    background-color: #FFF;
    padding: 30px;
    border-top: 5px solid;
    box-shadow: 0 1px 3px 0 rgba(21, 34, 53, .3);
    position: relative;
}

.referenceTile img {
    width: auto;
    max-height: 150px;
    float: left;
}

.referenceTile .description {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 230px;
    padding-top: 50px;
}

.referenceTile h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 22px;
}






footer {
    width: 100%;
    border-top: 4px solid #2980B9;
    background-image: url('/img/pattern.svg');
    background-color: #232834;
    /*height: 150px;*/
    color: #2980B9;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

footer .footer-app-icon {
    margin-top: -20px;
}

footer a {
    color: #2980B9;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .social a {
    color: lightgray;
}
footer .social a:hover {
    text-decoration: inherit;
}

footer table.sitemap {
    width: 100%;
    text-align: left;
    color: white;
}

footer table.sitemap th {
    text-transform: uppercase;
    width: 33.3333333%;
}

footer table.sitemap td {
    width: 33.3333333%;
}

footer table.sitemap th:nth-child(2) {
    text-align: center;
}

footer table.sitemap td:nth-child(2) {
    text-align: center;
}

footer table.sitemap th:nth-child(3) {
    text-align: right;
}

footer table.sitemap td:nth-child(3) {
    text-align: right;
}

footer table.sitemap a {
    color: white;
}

footer table.sitemap a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 1px;
    width: 0%;
    background-color: #ECF0F1;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}

footer table.sitemap a:hover:after {
    width: 80%;
    left: 10%;
    background-color: white;
}


.tile-wrapper::after {
    content: "";
    display: block;
    clear:both;
}

.fourth {
    width: 25%;
    display: inline-block;
    margin: 0 !important;
    padding: 15px;
    float: left;
}

.fourth img {
    display: block;
    margin-left: 0px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fourth h3 {
    font-size: 26px;
}













/*

MOBILE OPTIMISATION

*/

/* --- iPad landscape --- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .products-wrapper {
        width: 85%;
    }





    h1 {
        font-size: 48px;
        margin-bottom: 15px;
    }

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

    h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-device-width: 414px) {

    body {
        -ms-word-break: break-all;
        word-break: break-all;

        word-break: break-word;

        -webkit-hyphens: auto;
        -moz-hyphens: auto:
        -ms-hyphens: auto;
        hyphens: auto;
    }

    navbar .logo-wrapper {
        position: absolute;
        top: 0;
        left: 2.5%;
    }

    navbar .logo-wrapper .icon, .logo, .idroplinks, .media {
        height: 35px;
        margin-top: 10px;
    }

    navbar .navigation {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
        background-color: rgba(255, 255, 255, 0.5);
        height: 100% !important;
        -webkit-backdrop-filter: blur(10px);
        border-top: 1px solid rgba(0,0,0,0.3);
    }

    navbar .navigation::before {
        content: 'Navigation';
        width: 100%;
        font-size: 24px;
        text-align: center;
        display: block;
        font-weight: 500 !important;
        text-decoration: underline;
        margin-bottom: 20px;
        color: #2980B9;
    }

    navbar .navigation a.fadeIn {
        animation-delay: 0s !important;
        display: block;
        text-align: center;
        margin-right: 0px !important;
        padding: 15px;
        font-size: 20px;
    }

    navbar .navigation a:hover:before {
        height: 0px;
    }

    navbar .navigation a.selected:before {
        display: none;
        height: 0px;
    }

    navbar .sidebar_button {
        display: inline-block;
        float: right;
    }

    header {
        width: 95%;
        height: 200px;
        margin-bottom: -60px;
    }

    header .video-overlay h2 {
        color: white;
        text-align: center;
        margin-top: 30px;
        font-size: 40px;
        font-weight: 400;
    }

    .header-text {
        display: none !important;
    }

    header .video-overlay .button {
        width: 200px;
        text-align: center;
        margin: auto;
        bottom: 20px;
    }

    section {
        margin-top: -30px;
    }

    .products-wrapper {
        width: 90% !important;
    }

    .product-tile {
        width: 100% !important;
        margin-bottom: 20px !important;
    }


    .container {
        width: 95% !important;
    }

    .fourth {
        width: 100% !important;
    }




    footer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }



    h1 {
        font-size: 40px !important;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 34px !important;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 28px !important;
        margin-bottom: 10px;
    }





    /* MENU HAMBURGER ANIMATION START */
    .svg-menu-toggle {
  		fill: black;
  		pointer-events: all;
  		cursor: pointer;
        transition: fill 0.3s ease-in-out;
	}

	.svg-menu-toggle .bar {
		-webkit-transform: rotate(0) translateY(0) translateX(0);
		transform: rotate(0) translateY(0) translateX(0);
		opacity: 1;
		-webkit-transform-origin: 20px 10px;
		transform-origin: 20px 10px;
  		-webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
  		transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
	}
	.svg-menu-toggle .bar:nth-of-type(1) {
		-webkit-transform-origin: 20px 10px;
		transform-origin: 20px 10px;
	}
	.svg-menu-toggle .bar:nth-of-type(3) {
		-webkit-transform-origin: 20px 20px;
  		transform-origin: 20px 20px;
	}

    .svg-menu-toggle-active {
        fill: #2980B9;
    }

	.svg-menu-toggle-active .bar:nth-of-type(1) {
		-webkit-transform: rotate(-45deg) translateY(0) translateX(0);
		transform: rotate(-45deg) translateY(0) translateX(0);
	}
	.svg-menu-toggle-active .bar:nth-of-type(2) {
		opacity: 0;
	}
	.svg-menu-toggle-active .bar:nth-of-type(3) {
		-webkit-transform: rotate(45deg) translateY(0em) translateX(0em);
		transform: rotate(45deg) translateY(0em) translateX(0em);
	}
	/* MENU HAMBURGER ANIMATION END */






}













/*

TYPOGRAPHY

*/

h1 {
    font-size: 62px;
    line-height: normal;
}

h2 {
    font-size: 46px;
    font-weight: 300;
    line-height: normal;
}

h3 {
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
    color: #2980B9;
    line-height: normal;
}

.caps {
    text-transform: uppercase;
}
.small {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 1.5px;
    font-weight: 800;
    color: #C2C7CD;
}






















.animated{
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
}



@-webkit-keyframes slideRight {
  0% {
    /*opacity: 0;*/
    -webkit-transform: translateX(-100%);
  } 100% {
    /*opacity: 1;*/
    -webkit-transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    /*opacity: 0;*/
    transform: translateX(-100%);
  } 100% {
    /*opacity: 1;*/
    transform: translateX(0);
  }
}

.slideRight {
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
}








@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  } 100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  } 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@keyframes spin {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.spin {
  /*-webkit-animation-name: spin;
  -moz-animation-name: spin;
  -o-animation-name: spin;*/
  animation-name: spin;
}
