/* Main page with stikky-footer */
html, body {
  height: 100%;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  /* The html and body elements cannot have any padding or margin. */
  border-top: 3px solid #0a5170;
  padding-bottom:15px;   /* Height of the footer */
}

#myName {
  font-size: 40px;
  color: #133956;
}

h3 {
  padding-bottom: 15px;
}
p {
  font-size: 18px;
}

.project-icon {
  max-width: 150px;
  margin: 0 auto 10px; /* Center the icon and add margin */
  transition: transform 0.3s ease; /* Animation effect */
  border: 1px solid rgba(0, 0, 0, 0.1); /* 1px faint border with 10% opacity */
  border-radius: 24px; /* Optional: Rounded corners */
}

.project-icon:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}

.project-page-image {
  max-width: 200px; /* Adjust this value to set the desired size */
  width: 100%; /* Ensures the image is responsive */
  margin: 0 auto; /* Centers the image */
  display: block;
}

/* Wrapper for page content to push down footer */
#wrap {
  padding-bottom: 50px;
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -65px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
  /*
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  */
  /* width: 100%;
  height: auto;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-masthead.jpeg"); */

}

/* Navbar */

.navbar {
  margin-bottom: 0;
}

.navbar-static-top {
  margin-bottom: 10px;
}
.navbar-default {
  background-color: #f9f9f9;
  border-color: #E2E2E2;
}
.navbar-default .navbar-brand {
  color: #6b6b6b;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #6b6b6b;
}
.navbar-default .navbar-text {
  color: #6b6b6b;
}
.navbar-default .navbar-nav > li > a {
  color: #6b6b6b;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #353B49;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #6b6b6b;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #6b6b6b;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #6b6b6b;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #6b6b6b;
}
.navbar-default .navbar-link {
  color: #6b6b6b;
}
.navbar-default .navbar-link:hover {
  color: #6b6b6b;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #6b6b6b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #6b6b6b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #6b6b6b;
    background-color: #ffffff;
  }
}

/* Custom page CSS */

.container {
  width: auto;
  max-width: 800px;
  text-align: center;
}
.container .text-muted {
  margin: 20px 0;
}
.container a {
  color: #0a5170;
}
.container a:hover {
  color: #133956;
}
.container p img, .img-responsive {
  display: block;
  height: auto;
  margin: 2rem auto;
  max-width: 100%;
}
.panel-default h4 {
  text-align: left;
  line-height: 24px;
  font-size: 22px;
}
.panel-default h5 {
  text-align: left;
  line-height: 30px;
  font-size: 18px;
}
.panel-default h6 {
  font-size: 15px;
}
.panel-default h4 a, h5 a {
  color: #0a5170;
}
.panel-default h4 a:hover, h5 a:hover {
  color: #267723;
}
.panel{
  border-style: none;
}
.panel-body {
  padding-top: -10px;
  text-align: left;
}
.social-links {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0px;
  width: 100%;
  text-align: center;
  animation: fade 1s ease 1s both;
}
.social-links li {
  display: inline-block;
  padding: 5px;
  padding-top: 0;
  text-align: center;
}
.social-links li a {
  font-size: 20px;
  color: #353B49;
  padding: 10px;
  padding-bottom: 4px;
  transition: all .4s ease;
}
.social-links li a:hover {
  color: #337ab7;
}
.avatar {
  padding-top: 5%;
}
.blog-post{
  padding-top: 15px;

}
.blog-title{
  padding-top: 2px;
  color: #133956;
}

.label {
  display: inline-block;
  margin-bottom: 5px;
  background-color: #0a5170;
}
.related-posts h4 {
  text-align: center;
}
.page-not-found {
  padding-top: 20%;
}
.disqus {
  padding-bottom: 15px;
}
.blogpost{
  text-align: left;
  line-height: 30px;
  font-size: 18px;
}

/* Footer  */
.footer {
  text-decoration: none !important;
}
.text-muted {
	color: #6b6b6b;
}
div.footer{
  border-bottom: 5px solid #0a5170;
  background-color:  #f9f9f9;
  border-top: 1px solid #E2E2E2;
  padding-bottom: 15px;
}
/* Set the fixed height of the footer here */
/*.footer {
  height: 50px;
  padding-bottom: 15px;

}*/

.hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  // background-position: top center;
  background-blend-mode: overlay;
  background-color: $primary;
  height: 400px;
  position: relative;
  padding-top: 60px;
  .container {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .row {
    height: inherit;
  }

.hero-text {
    flex: 0;
    color: #ffffff;
    margin: auto 0;
    h1 {
      font-size: 3rem;
      @include media-breakpoint-up(md) {
        font-size: 4rem;
        width: 80%;
      }
    }
    h2 {
      font-size: 2.2rem;
      @include media-breakpoint-up(md) {
        font-size: 2.4rem;
      }
    }
    p {
      font-size: 1.6rem;
      line-height: 1.3;
      @include media-breakpoint-up(md) {
        font-size: 1.6rem;
        width: 60%;
      }
    }
  }
  .hero-down {
    flex: 0;
    text-align: center;
    opacity: 0.7;
    &:hover {
      opacity: 1;
    }
  }
  .hero-section {
    text-transform: uppercase;
    font-weight: normal;
  }
}
.hero-image-fullscreen {
  height: 100vh;
}
