/* 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" /> */
/* 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;
}

/* line 17, ../sass/screen.scss */
.site {
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 23, ../sass/screen.scss */
.header {
  position: absolute;
  top: 25%;
  width: 100%;
  margin: auto;
}

/* line 30, ../sass/screen.scss */
.logo {
  font-family: "Mukta Mahee";
  font-size: 60px;
  margin-bottom: 0px;
}
@media (min-width: 800px) {
  /* line 30, ../sass/screen.scss */
  .logo {
    font-size: 92px;
  }
}

/* line 41, ../sass/screen.scss */
.slogan {
  font-size: 20px;
  color: #585858;
  font-family: "Dancing Script";
}

/* line 47, ../sass/screen.scss */
.link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.545);
}

/* line 52, ../sass/screen.scss */
.main {
  position: absolute;
  top: 25%;
  padding-top: 125px;
  width: 100%;
  margin: auto;
}
@media (min-width: 800px) {
  /* line 52, ../sass/screen.scss */
  .main {
    padding-top: 170px;
  }
}

/* line 63, ../sass/screen.scss */
.info {
  font-family: "Mukta Mahee";
  color: rgba(41, 41, 41, 0.545);
  line-height: 1.25em;
  font-size: 10px;
  padding: 0px 15px;
  margin-bottom: 8px;
}
@media (min-width: 800px) {
  /* line 63, ../sass/screen.scss */
  .info {
    font-size: 14px;
    margin-bottom: 0px;
  }
}

/* line 76, ../sass/screen.scss */
.footer {
  position: absolute;
  bottom: 0%;
  width: 100%;
  font-size: 10px;
  margin: auto;
}

/* line 84, ../sass/screen.scss */
.c {
  color: #ffc9de;
}

/* line 88, ../sass/screen.scss */
.l {
  color: #bffcc6;
}

/* line 92, ../sass/screen.scss */
.e1 {
  color: #aff8db;
}

/* line 96, ../sass/screen.scss */
.v {
  color: #dcd3ff;
}

/* line 100, ../sass/screen.scss */
.e2 {
  color: #b28dff;
}

/* line 104, ../sass/screen.scss */
.r {
  color: #ffb5e8;
}
