@charset "UTF-8";
/* CSS Document */
body {
background-color: #222222;
}

a {
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
        padding: 0;
        margin: 0;
}

.body {
margin: 0 auto;
width: 90%;
clear:both;
}

header, nav, footer {
	display: block;
}
/*artiestennaam gallery*/
h1 {
font-family: Arial, Helvetica, sans-serif;
color: #fffefb;
margin-top: 30px;
font-size; 8px;
}

/*twiske theater roze*/
h2 {
	color: #FF31A1;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	letter-spacing: 0.3em;
	font-size: 100%;
        text-align: center;
        padding-top: 3%;
}

/*kopteksten*/
h3 {
	color: #fffefb;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	letter-spacing: 0.3em;
	font-size: 100%;
        padding-bottom: 4%;	
}

h4 {    
        color: #fffefb;
	font-family: 'Merriweather Sans', sans-serif;
	/*text-align: center;*/
        letter-spacing: 0.2em;
	font-size: 80%;
	padding-top: 4%;
	/*padding-bottom: 2%;*/
}
/*datum en email goud*/
h5 {
	color: #EBD394;
	font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
	font-size: 80%;
	padding-top: 2%;
}

h6 {
        font-family: "Merriweather Sans", sans-serif;
	color: #fffefb;
	font-size: 0.8 em;
	text-transform: lowercase;
	
}
header {
height: auto;
margin-top: 2%;
margin-bottom: 2%;
border-top-width: 5px;
border-right-width: 5px;
border-left-width: 5px;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-top-color: #fffefb;
border-right-color: #fffefb;
border-left-color: #fffefb;
background-color: #990033;
}

header #logo  {
width: 100%;
height: auto;
text-align: center;
	
}
header #gallery  {
display: none;
	
}
#gallery img {
display: none;
}

nav {
border-right-width: 5px;
border-bottom-width: 5px;
border-left-width: 5px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #fffefb;
border-bottom-color: #fffefb;
border-left-color: #fffefb;
margin-bottom: 3%;
background: -prefix-linear-gradient(left, #990033, #fffefb, #990033) no-repeat;
background: linear-gradient(to right, #990033, #fffefb, #990033) no-repeat;
background: -webkit-linear-gradient(left, #990033, #fffefb, #990033) no-repeat;
background: -moz-linear-gradient(left, #990033, #fffefb, #990033) no-repeat;
}
	
#content {
	width: 104%;
	float: left;
    margin-bottom: 2%;
}

#content img {
    width: 47%;
	margin-top: 2%;
	margin-left: 0%;
    margin-right: 2%;
}

#top-sidebar {
	display: none;
	float: left;
}

#middle-sidebar {
display: none;
float: left;
}

#bottom-sidebar {
display: none;
float: left;
}

#home{
width: 100%;
float: left;
display: block;
border-bottom-style: solid;
border-bottom-width: 5px;
border-bottom-color: #fffefb;
margin-bottom: 2%;
}
#home img {
       float: right;
}
footer {
display: none;!important;
}


/* Tabletlay-out: 481 px tot 768 px. Neemt stijlen over van: mobiele lay-out. */

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

#content img {
	width: 31.6%;
        margin-top: 0%;
        margin-bottom: 0.8%;
	margin-left: 0%;
        margin-right: 0.8%;
}		
}

/* Bureaubladlay-out: 769 px tot maximaal 1232 px.  Neemt stijlen over van: mobiele lay-out en tabletlay-out. */

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

.body {
        /*width: 90%;*/
        min-width: 1000px;
        max-width: 1000px;
}

h2 {
	color: #FF31A1;
	text-transform: uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	letter-spacing: 0.3em;
	font-size: 100%;
        text-align: left;
	font-weight: bolder;
        padding: 0;
}

header{
	width: 99%;
	display: block;
	float: left;
}
header #logo  {
	width: 32%;
	float: left;
	display: block;
	text-align: center;
	margin-top: 3%;
}
header #gallery  {
	width: 68%;
	float: right;
	display: block;
}
#gallery img {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
nav {
       width: 99%;
       float: left;
       height: auto;
}

#content {
	width: 69%;
    /*min-height: 650px;*, alleen voor toevoeging banner*/
	float: left;
}
#top-sidebar {
	width: auto;
	float: left;
	display: none;
	margin-left: 14%;
	border: 5px solid #fffefb;
	text-align: center;
	margin-bottom: 2%;
}

#middle-sidebar {
	width: auto;
	float: left;
	display: block;
        margin-left: 16%;
	text-align: center;
	
}

#bottom-sidebar {
}

footer {
	width: 99%;
	float: left;
	display: block;
        border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fffefb;
	border-bottom-color: #fffefb;
	border-left-color: #fffefb;
	margin-bottom: 2%;
}

}
