@charset "utf-8";

/* CSS Document */
body,
html {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 20px
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/*Class*/
.h1 {
  font-size: 36px
}

.h2 {
  font-size: 30px
}

.h3 {
  font-size: 24px
}

.h4 {
  font-size: 20px
}

.h5 {
  font-size: 18px;
}

.h6 {
  font-size: 16px;
}

a {
  color: #86e133;
}

a:hover {
  color: #d3ffab;
  text-decoration: none;
}

.text-cta {
  color: #86e133;
}

.margin-top-x {
  margin-top: 0;
}

.btn:active, .btn.active {
    box-shadow: none;
}

/*Start Hero Styles*/
.hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://chriswehnert.com/images/good-chris.jpg);
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 4em;
  margin: auto;
  border: 8px solid #86e133;
  border-left-color: #fff;
  border-top-color: #fff;
}

.hero {
  background-color: #000;
  padding: 3em 0;
  color: #fff;
}

.hero-content h1 {
  font-size: 68px;
}

.hero-content h2 {
  margin-top: 0;
  color: #86e133;
}
.hero-content .btn-cta:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.flex-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.flex-item {
  width: 48%;
}

#mobile-heroImg {
  display: none;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.text-white {
  color: #FFFFFF;
}

.subheader {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    padding: 2em 0;
}

/*Nav Styles*/
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-inverse {
  border: none;
  background-color: #000;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #000;
  background-color: #86e133;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  padding-top: 20px;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #86e133;
}

.navbar-inverse .navbar-brand {
  color: #86e133;
  font-size: 26px;
  padding-top: 18px;
}

.btn-cta {
  min-width: 200px;
  padding: 10px 0;
  border-radius: 8px;
  text-transform: uppercase;
  background-color: #86e133;
  color: #000;
}

.btn-cta:hover {
  background-color: transparent;
  border-color: #86e133;
  color: #86e133;
}

/*HP Intro Styles*/
.intro-out {
  padding: 100px 0px 80px;
  color: #000;
}

.intro-out .title {
  border: 10px solid #86e133;
  padding: 47px 15px 57px;
  border-radius: 20px;
  border-left-color: #000;
  border-top-color: #000;
  margin-bottom: 20px;
}

.intro-out .title h1 {
  font-size: 32px;
  color: #000;
  font-weight: 600;
}

.intro-out .cta-info {
  padding: 18px 15px;
}

.intro-out .cta-info h3 {
  color: #000;
}

.intro-out .cta-info h3 i {
  margin-bottom: 10px;
  color: #86e133;
}

.intro-out .resume-content {
  padding: 41px 15px;
  ;
}

.intro-out .resume-content:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: .6s;
}

/*HP Designers Styles*/
.designers-out {
  padding: 100px 0px;
  background-color: #000;
  color: #fff;
}

.designers-out .title h1 {
  font-size: 32px;
  font-weight: 600;
}

.designers-out .title {
  border: 10px solid #86e133;
  border-radius: 20px;
  border-left-color: #fff;
  border-top-color: #fff;
  padding: 66px 15px 82px;
  margin-bottom: 20px;
}

.designer-graphic {
  border: thin solid #86e133;
  border-radius: 20px;
  padding: 25px 15px 12px;
  margin-bottom: 20px;
  text-align: center;
}

.designer-graphic img {
  width: 100px;
  margin: auto;
}

.designers-out .designer-info {
  padding: 36px 15px;
}

.designers-out .btn-section {
  text-align: center;
  padding: 64px 0;
}
#moEdu-title {
    display: none;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.right {
  float: right;
}

