@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700,900");
/* line 5, C:/Ruby24-x64/lib/ruby/gems/2.4.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, footer, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby24-x64/lib/ruby/gems/2.4.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, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby24-x64/lib/ruby/gems/2.4.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, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, footer, summary {
  display: block;
}

/* line 7, ../sass/main.scss */
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
/* line 12, ../sass/main.scss */
html body {
  padding: 0 0 0 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

/* line 24, ../sass/main.scss */
section, footer {
  position: relative;
  width: 80%;
  left: 10%;
  padding: 30px 0;
}
/* line 31, ../sass/main.scss */
section h2, footer h2 {
  margin: 20px 0;
  padding: 20px;
  text-align: center;
  font-size: 2em;
}

/* line 40, ../sass/main.scss */
#projects {
  z-index: 10;
}
/* line 42, ../sass/main.scss */
#projects .row, #projects #partners #logos .inrow, #partners #logos #projects .inrow {
  z-index: 11;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 50, ../sass/main.scss */
#projects .row a, #projects #partners #logos .inrow a, #partners #logos #projects .inrow a {
  z-index: 12;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 59, ../sass/main.scss */
  #projects .row a::after, #projects #partners #logos .inrow a::after, #partners #logos #projects .inrow a::after {
    z-index: 15;
    content: attr(data);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: block;
    width: 50%;
    text-align: center;
    color: black;
    font-size: 1.2em;
    padding-bottom: 15px;
    opacity: 0;
    border-bottom: solid 3px black;
    transition: 1s;
  }
  /* line 77, ../sass/main.scss */
  #projects .row a::before, #projects #partners #logos .inrow a::before, #partners #logos #projects .inrow a::before {
    z-index: 14;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: block;
    height: 0;
    width: 0;
    transition: .5s;
  }
  /* line 90, ../sass/main.scss */
  #projects .row a:hover, #projects #partners #logos .inrow a:hover, #partners #logos #projects .inrow a:hover {
    cursor: pointer;
  }
  /* line 92, ../sass/main.scss */
  #projects .row a:hover::before, #projects #partners #logos .inrow a:hover::before, #partners #logos #projects .inrow a:hover::before {
    background-color: rgba(246, 248, 1, 0.8);
    height: 80%;
    width: 80%;
    transition: .5s;
  }
  /* line 98, ../sass/main.scss */
  #projects .row a:hover::after, #projects #partners #logos .inrow a:hover::after, #partners #logos #projects .inrow a:hover::after {
    opacity: 1;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px), handheld and (orientation: portrait) {
  /* line 50, ../sass/main.scss */
  #projects .row a, #projects #partners #logos .inrow a, #partners #logos #projects .inrow a {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  /* line 112, ../sass/main.scss */
  #projects .row a::before, #projects #partners #logos .inrow a::before, #partners #logos #projects .inrow a::before {
    font-weight: 700;
    z-index: 15;
    content: attr(data);
    position: absolute;
    display: block;
    text-align: center;
    color: black;
    font-size: 1.1em;
    left: 0;
    line-height: 50px;
    bottom: 0;
    height: 50px;
    width: 100%;
    transition: .5s;
    background-color: #f6f801;
  }
}
/* line 132, ../sass/main.scss */
#projects .row a img, #projects #partners #logos .inrow a img, #partners #logos #projects .inrow a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px), handheld and (orientation: portrait) {
  /* line 42, ../sass/main.scss */
  #projects .row, #projects #partners #logos .inrow, #partners #logos #projects .inrow {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

/* line 145, ../sass/main.scss */
#partners .row, #partners #logos .inrow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* line 154, ../sass/main.scss */
#partners #logos > * {
  position: relative;
  overflow: hidden;
}
/* line 158, ../sass/main.scss */
#partners #logos a {
  display: -webkit-flex;
  display: flex;
}
/* line 162, ../sass/main.scss */
#partners #logos .inrow {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 168, ../sass/main.scss */
#partners #logos img {
  height: 80px;
  width: auto;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

/* line 181, ../sass/main.scss */
footer {
  padding-top: 30px !important;
  padding-bottom: 0;
}
/* line 186, ../sass/main.scss */
footer::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #fcfc80;
  z-index: -1;
}
/* line 199, ../sass/main.scss */
footer .caps {
  text-transform: uppercase;
}
/* line 202, ../sass/main.scss */
footer h3 {
  font-size: 1.4em;
  font-weight: 900;
  margin-bottom: 10px;
}
/* line 207, ../sass/main.scss */
footer h4 {
  font-size: 1.4em;
}
/* line 210, ../sass/main.scss */
footer h3, footer h4 {
  text-align: center;
}
/* line 215, ../sass/main.scss */
footer p {
  margin-bottom: 20px;
}
/* line 219, ../sass/main.scss */
footer .row, footer #partners #logos .inrow, #partners #logos footer .inrow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
/* line 225, ../sass/main.scss */
footer .row > *, footer #partners #logos .inrow > *, #partners #logos footer .inrow > * {
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px), handheld and (orientation: portrait) {
  /* line 219, ../sass/main.scss */
  footer .row, footer #partners #logos .inrow, #partners #logos footer .inrow {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 234, ../sass/main.scss */
  footer .row .block, footer #partners #logos .inrow .block, #partners #logos footer .inrow .block {
    -webkit-align-self: center;
    align-self: center;
    width: 60%;
    padding: 10px 50px;
  }
  /* line 235, ../sass/main.scss */
  footer .row .block:first-of-type, footer #partners #logos .inrow .block:first-of-type, #partners #logos footer .inrow .block:first-of-type {
    padding-top: 50px;
  }
  /* line 238, ../sass/main.scss */
  footer .row .block:last-of-type, footer #partners #logos .inrow .block:last-of-type, #partners #logos footer .inrow .block:last-of-type {
    padding-bottom: 50px;
  }
  /* line 244, ../sass/main.scss */
  footer .row .block p, footer #partners #logos .inrow .block p, #partners #logos footer .inrow .block p {
    text-align: left;
  }
}
/* line 250, ../sass/main.scss */
footer .block {
  width: 25%;
  padding: 50px;
}
/* line 254, ../sass/main.scss */
footer img {
  height: 60px;
  width: auto;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
}
/* line 262, ../sass/main.scss */
footer .copyright {
  position: relative;
  padding: 20px 0;
  text-align: center;
  margin: 0;
}
/* line 268, ../sass/main.scss */
footer .copyright::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #f8f800;
  z-index: -1;
}
