/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One|Montserrat|Oswald:400,700");
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*$alfa: 'Alfa Slab One', cursive;*/
/* line 19, ../sass/screen.scss */
a {
  transition: all .2s;
}

/* line 22, ../sass/screen.scss */
h1, h2, h3 {
  font-family: "Oswald", sans-serif;
}

/* line 25, ../sass/screen.scss */
h1 {
  font-size: 4rem;
}

/* line 28, ../sass/screen.scss */
h2 {
  font-size: 2rem;
}

/* line 31, ../sass/screen.scss */
p {
  margin: 0 0 20px 0;
  line-height: 1.6;
}

/* line 36, ../sass/screen.scss */
html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  /* line 41, ../sass/screen.scss */
  html {
    font-size: 56.5%;
  }

  /* line 44, ../sass/screen.scss */
  h1 {
    font-size: 3rem;
  }

  /* line 47, ../sass/screen.scss */
  h2 {
    font-size: 1.6rem;
  }

  /* line 50, ../sass/screen.scss */
  p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  /* line 55, ../sass/screen.scss */
  html {
    font-size: 50.5%;
  }

  /* line 58, ../sass/screen.scss */
  h1 {
    font-size: 2.6rem;
  }

  /* line 61, ../sass/screen.scss */
  h2 {
    font-size: 1.4rem;
  }
}
/* line 65, ../sass/screen.scss */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  background-image: url(../img/bg-a.jpg);
  background-color: #11254a;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 79, ../sass/screen.scss */
header {
  display: block;
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
  *zoom: 1;
  padding: 20px 0;
}
/* line 38, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 87, ../sass/screen.scss */
header .logo {
  display: block;
  width: 200px;
  margin: 0 auto;
  float: left;
}
/* line 92, ../sass/screen.scss */
header .logo img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* line 100, ../sass/screen.scss */
header .text {
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  color: #FFF;
  text-align: right;
  margin-top: 75px;
}

@media screen and (max-width: 600px) {
  /* line 110, ../sass/screen.scss */
  header .logo {
    width: 100px;
  }
  /* line 113, ../sass/screen.scss */
  header .text {
    margin: 40px 0 0 0;
    font-size: 3rem;
  }
}
/* line 121, ../sass/screen.scss */
.main {
  display: block;
  max-width: 900px;
  width: 80%;
  background: #FFF;
  margin: 0 auto;
  padding: 50px 2.5%;
  border-radius: 50px;
  overflow: hidden;
}
/* line 131, ../sass/screen.scss */
.main .rules-btn {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  width: 90%;
  font-family: "Oswald", sans-serif;
  color: #FFF;
  background: #ff8400;
  padding: 20px 0;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
/* line 145, ../sass/screen.scss */
.main .rules-btn:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
/* line 149, ../sass/screen.scss */
.main h1 {
  font-size: 4rem;
  color: #11254a;
  margin: 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #11254a;
}
/* line 157, ../sass/screen.scss */
.main .social {
  display: block;
  *zoom: 1;
}
/* line 38, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.main .social:after {
  content: "";
  display: table;
  clear: both;
}
/* line 161, ../sass/screen.scss */
.main .social a {
  display: block;
  width: 31.33333%;
  float: left;
  padding: 10px 1%;
  *zoom: 1;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 38, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.main .social a:after {
  content: "";
  display: table;
  clear: both;
}
/* line 171, ../sass/screen.scss */
.main .social a img {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
/* line 179, ../sass/screen.scss */
.main .social a span {
  display: block;
  margin-top: 6px;
  float: left;
}
/* line 185, ../sass/screen.scss */
.main .social .facebook {
  background: #3b5998;
}
/* line 188, ../sass/screen.scss */
.main .social .twitter {
  background: #0084b4;
}
/* line 191, ../sass/screen.scss */
.main .social .instagram {
  background-image: url(../img/instagram-gradient.jpg);
  background-size: cover;
  background-position: center center;
}
/* line 197, ../sass/screen.scss */
.main .img {
  width: 100%;
}
/* line 200, ../sass/screen.scss */
.main .schedule {
  display: block;
  width: 100%;
}

@media screen and (max-width: 600px) {
  /* line 206, ../sass/screen.scss */
  .main {
    padding-top: 20px;
    border-radius: 0;
  }
  /* line 210, ../sass/screen.scss */
  .main h1 {
    font-size: 3rem;
  }
  /* line 214, ../sass/screen.scss */
  .main .social a {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 218, ../sass/screen.scss */
  .main .social a span {
    margin-top: 9px;
  }
}
/* line 226, ../sass/screen.scss */
footer {
  display: block;
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
  padding: 40px 0;
}
/* line 232, ../sass/screen.scss */
footer .footer-content {
  color: #FFF;
}
/* line 236, ../sass/screen.scss */
footer .footer-logo {
  float: left;
  width: 100px;
}
/* line 239, ../sass/screen.scss */
footer .footer-logo img {
  width: 100%;
  display: block;
}
/* line 245, ../sass/screen.scss */
footer .fundraising {
  padding: 20px 0 0 0;
  border-top: 1px solid #FFF;
  display: block;
  text-align: center;
}
/* line 250, ../sass/screen.scss */
footer .fundraising h2 {
  font-size: 2rem;
  color: #FFF;
  margin: 0 0 20px 0;
}
/* line 255, ../sass/screen.scss */
footer .fundraising h1 {
  color: #ff8400;
  font-size: 8rem;
}