/*HP Banner Styles*/
.banner-out {
  background-image: linear-gradient(rgb(134 225 51 / 50%), rgb(134 225 51 / 50%)), url(https://chriswehnert.com/images/design-desk-color-wheels.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}

.banner-out .title {
  background-color: rgb(134 225 51 / 45%);
  padding: 50px 15px 50px 20px;
  border-radius: 30px;
  border: 10px solid #fff;
  color: #000;
  border-left-color: #000;
  border-top-color: #000;
  min-height: 345px;
}

.banner-out .title h1 {
  color: #000;
}

.banner-out .title i {
  font-size: 30px;
  background-color: #000;
  color: #86e133;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 16px 0;
  border-radius: 10px;
}

.price {
  border-radius: 20px;
}

.price .header {
  background-color: #000;
  color: #86e133;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.price li:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/*Work History Modal*/
.resume-content {
  border: thin solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.lg-resume-card {
  display: inline-block;
  width: 100%;
}

.position {
  color: #86e133;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.company {
  font-size: 18px;
  margin: 5px 0 15px;
  position: relative;
  min-height: 50px;
}

.text {
  position: absolute;
  width: 100%;
  -webkit-transform: translate(0%, 10%);
  -ms-transform: translate(0%, 10%);
  transform: translate(0%, 10%);
  text-align: center;
}

.resume-content .date {
    color: #3f3f3f;
    margin-bottom: 15px;
}

.education {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.resume-title {
  padding-top: 10px;
}

.resume-content {
  border: thin solid #86e133;
  border-radius: 20px;
}

.resume-content .btn-resu {
  padding: 10px 40px 8px;
  border-radius: 8px;
  text-transform: uppercase;
  background-color: #86e133;
  color: #000;
}

.resume-content .btn-resu:hover {
  background-color: transparent;
  border-color: #86e133;
  color: #86e133;
  box-shadow: none;
  text-shadow: none;
}

.resume-content .modal-content {
  background-color: #3f3f3f;
  color: #fff;
  border-radius: 0;
  text-align: left;
}

.resume-content .modal-header .close {
  color: #fff;
  opacity: .9;
  text-shadow: 0 1px 0 #a3a3a3;
}

.resume-content .modal-content .btn-default {
  color: #86e133;
  border: none;
  border-radius: 0;
  width: 100%;
}

.resume-content .modal-content .btn-default:hover {
  background-color: #86e133;
  color: #fff;
}

.resume-content .modal-body {
  margin-top: 10px;
}

.resume-content .modal-content .modal-body ul {
  padding-left: 15px;
  list-style: square;
}

.resume-content .modal-content .modal-body li {
  margin-bottom: 5px;
}

.resume-content .modal-header {
  position: relative;
  border-bottom: 4px solid #86e133;
}

.resume-content .modal-header:after {
  position: absolute;
  content: '\f0d7';
  font-family: 'FontAwesome';
  color: #86e133;
  font-weight: 600;
  bottom: -32px;
  font-size: 36px;
}

.resume-content .modal-content .modal-footer {
  text-align: center;
  border-top: 4px solid #86e133;
}

.position {
  color: #000;
  font-size: 20px;
}

/* Footer Area */
#footerArea {}

#footerArea .footer_top {
  padding: 20px 0 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  z-index: 0;
}

#footerArea h4 {
  padding-bottom: 10px;
  color: #86e133;
  text-transform: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  border-bottom: 1px solid #43464b;
}

#footerArea p {
  font-size: 14px;
  line-height: 18px;
}

#footerArea a {
  color: #86e133;
}

#footerArea a:hover {
  color: #fff;
  text-decoration: none;
}

.foot-title h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

#footerArea ul {
  padding: 0px;
  list-style: none;
}

#footerArea .footer_bottom {
  display: inline-block;
  padding: 30px 0 0px;
  background-color: #000000;
}

#footerArea .footer_bottom p {
  font-size: 12px;
}

#footerArea .btn {
  background: none repeat scroll 0 0 #86e133;
  border: 1px solid #86e133;
  color: #000;
}

#footerArea .btn:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

#footerArea .footer_bottom p a {
  color: #86e133;
}

#footerArea .footer_bottom p a:hover {
  color: #fff;
}

.social-links {
  float: left;
}

.soc-title {
  text-transform: uppercase;
  text-align: right;
  padding-top: 20px;
  font-size: 20px;
}

.images ul {
  padding-top: 9px;
  padding-right: 9px;
  padding-left: 9px;
  padding-bottom: 9px;
  list-style: none;
  overflow: hidden;
  margin-left: 39px;
}

.images li {
  padding-top: 0;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  float: left;
}

.images li a {
  width: 60px;
  float: left;
  height: 60px;
  margin: 0;
  display: block;
  color: #fff;
  opacity: 10;
}

.images li a:hover {
  opacity: 0.8;
}

.address {
  padding-bottom: 0px;
  color: #4D6565;
  overflow: hidden;
}

.address address {
  color: #FFFFFF;
  line-height: 40px;
  font-style: normal;
  font-size: 16px;
}

.address address a {
  color: #FFFFFF;
}

.address address a:hover {
  color: #fff;
  text-decoration: none;
}

.address address i {
  display: block;
  float: left;
  font-size: 13px;
  line-height: 40px;
  width: 20px;
}

