body{
  font-family: 'Ubuntu', sans-serif;
  font-size: 23px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.row{
  max-width: 1240px;
  margin: auto;
  overflow: hidden;
}

.slogans {
    max-width: 60%;
    min-height: 900px;
    margin: auto;
}

.highlight {
    background-color: black;
}

#s-left {
  text-align: left;
}

#s-center {
  text-align: center;
}

#s-right {
    text-align: right;
}

/* Navigation Markup*/
nav {
    text-align: center;
}

nav ul {
    margin: auto;
    display: inline-block;
    margin: 5px;
    padding: 0;
}

nav ul li {
    margin-bottom: 5px;
}

header a {
    font-weight: bold;
    color: #00004d;
    text-transform: uppercase;
    font-size: 75%;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 2px solid transparent;
}

header a:hover	{
    border-bottom: 1px solid #00004d;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.4s;
}

header li {
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}


.lijst {
    text-align: left;
    color: #404040;
    text-align: justify;
    font-size: 95%;
    line-height: 1.8;
}

header {
  background:#fff;
  color:#808080;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 50px;
}


header #branding{
  float: left;
  padding-top: 5px;
    width: 70%;
}

#logo {
    width: 175px;
    position: absolute;
    margin-top: 73px;
}

#showcase{
  width: 100%;
  min-height: 700px;
  background:url('../img/bg-1.jpg') no-repeat 0 -600px;
  background-position: center;
  background-size: cover;
  color: #fff;
}

#showcase h1{
    margin-top: 75px;
    font-size: 35px;
    opacity: 0.95;
    text-shadow: 0.1em 0.1em 0.4em black;
}

#showcase p{
    font-size: 30px;
    color: #fff;
    text-shadow: 0.1em 0.1em 0.4em black;
}


.content {
    width: 95%;
    margin: 50px auto;
    padding-bottom: 15px;
    text-align: center;  
}

.content h1 {
    color: #404040;
    text-align: center; 
    margin: 25px 0;
    font-size: 150%;
    letter-spacing: 1px;
    font-weight: 400;
}

.content h3 {
    color: #404040;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
}

.content p {
    color: #404040;
    text-align: center;
    font-size: 95%;
    line-height: 1.8;
    font-weight: 100;
}

footer {
  height: auto;
  color: #737373;
  background-color: #737373;
  font-size: 60%;
}

footer #left {
  float: left;
  padding-left: 20px;
}

footer #right {
  float: right;
  padding-right: 20px;
}


/* Mobile navi */
.mobile-nav-icon {
    float: right;
    cursor: pointer;
    display: none;
    margin-right: 35px;
}

.mobile-nav-icon i {
    font-size: 175%;
    color: #00004d;
}

.line {
    border-bottom: 2px #404040 solid;
    width: 100px;
    margin: auto;
    margin-top: -10px;
}

#edwinpic {
    margin: 25px 25px 0 ;
}

#compensa {
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
}

#branding-text {
    display: none;
}

a.button {
  min-width: 300px;
  max-width: 40%;
    font-weight: 600;
  border: none;
  color: #000000;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 85%;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #c4c8f5;
  color: black;
  border: 2px solid #080000;
}

.button1:hover {
  background-color: #002443;
  color: #ffffff; 
}

.section-blue {
    background-color: #2a3eaa;
}

.section-blue h1 {
    color: #ffffff;
}

/* ----------------------------------------------- */
/* Animations */
/* ----------------------------------------------- */

.wp-1,
.wp-2,
.wp-3
{
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.wp-4
{
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


@media only screen and (max-width: 768px) {
    body {font-size: 19px;}
    .picture {float: inline; min-width: 100%;}
    .text {float: inline; min-width: 100%;}
    .main-nav { display: none; text-decoration: none;}
    .mobile-nav-icon {display: inline-block; text-decoration: none;}
    #logo {width: 100px;}
    #branding {position: absolute; top: -25px;}
    #branding-text { display: inline-block; float: left; margin-left: 50%; margin-top: 45px; font-size: 80%; width: auto;}
}


/* Sticky navi */
.sticky {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.sticky .main-nav { margin-top: 20px;}
.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 7px 0;
    color: #555;
}
.contact-details {
    margin-top: 25px;
}

.white {
    border-color: white;
}
