
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 90%;
}
#box1 {
	background-image:url('images/sideleftbg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    float: left;
    height: 200px;
    width: 228px;
    margin-left: 5%;
    margin-top: 37%;
    clear: none;
    margin-right: 0px;
	text-align:center;
	text-shadow:#333;
			font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;

		font-weight: 300;
		color: #111;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    	padding: 0px 0px 0px 5px;
	
}
#box2 {
	background-image:url('images/siderightbg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    float: right;
    height: 200px;
    margin-left: 0px;
    margin-top: 37%;
    clear: none;
    width: 228px;
    margin-right:5%;
	text-align:center;
	text-shadow:#333;
}
#image1 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 60px;
    clear: none;
    color: rgb(0, 0, 0);
}
#image2 {
    float: right;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 60px;
    clear: none;
    color: rgb(0, 0, 0);
}
#th1 {
	opacity: 0.5;
}
#th2l {
	opacity: 0.75;
}
#th2r {
	opacity: 0.5;
}
@media only screen and (max-width: 852px) {

   #box2 {
        margin-top: 0px;
        clear: none;
        margin-left: auto;
        float: none;
        margin-right: auto;
   }
   #box1 {
        margin-top: 0px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
   }
}