/* line 6, ../sass/style.scss */
*, html, body {
  margin: 0;
  padding: 0;
}

/* line 11, ../sass/style.scss */
body {
  background: url("/img/grid_noise/grid_noise.png") white;
}

/* line 15, ../sass/style.scss */
.header {
  margin: 0;
  padding: 0;
  background: url("/img/binding_dark/binding_dark.png") #222222;
  border-bottom: 2px solid #76defc;
}
/* line 20, ../sass/style.scss */
.header .top-color {
  background: #025871;
  border-bottom: 2px solid #76defc;
  height: 30px;
}
/* line 30, ../sass/style.scss */
.header .header-content {
  display: flex;
  margin: 10px auto;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

.header .header-content > * {
  padding: 0 20px;
}
/* line 37, ../sass/style.scss */
.header .header-content .logo-container img {
  z-index: 10;
  width: 60px;
  height: 60px;
}
/* line 43, ../sass/style.scss */
.header .header-content .headline {
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid #d0d0d0;
}
/* line 48, ../sass/style.scss */
.header .header-content .headline h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  color: #FFFFFF;
}
/* line 53, ../sass/style.scss */
.header .header-content .headline h2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 22px;
  color: #D0D0D0;
}

/* line 62, ../sass/style.scss */
.container, .nav {
  margin-left: 40px;
  margin-right: 40px;
}

/* line 68, ../sass/style.scss */
ul.nav {
  display: flex;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5vw;
}

@media screen and (max-width: 800px) {
  ul.nav {
    font-size: 5vw;
  }
}

/* line 71, ../sass/style.scss */
ul.nav li {
  flex-grow: 1;
  background: #025871;
  list-style-type: none;
  text-align: center;
}
/* line 78, ../sass/style.scss */
ul.nav li a {
  padding: 20px 0;
  display: block;
  color: #F5F5F5;
  text-decoration: none;
}
/* line 83, ../sass/style.scss */
ul.nav li a:hover {
  background: #76defc;
  color: #222222;
}

/* line 91, ../sass/style.scss */
.container {
  background: #FFFFFF;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 2px silver, -2px 2px 2px silver;
  -moz-box-shadow: 2px 2px 2px silver, -2px 2px 2px silver;
  box-shadow: 2px 2px 2px silver, -2px 2px 2px silver;
}
/* line 96, ../sass/style.scss */
.container .content-padding {
}
/* line 99, ../sass/style.scss */
.container h3 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  color: #025871;
}
/* line 104, ../sass/style.scss */
.container p {
  margin: 10px 0 0 0;
}
/* line 107, ../sass/style.scss */
.container blockquote {
  padding: 20px;
  margin: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #F5F5F5;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #666666;
}
/* line 116, ../sass/style.scss */
.container .portfolio-item {
  color: #444444;
  margin-bottom: 20px;
}
/* line 119, ../sass/style.scss */
.container .portfolio-item ul {
  padding: 20px;
}
/* line 124, ../sass/style.scss */
.container form.contact-form .form-group {
  margin: 20px;
}
/* line 126, ../sass/style.scss */
.container form.contact-form .form-group label {
  width: 200px;
  text-align: right;
  display: inline;
  margin-right: 10px;
}
/* line 132, ../sass/style.scss */
.container form.contact-form .form-group input[type=text] {
  width: 300px;
  padding: 5px;
  font-size: 1em;
}
/* line 137, ../sass/style.scss */
.container form.contact-form .form-group textarea {
  margin: 10px 0;
  padding: 5px;
  font-size: 1em;
  width: 500px;
  height: 200px;
}
/* line 145, ../sass/style.scss */
.container form.contact-form button {
  margin-left: 20px;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #76defc;
  background: #025871;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #F5F5F5;
  cursor: pointer;
}
/* line 156, ../sass/style.scss */
.container form.contact-form button:hover {
  background: #76defc;
  color: #444444;
}
/* line 162, ../sass/style.scss */
.container .blurb {
  background: #EEEEEE;
  padding: 20px;
  margin: 0 0 20px 0;
}

/* line 167, ../sass/style.scss */
.container .blurb .person {
  float: left;
}
/* line 170, ../sass/style.scss */
.container .blurb .blurb-text {
  margin: 20px;
  font-size: 1.8vw;
}

@media screen and (max-width: 800px) {
  .container .blurb .blurb-text {
    margin: 0;
    font-size: 5vw;
  }
}

.container .blurb ol {
  padding: 10px 40px;
}

/* line 174, ../sass/style.scss */
.container .skills-wrap {
  border: 2px solid #025871;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 177, ../sass/style.scss */
.container .skills-wrap h3 {
  color: #025871;
  margin-bottom: 10px;
  padding: 10px 7px;
  border-bottom: 1px dotted #025871;
}
/* line 183, ../sass/style.scss */
.container .skills-wrap .key-skills {
  width: 100%;
  padding: 10px 0;
}
/* line 186, ../sass/style.scss */
.container .skills-wrap .key-skills .skill-section {
  width: 33%;
  float: left;
}
/* line 189, ../sass/style.scss */
.container .skills-wrap .key-skills .skill-section h4, .container .skills-wrap .key-skills .skill-section p {
  padding: 0 7px;
}
/* line 192, ../sass/style.scss */
.container .skills-wrap .key-skills .skill-section h4 {
  font-family: 'Oxygen', sans-serif;
  font-size: 18px;
  color: #333333;
}
/* line 197, ../sass/style.scss */
.container .skills-wrap .key-skills .skill-section p {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #666666;
}

/* line 207, ../sass/style.scss */
.clearfix {
  margin: 0;
  padding: 0;
  clear: both;
}
