@font-face  {
    font-family: Roboto-Medium;
    src: url("./fonts/Roboto-Medium.ttf");
}

@font-face  {
    font-family: Roboto-Regular;
    src: url("./fonts/Roboto-Regular.ttf");
}

@font-face  {
    font-family: Roboto-Light;
    src: url("./fonts/Roboto-Light.ttf");
}

@font-face  {
    font-family: Roboto-Thin;
    src: url("./fonts/Roboto-Thin.ttf");
}

*   {
    margin: 0;
    padding: 0;
}

body    {
    position: relative;
    margin: 0;
    padding: 0;
}

#showcase   {
/*
    background-image: url(./img/Render.JPG);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
*/
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
    align-items: center;
    text-align: center;
}

.parallax-window {
    min-height: 100vh;
    background: transparent;
}

.containerlogo  {
    float: left;
    position: relative;
    height: 100%;
    margin-left: 400px;
}

.containerlogo:before {   
    content: ' ';
    display: inline-block;
    vertical-align: middle; 
    height: 100%;
}

.animationnav  {
    opacity: 0;
    animation: alpha 1.5s forwards;
    animation-delay: 4s;
    position: absolute;
    top: 0;
    background-color: transparent;
/*    border-bottom: 1px solid RGBA(150,150,150,0.5);*/
    width: 100%;
    height: 125px;
}

ul li a   {
    text-decoration: none;
    font-family: Roboto-Thin;
    font-size: 0.8rem;
    color: inherit;
    font-stretch: ultra-condensed;
}

ul li a:hover   {
    transition: 0.2s;
    text-decoration: none;
    color: RGB(255,129,0);
}

.animationnav ul  {
    margin-right: 400px;
    margin-top: 25px;
    float: right;
}

ul li   {
    display: inline;
    float: left;
    right: 0;
    padding-left: 1.5rem;
    color: RGB(55,55,55);
}

@keyframes  alpha   {
    from    {opacity: 0;}
    to      {opacity: 1;}
}

.navlogo    {
    height: 80%;
    display: inline-block;
    vertical-align: middle; 
}


/*Begin showcase font en knop*/
#showcase h1    {
    margin-top: 3rem;
    font-family: Roboto-Medium;
    color: RGB(30,30,30);
    font-size: 5.5rem;
}

#showcasehr {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px solid RGB(255,129,0);
    margin: 0 auto 0.5em auto;
    padding: 0;
    width: 300px;
    color: RGB(255,129,0);
    align-self: center;
}

#showcase p    {
    font-family: Roboto-Regular;
    color: RGB(55,55,55);
    font-size: 2rem;
    margin-bottom: 1em;
}

.button    {
    font-family: Roboto-Light;
    transition: 0.2s;
    text-decoration: none;
    font-size: 1.2rem;
    color: RGB(250,250,250);
    padding: 5px 40px 5px 40px;
    border: 1px solid RGB(255,129,0);
    border-radius: 5px;
    background-color: RGB(255,129,0);
}

.button:hover   {
    font-family: Roboto-Light;
    transition: 0.2s;
    padding: 5px 40px 5px 40px;
    border: 1px solid RGB(235,109,0);
    border-radius: 5px;
    background-color: RGB(235,109,0);
}

/*End showcase font en knop*/

h2  {
    font-family: Roboto-Regular;
    color: RGB(55,55,55);
    font-size: 2.5rem;
    margin-bottom: 0em;
    text-align: center;
}

.sectionhr  {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px solid RGB(255,129,0);
    margin: 0.5rem auto 2rem auto;
    padding: 0;
    width: 75px;
    color: RGB(255,129,0);
    align-self: center;
}

p   {
    font-family: Roboto-Light;
    color: RGB(30,30,30);
    font-size: 1.2rem;
    margin-bottom: 1em;
}

.maxwidth   {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 50px 0 50px 0;
}

.about  {
    background-color: RGB(0,67,86);
/*    border-top: 1px solid RGB(230,230,230);*/
}

/*Team section*/

.team   {
    background-color: RGB(240,240,240);
}

#mobilescreenname {
    display: none;
}

.containerteam h3    {
    font-family: Roboto-Regular;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 5px;
}

.team p    {
    font-family: Roboto-Light;
    font-size: 1.1rem;
    text-align: center;
}

.containerteam  {
    width: 100%;
    margin: auto;
    display: inline-block;
    text-align: center;
}

.containerteam .employeebox {
    display: inline-block;
    width: 30%;
    margin-bottom: 30px;
}

.employeebox img {
    width: 70%;
}

/*CV download*/

.cvbox  {
    font-family: Roboto-Light;
    transition: 0.2s;
    text-decoration: none;
    font-variant: small-caps;
    font-size: 0.8rem;
    color: white;
    padding: 5px 12px 5px 12px;
    border: 1px solid RGB(255,129,0);
    border-radius: 5px;
    background-color: RGB(255,129,0);
}

