@import url("../stylesheets/app.css");
@import url("../bower_components/foundation/foundation-icons/foundation-icons.css");
@import url("../eyeball/eyeball.css");
@import url("../preloader/preloader.css");
@import url("../slick/slick.css");
@import url("../slick/slick-lightbox.css");
@import url("../stylesheets/bh-isotopes.css");
@import url("../stylesheets/bh1-portfolio.css");
@import url(http://fonts.googleapis.com/css?family=Berkshire+Swash);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
.row {
  min-width: 100% !important; }

body {
  background-color: white; }

h1, h2, h3, h4, h5 {
  text-align: center;
  font-family: 'Bitter', serif;
  margin-top: 50px; }

i {
  font-style: italic; }

a {
  color: #3c967c;
  text-decoration: underline;
  line-height: inherit; }
  a:hover, a:focus {
    text-decoration: none;
    color: #3c967c; }

.row {
  padding: 50px 0; }

.underline {
  border-bottom: 2px solid #222; }

.top-bar a {
  color: #3c967c; }
.top-bar .name h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal; }
.top-bar .top-bar-section ul li.navactive > a {
  color: #3c967c;
  font-style: underline;
  font-weight: bold; }

#home .content-container {
  max-width: 600px; }

.content-container {
  max-width: 600px;
  margin: auto;
  display: block; }
  .content-container p {
    position: relative;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }

.header-section {
  margin: auto;
  text-align: center; }

#section-service {
  padding: 100px 0;
  position: relative; }

#section-about {
  padding: 50px 10px; }

#section-contact {
  padding: 50px 0;
  max-width: 600px;
  margin: auto; }

#intro {
  height: 70%;
  width: 100%; }
  #intro .EYEBALL {
    z-index: -100; }

#greeting-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  /* Half the height */
  margin-left: -150px;
  /* Half the width */ }
  #greeting-container p {
    position: relative;
    margin: 0;
    padding: 0;
    font-style: italic;
    text-align: center;
    line-height: 100px;
    font-size: 60px;
    font-family: 'Berkshire Swash', cursive;
    -ms-transform: rotate(2deg);
    /* IE 9 */
    -moz-transform: rotate(-2deg);
    /* Firefox */
    -webkit-transform: rotate(-2deg);
    /* Safari and Chrome */
    -o-transform: rotate(-2deg);
    /* Opera */
    text-shadow: #ffffff 1px 1px 0, #999 2px 2px 0; }

p#greetings {
  position: absolute;
  top: 0px;
  left: 5%; }

p#and {
  position: absolute;
  top: 60px;
  left: 40%; }

p#salutations {
  position: absolute;
  top: 120px;
  left: 5%; }

@media only screen and (min-width: 500px) {
  #greeting-container {
    width: 600px;
    height: 300px;
    margin-top: -150px;
    /* Half the height */
    margin-left: -300px;
    /* Half the width */ }
    #greeting-container #circle {
      width: 300px;
      height: 300px;
      background-color: #000;
      border-radius: 50%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.1);
      margin: -15px auto 0 auto; }

  p#greetings {
    font-size: 100px;
    top: 0px;
    left: 10%; }

  p#and {
    font-size: 80px;
    top: 85px;
    left: 45%; }

  p#salutations {
    font-size: 100px;
    top: 160px;
    left: 20%; } }
#iam-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 300px;
  margin-top: -150px;
  /* Half the height */
  margin-left: -175px;
  /* Half the width */
  padding: 50px 0 150px 0;
  font-family: 'Bitter', serif; }

#section-iam p {
  opacity: 0.8;
  filter: alpha(opacity=80); }

#iam {
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 8em;
  line-height: 0.7em; }

#pause {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center; }

#prompt {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 3em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

#bh {
  text-align: center;
  font-size: 3.0em;
  line-height: 1.5em;
  padding: 0;
  margin: auto; }

#tag {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.3em;
  line-height: 1em; }

.phrase {
  position: relative;
  top: -50px; }

@media only screen and (min-width: 500px) {
  #iam-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin-top: -250px;
    /* Half the height */
    margin-left: -250px;
    /* Half the width */
    padding-top: 10%; }

  #iam {
    font-size: 13em;
    line-height: 0.6em; }

  #bh {
    font-size: 4em;
    line-height: 1.2em; }

  #tag {
    font-size: 1.7em;
    line-height: 1.4em; } }
#section-about {
  position: relative; }

#meFace {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/meFace.jpg");
  background-position: 10% 30%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.8;
  filter: alpha(opacity=80); }

#section-service .content-container {
  max-width: 600px; }

.button {
  padding-left: 20px;
  margin: 1px; }

.button:hover, .button:focus, button:hover, button:focus {
  background-color: #3c967c; }

.eb {
  position: relative;
  width: 130px;
  margin: 20px auto; }

footer, #section-footer {
  position: relative;
  background-color: #222;
  color: #666;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: 100px; }
  footer h2, #section-footer h2 {
    color: white;
    margin-bottom: 50px; }
  footer i, #section-footer i {
    font-size: 30px;
    position: relative;
    color: #666;
    display: block;
    width: 100%; }
  footer a, #section-footer a {
    color: #666; }
  footer a:hover, footer a:active, #section-footer a:hover, #section-footer a:active {
    color: #fff; }
    footer a:hover i, footer a:active i, #section-footer a:hover i, #section-footer a:active i {
      color: #3c967c; }
  footer ul.my-social-links, #section-footer ul.my-social-links {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style-type: none;
    margin: 0; }
    footer ul.my-social-links li, #section-footer ul.my-social-links li {
      margin: 0px 1em;
      text-align: center; }
    footer ul.my-social-links a, #section-footer ul.my-social-links a {
      text-decoration: none; }
  footer button, #section-footer button {
    border: 1px solid #3c967c; }
  footer input[type="text"],
  footer input[type="text"]:focus,
  footer textarea, #section-footer input[type="text"],
  #section-footer input[type="text"]:focus,
  #section-footer textarea {
    border: 1px solid #3c967c;
    background-color: #222;
    color: white; }
  footer input[type="email"],
  footer input[type="email"]:focus,
  footer textarea, #section-footer input[type="email"],
  #section-footer input[type="email"]:focus,
  #section-footer textarea {
    border: 1px solid #3c967c;
    background-color: #222;
    color: white; }

#customform .message-field textarea {
  height: 150px; }

.formHolder {
  padding: 10px;
  width: 100%;
  min-height: 350px;
  max-width: 600px;
  margin: auto; }
  .formHolder .f-error {
    display: none; }
  .formHolder .f-success {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99; }
    .formHolder .f-success h3 {
      color: #3c967c;
      border-bottom: 0; }

/* We use this media query to add styles to any device that supports media queries */
@media only screen {
  /*.orbit-prev, .orbit-next, .orbit-caption, .orbit-timer, .orbit-slide-number, 
  .orbit-caption, .orbit-progress {*/
  /*display: none;*/ }
/* Used to alter styles for screens at least 400px wide. This is where the grid changes. */
/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */
/* Used to alter styles for screens at least 1280px wide. */
/* Used to alter styles for screens at least 1440px wide. */
/* Apply styles to screens in landscape orientation */
/* Apply styles to screens in portrait orientation */
/* We also use Modernizr to add a .touch class to the body when applicable */
/* You can prepend this class to anything and it will style only for touch devices */
