html {
    height: 100%;
}
@font-face {
	font-family: 'Spartan';
	   src: url('../fonts/SpartanMB-Regular.otf');
	}
@font-face {
		font-family: 'MGH';
		   src: url('../fonts/moon_get-Heavy.ttf');
		}
    body { 
        background: url(../images/schip.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 100% !important;
        height: 100%;
        margin: 0;
        padding: 0;
        font-family: Spartan;
    }
    
    /* Make HTML 5 elements display block-level for consistent styling */  
    /* header, nav, article, section, aside, footer, address {  
    display: block;  
    }  */
    @media screen and (max-width: 1000px) {
    .logo {
        height: 150px;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    h1 {
        padding-top: 50px;
        font-size: 80px !important;
    }
    p {
        font-size: 28px !important;
        padding-top: 50px !important;
        padding-bottom: 30px;
    }
    input {
        width: 60% !important;
        padding: 20px 20px !important;
        margin-bottom: 18px !important;
        font-size: 29px;
    }
    .inloggen {
        width: 60% !important;
        padding: 20px 32px !important;
        font-size: 38px !important;
        margin-bottom: 150px !important;
    }
    .mailing-list h2 {
        width: 500px;
        font-size: 28px !important;
    }
    h2.telefoonnummer {
        padding-top: 25px;
        width: 250px !important;
    }
}
   .wrapper {
        width: 800px;
        min-height: 98%;
        background-color: rgba(0, 0, 0, 0.7);
        padding-right: 70px;
        padding-left: 70px;
        margin: 0 auto;
        text-align: center;
        padding-top: 30px;
        }

	a {
			color: #fff;
			text-decoration: none;
		}
	a:hover { 
			color: #73c92d; 
			text-decoration: none;
		}
        
    h1 {
    text-transform: uppercase;
    color: #73c92d;
    font-family: MGH;
    font-size: 50px;
    font-weight: lighter;
    text-shadow: 0px 2px 0px #000;
    margin: 30px 0 0 0;
    }
        
    p {
		color: #fff;
		margin: 0;
		font-size: 19px;
        font-weight: lighter;
		}

		
	p.credit {font-size: 12px; margin-top: 40px; color: #fff;}
    
    .hr {
    display: block;
    border: none;
    width: 800px;
    height: 2px;
    background: url(../images/divider.png);
    margin: 10px 0;
    }
    
    .clear {
    clear: both;
    }
       
    .mailing-list h2 {
    float: left;
    }
    h2.vragen {
        text-transform: uppercase;
        color: #73c92d;
        font-family: Spartan;
        font-size: 16px;
        font-weight: lighter;
        text-shadow: 0px 2px 0px #000;
        margin: 15px 0 15px 20px;
        text-align: left;
    }
    h2.telefoonnummer {
        width: 300px;
        text-align: right;
        color: #fff;
        font-size: 16px;
    }
    
    input {
        width: 25%;
        padding: 10px 10px;
        margin-bottom: 8px;
        box-sizing: border-box;
        color: #000;
    }

    .inloggen {
        width: 25%;
        background-color: #73c92d; /* Green */
        border: none;
        color: white;
        padding: 10px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 19px;
        margin-bottom: 30px;
    }
    .inloggen:hover {
        background-color: #4ea308;
    }

