a, a:visited, a:hover, a:active {
  color: #6b51ef;
  text-decoration: none;
}

p {
  font-family: Avenir-Medium;
  font-size: 18px;
  color: rgb(100,100,100);
  margin-top: 10px;
}

time {
  font-family: Avenir-Heavy;
  color: #6b51ef;
  font-size: 20px;
}

strong {
  font-family: Avenir-Black;
  font-size: 20px;
}

html {
  overflow:-x: hidden;
  width: 100%;
}

/* --------------------------------------------------------------------------------------
+
+ INDEX
+
-------------------------------------------------------------------------------------- */

.hero {
  background-image: initial;
  background: url(img/backgroundhero.png) no-repeat;
  background-size: cover;
  height: 950px;
  background-position: center;
}

.hero h1 {
  font-family: Avenir-Book;
  font-size: 140px;
  text-align: center;
  margin-top: 250px;
}

.hero h2 {
  text-align: center;
  color: #fff;
  font-family: Menlo;
  font-size: 50px;
}

.hero-tagline {
  text-align: center;
  color: #fff;
  font-family: Menlo;
  font-size: 22px;
}

.hero-links {
  text-align: center;
  margin-top: 35px;
}

.hero-links .blog-link {
  display: inline-block;
  background-color: #6b51ef;
  color: #fff;
  font-family: Menlo;
  font-size: 20px;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
}

.hero-links .blog-link:hover,
.hero-links .blog-link:focus {
  background-color: #5a41d6;
  color: #fff;
  text-decoration: none;
}

.first-name {
  color: #6b51ef;
}

.last-name {
  color: #fff;
}

.portfolio h1 {
  font-family: Avenir-Heavy;
  font-size: 54px;
  color: #6b51ef;
  text-align: center;
  margin-top: 200px;
}

.left-portfolio {
  margin-top: 100px;
}

.app-icon {
  width: 90px;
  display: inline;
  margin-bottom: 10px;
}

.portfolio h2 {
  font-family: Avenir-Roman;
  font-size: 50px;
  color: rgb(100, 100,100);
  display: inline;
  margin-left: 30px;
  vertical-align: middle;
}

.portfolio h3 {
  font-family: Avenir-Heavy;
  font-size: 26px;
  color: #6b51ef;
  margin-top: 50px;
}

.app-store-button {
  background-image: url(img/app-store-badge-web.png);
  background-size: 100%;
  border: none;
  width: 150px;
  height: 44px;
  margin-top: 50px;
  margin-right: 40px;
  display:inline;
}

.app-store-button:hover, 
.app-store-button:active,
.app-store-button:focus {
  background-image: url(img/app-store-badge-web.png);
  background-position: 0 0;
  outline: none !important;
}

