@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: 812px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background:#477769 url('../images/splash_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
    #main {
        width: 1100px;
        height: 812px;
        margin: 0 auto;
    }
    #main_bg{
        width: 1100px;
        height: 564px;
        background: url('../images/splash_inner.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 30px;
    }
    #button1{
        width: 330px;
        height: 90px;
        background: #DE573D;
        color: white;
        font-size: 36px;
        font-family: "Montserrat-ExtraBold";
        text-align: center;
        line-height: 87px;
        border-radius: 50px;
        float: left;
        clear: both;
        margin-top: 590px;
        margin-left: 105px;
    }
    #button2{
        width: 330px;
        height: 90px;
        background: #DE573D;
        color: white;
        font-size: 36px;
        font-family: "Montserrat-ExtraBold";
        text-align: center;
        line-height: 87px;
        border-radius: 50px;
        float: left;
        margin-top: 590px;
        margin-left: 230px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 200px) {
    html, body {
		width: 100%;
		height: 979px;
		margin: 0px;
		padding: 0px;
	}

	body {
		background:#477769 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: 292px;
        height: 820px;
        background: url('../images/splash_inner_mobile.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-top: 15px;
        margin-left: 14px;
    }
    #button1{
        width: 240px;
        height: 65px;
        background: #DE573D;
        color: white;
        font-size: 26px;
        font-family: "Montserrat-ExtraBold";
        text-align: center;
        line-height: 62px;
        border-radius: 50px;
        float: left;
        clear: both;
        margin-top: 490px;
        margin-left: 26px;
    }
    #button2{
        width: 240px;
        height: 65px;
        background: #DE573D;
        color: white;
        font-size: 26px;
        font-family: "Montserrat-ExtraBold";
        text-align: center;
        line-height: 62px;
        border-radius: 50px;
        float: left;
        margin-top: 285px;
        margin-left: 26px;
    }
}

