@charset "utf-8";
a:visited, a:link, a:active{ color: black; text-decoration: none;} 
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: 1078px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background:#FEC80D url('../images/splash_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
    #main {
        width: 1100px;
        height: 812px;
        margin: 0 auto;
    }
    #main_bg{
        width: 937px;
        height: 627px;
        background: url('../images/splash_inner2.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 20px;
        margin-left: 81px;
    }
    #button1{
        width: 415px;
        height: 60px;
        background: #C90C0F;
        color: white;
        font-size: 31px;
        font-family: "WorkSans-Bold";
        text-align: center;
        line-height: 60px;
        float: left;
        clear: both;
        margin-top: 650px;
        margin-left: -18px;
    }
    #button2{
        width: 415px;
        height: 60px;
        background: #C90C0F;
        color: white;
        font-size: 31px;
        font-family: "WorkSans-Bold";
        text-align: center;
        line-height: 60px;
        float: right;
        margin-top: 650px;
        margin-right: -17px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 200px) {
    html, body {
		width: 100%;
		height: 697px;
		margin: 0px;
		padding: 0px;
	}

	body {
		background:#FEC80D url('../images/splash_bg_mobile.jpg');
		background-repeat:no-repeat;
		background-position:center top;
	}
    #main{
		width:320px;
		height:1000px;
		margin:0 auto;

	}
    #main_bg{
        width: 333px;
        height: 469px;
        background: url('../images/splash_inner_mobile2.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 0px;
        margin-left:-20px;
    }
    #button1{
        width: 280px;
        height: 40px;
        background: #C90C0F;
        color: white;
        font-size: 21px;
        font-family: "WorkSans-Bold";
        text-align: center;
        line-height: 40px;
        float: left;
        clear: both;
        margin-top: 375px;
        margin-left: 43px;
    }
    #button2{
        width: 280px;
        height: 40px;
        background: #C90C0F;
        color: white;
        font-size: 21px;
        font-family: "WorkSans-Bold";
        text-align: center;
        line-height: 40px;
        float: left;
        clear: both;
        margin-top: 65px;
        margin-left: 43px;
    }
}