.text-blue {
  color: #86e133;
}

#footerArea .social {
}

#footerArea .social a {
  color: #86e133;
  font-size: 36px;
  margin-right: 5px;
}

#footerArea .social a:hover {
  color: #fff;
  transition: .5s;
}

#myNavside a {
  position: absolute;
  left: -100px;
  transition: 0.3s;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 10px;
  padding-bottom: 15px;
  width: 155px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 30px 30px 0;
}

#myNavside a:hover {
  left: 0;
}

#linkedin {
  top: 20px;
  padding-bottom: 5px;
  background-color: #0077b5;
}

#twitter {
  top: 80px;
  background-color: #000000;
}

#facebook {
  top: 140px;
  background-color: #405DE6;
  background-image: linear-gradient(to right, #405DE6, #5851DB, #833AB4)
}

#google {
  top: 200px;
  background-color: #dd4b39;
}

/* Start Web PortfolioArea */
#web-portfolio-header {
    background: linear-gradient(175deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), #000 url(../images/contact-chris.jpg);
    padding: 75px 0;
}
.web-folioArea {
  color: #333333;
  padding: 4em 0 1em;
}

.web-folioArea .row {
  padding-bottom: 40px;
}

.web-folioArea hr {
  margin-bottom: 40px;
}

.web-folio-title {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #9c9a9a;
}

.web-folioArea p {}

.web-folioArea h2 {
  text-align: center;
}

.web-folioArea h3 {
  text-align: center;
  color: #333333;
}

.web-folioArea a {
  text-decoration: none;
  color: #333333;
  font-size: 20px;
}

.web-folioArea a:hover {
  color: #86e133;
}

/* End Web PortfolioArea */

/* Start Graphics PortfolioArea */
#folio-header {
    background: linear-gradient(175deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), #000 url(../images/contact-sunset.jpg);
    padding: 75px 0;
}
.folioArea {
  color: #333333;
  padding: 4em 0 1em;
}

.folioArea .row {
  padding-bottom: 40px;
}

.folioArea hr {
  margin-bottom: 40px;
}

.folio-title {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #9c9a9a;
}

.folioArea p {}

.folioArea h2 {
  text-align: center;
}

.folioArea h3 {
  text-align: center;
  color: #333333;
}

.folioArea a {
  text-decoration: none;
  color: #333333;
  font-size: 20px;
}

.folioArea a:hover {
  color: #86e133;
}

/* End Graphics PortfolioArea */

/*Start HP Portfolio Button*/
.btn-port {
  padding: 10px 40px 8px;
  text-transform: uppercase;
  border-radius: 8px;
  color: #fff;
  background-color: #000;
  border-color: #000;
  border: 2px solid transparent;
}

.btn-port:hover {
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
}

/*End HP Portfolio Button*/
.hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.hover-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19)
}

.info-bkgd {
  position: fixed;
  top: 65%;
}

/*Start Contact Page Styles*/
.contact-section {
    padding: 4em 0;
}

.contact-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../images/good-chris2.jpg);
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 4em;
  margin: auto;
  border: 8px solid #86e133;
  border-left-color: #fff;
  border-top-color: #fff;
}

.contact-card {
    background-color: #000;
    border-radius: 60px;
    padding: 4em 3em;
    color: #fff;
    border: 3px solid #86e133;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-social a {
    color: #fff;
}

.card-social a:hover {
    color: #86e133;
    text-decoration: none;
}

.card-social a i {
    color: #86e133;
}

#email, #linked, #insta {
    position: relative;
}
#email:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f199';
    font-size: 30px;
    color: #86e133;
    left: 0;
    top: -10px;
}

#linked:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f08c';
    font-size: 30px;
    color: #86e133;
    left: 0;
    top: -10px;
}

#insta:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\e055';
    font-size: 30px;
    color: #86e133;
    left: 0;
    top: -10px;
}

.card-social {
    margin-top: 25px;
}

.card-social p {
    padding-left: 40px;
    margin-bottom: 20px;
}

/*End Contact Page Styles*/

