@charset "UTF-8";
body {
    background-color: #FFFFFF;
    max-width: 95%;
    height: auto;
}
h1 {
    color: #282828;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 100px;
	text-align: center;

}
h2 {
    color: #282828;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 50px;
	text-align: center;

}
h3 {
    color: #282828;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 30;
	text-align: center;

}
p {
	color: #282828;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
}
a {
  color: #313131;
}
img{
            margin: 0 auto;
            height: auto;
            max-width: 100%;
            border: none;
            display: block;
			margin-left: max;
	
        }
.clearRight{clear:left;margin-right:0px}

