/* $visual-grid: true;   */
/* @media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    styles for Retina-type displays
} */
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #2c5999;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.header {
  box-shadow: 2px 2px black;
  background-image: url("../styles/imgs/oceanic-min.jpeg");
  background-size: cover;
  height: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 481px) {
    .header {
      /*background-color: #293f69; */
      /*  background-image: none; */
      height: 700px; } }

.header-words {
  margin-left: 0.85298%;
  padding-top: 70px;
  padding-left: 5px;
  color: white;
  font-size: 100px; }
  @media screen and (max-width: 481px) {
    .header-words {
      text-align: left;
      font-size: 70px;
      padding-left: 20px; } }

.headh2 {
  color: white;
  font-size: 75px;
  padding-left: 23px; }
  @media screen and (max-width: 768px) and (max-width: 840px) {
    .headh2 {
      font-size: 65px; } }
  @media screen and (max-width: 481px) {
    .headh2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: left;
      font-size: 28px;
      padding-left: 10px; }
      .headh2:last-child {
        margin-right: 0; } }

.header-words, .headh2 {
  font-family: 'Bitter', serif; }

.header a {
  text-decoration: none; }

.button-div {
  padding-top: 94px;
  width: 100%;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .button-div:last-child {
    margin-right: 0; }
  @media screen and (max-width: 481px) {
    .button-div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%;
      padding-top: 30px; }
      .button-div:last-child {
        margin-right: 0; } }

.nav-button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  height: 50px;
  text-align: center;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  margin-bottom: 1px; }
  .nav-button:last-child {
    margin-right: 0; }
  @media screen and (max-width: 481px) {
    .nav-button {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 8.5298%; }
      .nav-button:last-child {
        margin-right: 0; } }

.nav-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: none;
  color: #fff; }

#bio {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 20px;
  width: 100%;
  height: 200px;
  color: #402613;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px; }
  #bio::after {
    clear: both;
    content: "";
    display: table; }

#bio h1 {
  margin: 0 auto;
  width: 500px; }

.bio-words {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  padding-top: 20px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 25px; }
  .bio-words:last-child {
    margin-right: 0; }
  @media screen and (max-width: 481px) {
    .bio-words {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      margin-left: 12.79471%;
      font-size: 23px; }
      .bio-words:last-child {
        margin-right: 0; } }

#project-display {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto; }
  #project-display::after {
    clear: both;
    content: "";
    display: table; }

.project {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  position: relative;
  margin-bottom: 10px;
  background-size: 100% 100%;
  height: 200px; }
  .project:last-child {
    margin-right: 0; }
  .project:nth-child(4n) {
    margin-right: 0; }
  .project:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 768px) and (max-width: 840px) {
    .project {
      float: left;
      display: block;
      margin-right: 4.11092%;
      width: 40.50805%;
      margin-left: 3.71825%; }
      .project:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 481px) {
    .project {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%;
      height: 220px; }
      .project:last-child {
        margin-right: 0; } }

.cpi {
  background-image: url("../styles/imgs/cpi-portal-min.png"); }

.hydra {
  background-image: url("../styles/imgs/hydra-min.png"); }

.comp-edge {
  background-image: url("../styles/imgs/compedge-min.png"); }

.iol {
  background-image: url("../styles/imgs/iol-tool-min.png"); }

.fescue {
  background-image: url("../styles/imgs/Smallerportpics/Port-fescue.png"); }

.surf {
  background-image: url("../styles/imgs/Smallerportpics/port-surfpaddle.png"); }

.blog {
  background-image: url("../styles/imgs/Smallerportpics/blog.png"); }

.chitchat {
  background-image: url("../styles/imgs/Smallerportpics/chitchat.png"); }

.calc {
  background-image: url("../styles/imgs/Smallerportpics/port-calc.png"); }

.buttons {
  position: absolute;
  bottom: 10px;
  left: 50%;
  /*   transform: translateX(-50%); */
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  white-space: nowrap; }

.btn-lg {
  display: inline-block;
  width: inherit;
  border: solid 1px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  text-align: center;
  text-shadow: none;
  color: #000;
  font-size: 21px; }

