@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

html {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
    font-weight:400;
	color:#5b5b5b;
}

body {
	margin:0 auto;
	padding:0;
}

#content {
	margin:0 auto;	
	width:100%;
	height:auto;
	padding-bottom:0;
}

#main {
	margin:0 auto;
	padding:0;
	width:100%;
    height:auto;
	background:url(../img/bg1.gif) no-repeat top center;
    background-color: #fff;
	background-size:cover;
	text-align:center;
    color:#5b5b5b;
}

img {
	width:100%;
}

.logo {
    padding-top:11em;
    padding-bottom:6em;
    width:70%;
}

.ctr {
    font-size: 1.5em;
    text-align: center;
}

div.center {
    text-align: center;
}

table {
    margin-left:auto; 
    margin-right:auto;
}

td {
    text-align: left;
    padding: 0;
}

.mr {
    padding-right: 2em;
}

h1 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:3.3em;
    font-weight:500;
	color:#5b5b5b;
    text-align:center;  
}

h2 {
    margin: 1em 0.5em 1em 0.5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.8em;
    font-weight:400;
	color:#5b5b5b;
    text-align:center;
}

h3 {
    margin: 0em 0.5em 1em 0.5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.5em;
    font-weight:600;
	color:#5b5b5b;
    text-align:center;
}

p {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    color:#5b5b5b;
}

.left {
    text-align: left;
}

.mt {
    margin-top: 1.5em;
}

.right {
    text-align: right;
    padding-right: 1em;
    vertical-align: bottom;
}

.ls { 
    letter-spacing: 0.035em;
}
@media only screen and (max-width: 1280px) {
#main {
	margin:0 auto;
	padding:0;
	width:100%;
    height:auto;
    background-color: #fff;
	background:url(../img/bg2.gif) no-repeat top center;
	background-size:cover;
	text-align:center;
}
    
    .logo {
    padding-top:8em;
    padding-bottom:5em;
    width:80%;
}

}

@media only screen and (max-width: 600px) {
    
    #main {
	background:url(../img/bg5.gif) no-repeat top center;
}
    
    .logo {
    padding-top:5em;
    padding-bottom:3em;
    width:70%;
}
   
    p.right, a {
        text-align: center;
        padding-right: 0em;
        padding-left: 0em;
    }

    a {
        text-align: center;      
    }

}