.bass .letter:nth-child(23), .bass .letter:nth-child(24),.bass .letter:nth-child(25), .bass .letter:nth-child(26), .bass .letter:nth-child(27), .bass .letter:nth-child(28),  .bass .letter:nth-child(29),  .bass .letter:nth-child(30),  .bass .letter:nth-child(31)     {
  font-size:14px !important;
}
.home-intro {
  
}

.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}


.from-left {
  grid-column: 2 / 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.from-right {
  grid-column: 3 / 4;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.from-left,
.from-right {
  transition: opacity 250ms ease-in, -webkit-transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in,
    -webkit-transform 400ms ease-in;
  opacity: 0;
}

.from-left.appear,
.from-right.appear {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.back-to-top-arrow {
transition: opacity 250ms ease-in;
  position:fixed;
  right:20px;
  bottom:30px;
}


/* SCROLL END */


.cv-container {
  display: flex; align-items: center;
}
.cv-pic {
  margin-right:20px;
}
@media only screen and (max-width: 768px) {
  .cv-container {
    flex-direction:column;
    align-items: flex-start !important;
    justify-content: flex-start;
  }
  .cv-pic {
    margin-bottom:20px;
 
  }
    .cv-pic img {
    width:200px !important;
  }
}

@media only screen and (max-width: 768px) {
  br.hidden-xs {
    display:none;
  }
}
br.visible-xs {
    display:block;
  }

@media only screen and (min-width: 768px) {
  br.visible-xs {
    display:none;
  }
}


@media only screen and (max-width: 768px) {
	.testimonials {
 flex-direction:column;
 justify-content: flex-start; 
 align-items: center;
 margin-left: 0;
	}
	.testimonial {
		display:flex;
    flex-direction: column;
		justify-content: center;
		text-align: center;
		width:100% !important;
		background-color:rgba(0,0,0,0.05);
		margin-bottom:30px;

	}
  .testimonial p {
    font-size: 0.9em !important;
  }
}

	.testimonial-title h2 {
		text-align: center;font-size: 12px; letter-spacing: 1px;padding-top: 60px;
		text-transform: uppercase;
    padding-bottom: 30px;
}


.testimonials {
  margin-top: 0px;
  display:flex ;
  justify-content: space-between;
}

.testimonial {
	display:flex;

	flex-direction: column;
	padding-top:30px;
	text-align: center;
	width:30%;
	background-color:rgba(0,0,0,0.05);
  padding-bottom:20px;
}

.testimonial img.main {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.testimonial img.logo {
	width: 30%;
	height: auto;
}

.testimonial p {
	padding-left:20px;
	padding-right:20px;
	font-size: 0.7em !important;
	font-style: italic;

}


.testimonial h3 {
	text-align: center;
	margin-left:0;
	font-size: 0.8em;
}

.testimonial h4 {
	text-align: center;
	margin-left:0;
	font-size: 0.7em;
	line-height: 150%;
}



.testimonials h5 {
  margin-top:0;
  margin-left:0;
}

.testimonials p {
  font-size: 0.8em;
}

.testimonials p.name {
  font-size: 0.7em;
}



html {
  scroll-behavior: smooth; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  background: #eeffcc;
  padding: 0 100px 100px 100px;
  font-family: 'Montserrat';
  background: #f8f8f8;
  padding-left: 40px;
  padding-right: 40px; }

@media only screen and (max-width: 768px) {
  body {
    padding-left: 15px !important;
    padding-right: 15px !important; } }


.navbar-brand {
  font-size:14px !important;
}


h1 {
  font-size: 1.6em;
  letter-spacing: 0; }


h2 {
  font-size: 1.8em;
  text-align: left;
  margin-left:15px;
  letter-spacing: 0;
}

h3 {
  font-size: 1em;
  text-align: left;
  margin-left:0;
  font-weight: bold;;
}

h3.underline {
  font-size:1.1em;
  text-align: left;
  margin-left:0;
  float:left;

}

h3.underline:after {
      content: "";
      display: block;
      margin: 0 0 30px 0;
      width: 40px;
      padding-top: 20px;
      border-bottom: 2px solid #343a40;
      height: 2px;
      padding-bottom: 0;
  }

h4 {
  font-size: 0.8em;
  text-align: center; }



h5 {
  font-size:0.8em;
  text-align: left;
  margin-top:50px;

}

h5:after {
      content: "";
      display: block;
      margin: 0 0 20px 0;
      width: 40px;
      padding-top: 20px;
      border-bottom: 2px solid #343a40;
      height: 2px;
      padding-bottom: 0;
  }



p {
  font-size: 1em; }



.project-info a {
  color: grey; }
  .project-info a:hover {
    opacity: 0.7;
    text-decoration: none; }

#mike {
  width: 160px;
  height: auto;
  float: right;
  margin-left: 30px;
  margin-right: 10px;
  margin-bottom: 30px; }

@media only screen and (max-width: 768px) {
  #mike {
    width: 100px !important;
    height: auto;
    float: right;
    margin-left: 30px;
    margin-right: 10px; } }
#get-in-touch-top {
  float: right;
  padding-top: 50px;
  padding-right: 50px;
  font-size: 0.9em; }

@media only screen and (max-width: 768px) {
  #get-in-touch-top {
    padding-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
    float: right;
    border-bottom: solid 1px grey;
    margin-bottom: 20px;
    width: 90%; } }
