
/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('http://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');

/* General formatting */
html, body {
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #222;
}
.padding {
  padding-bottom: 2rem;
}
h2 {
  font-size: 1.3em;
}
.h3-responsive {
  font-size: 1.2em;
}
.display-4 {
  font-size: 2em;
}

/* Header */
.email-heading {
  padding:0;
  margin: 0px 0px;
}
.header-top {
  background-color: #3f3f3f;
  color: #d5d5d5;
}

/* Navigation bar */
.navbar {
  padding:0.4em;
  color: #ffffff;
}
.navbar-nav li {
  padding-right: 0px;
  background-color: #ffffff;
  font-size: 15px;
}
.nav-link {
  font-size: 1.2em;
}

/* Carousel formatting */
.carousel-inner img {
  width: 100%;
}
.carousel-caption h3 {
  text-shadow: 1px 1px 15px #000;
}
.carousel-caption p {
  text-shadow: 1px 1px 1px #000;
}
/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/* Buttons */
.btn-primary {
  background-color:#01B8E4;
  border: 1px solid #000;
}
.btn-primary:hover {
  background-color:#F1F3F4;
  border: 1px solid #000;
  color: #000;
}
.btn-secondary {
  background-color:#D91B5C;
  border: 1px solid #000;
}
.btn-secondary:hover {
  background-color:#F1F3F4;;
  border: 1px solid #000;
  color: #000;
}

/* Jumbotron */
.jumbotron {
  padding: 1rem;
  border-radius: 0;
  background-color: #D91B5C;
}
.jumbotron-secondary {
  padding: 1rem;
  border-radius: 0;
  background-color: #01B8E4;
}
.lead {
  font-size:120%;
  text-align: center;
  color: #FFFFFF;
  margin: 0 10%;
}
.signature {
  text-align: center;
  color: #FFFFFF;
  font-family: 'Great Vibes', Helvetica, sans-serif;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 30px;
}
.header {
  color: #ffffff;
}
.jumbotron-header {
}
.header-caption {
  font-size: 0.5em;
  text-align: center;
  margin-left: -45px;
}

/* ... */
.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}

/* Card titles */
.card-title{
  font-size: 1.2em;
}

/* Footer */
footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
  width: 100%;
}
footer a {
  color: #01B8E4;
}
footer a:hover {
  color: #D91B5C;
  text-decoration: none;
}
.social a {
  font-size: 2.5em;
  padding: 0.5rem;
}
.fa-twitter {
  color: #00aced;
}
.fa-linkedin {
  color: #0077B5;
}
.fa-linkedin:hover,
.fa-twitter:hover {
  color: #D91B5C;
}

/* Media Queries */
@media (min-width: 992px) {
  }
@media (max-width: 992px) {
  .lead-secondary {
    color: #ffffff;
    text-align: center;
    margin: 0px 0px;
  }

  .email-heading {
    font-size: 0.8em;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .lead-secondary {
    color: #ffffff;
    text-align: center;
    margin: 0px 300px;
  }
}

/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
/*.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('images/logo.jpg');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}*/

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}



/* Quote section */
.quotes{
  background-color: #000;
}
* {
  box-sizing: border-box;
}
blockquote {
  position: relative;
  display: inline-block;
  background: #01B8E4;
  margin: 20px 20px;
  padding: 40px 50px 30px 80px;
  border-radius: 10px;
  color: #000;
  text-align: left;
}
blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 150px;
  position: absolute;
  left: 10px;
  top: -30px;
  color: #ffffff;
}

.main-text {
  font-size: 0.9em;
}

/* Figure */
figcaption {
  text-align: center;
  padding: 10px;
}
figure {
  text-align: center;
}
.client-image {
  max-width:50%;
  max-height:60px;
}

/* Blog posts */
ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}
ul.timeline:before {
    content: ' ';
    background: #D91B5C;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}
.timeline {
}
.timeline li {
  margin-top:0px;
}
.timeline li a{
}

/* Blog formattng */
.blog-page {
    margin: 0px 0px;
    min-width:100%;
}
.blog-page h6 {
  font-size: 1.2em;
  color: #D91B5C;
}
.blog-page h4 {
  color: #01B8E4
}
.blog-post {
  background-color: #ffffff;
}


/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