.cvbox:hover    {
    font-family: Roboto-Light;
    transition: 0.2s;
    color: RGB(255,129,0);
    border: 1px solid RGB(255,129,0);
    border-radius: 5px;
    background-color: transparent;
}

/*Gallery Section*/

.gallery   {
    background-color: RGB(250,250,250);
    padding: 0;
    margin: 0;
    position: relative;
}

.containergallery  {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.containergallery img   {
    width: 100%;
    display: block;
    display: inline-block;
    vertical-align: top;
    transition: all 0.2s ease-in-out;
}

.gallery h5 {
    font-family: Roboto-Regular;
    color: RGB(55,55,55);
    font-size: 2.8rem;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.gallery:hover h5   {
    opacity: 100;
}

.gallery:hover img {
    transform: scale(1.1);
    -webkit-filter: blur(10px);
}

.gallery img:hover h5    {
    opacity: 100;
}

.gallery .centered  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallerymaxwidth   {
    width: 100%;
    padding-top: 50px;
    margin: auto;
    position: relative;
}

/*Sponsor Section*/

.sponsors   {
    background-color: RGB(250,250,250);
}

.containersponsors h3    {
    font-family: Roboto-Regular;
    font-size: 1.3rem;
/*    text-align: center;*/
    margin-bottom: 20px;
}

.containersponsors  {
    width: 100%;
    margin: auto;
    display: inline-block;
    text-align: center;
}

.sponsorsbox {
    display: inline-block;
    width: 30%;
    margin-bottom: 2rem;
}

.sponsorsbox2 {
    display: inline-block;
    width: 25%;
    margin-bottom: 1rem;
}

.sponsorsbox img {
    width: 70%;
}

.sponsorsbox2 img {
    width: 60%;
}

.button-sponsors    {
    font-family: Roboto-Light;
    transition: 0.2s;
    text-decoration: none;
    font-size: 1.2rem;
    color: RGB(250,250,250);
    padding: 5px 40px 5px 40px;
    border: 1px solid RGB(255,129,0);
    border-radius: 5px;
    background-color: RGB(255,129,0);
    text-align: center;
}

.button-sponsors:hover   {
    font-family: Roboto-Light;
    transition: 0.2s;
    color: RGB(250,250,250);
    padding: 5px 40px 5px 40px;
    border: 1px solid RGB(235,109,0);
    border-radius: 5px;
}

.linksponsorpage    {
    text-align: center;
    margin-bottom: 2rem;
}

.linksponsorpage a   {
    text-decoration: none;    
}

.button-sponsor {
    font-family: Roboto-Light;
    transition: 0.2s;
    text-decoration: none;
    font-size: 1.2rem;
    color: RGB(250,250,250);
    padding: 5px 40px 5px 40px;
    border: 1px solid RGB(255,129,0);
    border-radius: 5px;
    background-color: RGB(255,129,0);
}

.button-sponsor:hover   {
    font-family: Roboto-Light;
    transition: 0.2s;
    color: RGB(250,250,250);
    padding: 5px 40px 5px 40px;
    border: 1px solid RGB(235,109,0);
    border-radius: 5px;
    background-color: RGB(235,109,0);
}


/*Damen showcase*/

#showcase-damen   {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.parallax-window-damen {
    min-height: 30vh;
    background: transparent;
}

#showcase-damen h1    {
    font-family: Roboto-Medium;
    color: RGB(250,250,250);
    font-size: 4rem;
    text-align: center;
}

#showcasehr-damen {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px solid RGB(255,129,0);
    margin: 0.2rem auto 0.5rem auto;
    padding: 0;
    width: 300px;
    color: RGB(255,129,0);
    align-self: center;
}

#showcase-damen p    {
    font-family: Roboto-Regular;
    text-align: center;
    color: RGB(250,250,250);
    font-size: 1.2rem;
    margin-bottom: 2em;
}

.button-damen    {
    font-family: Roboto-Light;
    transition: 0.2s;
    text-decoration: none;
    font-size: 1.2rem;
    color: RGB(250,250,250);
    padding: 5px 40px 5px 40px;
    border: 1px solid RGB(255,129,0);
    border-radius: 5px;
    background-color: RGB(255,129,0);
}

.button-damen:hover   {
    font-family: Roboto-Light;
    transition: 0.2s;
    color: RGB(250,250,250);
    padding: 5px 40px 5px 40px;
    border: 1px solid RGB(235,109,0);
    border-radius: 5px;
    background-color: RGB(235,109,0);
}

/*Follow us*/