.btn-lg:hover,
.btn-lg:focus,
.btn-lg:active,
.btn-lg.active,
.open .dropdown-toggle.btn-lg {
  color: #fff;
  background-color: #402613;
  border-color: #130269; }

.btn-lg:active,
.btn-lg.active,
.open .dropdown-toggle.btn-lg {
  background-image: none; }

.btn-lg .badge {
  color: #402613;
  background-color: #fff; }

#skills {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto; }
  #skills::after {
    clear: both;
    content: "";
    display: table; }

.skill {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 10.43705%;
  margin-left: 16.20663%;
  position: relative;
  margin-bottom: 10px;
  background-size: 100% 100%;
  height: 90px; }
  .skill:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) and (max-width: 840px) {
    .skill {
      float: left;
      display: block;
      margin-right: 4.11092%;
      width: 10.76207%;
      margin-left: 14.87299%; }
      .skill:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 481px) {
    .skill {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 10.23577%; }
      .skill:last-child {
        margin-right: 0; } }

.html {
  background-image: url("../styles/imgs/HTML5.png"); }

.css {
  background-image: url("../styles/imgs/css3.png"); }

.git {
  background-image: url("../styles/imgs/git-logo.jpg"); }

.javascript {
  background-image: url("../styles/imgs/js1_0.png"); }

.jquery {
  background-image: url("../styles/imgs/jquery-logo.jpg"); }

.sass {
  background-image: url("../styles/imgs/sass-logo.png"); }

.bourbon {
  background-image: url("../styles/imgs/bourbon-neat2.svg"); }

.underscore {
  background-image: url("../styles/imgs/backbone.png"); }

.ember {
  background-image: url("../styles/imgs/Ember.png"); }

.github {
  background-image: url("../styles/imgs/octocat.jpg"); }

.mandrill {
  background-image: url("../styles/imgs/mandrill-logo2.png"); }

.parse {
  background-image: url("../styles/imgs/parse (1).jpg"); }

.angular {
  background-image: url("../styles/imgs/icon_angular.png"); }

.bootstrap {
  background-image: url("../styles/imgs/bootstrap-min.png"); }

.wordpress {
  background-image: url("../styles/imgs/wordpress-min.png"); }

.mvc {
  background-image: url("../styles/imgs/mvc-min.png"); }

.big-div {
  height: 500px;
  text-align: center; }

.contact {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  float: left;
  clear: both;
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
  color: #402613;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 35px; }
  .contact::after {
    clear: both;
    content: "";
    display: table; }
  .contact:last-child {
    margin-right: 0; }
  @media screen and (max-width: 481px) {
    .contact {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 20px; }
      .contact:last-child {
        margin-right: 0; } }

.icon {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
  margin-left: 8.5298%; }
  .icon:last-child {
    margin-right: 0; }

#conth1 {
  display: block;
  padding: 100px 0 20px;
  width: 100%;
  height: inherit;
  text-align: center;
  color: #402613;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px; }
  @media screen and (max-width: 481px) {
    #conth1 {
      /* color: #293f69; */ } }

#conth1 h1 {
  margin: 0 auto;
  text-align: center;
  margin-top: 30px; }

#wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 17.05961%;
  margin-left: 0;
  width: 100%; }
  #wrap:last-child {
    margin-right: 0; }
  @media screen and (max-width: 481px) {
    #wrap {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      #wrap:last-child {
        margin-right: 0; } }

#wrap a {
  display: inline-block;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #fff;
  width: 120px;
  height: 120px;
  text-align: center;
  color: #402613; }

a .fa {
  margin: auto;
  width: 100%;
  height: 100%;
  line-height: 120px;
  font-size: 75px; }
  @media screen and (max-width: 481px) {
    a .fa {
      font-size: 45px; } }

#wrap a:hover {
  background-color: #402613;
  color: white; }
  @media screen and (max-width: 481px) {
    #wrap a:hover {
      /*  background-color: #293f69; */
      color: white; } }

.h1h1 {
  display: block;
  padding: 50px 0 20px;
  width: 100%;
  height: inherit;
  text-align: center;
  color: #402613;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px; }

.h1h1 h1 {
  margin: 0 auto;
  width: 500px; }
  @media screen and (max-width: 481px) {
    .h1h1 h1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 20px; }
      .h1h1 h1:last-child {
        margin-right: 0; } }

/*# sourceMappingURL=main.css.map */