.link-list {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.link-list h3 {
  margin-bottom: 35px;
}

.link-list .formbutton {
  background-color: #86e133;
  border: none;
  color: #fff;
  padding: 10px 45px;
  text-transform: uppercase;
}

.link-list .formbutton:hover {
  background-color: #3F3F3F;
  color: #fff;
}

/* Start 2025 Resume Page Styles */
#resume-header {
    background: linear-gradient(175deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), #000 url(../images/contact-city.jpg);
    background-position: bottom !important;
}
.subheader .hero-image {
  width: 95%;
  margin: auto 0;
  height: 350px;
}
.subheader .flex-item-col4 {
  width: 33.3%;
}
.subheader .flex-item-col8 {
  width: 58.3%;
}
.sidebar h2, #customContent h2 {
    position: relative;
    padding-left: 54px;
}
.sidebar h2:before, #customContent h2:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    background-color: #000;
    color: #86e133;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 12px 0;
    bottom: -5px;
    left: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.sidebar .sidebar-skills h2:before {
    background-color: #86e133;
    color: #000;
}
.sidebar-social {
    background-color: #f5f5f5;
    padding: 10px 20px 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.sidebar-social a {
  color: inherit;
}
.sidebar-social a:hover {
  color: #86e133;
}
.sidebar-social h2:before {
    content: '\f0c1';
}
.sidebar-hobbies {
    background-color: #f5f5f5;
    padding: 5px 20px;
}
.sidebar-hobbies h2:before {
    content: '\f185';
}
.sidebar-skills {
    position: relative;
    background-color: #000;
    padding: 30px 20px 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
}
.sidebar-skills:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f0d7';
    top: -42px;
    font-size: 64px;
    color: #f5f5f5;
}
.sidebar-skills h2:before {
    content: '\f5ae';
}
.sidebar .sidebar-skills hr {
    border-top: 2px solid #86e133;
}
.sidebar .sidebar-skills h2 {
    color: #fff;
}
.sidebar hr {
    margin-top: -5px;
    border-top: 2px solid #000;
    margin-left: 0;
}
.hobby-icons {
    width: 75%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.hobby-icons i {
    width: 24%;
    font-size: 24px;
    margin-bottom: 22px;
}

#customContent hr {
    margin-top: -5px;
    border-top: 2px solid #000;
    margin-left: 0;
}
.experience h2:before {
    content: '\f0b1';
}

.education h2:before {
    content: '\f19d';
}
.content-card {
    padding-top: 10px;
}
.edu-card {
    background-color: #f5f5f5;
    padding: 5px 20px;
    margin-bottom: 1em;
    border-radius: 10px;
}
.edu-card p {
    font-size: 18px;
}
.edu-card h3 {
    font-weight: 600;
    font-size: 22px;
}
.edu-card h4 {
    font-size: 18px;
    background-color: #000;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    color: #86e133;
}
.edu-card .date {
    float: right;
    font-size: 18px;
    background-color: #86e133;
    padding: 5px 10px;
    border-radius: 4px;
}
.edu-card .mobi-date {
    display: none;
}

.timeline {
  background-color: #000;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 450px;
    overflow-y: auto;
    margin-bottom: 2em;
    border-radius: 20px;
    border: 5px solid #86e133;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: -620px;
  left: 50%;
  margin-left: -3px;
}

.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: black;
  border: 4px solid #86e133;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.tm-left {
  left: 0;
}

.tm-right {
  left: 50%;
}

.tm-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #f5f5f5;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f5f5f5;
}

.tm-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f5f5f5;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

.tm-right::after {
  left: -12px;
}

.timeline-content {
  padding: 20px 30px;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 6px;
}

.timeline h3 {
    font-weight: 600;
    font-size: 22px;
}
.timeline h4 {
    font-size: 18px;
}

.timeline .btn-cta {
  min-width: auto;
    padding: 10px 15px;
    font-size: 12px;
    display: block;
    text-wrap: auto;
}

.timeline .modal-content {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  text-align: left;
}

.timeline .modal-header .close {
  color: #fff;
  opacity: .9;
  text-shadow: 0 1px 0 #a3a3a3;
}

.timeline .modal-body {
  margin-top: 10px;
}

.timeline .modal-content .modal-body ul {
  padding-left: 15px;
  list-style: square;
}

.timeline .modal-content .modal-body li {
  margin-bottom: 5px;
}

.timeline .modal-header {
  position: relative;
  border-bottom: 4px solid #86e133;
}

.timeline .modal-header:after {
  position: absolute;
  content: '\f0d7';
  font-family: 'FontAwesome';
  color: #86e133;
  font-weight: 600;
  bottom: -32px;
  font-size: 36px;
}

.timeline .modal-content .modal-footer {
  text-align: center;
  border-top: 4px solid #86e133;
}