.followus   {
    background-image: url(img/bgblur.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.containerfollowus    {
    width: 100%;
    margin: auto;
    display: inline-block;
    text-align: center;
    position: relative;
}

.socialfollow   {
    width: calc(100%  /3);
    float: left;
}

.containerfollowus img  {
    width: 30%;
    padding: 20px;
    display: inline-block;
    border-radius: 10px;
    border: 4px RGB(250,250,250) solid;
    
}

.containerfollowus h2   {
    font-size: 1.8rem;
    color: RGBA(250,250,250,0);
}

.followusanimation:hover  {
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
    background-color: RGBA(250,250,250,0.2)
}

/*Footer*/

.followus   {
    background-color: 
}

.footer {
    background-color: RGB(0,166,214);
}

.leftfooter  {
    width: 48%;
    float: left;
}

.rightfooter  {
    width: 48%;
    float: right;
}

.copyrightclass  {
    background-color: RGB(55,55,55);
    padding: 0;
    margin: 0;
}

.copyrightclass p  {
    color: white;
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
}

.footermaxwidth   {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    padding: 10px 0 10px 0;
}

/*Contact*/

.footer h1  {
    font-family: Roboto-Regular;
    font-size: 2rem;
    color: RGB(250,250,250);
    margin-bottom: 1rem;
}

/*Contact Codepen*/

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.container {
	width:100%;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
    margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
    border: 0 none;
    z-index: -1;
    }

#contact input[type="text"], #contact input[type="email"], #contact textarea {
	width:100%;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
    border-radius: 5px;
    border: none;
    border: 1px solid transparent;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
    border: 1px solid RGB(120,120,120);
}

#contact textarea {
	height:150px;
	max-width:100%;
    resize:none;
    border-radius: 5px;
    border: 1px solid transparent;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	background:RGB(255,129,0);
	color:#FFF;
	margin:0;
	padding:10px;
	font-size:15px;
    border: 0 none;
    border-radius: 5px;
}

#contact button[type="submit"]:hover {
	background:Transparent;
	-webkit-transition:background 0.2s ease-in-out;
	-moz-transition:background 0.2s ease-in-out;
	transition:background-color 0.2s ease-in-out;
    border-radius: 5px;
    background-color: RGB(235,109,0);
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

.rightfooter, .leftfooter   {
    text-decoration: none;
    -webkit-text-decoration: none;
}

.social img{
    width: 40px;
    padding: 8px;
    margin-right: 5px;
    border: 2px solid RGBA(250,250,250,1);
    border-radius: 5px;
    opacity: 1;
    -webkit-transform: scale(1);
	transform: scale(1);
	
}

.social img:hover {
    background-color: RGBA(250,250,250,0.2);
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
    -webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.gototop img    {
    opacity: 0;
    animation: alpha 1.5s forwards;
    animation-delay: 4s;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

@media (max-width:1420px){
    .containerlogo  {
        margin-left: 150px;
    }
    .animationnav ul    {
        margin-right: 150px;
    }
}

@media (max-width:1000px){
    .containerlogo  {
        margin-left: 85px;
    }
    .animationnav ul    {
        margin-right: 85px;
    }
}

@media (max-width:768px){
    .parallax-window {
    min-height: 65vh;
    }
    #showcase h1  {
        font-size: 2rem;
        margin-top: 1.5rem;
    }
    #showcasehr {
        width: 150px;
    }
    #showcase p {
        font-size: 1rem;
    }
    .button {
        font-size: 0.8rem;
        padding: 5px 20px 5px 20px;
    }
    .button:hover   {
        font-size: 0.8rem;
        padding: 5px 20px 5px 20px;
    }
    .animationnav   {
        height: 85px;
        width: 100%;
        text-align: center;
    }
    .containerlogo  {
        width: 100%;
        margin: 0 auto;
    }
    .animationnav ul    {
        margin: 5px;
        padding: 0;
        margin-right: 0;
        width: 100%;
        display:flex;
        justify-content: center;
    }
    ul li a {
        font-size: 0.6rem;
    }
    ul li   {
        padding: 0px 1rem 0px 1rem;
    }
    .gototop img    {
        width: 35px;
        height: 35px;
    }
    .containerteam .employeebox {
        width: 48%;
    }
    #fullscreenname {
    display: none;
    }
    #mobilescreenname {
    display: block;
    }
    .containersponsors .sponsorsbox {
    width: 100%;
    margin-bottom: 1.5rem; 
    }
    .containersponsors .sponsorsbox2 {
        width: 100%;
    }
    .leftfooter, .rightfooter   {
        width: 100%;
    }
    .gallery h5 {
        font-size: 1.2rem;
        opacity: 100;
    }
    .socialfollow   {
    width: 100%;
    }
    .containerfollowus img  {
    width: 20%;
    margin-bottom: 5px;
    padding: 5px;
    }
    .menu   {
    display: none;    
    }
}

