@charset "UTF-8";
/* CSS Document */

.container {
    padding: 15px;
    width: 750px;
	margin-left: 30px;
	margin-top: 30px;
}

.banner_left {
    float: left;
}
.banner_right {
    float: right;
}
.content {
    clear: both;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    font-weight: lighter;
    line-height: 1.5em;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
	
	
@media screen and (max-width: 992px) {

.container {
    padding: 15px;
    width: 98%;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 5px;
}

	
	.banner_left {
	margin:auto;
	width: 50%;
}
.banner_right {
  margin:auto;
	width: 50%;
}
.content {
	width: 100%;
	clear: both;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: x-large;
    font-weight: lighter;
    line-height: 1.5em;
}
		
		
	}
	
@media screen and (max-width: 850px) {
	.container {
    padding: 15px;
    width: 98%;
	margin-left: 2px;
	margin-top: 2px;
}
	
	.banner_left {
	clear: both;
}
.banner_right {
 float: left;
	clear: both;
}
	}
