/*These styles contain basic styles for fomatting along with our animation css*/
@import url(http://fonts.googleapis.com/css?family=Indie+Flower);
.container {
  color: #000000;
  border-radius: 10px; }

body {
  font-size: 17.6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  /*background: #efefef;*/
  background-color: #f4f4f4;
  line-height: 170%; }

strong,
b {
  font-weight: 600; }

h1, h2, h3, h4, h5, h6 {
  /*font-weight: 300;
  line-height: 150%;*/ }

h1 {
  text-align: center;
  padding: 75px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: 50px; }

h2 {
  margin-top: 0;
  color: #f18239;
  text-align: center;
  font-size: 32px; }

h2.half {
  background: #149a9a;
  display: inline-block;
  padding: 0.2em;
  line-height: 2.2em;
  color: #fff;
  float: left;
  border-radius: 5px; }

h2 + hr {
  margin-top: 4em;
  border-bottom: 3px #fff solid; }

h2.project {
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  background: #149a9a;
  line-height: 2.2em;
  margin: 0 auto;
  width: 260px; }

i.fa.fa-camera-retro.fa-5x, i.fa.fa-envelope.fa-5x {
  margin: 0.7em 0; }

.main-container {
  /** background: $bg-color;**/
  max-width: 100%;
  margin: 32px 62px auto;
  position: relative; }

/**Menu Bar Dropdown**/
h1 {
  margin: 0px 0 0 0;
  color: #fff;
  font-family: 'Indie Flower';
  font-size: 68px;
  font-weight: normal;
  text-align: center;
  font-weight: 800px; }

.middle {
  width: 70px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: 30px 0 0 0;
  float: right; }

.middle.hide {
  display: none; }

.middle.show {
  display: block; }

a.menu {
  float: left;
  width: 30px;
  height: 23px;
  overflow: hidden;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  a.menu span {
    float: left;
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: relative;
    top: 10px;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    a.menu span:before {
      content: '';
      width: 30px;
      height: 3px;
      background-color: #fff;
      position: absolute;
      top: -8px;
      left: 0; }
    a.menu span:after {
      content: '';
      width: 30px;
      height: 3px;
      background-color: #fff;
      position: absolute;
      bottom: -8px;
      left: 0; }
  a.menu.active {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg); }
    a.menu.active span {
      background-color: transparent; }
      a.menu.active span:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      a.menu.active span:after {
        bottom: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }

.menu-bar {
  display: none; }

.nav-area {
  max-width: 100%;
  text-align: center; }
  .nav-area a {
    text-decoration: none;
    color: #149a9a;
    font-weight: 700; }
    .nav-area a:hover {
      background-color: #149a9a;
      color: #fff;
      padding: 20px 0; }
  .nav-area ul.nav-right, .nav-area ul.nav-left {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0; }
    .nav-area ul.nav-right li, .nav-area ul.nav-left li {
      padding: 0 10px;
      font-size: 17.76px;
      display: inline; }
  .nav-area ul.nav-left {
    margin-right: 220px; }
  .nav-area ul.nav-right {
    margin-left: 20px; }

  .nav-area.fixed .image-area .circular-img {
    width: 60px;
    height: 60px;
    border: 5px solid #149a9a;
    border-radius: 250px;
    margin: -2.2em auto;
  }

  .nav-area.fixed .image-area .about-img {
    background: url("../images/about-me.png") no-repeat;
    background-position: -25px -2px;
    background-size: 110px 67px;
  }

  .about-img {
    transition: all .2s ease-in-out;
  }

.about-me {
  max-width: 100%;
  text-align: center; }

.image-area {
  text-align: center;
  /**border-bottom: #fff solid 2px;**/ }
  .image-area .circular-img {
    width: 225px;
    height: 225px;
    border: 5px solid #149a9a;
    border-radius: 250px;
    margin: -10em auto; }
  .image-area .about-img {
    background: url("../images/about-me.png") no-repeat;
    background-position: -50px -5px;
    background-size: 360px 280px; }
  .image-area .project-img {
    background-color: #149A9A;
    background-position: -111px -11px;
    margin: -8em auto; }

.about-description {
  float: left;
  text-align: left;
  width: 100%; }

.my-title, .bg-1 h1 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 400ms linear;
          transition: all 400ms linear; }

.bg-1 h1.in-view, .my-title.in-view, .circular-img {
  -webkit-animation: bounceIn 1300ms ease-in both;
          animation: bounceIn 1300ms ease-in both; }

/**Box Styles***/



.box1 li img, .box2 li img {
    width: 150px;
}

/**end of box styles**/

.about-head {
  float: left;
  width: 100%; }

.about-description {
  padding: 4em 0 0 0; }
  .about-description ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .about-description ul li {
      text-decoration: none; }
      .about-description ul li .fa-arrow-circle-right {
        color: #000000;
        font-size: 19.68px; }

.animate-button, .animate-button2 {
  border: 0px;
  background-color: #149a9a;
  box-shadow: 0px 4px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin: 0 5px;
  -webkit-transition: box-shadow 0.09s ease;
          transition: box-shadow 0.09s ease; }
  .animate-button:hover, .animate-button2:hover {
    box-shadow: 0px 4px transparent; }
  .animate-button:active, .animate-button2:active {
    box-shadow: 0px 4px transparent; }

.ham-menu {
  text-decoration: none;
  list-style: none;
  display: inline;
  text-align: center; }

.ham-menu li {
  background-color: #149A9A;
  width: 100%;
  margin: 1em -1em; }

/**Moving bg**/
.box-area {
  float: left;
  width: 100%; 
  background-color: #149A9A;
  padding-right: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}


  .box-area h3 {
    text-align: center; }
  .box-area .box1, .box-area .box2 {
    width: 50%;
    float: left;
    text-align: center; }
    .box-area .box1 ul, .box-area .box2 ul {
      list-style: none; }

.fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 4px solid #149A9A; }

.fixed-bg.bg-1 {
  background-image: url("../images/dawn.jpg"); }

.fixed-bg.bg-2 {
  background-image: url("../images/dock.jpg"); }
  .fixed-bg.bg-2 h1 {
    padding: 125px 0;
    line-height: 70px; }

.fixed-bg.bg-3 {
  background-image: url("../images/nightfall.jpg"); }
  .fixed-bg.bg-3 h1 {
    padding: 125px 0;
    line-height: 70px; }

/**
.scrolling-bg {
  min-height: 500px;
}
**/
.my-title {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: block;
  font-size: 32px;
  line-height: 40px; }

.bg-1 span:last-child {
  padding-bottom: 255px; }

.mango {
  color: rgba(255, 255, 255, 0.9); }

.clip-circle {
  -webkit-clip-path: circle(60px at center);
          clip-path: circle(60px at center);
  /* OLD VALUE example: circle(245px, 140px, 50px); */
  /* Yep, even the new clip-path has deprecated stuff. */ }

.img-circle .about-img {
  width: 225px;
  border-radius: 1000px;
  border: 3px solid;
  height: 225px; }

i.fa {
  color: #333; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/*clearfixes*/
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.container {
  position: relative;
  padding: 25px; }

.container:last-of-type {
  padding-top: 0px; }

.container.first-container.element.cf {
  margin: 50px 0; }

/*animation element*/
.animation-element {
  position: relative;
  width: 30%;
  margin: 0% 1.33 2.66% 1.33%;
  float: left; }

/*.animation-element3 {
  display: block;
}
*/
/*3 grid layout*/
.animation-element:nth-of-type(3n-2) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 0%;
  clear: left; }

.animation-element:nth-of-type(3n-1) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 1.375%; }

.animation-element:nth-of-type(3n-0) {
  width: 31.5%;
  margin: 0% 0% 2.75% 1.375%;
  clear: right; }

/**Bounce In animation for subject**/
.subject {
  float: left;
  width: 100%;
  margin: 0% 1.33% 2.66% 1.33%;
  background: #F5F5F5;
  padding: 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA; }
  .subject .project-img {
    width: 100%; }

.subject:hover,
.subject:active {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25); }

