/* @override 
	http://www.weekvanhetontwerpen.be/css/main.css */

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px "Source Sans Pro", Helvetica, Helvetica Neue, Arial;
}

.wrapper {
}



/* ==============
    MOBILE: Menu
   ============== */
nav {
	display: none;
}
nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: gray;
}

nav a:hover,
nav a:visited {
    color: white;
}

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

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


h1 {
	background: url(../img/header.svg) no-repeat ;
	background-size: 100%;
	color: rgba(255, 255, 255, 0);
	text-indent: -10000px;
}


h1, div.slideshow {
	width: 50%;
	margin: 0;
	padding: 0;
}


.slideshow {
	background-color: #3d3b3b;


}
h1 img, .slideshow img {
	max-width: 100%;
}

#numbers  {
	background: url(../img/logo.svg) center center #EAEAE4;
	background-size: 1150px;
	height: 768px;
}

#numbers ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding-top: 4em;
	padding-bottom: 2em;
}
#numbers ul li {
	font-size: 4em;
	color: #fe005b;
	text-transform: uppercase;
	letter-spacing: .08em;
	line-height: 1.2em;
}

.foto {
	background-color: gray;
	text-align: center;
}
.foto img {
	max-width: 100%;
}
#sponsors {
	background-color: #00beff;
	text-align: center;
}
#sponsors img {
	max-width: 100%;
}
#sponsors h2 {
	margin: 0 auto;
	width: 60%;
	text-align: center;
	color: white;
	padding-top: 2em;
	font-size: 1.5em;
	font-weight: 900;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	padding-bottom: 1em;
}

#footer {
	background-color: #4BC878;
	padding-bottom: 5em;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer footer.wrapper {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background: url(../img/logo.svg) 3em 2.8em / 8em no-repeat;
	padding-top: 2em;
}

#footer ul {
	list-style: none;
	margin-left: 2em;
}
#footer ul:last-child {
	width: 4em;
}

#footer ul li {
	font-size: .9em;
	line-height: 1.5em;
}
#footer ul li:first-child {
	font-weight: bold;
	padding-bottom: 2em;
}

#footer ul:first-child li:last-child {
	padding-top: 1em;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 280px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 25%;
        margin: 0 1.7%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
	}

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

    #numbers ul li {
		color: #fe005b;
		text-transform: uppercase;
		letter-spacing: .08em;
		line-height: 1.4em;
		font-size: 2.5em;
	}
    h1, div.slideshow {
    	width: 100%;

    	float: left;
    	display: block;
    	margin: 0;
    }
    #sponsors img {
		margin-bottom: 2cm;
	}
    
    #footer ul {
    	float: none;
	}
	#footer ul:first-child {
		margin-top: 10em;
	}
	
}

@media only screen and (min-width: 800px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */



/* ============
    WIDE: Menu
   ============ */

    

    nav {
        width: 38%;
		overflow: hidden;
	}

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */    
    
    #numbers ul li {
    	font-size: 4em;
		line-height: 1.3em;
	}
    h1, div.slideshow {
    	width: 50%;
	}
	#sponsors {
			height: 768px;
		
	}
	#sponsors img {
			margin-bottom: 0;
		}
	#sponsors h2 {

		padding-top: 4em;

		padding-bottom: 2em;
	}
	#footer footer.wrapper {
		width: 90%;
		background: url(../img/logo.svg) 1em 2.8em / 8em no-repeat;
		
	}
#footer ul {
	float: left;
	margin-left: 0;
}

#footer ul:first-child {
	margin-left: 10em;
	margin-top: 1em;
}

}

@media only screen and (min-width: 1024px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
    	width: 100%;
       -width: 1024px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    
/* ==========================================================================
	Author's custom styles
	========================================================================== */ 
	
    h1 {
    	background: url(../img/header.svg) no-repeat;
    			background-size: 100%;
    	
		margin: 0;
	}
	.foto  img {
		width: 100%;
		max-width: none;
	}
#footer ul:first-child {
		margin-left: 10em;
	}
}

@media only screen and (min-width: 1700px) {
 body {
 	background-color: #f4f4f4;
 }
 h1 {
 	background-color: #fff;
 }
.wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


#footer footer.wrapper {
	width: 80%;
}

#footer ul:first-child {
	margin-left: 10em;
	margin-top: 1em;
}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}