/* 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, ../../../../var/lib/gems/2.7.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, ../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../var/lib/gems/2.7.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, ../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../var/lib/gems/2.7.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, ../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../var/lib/gems/2.7.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 14, ../sass/screen.sass */
body {
  margin: 0;
  padding: 0;
  padding-bottom: 10em;
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  font-size: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* line 29, ../sass/screen.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: "Pacifico", cursive;
  display: block;
  margin: 10px 0;
}

/* line 33, ../sass/screen.sass */
h1 {
  font-size: 2em;
  text-shadow: 0px 2px 8px black;
}

/* line 36, ../sass/screen.sass */
h2 {
  font-size: 1.5em;
}

/* line 38, ../sass/screen.sass */
h3 {
  font-size: 1.35em;
}

/* line 40, ../sass/screen.sass */
h4 {
  font-size: 1.2em;
}

/* line 42, ../sass/screen.sass */
h5 {
  font-size: 1.1em;
}

/* line 44, ../sass/screen.sass */
h6 {
  font-size: 1em;
}

/* line 48, ../sass/screen.sass */
a, a:link {
  color: black;
  text-decoration: none;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
/* line 53, ../sass/screen.sass */
a:hover, a:active, a:focus {
  color: white;
  text-decoration: none;
  text-shadow: 0px 1px 1px black;
}

/* line 58, ../sass/screen.sass */
ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

/* line 63, ../sass/screen.sass */
input[type=text] {
  background: white;
  color: #0099cc;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  display: block;
  font-size: 0.5em;
  text-align: center;
}

/* line 73, ../sass/screen.sass */
.center {
  text-align: center;
}

/* line 76, ../sass/screen.sass */
.title {
  color: white;
}

/* line 79, ../sass/screen.sass */
.nav-tabs {
  text-align: center;
  border: none;
}
/* line 82, ../sass/screen.sass */
.nav-tabs .nav-item {
  display: inline-block;
  float: none;
}
/* line 85, ../sass/screen.sass */
.nav-tabs .nav-item .nav-link {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 88, ../sass/screen.sass */
video#bg {
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 98, ../sass/screen.sass */
#main {
  width: 100%;
  height: 100%;
}

/* line 102, ../sass/screen.sass */
#main-title {
  margin: 50px 0 0;
}

/* line 105, ../sass/screen.sass */
#bios {
  margin: 0 auto;
  width: 40%;
  min-width: 350px;
  padding: 20px;
}

/* line 111, ../sass/screen.sass */
#skillzzz {
  display: block;
  list-style: none;
  background: url("/img/overlay-pattern.png") repeat;
  padding: 50px;
  font-size: 1.35em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 118, ../sass/screen.sass */
#skillzzz, #skillzzz a {
  color: white;
}
/* line 120, ../sass/screen.sass */
#skillzzz a {
  display: block;
  padding: 20px;
}
/* line 123, ../sass/screen.sass */
#skillzzz a:after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #0099cc;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 132, ../sass/screen.sass */
#skillzzz a:hover:after {
  width: 100%;
  -moz-transition: 0.25 ease-in;
  -o-transition: 0.25 ease-in;
  -webkit-transition: 0.25 ease-in;
  transition: 0.25 ease-in;
}

/* line 137, ../sass/screen.sass */
#services ul {
  padding: 0;
  margin: 0;
}
/* line 140, ../sass/screen.sass */
#services ul li {
  font-size: 0.6em;
  padding: 10px 0;
  margin: 0;
}
/* line 144, ../sass/screen.sass */
#services ul li a {
  padding: 5px 0;
}

/* line 147, ../sass/screen.sass */
#footer {
  background: #0099cc;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
}
/* line 148, ../sass/screen.sass */
#footer, #footer a {
  color: white;
}
/* line 155, ../sass/screen.sass */
#footer #footer-menu {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
}
/* line 160, ../sass/screen.sass */
#footer a {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
}
/* line 165, ../sass/screen.sass */
#footer li {
  display: inline-block;
}
/* line 167, ../sass/screen.sass */
#footer li:after {
  content: "|";
}
/* line 169, ../sass/screen.sass */
#footer li:last-child:after {
  content: "";
}