.subject .header {
  margin: 8px 0px; }

.subject .header .date,
.subject .header .category {
  margin: 0px;
  clear: none;
  width: 50%; }

.subject .header .date i,
.subject .header .category i {
  margin-right: 5px;
  color: #333;
  -webkit-transition: all 400ms linear;
          transition: all 400ms linear; }

.subject .header .date {
  float: left;
  text-align: left; }

.subject .header .category {
  float: right;
  text-align: right; }

/*subject icon at top*/
.subject .icon {
  position: absolute;
  top: -20px;
  left: 50%;
  left: calc(50% - 20px); }

.subject .icon i {
  width: 40px;
  height: 40px;
  color: white;
  font-size: 150%;
  border-radius: 50%;
  text-align: center;
  padding: 7px; }

/*Category color / icon color*/
.subject .category-color {
  height: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; }

.subject.design .category-color,
.subject.design .icon i {
  background: #f18239; }

.subject.development .category-color,
.subject.development .icon i {
  background: #149a9a; }

.subject.photography .category-color,
.subject.photography .icon i {
  background: #2980b9; }

/*hovering over subject*/
.subject.development:hover .header i {
  color: #149a9a; }

.subject.design:hover .header i {
  color: #c0392b; }

.subject.photography:hover .header i {
  color: #2980b9; }

.subject .title {
  margin: 12px 0px;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px; }

.subject .content {
  margin-bottom: 8px; }

.subject .enrole {
  position: relative;
  color: #333;
  padding: 5px 12px;
  cursor: pointer;
  float: right;
  display: inline-block;
  border: solid 1px #ccc;
  -webkit-transition: all 300ms linear;
          transition: all 300ms linear; }

.bounce-up .subject {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.bounce-up.in-view .subject {
  -webkit-animation: bounceIn 1300ms ease-in both;
          animation: bounceIn 1300ms ease-in both; }

.come-up .subject {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.come-up.in-view .subject {
  -webkit-animation: bounceIn 1300ms ease-in both;
          animation: bounceIn 1300ms ease-in both; }

.scrolled-at .subject {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.scrolled-at.in-view .subject {
  -webkit-animation: bounceIn 1300ms ease-in both;
          animation: bounceIn 1300ms ease-in both; }

.bounce-up.out-view .subject {
  -webkit-animation: zoomOut 1300ms ease-in both;
          animation: zoomOut 1300ms ease-in both; }

.subject .enrole:hover,
.subject .enrole:active {
  background: #149a9a;
  color: #fff; }

.footer-bg {
  min-height: 100%;
  background-size: cover;
  background-color: #EEEEEE; }

.footer-bg h5 {
  margin-bottom: 0;
  padding: 20px 0;
  text-align: center; }

/**
 * Form styling
 */
.group {
  position: relative;
  margin-bottom: 45px; }

input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #149A9A;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

/* LABEL ======================================= */
label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

/* active state */
input:focus ~ label, input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #149A9A; }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width: 100%;
  border-bottom: 3px #149A9A solid; }

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

/**Active **/
input:focus {
  border-bottom: 3px solid #149A9A;
  outline: none; }

.group label {
  font-size: 20px; }

.group label:focus {
  font-size: 18px !important; }

.form-input, .form-comment {
  padding: 7em 0 0 0em;
  margin: 0em;
  float: left;
  width: 47%;
  text-align: center; }

input[type="submit"] {
  background-color: #149A9A;
  box-shadow: 2px 2px #839A9A; }
  input[type="submit"]:hover {
    background-color: #208080;
    box-shadow: inset 3px 3px #545B5B; }

input[type="textarea"] {
  height: 100px; }

/**End of Form Style**/
/**Menu Style Test**/
/**Animations**/
/* Animations for Portfolio Section **/
/*Slide In Up**/
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/*left fancy animastion*/

@-webkit-keyframes left_animation {
  0% {
    opacity: 0;
    -webkit-transform: rotate(180deg) translate3d(100%, 100%, 0); }
  75% {
    opacity: 0.8;
    -webkit-transform: rotate(-40deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) translate3d(0%, 0%, 0); } }

/**Bounce In***/
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

/**End of Bounce In**/
/**zoom out**/
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

/**End of zoom out**/
/*media queries for small devices*/
@media screen and (max-width: 1280px) {
  .form-input {
    width: 50%; }
  .form-comment {
    width: 40%; } }

@media screen and (max-width: 960px) {
  .subject .header .date, .subject .header .category {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
  .form-input {
    width: 100%;
    max-width: 100%; }
  .form-comment {
    width: 100%;
    max-width: 100%; } }

/**Social Styles**/
.wrapper {
  padding: 0px 0 0;
  text-align: center; }

.social {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  line-height: 50px;
  font-family: Entypo;
  font-size: 28px;
  text-align: center;
  color: #555;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
  cursor: pointer; }

.social {
  box-shadow: #d2d2d2 1px 1px; }
  .social:hover {
    background-color: #149A9A; }

.fixed{
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  background-color: #57514E;
  height: 55px;
  padding-top: 10px;
  z-index: 1;
}

@media screen and (max-width: 797px) {
  .subject .header .date,
  .subject .header .category {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
  .about-img, .about-description {
    width: 100%;
    display: block; }
  ul.nav-left, ul.nav-right {
    visibility: hidden; }
  .middle.hide {
    display: block;
    position: fixed;
    z-index: 9999999;
    top: -10px; }
  .menu-bar {
    display: block;
    top: 0px;
    padding: 40px 0 0 0;
    position: fixed;
    width: 100%;
    background-color: #149A9A;
    text-align: center;
    z-index: 9999;
    -webkit-transition: all 200ms linear;
            transition: all 200ms linear; }
    .menu-bar ul {
      list-style: none;
      padding-left: 0px;
      text-decoration: none; }
    .menu-bar a {
      text-decoration: none; }
    .menu-bar li {
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
  .menu-bar .menu-list li.drop-menu {
    background-color: #FDB933;
    margin: 20px 0;
    padding: 10px 0;
    color: #000000; }
  .menu-bar .menu-list li.drop-menu:hover {
    background-color: #F7F6F2;
    margin: 20px 0;
    padding: 10px 0;
    color: #000000; }
  .menu-bar.hide {
    top: -170px;
    padding: 40px 0;
    position: fixed;
    opacity: 1;
    width: 100%;
    background-color: #149A9A;
    text-align: center;
    z-index: 9999;
    -webkit-transition: all 200ms linear;
            transition: all 200ms linear; }
  .menu-push {
    margin-top: 310px;
    -webkit-transition: all 200ms linear;
            transition: all 200ms linear; } }

@media screen and (max-width: 685px) {
  .main-container {
    margin: 20px 15px; }
  .animation-element,
  .animation-element:nth-of-type(3n-1),
  .animation-element:nth-of-type(3n-2),
  .animation-element:nth-of-type(3n-0) {
    width: 100%;
    margin: 0px 0px 30px 0px; }
  .subject .header .date,
  .subject .header .category {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
  .about-img, .about-description {
    width: 100%;
    display: block; } 

    .box1 li img, .box2 li img {
      max-width: 150px;
      width: 100%;
    }

  }

@media screen and (max-width: 624px) {
  ul.nav-left, ul.nav-right {
    visibility: hidden; } }

@media screen and (max-width: 568px) {
  .subject .header .date,
  .subject .header .category {
    width: 100%;
    margin-bottom: 10px;
    text-align: center; }
  .about-img, .about-description {
    width: 100%;
    display: block; }
  .about-me h2.half {
    width: 100%; }
  .circular-img {
    text-align: center;
    background-size: cover; }
  .circular-img.about-img {
    margin-top: -270px; } }

@media screen and (max-width: 320px) {
  .fixed-bg h1 {
    font-size: 50px; }
  .about-img, .about-description {
    width: 100%;
    display: block; }
  ul.nav-left, ul.nav-right {
    visibility: hidden; }
  .middle.hide {
    display: block;
    position: fixed;
    z-index: 9999999;
    top: -10px; }
  .menu-bar {
    display: block;
    top: 0px;
    padding: 40px 0 0 0;
    position: fixed;
    width: 100%;
    background-color: #149A9A;
    text-align: center;
    z-index: 9999;
    -webkit-transition: all 200ms linear;
            transition: all 200ms linear; }
    .menu-bar ul {
      list-style: none;
      padding-left: 0px;
      text-decoration: none; }
    .menu-bar a {
      text-decoration: none; }
    .menu-bar li {
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
  .menu-bar .menu-list li.drop-menu {
    background-color: #FDB933;
    margin: 10px 0;
    padding: 5px 0;
    color: #000000; }
  .menu-bar .menu-list li.drop-menu:hover {
    background-color: #F7F6F2;
    margin: 20px 0;
    padding: 10px 0;
    color: #000000; }
  .menu-bar.hide {
    top: -170px;
    padding: 40px 0;
    position: fixed;
    opacity: 1;
    width: 100%;
    background-color: #149A9A;
    text-align: center;
    z-index: 9999;
    -webkit-transition: all 200ms linear;
            transition: all 200ms linear; }
  .menu-push {
    margin-top: 350px;
    -webkit-transition: all 200ms linear;
            transition: all 200ms linear; }
  .circular-img.about-img {
    margin-top: -270px; } }