#scroll-down a {
  padding-top: 0px;
  transition: all 0.3s;
  color: #212529;
  opacity: 1;
  display: block; }
  #scroll-down a:hover {
    padding-top: 10px;
    transition: all 0.3s;
    opacity: 0.6;
    text-decoration: none; }

#intro {
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 50px; }
  #intro h2 {
    text-align: left !important;
    margin-bottom: 30px; }

@media only screen and (max-width: 768px) {
  #intro {
    margin-left: 20px !important;
    margin-right: 20px !important; } }
#bio {
  width:80%;
  padding: 50px 55px 0 55px;
  font-size: 0.8em; }

  #bio h2 {
    margin-left:0;
    padding-bottom: 30px;
     }


 
     #bio a {
      color:#343a40;
     }

@media only screen and (max-width: 768px) {
#bio {
  width:100%;
  padding: 50px 30px 0 30px;
  font-size: 0.8em; }
}



.clients {
  margin-top:30px;
  padding:30px 3% 30px 3%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color:#333333;  

}

@media only screen and (max-width: 768px) {
  .clients {
    padding-top:30px;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: center;

    }
}

@media only screen and (min-width: 768px) {
  .navbar {
    padding-left: 40px;
    padding-right: 40px; } 
    .navbar .nav-link {
      padding:.2rem .5rem !important;
      margin-left: 0.5em;
      border:solid 1px #343a40;
    }
    .navbar .nav-link:hover {
      background-color:  rgba(255,255,255,0.1);
      border-radius: 3px;
    }
    .navbar .nav-link.cv {
      padding:.2rem .5rem !important;
      margin-left: 0.8em;
      border-radius: 3px;
      border:solid 1px grey;
    }
  }
a.nav-link {
  font-size: 14px !important; }


#newfooter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-top: 40px;
  color: #fff;
  position: relative;
  z-index: 3;
  text-align: center;
  background-color: #333333;
  width: 100%; }

.connected-icons {
  margin: 10px 10px;
  list-style-type: none;
  display: inline-block;
  list-style: none;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  -khtml-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
  padding: 0; }
  .connected-icons li {
    display: inline-block;
    padding: 15px 15px; }
    .connected-icons li a {
      color: white !important;
      opacity: 1; }

.ion-5x {
  font-size: 5em; }



.container-fluid {
  padding-left: 0;
  padding-right: 0;
  background-color: white;
  margin-top: 100px;
  max-width: 1100px; }

#carouselExampleIndicators {
  z-index: 1; }

.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/pattern.png);
  background-repeat: repeat;
  background-color: rgba(44, 62, 80, 0.6);
  z-index: 2; }

#about {
  height: 140px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  #about h2 {
    font-size: 2em;
    font-weight: 300; }

#about p {
  margin: 0; }



/* PROJECTS */
.project {
  background-color: grey;
  position: relative; }
  .project img {
    width: 100%;
    height: auto; }
    .project img:hover {
      transform: scale(1.2); }

@media only screen and (max-width: 768px) {
  .project {
    margin-bottom: 0; } }
.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
  background-color: rgba(44, 62, 80, 0.6);
  opacity: 0;
  z-index: 2;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center; }
  .parallax-overlay:hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44, 62, 80, 0.6);
    opacity: 1;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center; }

.magnify a {
  opacity: 0.5;
  color: white !important; }
  .magnify a:hover {
    opacity: 0.7; }

