@font-face {
    font-family: "Thai Sans Neue";
    src: url('../thaisans-neue/fonts/thaisansneue-regular-webfont.eot?') format('embedded-opentype'), 
         url('../thaisans-neue/fonts/thaisansneue-regular-webfont.woff2') format('woff2'), 
	url('../fonts/thaisans-neue/thaisansneue-regular-webfont.woff') format('woff'),         
         url('../fonts/thaisans-neue/thaisansneue-regular-webfont.ttf') format('truetype');
}


.lg-bg {
    background-image: url(../images/lg-bg.png);
    background-size: 692px 164px;
    background-position: right;
    background-repeat: no-repeat;
    height: 164px;
}

.xs-bg {
    background-image: url(../images/xs-bg.png);
    background-size: 670px 155px;
    background-position: center;
    background-repeat: no-repeat;
    height: 165px;
    color:#fff;
}


h1 {
    font-family: "Thai Sans Neue"
}

.green{
    background-color:aquamarine; 
}

.red{
    background-color:bisque;
}

.yellow{
    background-color:yellow;
}


.light-grey{

    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
}



.space-block
{
 margin-top: 30px;
    margin-bottom: 30px;
        
}


.footer {
  position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}