/* Styles.css */
/* #d15b8f = RAL 4003 */


@font-face {
    font-family: 'Fredericka the Great';
    src: url('/FrederickatheGreat-Regular.ttf') format('truetype');
}

*{
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Fredericka the Great', cursive;
    font-family: 'Sans serif';
}

/* -----------------------------------------------*/
.logo-setup {
    position: fixed;
    z-index: 200;
    left: 5%;
    top: 5%;
    color: #FF2e9f;
    background-color: #d15b8f;
}

.text-default-logo {
    font-family: 'Sans serif';
    position: fixed;
    text-align: left;
    color: #6ef7ac;
    font-weight: 150%;
    font-size: 250%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0%;
    padding-bottom: 1%;
    background-color: #d15b8f;
    width: 100vw;
    height: 65px;
    z-index: 99;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;

}

.div-setup {
	background-color: #d15b8f;
	width: 90vw;
    position: relative;
	top:-1vh;
	bottom: 10vh;
	left: 0vh;
	right: 0vh;
    border-radius: 20px;
	margin: auto;
    border: 5px solid #1c2f16;
}
.div-setup-rev {
	background-color: #f76db8;
	width: 90vw;
    position: relative;
	top:1vh;
	bottom: 10vh;
	left: 0vh;
	right: 0vh;
    border-radius: 20px;
	margin: auto;
    border: 2px solid #1c2f16;
}
/* ============================================== */
.text-big-top {
    font-family: 'Fredericka the Great', cursive;
    font-family: 'Sans serif';
    color: #f76db8;
    font-weight: 750;
    font-size: 300%;
  position:relative; /* text naar boven */
  top:-10vh;

    text-align: center;
    text-shadow: 3px 0 #6ef7ac, -3px 0 #6ef7ac, 0 3px #6ef7ac, 0 -3px #6ef7ac;
}
.text-top {
    font-family: 'Fredericka the Great', cursive;
    font-family: 'Sans serif';
    color: #6ef7ac;
    font-weight: 750;
    font-size: 170%;
    padding-left: 5%;
    padding-right: 50%;
    padding-top: 15%;
    padding-bottom: 0%;
    text-align: left;
    text-shadow: 3px 3px 1px #6f031a;
}
.text-big {
    font-family: 'Fredericka the Great', cursive, bold;
    font-family: 'Sans serif';
    text-align: left;
    color: #6ef7ac;
    font-size: 300%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.text-default {
    font-family: 'Sans serif';
    text-align: left;
    color: #6ef7ac;
    font-weight: 100;
    font-size: 150%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1%;
    padding-bottom: 0%;
    text-shadow: 1px 0 #6ef7ac, -1px 0 #6ef7ac, 0 1px #6ef7ac, 0 -1px #6ef7ac;
}

.text-footer {
    font-family: 'Sans serif';
    text-align: left;
    color: #6ef7ac;
    font-weight: 100;
    font-size: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1%;
    padding-bottom: 0%;
}

/* ============================================= */

.parallax-top { 
/*    background-image: linear-gradient(rgba(208, 235, 255, 0.0), rgba(208, 235, 255, 0.0)), url("/images/bg1.png"); */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20vh;
    color: #6ef7ac;
    background-color: #6ef7ac;
  }

.parallax-home-1 { 
    /* The image used */
    background-image: linear-gradient(rgba(255, 255, 255, .0), rgba(255, 255, 255, .0)), url("/images/bg1.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    width: 100vw;
  }

.parallax-home-2 { 
    background-color: #6ef7ac;
    width: 100vw;
    overflow: auto;
}
/*************************************************************************/

.parallax-footer { 
    background-image: linear-gradient(rgba(208, 235, 255, 0.0), rgba(208, 235, 255, 0.0)), url("/images/bg1.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20vh;
  	color: #6ef7ac;
    background-color: #6ef7ac;
  }

.parallax-bottom { 
/*    background-image: linear-gradient(rgba(208, 235, 255, 0.0), rgba(208, 235, 255, 0.0)), url("/images/bg1.png"); */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
/*    height: 20vh; */
  	color: #6ef7ac;
    background-color: #6ef7ac;
  }
/* -------------------- Mouse ---------------------------*/
a:link {
  color: #f76db8;
}

/* visited link */
a:visited {
  color: #f76db8;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: #f76db8;
}

/* ---------------------- Menu -----------------------------*/
.menu {
  z-index: 100;
  position: fixed;
  right: 0%;
  top: 0%;
  width: auto;
  }

.top-bar
{
    z-index: 99;
    position: fixed;
    top: 0%;
    display: inline-block;
    width: 100vw;
    height: 65px;
    padding: 5px;
    background-color: #d15b8f;
    margin-top: 0px;
    margin-left: -8px;
}

/* Add a background color to the top navigation */
.topnav {
    background-color: #d15b8f;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #6ef7ac;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 130%;
    border-bottom: 3px solid transparent;
    text-shadow: 2px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.topnav a:hover {
    border-bottom: 3px solid  #6f031a;
}

.topnav a.active {
    border-bottom: 3px solid white;
}

