/* CSS Document */
body {
    background-color: lightblue;
}


#w3-container {
background-color: lightblue;
width:100%;
}	
	
#w3-container,img{
	width:100%;
	height: 250px;
	padding-top: 6px;
	 color: white;
}


.w3-button {
	width:60px;
	height:25px;
	padding: 1px;
}

/* Top left text in de image*/
.top-left {
    position: fixed;
    top: 40px;
    left: 35%;
	float: left;
}




h1 {
    color: white;
    text-align: left;
}

p {
    color:#000000;
   } 

/* ============================
				Mobile Responsiveness
   ============================*/


@media(max-width: 768px) {

	.top-leftt{
		display: none;
	}

.top-left {
    position: fixed;
    top: 50px;
    left: 26%;
	float: left;
}

	

	#calendar .date {
		float: none;
	}




}







