*{
 box-sizing:border-box;
}

body{
	max-width: 1920px;
	height: auto;
	background-color: #D8D8D8;
}
h1{
	font-family: 'Roboto', serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #8C0073;
	font-size: 20px;
	width: 385px;
	padding: 5px;
	margin: 10px 10px 10px 0px;
}
nav ul {
    list-style-type: none;
    padding: 2px;
    overflow: hidden;
    font-family: 'Roboto', serif;
    font-size: 10px;
    font-color: #ffffff;
    margin-bottom: 10px;
    background-color: #8C0073
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding:14px 0px 14px 10px;
    text-decoration: none;
}


blockquote{
	font-size: 33px;
	font-family: 'Permanent Marker', cursive;
	line-height: 40px;
	color: red;
	float: left;
	margin: 10px 0px 20px 0px;
}

p{
	font-family: 'Roboto', serif;
	color:#606060;
	line-height: 23px;
	font-size: 16px;

}

.left-responsive{
	max-width: 100%;
	height: auto;
    float: left;
    margin: 0 25 15px 0px;
 }

.rt-responsive{
	max-width: 100%;
	height: auto;
    float: right;
    margin: 0 0 15px 15px;
}
.container{
	max-width: 900px;
	height: auto;
	margin:auto;
	background-color: #FFFFFF;
	padding: 25px 50px 50px 50px;

}
.bannerbackground{
	height:260px;
	width:100%;
	background-image:url("images/modern-wide_short.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-color: #cccccc;
	font-size:65px;
	text-align: bottom;
	font-family: 'Permanent Marker', cursive;
	margin: 0px 0px 24px 0px;
}

}
@media screen and (max-width: 800px) {
    .bannerbackground {
        font-size: 24px;
    }
}