.timeline .modal-footer .btn-cta {
    width: 100%;
    padding-top: 13px;
    text-wrap: auto;
    box-shadow: none;
}
.timeline .modal-footer .btn:active {
    box-shadow: none;
}

/* End 2025 Resume Page Styles */

/*Start Pricing Styles*/
.pricing-out {
  padding: 100px 0;
}

.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
  background-color: #111;
  color: #86e133;
  font-size: 25px;
}

.price li {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 20px;
  text-align: center;
}

.price li:first-child {
  border: none;
}

.price li:last-child {
  border-bottom: 1px solid #ddd;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.price .grey a {
  background-color: var(--blue);
  border: none;
  color: white;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
}

.price .grey a:hover {
  background: var(--red)
}

/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*End Pricing Styles*/
#myModal2 .modal-body ul {
  padding-left: 20px;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 60%;
    }
}

@media (max-width: 991px) {
  .wp-50 .col-md-3 {
    width: 50%;
    float: left;
  }

  .banner-out .offset-sm-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-out .col-sm-6 {
    max-width: 100%;
  }
  #moEdu-title {
    display: inherit;
}
  #Edu-title {
    display: none;
}
.contact-section {
    padding: 2em 0;
}
}

@media (max-width: 991px) and (min-width: 768px) {
 .intro-out .resume-content {
   min-height: 260px;
 }
 .right {
   float: left;
 }
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-toggle {
   border-color: #86e133;
   background-color: #000;
 }
 .navbar-inverse .navbar-toggle .icon-bar {
   background-color: #86e133;
 }
 .navbar-inverse .navbar-nav>.active>a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.navbar-inverse .navbar-nav>li>a {
    padding-top: 10px;
}
 .flex-item {
   width: 100%;
 }
 .right {
   float: none;
 }
 .columns {
   margin-bottom: 2em;
   padding: 0 20px;
 }
 .hero-content {
   padding: 0 20px;
   text-align: center;
 }
 .hero-content h1 {
   font-size: 54px;
 }
 #mobile-heroImg {
   display: inherit;
 }
 #heroImg {
   display: none;
 }
 .intro-out, .banner-out, .designers-out, .pricing-out {
   padding: 3em 0;
 }
 .banner-out .title {
   text-align: center;
 }
 .soc-title {
   text-align: center;
 }
 .social-links {
   float: none;
   margin-top: 1em;
 }
  .navcon-size {
    font-size: 40px;
  }

  .hide_text {
    font-size: 40px;
  }

  .wp-50 .col-md-3 {
    width: 100%;
    float: none;
  }

  .folioArea .ctr-grphc img {
    margin: auto;
  }

  .intro-out .title {
    padding: 10px 15px 20px;
    text-align: center;
  }

  .designers-out .title {
    padding: 10px 15px 20px;
    text-align: center;
  }

  .resume-title {
    text-align: center;
  }

  .designers-out .col-sm-3.pull-right {
    float: none !important;
  }

  .banner-out {
    background-attachment: scroll;
  }

  .banner-out .title {
    margin-bottom: 20px;
  }

  .columns {
    width: 100%;
    margin-bottom: 10px;
  }

  .soc-title {
    text-align: center;
  }

  .social-links {
    float: none;
  }
  #footerArea {
    text-align: center;
}
.subheader .flex-item-col4, .subheader .flex-item-col8 {
  width: 100%;
}
.subheader .hero-image {
    width: 100%;
}
.edu-card .date {
    display: none;
}
.edu-card .mobi-date {
    display: inline-block;
    font-size: 18px;
    background-color: #86e133;
    padding: 5px 10px;
    border-radius: 4px;
}
}

@media (max-width: 700px) {
  #main {
    transition: margin-left .5s;
    padding: 16px;
    position: fixed;
    float: right;
    left: 80%;
    margin-top: -9px;
    z-index: 10;
  }
}

@media screen and (max-width: 600px) {
  .timeline {
    height: 350px;
}
  .timeline::after {
  left: 31px;
  bottom: -650px;
  }
  
  .timeline-container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  .timeline-container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  .tm-left::after, .tm-right::after {
  left: 19px;
  }
  
  .tm-right {
  left: 0%;
  }
}

@media (max-width: 430px) {
 .hero-image {
   height: 300px;
 }
 .hero-content h1 {
  font-size: 46px;
}
.hero-content h2 {
    font-size: 26px;
}
}