a, a:visited, a:hover, a:active {
  color: #e73c3c;
  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: #e73c3c;
  font-size: 20px;
}

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

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

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

.hero {
  text-align: center;
  background-image: initial;
  background: url("../img/test3.jpg") no-repeat;
  /*background: url(../img/index/macbook-hero.jpg) 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;
}

.first-name {
  font-family: Avenir-Book;
  color: rgb(231, 60, 60);
}

.last-name {
  font-family: Avenir-Book;
  color: #fff;
}

.special {
  color: #fff;
  font-family: Menlo;
}

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

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

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

.app-icon-film {
  width: 90px;
  display: inline;
  margin-bottom: 10px;
  border-radius: 22.5%;
}



.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: #e73c3c;
  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 #e73c3c;
  font-family: Avenir-Heavy;
  font-size: 15px;
  color: #e73c3c;
  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 #e73c3c;
  font-size: 15px;
  color: #ffffff;
  background-color: #e73c3c;
  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 #e73c3c !important;
  color: #ffffff !important;
  background-color: #e73c3c !important;
}

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

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

.cdl {
    font-family: Avenir-Roman;
    font-size: 46px;
    color: rgb(100, 100,100);
    display: inline;
    margin-left: 15px;
    vertical-align: middle;
}

.encore {
    font-family: Avenir-Roman;
    font-size: 36px;
    color: rgb(100, 100,100);
    display: inline;
    margin-left: 5px;
    vertical-align: middle;
}

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

.blog h1 {
  font-family: Avenir-Heavy;
  font-size: 54px;
  color: #e73c3c;
  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/test.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: #e73c3c;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #e73c3c;
  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: #e73c3c;
  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: #e73c3c;
  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: #e73c3c;
  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: #e73c3c;
  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: #e73c3c;
  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: #e73c3c;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none !important; 
}

.btn-wufoo {
  background-color: #e73c3c;
  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;
  }
}




/*body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;

}

hr.star-light:after {
    color: #fff;
    /*background: #18bc9c;*/
      background: #2c3e50;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    /*background: #18bc9c;*/
    /*background: #33A1C9;*/
    /*.hero {https://images.idgesg.net/images/article/2019/02/macbook-pro-touch-bar-with-function-keys-100788787-large.jpg*/
  background-image: initial;
  /*background: url("../img/test3.jpg") no-repeat;*/
  background-size: cover;
  height: 950px;
  background-position: center;
    
}

header .container {
    padding-top: 100px;
    padding-bottom: 100px;

}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Menlo;
    /*font-size: 100px;*/
    text-align: center;
    /*font-weight: 700;*/
    margin-top: 260px;
    margin-bottom: 30px;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 500;
}

@media(min-width:768px) {
    header .container {
        padding: 00px 0 200px;
    }

    header .intro-text .name {
        font-size: 100px;
    }

    header .intro-text .skills {
        font-size: 40px;
        font-family: Menlo;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 0px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    /*background: #18bc9c;*/
    background: #33A1C9;
}

/*#app{
    background: #18bc9c;;
}*/

@media(max-width:767px) {
    section {
        padding: 0px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(4,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}


#app .app-item {
    right: 0;
    margin: 0 0 15px;
}

#app .app-item .app-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#app .app-item .app-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#app .app-item .app-link .caption:hover {
    opacity: 1;
}

#app .app-item .app-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#app .app-item .app-link .caption .caption-content i {
    margin-top: -12px;
}

#app .app-item .app-link .caption .caption-content h3,
#app .app-item .app-link .caption .caption-content h4 {
    margin: 0;
}

#app * {
    z-index: 2;
}

@media(min-width:767px) {
    #app .app-item {
        margin: 0 0 50px;
    }
}
/*#app{
    padding-top: 0px;

}*/


.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-lg-12 {
  padding: 0px;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}*/




/*https://seanallen.co/*/