.about-me-section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 100px; }

div.header-text {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-bottom: 50px;
  margin-top: 100px; }
  div.header-text div.header-shadow-text {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -5px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    color: rgba(60, 60, 60, 0.08);
    z-index: 1; }
  div.header-text h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 600;
    text-align: center;
    z-index: 200;
    color: #777; }

div.about-me {
  margin-top: 50px; }
  div.about-me .about-me-text {
    text-align: left; }
  div.about-me .profile-pic {
    text-align: center;
    padding: 0; }
  div.about-me img {
    width: 250px;
    height: 375px;
    border: 5px solid #777; }
  div.about-me h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
    color: #777; }
  div.about-me p {
    font-size: 18px;
    line-height: 29px;
    color: #777; }

.profile-pic ul {
  list-style-type: none;
  padding: 0;
  margin-top: 15px; }
  .profile-pic ul li {
    display: inline-block;
    padding: 10px; }
  .profile-pic ul .fa {
    color: #777;
    font-size: 26px; }
  .profile-pic ul .fa:hover {
    color: #999; }

* {
  font-family: 'Open Sans', sans-serif; }

a:focus {
  outline: none;
  text-decoration: none; }

body {
  height: 3000px; }

.hero-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/surfBackground.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 850px; }
  .hero-container div.clearfix {
    clear: both; }
  .hero-container h1 {
    padding-top: 350px;
    color: #1FB3F7;
    font-size: 70px;
    margin: 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px; }
  .hero-container span {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
    text-shadow: none; }
  .hero-container h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px; }

header {
  position: fixed;
  height: 100px;
  z-index: 10000000; }
  header .navbar-default {
    background-color: #fff;
    border: none; }
  header nav {
    display: inline-block;
    float: right; }
  header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    padding-right: 15px; }
  header .navbar-default .navbar-brand {
    margin-left: 15px; }
  header nav ul img {
    width: 60px;
    margin-top: 6px; }
  header nav ul li {
    display: inline-block;
    padding: 39px; }
  header nav ul li a {
    color: #777;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none; }
  header a:active, header a:visited, header a:focus {
    text-decoration: none;
    color: #777;
    border-bottom: 2px solid #777; }
  header nav ul li a:hover {
    text-decoration: none;
    color: #777;
    border-bottom: 2px solid #777; }
  header .navbar-default .navbar-brand:focus {
    border-bottom: none; }

div.header-text {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-bottom: 50px;
  margin-top: 100px; }
  div.header-text div.header-shadow-text {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -5px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    color: rgba(60, 60, 60, 0.08);
    z-index: 1; }
  div.header-text h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 600;
    text-align: center;
    z-index: 200;
    color: #777;
    text-transform: uppercase; }

section.portfolio-section img {
  width: 100%; }

section.portfolio-section .portfolio-wrapper {
  margin-top: 50px; }

section.portfolio-section h1.portfolio-name {
  text-align: left;
  font-weight: 800;
  color: #777;
  font-size: 38px;
  text-transform: uppercase; }

section.portfolio-section p {
  font-size: 20px;
  font-weight: 100;
  color: #777;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 15px; }

section.portfolio-section .tech-stack {
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #eee;
  padding: 10px;
  color: #777;
  font-size: 18px; }

section.portfolio-section button {
  margin-top: 10px;
  width: 49%;
  height: 70px;
  border: none;
  background-color: #777;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  vertical-align: top; }

section.portfolio-section button.live-button {
  margin-top: 10px;
  width: 100%;
  height: 70px;
  background-color: #fff;
  border: 2px solid #777;
  color: #777;
  text-transform: uppercase;
  font-size: 22px;
  vertical-align: top; }

section.portfolio-section button.live-button:hover {
  border: none;
  background-color: #777;
  color: #fff; }

section.portfolio-section button:hover {
  background-color: #fff;
  border: 2px solid #777;
  color: #777; }

section.portfolio-section button:focus {
  outline: 0; }

section.portfolio-section hr {
  display: block;
  opacity: 1;
  margin-top: 50px;
  border-top: 2px solid #eee; }

button.view-layout button {
  margin-top: 10px;
  width: 100%;
  height: 70px;
  border: none;
  background-color: #777;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  vertical-align: top; }

footer {
  margin-top: 50px;
  width: 100%;
  height: 300px;
  background-color: #777; }
  footer .footer-nav {
    width: 100%;
    margin: 0 auto; }
  footer ul {
    list-style-type: none;
    padding: 0;
    margin-top: 110px;
    text-align: center; }
  footer li {
    display: inline-block;
    padding: 10px; }
  footer .fa {
    font-size: 42px;
    color: #ddd; }
  footer .fa:hover {
    color: #fff; }

@media (min-width: 0px) and (max-width: 768px) {
  .navbar-brand {
    display: none; }
  header nav ul {
    padding-right: 0;
    text-align: center; }
  .navbar li {
    padding: 11px; }
  .hero-container {
    background-attachment: scroll;
    height: 650px; }
    .hero-container span {
      display: block; }
    .hero-container h1 {
      padding-top: 200px; }
  div.header-text {
    margin-top: 50px; }
    div.header-text div.header-shadow-text {
      font-size: 66px; }
  div.about-me {
    margin-top: 50px; }
  section.about-me-section {
    padding-bottom: 50px; }
  #profile-pic-padding {
    margin-top: 15px; }
  section.portfolio-section .portfolio-wrapper {
    margin-top: 50px; }
  section.portfolio-section hr {
    display: block;
    margin-top: 50px;
    opacity: 1;
    border-top: 1px solid #eee; }
  .container.surfsupModal {
    padding: 0px; }
  header nav ul li {
    display: inline-block;
    padding: 14px; }
  header nav ul li A {
    font-size: 13px; } }

@media (min-width: 768px) and (max-width: 991px) {
  div.about-me .about-me-text {
    width: 100%; }
  div.about-me .profile-pic {
    width: 100%; }
  div.about-me .about-me-text {
    width: 100%; }
  .about-me-section {
    padding-bottom: 50px; }
  div.header-text {
    margin-top: 150px; }
  section.portfolio-section h1.portfolio-name {
    margin-top: 5px;
    font-size: 32px; }
  section.portfolio-section button, section.portfolio-section button.live-button {
    height: 36px;
    font-size: 16px; }
  section.portfolio-section .tech-stack {
    font-size: 16px; }
  section.portfolio-section p {
    font-size: 16px;
    line-height: 22px; }
  section.portfolio-section hr {
    margin-top: 50px; }
  section.portfolio-section .portfolio-wrapper {
    margin-top: 50px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  div.about-me .about-me-text {
    width: 100%; }
  div.about-me .profile-pic {
    width: 100%; }
  div.about-me .about-me-text {
    width: 100%; }
  section.portfolio-section h1.portfolio-name {
    margin-top: 0; } }

.modal {
  background-color: rgba(255, 255, 255, 0.97); }

.modal.fade.bs-example-modal-lg.in {
  padding-right: 0px;
  z-index: 10000000000; }

.modal.in .modal-dialog {
  margin-top: 50px; }

.modal-content {
  box-shadow: none;
  border: none;
  background: none; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header i.fa.fa-times-circle {
    font-size: 30px; }

div.surfsupModal {
  width: 100%;
  padding: 20px 50px; }
  div.surfsupModal h4 {
    color: #555;
    font-weight: 400;
    background-color: #eee;
    display: inline; }
  div.surfsupModal hr {
    margin-top: 40px;
    margin-bottom: 40px; }
  div.surfsupModal p {
    margin-top: 2px;
    line-height: 24px;
    font-size: 16px;
    color: #999;
    font-weight: 100; }

.modal {
  background-color: rgba(255, 255, 255, 0.97); }

.modal.fade.bs-modal-lg.in {
  padding-right: 0px;
  z-index: 10000000000; }

.modal.in .modal-dialog {
  margin-top: 50px; }

.modal-content {
  box-shadow: none;
  border: none;
  background: none; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

div.surfsupModal {
  width: 100%;
  padding: 20px 50px; }
  div.surfsupModal .weatherImages {
    margin-bottom: 30px; }
