@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'league_spartanregular';
    src: url('../fonts/leaguespartan-bold-webfont.eot');
    src: url('../fonts/leaguespartan-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguespartan-bold-webfont.woff2') format('woff2'),
         url('../fonts/leaguespartan-bold-webfont.woff') format('woff'),
         url('../fonts/leaguespartan-bold-webfont.ttf') format('truetype'),
         url('../fonts/leaguespartan-bold-webfont.svg#league_spartanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff'),
         url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('../fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{margin:0; padding:0;}
body{font-family: 'gotham_boldregular'; color:#7a6c6b; background:#7eced3;}
.clr{clear:both;}
img{border:0px;}
#wrapper{margin:auto; width:100%;border-bottom:30px solid #7a6c6b;}
.container{width:1300px;max-width:100%; margin:auto;background:url(../images/background.png)no-repeat;padding-bottom:630px;background-position:center bottom;}
.top-section{text-align:center; padding-top:45px;}
.top-section img{max-width:50%;height:auto; width:auto;}
.address-section{ width:64%;margin:50px auto 0; text-align:center;}
.address-section p{font-size:16px;line-height:30px;text-transform:uppercase;font-family: 'gotham_boldregular';letter-spacing:1px;}
.middle-section{width:100%;margin:50px auto;text-align:center;}
.middle-section a{color:#a48526; text-decoration:none;font-family: 'league_spartanregular';letter-spacing:1px;font-size:20px;outline:none;}
.bottom-section{width:74%;margin:0 auto 100px; text-align:center;}
.bottom-section p{font-size:16px;line-height:26px;text-transform:uppercase;font-family: 'gotham_boldregular';letter-spacing:1.5px;}



