body {
  font-family: "droid-sans", sans-serif;
  font-size: 14px; }

a,
button,
.transition {
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -moz-transition: all 0.3s;
  /* Firefox */
  -ms-transition: all 0.3s;
  /* IE 9 */
  -o-transition: all 0.3s;
  /* Opera */
  transition: all 0.3s; }

.green {
  color: #5c97a0; }

.grid-container {
  padding-left: 30px;
  padding-right: 30px; }

/*** Back To Top Button ****/
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: white;
  background-color: rgba(92, 151, 160, 0.5);
  padding: 15px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden; }

.back-to-top:hover {
  background-color: #5c97a0; }

.back-to-top.show {
  opacity: 1;
  visibility: visible; }

/* header */
header {
  font-family: 'Courier', serif;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

header ul li {
  display: inline-block;
  padding: 0 10px; }

header a {
  color: white;
  text-transform: uppercase; }

header a:hover {
  color: #5c97a0; }

.hero {
  background-image: url("/img/hero-2.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 40px 0; }

.title-container {
  padding: 90px 0;
  padding-left: 50px; }

.hero h1 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  font-family: "droid-sans", sans-serif;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid white;
  font-size: 80px; }

.hero h2 {
  font-family: 'Courier', serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 28px; }

/** about **/
.about {
  margin-top: -1px;
  min-height: 550px;
  background: linear-gradient(#010308, #434345);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.about:before {
  content: 'KS';
  font-family: "droid-sans", sans-serif;
  color: white;
  position: absolute;
  left: -7%;
  top: -45%;
  font-size: 67vw;
  opacity: .015; }

.about .profile-image img {
  max-width: 200px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0 0 10px black; }

.profile-image {
  position: relative; }

/* .profile-image::before,
.profile-image::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 80%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: white;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    opacity: 0.15;
} */
.profile-image::before,
.profile-image::after {
  -webkit-transition: 1.3s all cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: 1.3s all cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: 1.3s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 1.3s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.3s all cubic-bezier(0.23, 1, 0.32, 1);
  content: '';
  position: absolute;
  height: 3px;
  width: 80%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: white;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  opacity: 0.15; }

.profile-image.active::before {
  transform: rotate(35deg); }
.profile-image.active::after {
  transform: rotate(-35deg); }

.about h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  font-size: 18px;
  margin-top: 40px; }

.about p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-family: 'Courier', serif;
  font-size: 14px; }

.about-button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Courier', serif;
  padding: 5px 40px;
  border: 3px solid white;
  color: white;
  font-size: 14px; }

.about-button:hover {
  background-color: white;
  color: #010308; }

.about-container {
  position: relative;
  z-index: 2; }

/**  expertise **/
.expertise {
  padding: 60px 0; }

.expertise-p {
  margin-bottom: 40px; }

.expertise h3 {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px; }

.expertise h3::after {
  content: '';
  border-bottom: 2px solid #222;
  width: 150px;
  position: absolute;
  bottom: -7px;
  height: 1px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.expertise i {
  color: #5c97a0;
  font-size: 60px; }

.expertise h4 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px; }

.expertise p {
  font-family: 'Courier', serif;
  font-size: 14px; }

/** Professional **/
.professional {
  background-image: url(/img/subtle_dots_@2X.png);
  background-repeat: repeat;
  padding: 60px 0;
  background-color: #eee; }

.professional h3 {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  letter-spacing: 2px; }

.professional h3::after {
  content: '';
  border-bottom: 2px solid #222;
  width: 250px;
  position: absolute;
  bottom: -7px;
  height: 1px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.professional p {
  margin-bottom: 30px; }

.professional h4 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.professional ul,
.professional p {
  font-family: 'Courier', serif;
  font-size: 14px; }

.visit-site-button {
  border: 3px solid #5c97a0;
  padding: 7px 80px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5c97a0;
  background-color: transparent;
  font-family: 'Courier', serif;
  display: inline-block; }

.visit-site-button:hover {
  background-color: #5c97a0;
  color: white; }

.colored {
  max-width: 80%;
  margin: 40px auto;
  border-bottom: 2px solid #ddd; }

/** personal work **/
.personal {
  padding: 60px 0; }

.personal p {
  font-family: 'Courier', serif;
  margin-bottom: 40px; }

.personal h3 {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  letter-spacing: 2px; }

.personal h3::after {
  content: '';
  border-bottom: 2px solid #222;
  width: 250px;
  position: absolute;
  bottom: -7px;
  height: 1px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

/** contact **/
.contact {
  padding: 150px 0;
  background-image: url(/img/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white; }

.contact h3 {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px; }

.contact h3::after {
  content: '';
  border-bottom: 2px solid white;
  width: 150px;
  position: absolute;
  bottom: -7px;
  height: 1px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.contact p,
.contact a {
  font-family: 'Courier', serif;
  color: white;
  text-shadow: 0 0 10px #333; }

.contact #submit {
  font-family: 'Courier', serif;
  padding: 10px 50px;
  display: inline-block;
  background-color: #5c97a0;
  color: white;
  font-weight: 700; }

.contact #submit:hover {
  background-color: #3a7580;
  color: white; }

.contact form input {
  border-radius: 3px;
  border: none;
  font-family: 'Courier', serif;
  font-size: 14px; }

.contact form textarea {
  border-radius: 3px;
  border: none;
  height: 150px;
  font-family: 'Courier', serif;
  font-size: 14px; }

@media (max-width: 1023px) {
  header ul li {
    padding: 0 5px; }

  .title-container {
    padding-left: 0; }

  .expertise .wow {
    margin-bottom: 40px; }

  .professional img {
    margin-bottom: 20px; }

  .expertise h4 {
    font-size: 16px; }

  .professional h4 {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 15px; }

  .hide-for-small {
    display: none; }

  .small--text-center {
    text-align: center; }

  .professional h3::after {
    width: 200px; }

  .personal h3::after {
    width: 150px; }

  .personal img {
    margin-bottom: 30px; }

  .personal .medium-12 {
      text-align: center;
  }

  .contact {
    padding: 60px 0; }

  .contact form {
    margin-top: 30px; } }

    @media (max-width: 640px) {

        .about {
            height: 600px;
            padding-bottom: 50px;
        }

    }

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