/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}


@font-face {
    font-family: 'basier_circleregular';
    src: url('assets/fonts/basiercircle-regular-webfont.eot');
    src: url('assets/fonts/basiercircle-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/basiercircle-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/basiercircle-regular-webfont.woff') format('woff'),
         url('assets/fonts/basiercircle-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'basier_circlebold';
    src: url('assets/fonts/basiercircle-bold-webfont.eot');
    src: url('assets/fonts/basiercircle-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/basiercircle-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/basiercircle-bold-webfont.woff') format('woff'),
         url('assets/fonts/basiercircle-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
  background-color: #062f4f;
  color: white;
  font-family: 'basier_circleregular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
  Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: normal;
  word-wrap: break-word;
  font-kerning: normal;
  -moz-font-feature-settings: "kern", "liga", "clig", "calt";
  -ms-font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}

h1, h2, h3, h4, h5 {
  font-family: 'basier_circlebold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
  Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

h1 {
  font-size: 2.2rem;
  line-height: 1;
}

a {
  color: #813772;
  text-decoration: none;
  transition: all 0.2s ease;
  transform: scale(1);
}
a:hover {
  color: pink;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}
.footer {
  margin-top: 2rem;
  background-color: rgba(0,0,0,0.2);
}

ul {
  list-style-type: none;
  padding-left: 0;
}

li {
  margin: 0.5rem 0;
}

.footer p {
	max-width: 600px;
  margin: 1rem 0;
  color: rgba(255,255,255,0.8)
}
.footer a {
  color: white;
}
.small-print {
  padding-top: 3rem;
  opacity: 0.4;
}

/* Gross bmc button styles */
.bmc-button img{width: 27px !important;margin-bottom: 1px !important;box-shadow: none !important;border: none !important;vertical-align: middle !important;}
.bmc-button{
  margin: 1rem 0;
  line-height: 36px !important;height:37px !important;text-decoration: none !important;display:inline-flex !important;color:#eeeeee !important;background-color:rgba(0,0,0,0.2) !important;border-radius: 3px !important;border: 1px solid transparent !important;padding: 0px 9px !important;font-size: 17px !important;letter-spacing:-0.08px !important;margin: 0 auto !important;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;-o-transition: 0.3s all linear !important;-webkit-transition: 0.3s all linear !important;-moz-transition: 0.3s all linear !important;-ms-transition: 0.3s all linear !important;transition: 0.3s all linear !important;}.bmc-button:hover, .bmc-button:active, .bmc-button:focus {text-decoration: none !important;opacity: 0.85 !important;color:#ffffff !important;
}

@media only screen and (min-width: 600px) {
  .container {
    padding: 2rem;
  }
  h1 {
    font-size: 5rem;
  }
  .footer {
    margin-top: 5rem;
    background-color: rgba(0,0,0,0.2);
  }
}

@media only screen and (min-width: 1000px) {
  h1 {
    font-size: 7rem;
  }
}
