/* Basic CSS resets -- leveling slight inconsistencies in browsers */
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

html {
		/* Standard text-settings below */
	font-size: 1em;
    line-height: 1.4em;
}




body {
	
	background:#03bafc;
}

.tuesday {
	background: black;
	color: red;
	font-size:2em;
	font-family: Impact, sans-serif;
}

button{
	
	padding:5px;
	margin:5px;
	width:200px;
	}

p{
	
	padding:10px;
	
	}

#container {
	width:80%;
	margin:auto;
}

#special {
	background:orange;
	color:white;
	padding: 1em;
}

h1,h2 {
	cursor: pointer;
	padding:10px;
}
figure.Heat {
    position: relative;
    padding-bottom: 56.25%;  /* 16:9 */
    height: 0px;
    overflow: hidden;
    max-width: 100%;
}

figure.Heat iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

figure img {
	width: 80%;
}
figure {
	margin:0px;
	
	padding:0.5em;
	
}
@media all and (min-width: 769px) {
	

/*nav li {
	display:inline-block;
	width:12.1%;
}*/



main {
	display:flex;
	
flex-wrap:wrap;

}
button{
	
	background:green;
	
	}



	
} /* closes 769px+ */




/* Minimum width for desktop screens. */
@media all and (min-width: 1024px) {
	
 section{
	 
flex-basis:40%;

}

button{
	
	background:red;
	
	}
	
	
} /* closes 1024px+ */