/* CSS Document */
.row.projects {
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  width: 100%; }
.row.projects-detail {
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  padding-top: 40px;
  display: flex;
  flex-direction: column; }
  .row.projects-detail img {
    width: 100%;
    height: auto; }
  .row.projects-detail h2 {
    text-align: left;
    line-height: 130%;
    padding-bottom: 20px; }
  .row.projects-detail h4 {
    text-align: right; }
  .row.projects-detail p {
    font-size: 0.8em;
    margin-left: 0; }
  .row.projects-detail .project-description-text {
    padding-bottom: 40px; }
  .row.projects-detail .project-description {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
    margin-bottom: 30px;
    flex-direction: row !important;
    justify-content: space-around;
    display: flex;
    margin-top: 40px; }

@media only screen and (max-width: 768px) {
  .row.projects {
    margin-bottom: 0;
    margin-left: 0;
    margin-bottom: 0; } }
@media only screen and (max-width: 768px) {
  .row.projects-detail {
    margin-right: 0 !important;
    margin-left: 0 !important; } }
.project-title {
  flex: 1;
  text-align: left; }
  .project-title h3 {
    font-size: 1.2em;
    margin-left: 0; }

.project-info {
  padding-left: 55px;
  padding-right: 55px; }
  .project-info h2 {
    margin-left: 0;
    margin-right: 15px; }
  .project-info p {
    margin-left: 15px;
    margin-right: 15px; }

@media only screen and (max-width: 768px) {
  .project-info {
    padding-left: 20px;
    padding-right: 20px; } }
.info {
  flex: 1;
  text-align: right;
  font-size: 1em;
  padding-left: 0 !important; }

#project-description-text {
  display: none; }

.parallax-overlay-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
  background-color: rgba(44, 62, 80, 0.6);
  opacity: 0.8;
  transition: all 0.5s ease; }

.profile-text-container {
  flex-direction: column; }
  .profile-text-container h4 {
    text-align: left !important; }

.work-samples-container {
  display: flex;
  justify-content: space-between;
   }

   .work-samples-container p {
    font-size: 0.7em;
    margin-left: 0;
    padding-top: 10px;
   }

.work-samples-container .single {
  width: 100%;
  padding-bottom: 40px; }
  .work-samples-container-single img {
    width: 100% !important;
    padding: 20px; }


.work-samples-container .double {
  width: 48%;
  padding-bottom: 40px;
   }

  .work-samples-container .triple {
  width: 31%;
   }

   .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .work-samples-container {
    flex-wrap: wrap;
    flex-direction: column; } }
@media only screen and (max-width: 768px) {
  .work-samples-container .double {
    width: 100% !important;
    padding: 20px 0; } }


@media only screen and (max-width: 768px) {
  .work-samples-container .triple {
    width: 100% !important;
    padding: 20px 0; } }
ul.key-skills {
  list-style-type: none;
  margin: 0 15px 0 0;
  padding: 0; }
  ul.key-skills li {
    font-size: 0.8em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    ul.key-skills li:last-child {
      border: none; }

ul.bio {
  list-style-type: none;
  margin: 0 15px 0 0;
  padding: 0; }

  ul.bio li {
    border-bottom: 1px dotted #ccc;
    font-size: 1em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }

.modal-body ul {
  margin-left:30px;
}

.modal-body ul li {
  font-size: 0.8em;
    padding-bottom: 0.5rem;
}

.project-info ul {
  margin-left:30px;
 
}

.project-info ul.light {
  
  }

.project-info ul li {
  font-size: 0.8em;
    padding-bottom: 0.5rem;
}

.back-btn a {
  background-color: #333333 !important;
  color: white !important;
  display: inline-block;
  padding: 7px 15px;
  border-radius:5px;
  font-size:11px;
 }

.back-btn a:hover {
    text-decoration: none;
    opacity: 0.5; }
}

.get-in-touch-btn {
  background-color: #ffffff !important;
  border:solid 1px #333333;
  color: white !important;
  display: inline-block;
  padding: 7px 15px;
  border-radius:5px;
  font-size:11px;
 }

.get-in-touch-btn a:hover {
    text-decoration: none;
    opacity: 0.5; }
}


.btn-info {
  background-color: grey !important;
  color: white !important;
  display: inline-block;
  padding: 10px 20px;
  margin-left: 15px;
  border:none;
  border-radius:5px;
  font-size:12px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1); }

.btn-info:hover {
    text-decoration: none;
    opacity: 0.5; }



#homepage-slider {
  margin: 0 50px 50px 50px; }

@media only screen and (max-width: 768px) {
  #homepage-slider {
    margin: 20px; } }
#carouselExampleIndicators {
  padding-top: 0 50px 50px 50px; }

/*# sourceMappingURL=style.css.map */
