@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto 0;
	width: 1080px;
	margin-top: 100px;
	font-family: '' sans-serif; font-weight 200;
	color: #666;
	}

h1 {
	font-family: 'Roboto' sans-serif; 
	font-weight: 300;
	font-size: 35px;
	color: #27516a;
	text-shadow: 1px 1px 0 #dbdbdb;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 30px;
	
	}

h2 {
	font-family: 'Roboto' sans-serif; 
	font-weight: 300;
	font-size: 26px;
	color: #fc3203;
	margin-top: 5px;
	margin-bottom: 15px;
	
	}
	
h3 {
	font-family: 'Roboto' sans-serif; 
	font-weight: 400;
	font-size: 24px;
	color: #fc3203;
	margin-top: 5px;
	margin-bottom: 15px;
	
	}

p {
	font-family: 'Roboto' sans-serif; 
	font-weight: 100;
	font-size: 18px;
	color: #333;
	
	}
	
#onstage {
	width: 700px;
	margin: 0 auto 0;
	text-align: center;
	
	}


@media (max-width:800px) {
  body {
    width:100%; /*The width is 100%, when the viewport is 800px or smaller*/
  }

    #onstage, #onstage img {
	width: 100%;
        height: 100%;
	margin: 0 auto 0;
	text-align: center;
	
	}

    #onstage h1 {
	font-size: 24px;
	text-align: center;

    #onstage p {
	font-size: 18px;
	text-align: center;
	
	}
}