.more-screens-btn {
  width: 150px;
  height: 44px;
  margin-top: 50px;
  border-radius: 8px;
  border: 2px solid #6b51ef;
  font-family: Avenir-Heavy;
  font-size: 15px;
  color: #6b51ef;
  background-color: transparent;
  background-image: initial;
  text-shadow: initial;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.more-screens-btn:hover {
  border: 2px solid #6b51ef;
  font-size: 15px;
  color: #ffffff;
  background-color: #6b51ef;
  background-image: initial;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.more-screens-btn:active, 
.more-screens-btn:focus {
  outline: none !important;
  border: 2px solid #6b51ef !important;
  color: #ffffff !important;
  background-color: #6b51ef !important;
}

.portfolio-row {
  margin-top: 200px;
}

.fithero-disclaimer {
  color: #4aa6a0;
  font-style: italic;
}

.blog h1 {
  font-family: Avenir-Heavy;
  font-size: 54px;
  color: #6b51ef;
  text-align: center;
  margin-top: 200px;
  margin-bottom: 100px;
}

.blog-all-posts h1 {
  margin-top: 100px;
}

.blog-container {
  text-align: center;
  margin-top: 120px;
}

.blog-card {
  background-size: cover;
  width: 250px;
  height: 150px;
  margin: auto;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  box-shadow: 0px 20px 50px rgba(50, 50, 50, 0.5);
  transition: box-shadow 0.2s ease-out, color 0.2s ease-out;
}

.blog-card:hover {
  box-shadow: 0px 20px 50px rgba(50, 50, 50, 0.8);
  transition: box-shadow 0.2s ease-in, color 0.2s ease-in;
}

.blog-card h3 {
  font-family: Avenir-Heavy;
  color: white;
  vertical-align: middle;
  font-size: 28px;
  max-width: 220px;
}

.blog-row {
  margin-top: 50px;
}

.top-row {
  margin: auto;
  max-width: 300px;
}

.blog-post-column {
  margin-bottom: 50px;
}

.youtube-img {
	width: 400px;
	height: 249px;
	display: block;
	margin: auto;
	margin-top: 150px;
}

.youtube-btn {
	width: 260px;
	display: block;
	margin: auto;
	margin-top: 80px;
}

.youtube p {
	text-align: center;
}

.youtube-video-wrapper {
	width: 90%;
    max-width: 800px;
    margin: auto;
    margin-top: 80px;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0; 
  overflow: hidden;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-container iframe {
	width: 100%;
	height: 94%;
}

.podcasts-container {
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
  margin-top: 30px;
  height: 0; 
  overflow: hidden;
}

.podcasts-container iframe,
.podcasts-container object,
.podcasts-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.podcasts-container iframe {
  width: 100%;
  height: 94%;
}

.footer {
  background-image: url(img/footer-background-dull.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 250px;
}

.footer-image {
  background-image: url(img/profile.jpg);
  background-size: 100%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  margin-top: 40px;
}

.contact-icons {
  text-align: center;
  margin-bottom: 40px;
}

.contact-icons img {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 30px;
  width: 40px;
  height: 40px;
}

.footer p {
  color: white;
  font-size: 18px;
  margin-top: 30px;
}

.footer-info {
  background-color: rgba(0,0,0, 0.6);
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .hero {
    height: 800px;
  }

  .hero h1 {
    font-size: 120px;
    margin-top: 250px;
  }

  .hero h2 {
    font-size: 46px;
  }
}


@media (max-width: 991px) {
  .hero {
    height: 1024px;
  }

  .hero h1 {
    font-size: 100px;
    margin-top: 250px;
  }

  .hero h2 {
    font-size: 40px;
  }

  .phone {
    margin-bottom: 0px;
  }

  .blog-row {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 700px;
  }

  .hero h1 {
    font-size: 50px;
    margin-top: 250px;
  }

  .hero h2 {
    font-size: 22px;
  }

  .youtube-img {
	width: 350px;
	height: 218px;
  }
}

/* --------------------------------------------------------------------------------------
+
+ SCREEN MODAL
+
-------------------------------------------------------------------------------------- */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px;  /* Location of the box */ 
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto;  /*Enable scroll if needed*/ 
  background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
}

/* Add Animation - Zoom in the Modal */
.modal-content { 
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #6b51ef;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #6b51ef;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 767px) {

  .modal-content {
    width: 100%;
  }

  .modal-close {
    top: 5px;
    right: 5px;
  }
}


/* --------------------------------------------------------------------------------------
+
+ STORE
+
-------------------------------------------------------------------------------------- */

.store h1 {
  font-family: Avenir-Heavy;
  font-size: 54px;
  color: #6b51ef;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.store-header {
  width: 100%;
  height: 125px;
  display: flex;
  margin-top: 40px;
  margin-bottom: 120px;
}

.store-header div {
  flex-basis: 100%;
}

.store-header img {
  max-height: 100%;
  margin-left: auto;
  padding-right: 70px;
}

.store-header h1 {
  line-height: 100px;
  margin-top: 0%;
  margin-bottom: 0px;
  margin-left: -50px;
}

.section-title {}

.section-title h1 {
  margin-top: 100px;
  margin-bottom: 0px;
}

.section-title p {
  font-style: italic;
  text-align: center;
  font-size: 22px;
}

.store-container {
  text-align: center;
  margin-top: 50px;
}

.store-card {
  background-size: cover;
  width: 250px;
  height: 250px;
  margin: auto;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  box-shadow: 0px 20px 50px rgba(50, 50, 50, 0.5);
  transition: box-shadow 0.2s ease-out, color 0.2s ease-out;
}

.store-card:hover {
  box-shadow: 0px 20px 50px rgba(50, 50, 50, 0.8);
  transition: box-shadow 0.2s ease-in, color 0.2s ease-in;
}

.store-row {
  margin-top: 50px;
}

.top-row {
  margin: auto;
  max-width: 300px;
}

.store-item-column {
  margin-bottom: 50px;
}

.store-item-column h4 {
  font-family: Avenir-Heavy;
  color: #6b51ef;
  font-size: 20px;
}

.call-to-action-btn {
  width: 250px;
  height: 44px;
  margin-top: 30px;
  border-radius: 10px;
  font-family: Avenir-Heavy;
  font-size: 18px;
  color: #fff;
  background-color: #6b51ef;
  border: none;
}


@media (max-width: 991px) {
  .store-row {
    margin-top: 0px;
  }
}


/* --------------------------------------------------------------------------------------
+
+ BLOG POSTS
+
-------------------------------------------------------------------------------------- */

video {
  margin: auto;
  margin-top: 40px;
}

.post-hero {
  padding: 300px 0;
  background-image: initial;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}

.post-hero h1 {
  font-family: Avenir-Heavy;
  font-size: 60px;
  text-align: left;
  vertical-align: middle;
  color: #fff
}

.post-hero-container {
  max-width: 800px
}

.post-hero time {
  font-family: Avenir-MediumOblique;
  color: #ffffff;
  font-size: 20px;
}

.post-content-container {
  max-width: 750px;
}

.post-content-container h2 {
  font-family: Avenir-Heavy;
  margin-top: 70px;
}

.post-content-container h3 {
  font-family: Avenir-Heavy;
  font-size: 40px;
  color: #6b51ef;
  text-align: center;
  margin-bottom: 40px;
}

.post-content-container h4 {
  font-family: Avenir-Heavy;
  font-size: 20px;
  color: rgb(60, 60, 60);
  text-align: center;
  margin-bottom: 40px;
}

.post-content-container h5 {
  font-family: Avenir-Medium;
  font-size: 34px;
  color: rgb(60, 60, 60);
  text-align: center;
  margin-bottom: 40px;
}

.post-content-container p {
  font-size: 18.5px;
  font-family: Adamina;
  line-height: 200%;
  margin-top: 40px;
  margin-bottom: 40px;
  color: rgb(60, 60, 60);
}

.post-content-container img {
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
}

.small-center-heading {
  font-family: Avenir-Heavy;
  text-align: center;
}

.post-disclaimer {
  color: #4aa6a0;
  font-family: Avenir-Heavy;
  font-size: 22px;
}

.img-shadow {
  box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
}

.img-caption {
  font-family: Avenir-MediumOblique;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.accomplished {
  color: #69d509;
  font-family: Avenir-Black;
  font-size: 22px;
  padding-right: 10px;
}

.failed {
  color: #6b51ef;
  font-family: Avenir-Black;
  font-size: 22px;
  padding-right: 10px;
}

@media (max-width: 767px) {

  .post-hero {
    padding: 200px 0;
    background-image: initial;
    background-size: cover;
    background-position: center;
    margin-bottom: 100px;
  }

  .post-hero h1 {
    font-size: 40px;
  }

  .post-hero time {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------------------------------
+
+ WUFOO FORM
+
------------------------------------------------------------------------------------ */
.wufoo {
  margin-bottom: 50px;
}

/*.wufoo-input-container {
  margin: 0 auto;
}*/ 

.wufoo h5 {
  font-family: Avenir-Medium;
  font-size: 22px;
  color: #fff;
  background-color: rgba(0,0,0, 0.6);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  max-width: 520px;
}

.wufoo input {
  height: 65px;
  line-height: 65px;
  font-size: 22px;
  font-family: Avenir-Medium;
  border: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all, .3s, ease, 0s;
  transition: all, .3s, ease, 0s;
  margin-top: 10px; 
}

.wufoo input[type="email"] {
  color: #333;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  border: 2px solid transparent;
  min-width: 300px; 
  margin-right: 10px;
}

.wufoo input[type="email"]:hover, .wufoo input[type="email"]:focus {
  border-color: #6b51ef;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none !important; 
}

.btn-wufoo {
  background-color: #6b51ef;
  border-radius: 8px;
  color: #fff;
  padding: 0 30px;
  -webkit-transition: all, .3s, ease, 0s;
  transition: all, .3s, ease, 0s;
}

.btn-wufoo:active, 
.btn-wufoo:focus {
  outline: none !important;
}

@media (max-width: 991px) {
  .wufoo-input-container {
    left: 17%;
  }

  .wufoo input {
    width: 100%; 
  } 
}

@media (max-width: 767px) {
  .wufoo-input-container {
    left: 0%;
    margin-top: 50px;
  }
  .wufoo h5 {
    font-size: 20px;
  }
}


