/* @Font Face */
@font-face {
  font-family: 'Gotham Bold';
  src: url('fonts/gotham-bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/gotham-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/gotham-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/gotham-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/gotham-bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* STYLES */
.container { display: block; width: 100%; height:100vh; margin: auto; font-family: 'Gotham Bold', Helvetica, sans-serif; font-size: 20px; line-height: 90px; letter-spacing: 3px; background-image: url('images/bg.jpg'); background-attachment: inherit; background-position: center center; background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; }
.button { padding: 200px 0px 0px 0px; }
.button a:link, .button a:visited { border: #bab9be solid 3px; text-align: center; text-decoration: none; display: block; margin: auto; color: #000000; width: 315px; height: 90px; background-color: #ffffff; border-radius: 45px; transition: all ease .25s;}
.button a:hover, .button a:focus, .button a:active { background-color: #d15d14; border: #000000 solid 3px; color: #ffffff; }

/* MEDIA QUERIES */
@media only screen
and (max-width: 500px) {
.button { padding: 130px 0px 0px 0px; }
}