/* line 5, ../../../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.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, ../../../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.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, ../../../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.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, ../../../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.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;
}

@font-face {
  font-family: "RapierZero";
  src: url('../fonts/Rapier Zero.otf?1440017051') format('opentype');
}
@font-face {
  font-family: "BebasNeue";
  src: url('../fonts/BebasNeue.otf?1440017051') format('opentype');
}
/* line 9, ../sass/main.scss */
.full-height, html, body, #flex_container {
  height: 100%;
}

/* line 13, ../sass/main.scss */
.hidden {
  display: none;
}

/* line 21, ../sass/main.scss */
body {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiM0OTliZWEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjNDk5YmVhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(25%, #499bea), color-stop(50%, #ffffff), color-stop(75%, #499bea));
  background-image: -moz-linear-gradient(#499bea 25%, #ffffff 50%, #499bea 75%);
  background-image: -webkit-linear-gradient(#499bea 25%, #ffffff 50%, #499bea 75%);
  background-image: linear-gradient(#499bea 25%, #ffffff 50%, #499bea 75%);
  min-height: 47rem;
  min-width: 80rem;
  position: relative;
  width: 100%;
}

/* line 32, ../sass/main.scss */
#dim_page_layer {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-color: black;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

/* line 43, ../sass/main.scss */
.dialog {
  -moz-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  top: 50%;
  left: 45%;
  position: absolute;
  z-index: 20;
}

/* line 51, ../sass/main.scss */
.panel-appearance, #project_info_dialog, .carousel_panel {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 5px;
}

/* line 59, ../sass/main.scss */
#project_info_dialog {
  color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: .2rem;
  padding-right: .2rem;
  text-align: center;
}

/* line 69, ../sass/main.scss */
#dialog_project_pic {
  height: 25rem;
}

/* line 73, ../sass/main.scss */
#dialog_project_name {
  font-family: BebasNeue;
  font-size: 3.5rem;
}

/* line 78, ../sass/main.scss */
#dialog_project_description {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

/* line 84, ../sass/main.scss */
.dialog_button {
  margin-top: .8rem;
  background-color: white;
  font-size: 2rem;
  color: #499bea;
}

/* line 91, ../sass/main.scss */
#flex_container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 80rem;
}

/* line 103, ../sass/main.scss */
#title_div {
  color: white;
  font-family: RapierZero;
  font-size: 5rem;
  margin-top: 2rem;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(80%, #c0c0c0));
  background-image: -moz-linear-gradient(#ffffff 50%, #c0c0c0 80%);
  background-image: -webkit-linear-gradient(#ffffff 50%, #c0c0c0 80%);
  background-image: linear-gradient(#ffffff 50%, #c0c0c0 80%);
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

/* line 117, ../sass/main.scss */
.flex_spacer {
  flex: auto;
}

/* line 131, ../sass/main.scss */
.carousel_panel.glowing {
  border-color: gold;
}

/* line 135, ../sass/main.scss */
#carousel_controls {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 6rem;
  justify-content: space-between;
  width: 70rem;
}

/* line 145, ../sass/main.scss */
.arrow_button {
  flex: none;
}

/* line 149, ../sass/main.scss */
.nonselectable {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 153, ../sass/main.scss */
#project_name {
  color: white;
  font-family: BebasNeue;
  font-size: 3rem;
  text-align: center;
}

/* line 162, ../sass/main.scss */
.contact_links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  margin: 5px;
}
/* line 170, ../sass/main.scss */
.contact_links .github {
  background-image: url("../images/GitHub-Mark-64px.png");
}
/* line 173, ../sass/main.scss */
.contact_links .github:hover {
  background-image: url("../images/GitHub-Mark-Light-64px.png");
}
/* line 177, ../sass/main.scss */
.contact_links .linkedin {
  background-image: url("../images/In-Black-66px-TM.png");
}
/* line 180, ../sass/main.scss */
.contact_links .linkedin:hover {
  background-image: url("../images/In-White-66px-TM.png");
}
/* line 184, ../sass/main.scss */
.contact_links .email {
  background-image: url("../images/email_black.png");
}
/* line 187, ../sass/main.scss */
.contact_links .email:hover {
  background-image: url("../images/email_white.png");
}
