.home-jumbotron-hero {
    color: white;
    background-image: url("/assets/jumbotron-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: -57px; /* space taken by navbar */
    margin-bottom: 0px;
}

@media (max-width: 400px) and (max-height: 600px){
  .home-jumbotron-hero {
    height: 100%;
  }
}

body {
  background-image: url(/assets/otis-redding.png);
}

.navbar {
  background-image: url(/assets/otis-redding.png);
}

.card {
  background-image: url(/assets/otis-redding.png);
}

.bgtexture {
  background-image: url(/assets/otis-redding.png);
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}
  
.list-toppick-project-img-left {
  margin-right: -244px;
  max-width: 780px;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0,0,0,0.5);
}

.list-toppick-project-img-right {
  margin-left: -244px;
  max-width: 780px;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0,0,0,0.5);
}

@media (max-width: 991.98px) {  
  .list-toppick-project-img-right {
    margin-left: 0px;
    margin-right: -244px;
  }
}

.list-project-img-right {
  width: 390px;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0,0,0,0.5);
  float: right;
}

@media (max-width: 991.98px) { 
  .list-project-img-right {
    float: left;
  }
}

.project-img-wide-header{
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  width: 100vw;
}

@media (max-width: 575.98px) {
  .project-img-wide-header{
   display: none;
  }
}

@media (max-width: 1919.98px) {
  .project-img-wide-header{
    background-position: left;
  }
}

.post-img-header{
  color: white;
  background-image: url("https://images.unsplash.com/photo-1438109491414-7198515b166b?q=80&fm=jpg&s=cbdabf7a79c087a0b060670a6d79726c");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70px;
  width: 100vw;
}

.list-blog-img {
  width: 200px;
  height: 112px;
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.5);
}

.list-blog-img:hover {
  opacity: 0.88;
}

.text-right-widescreen {
  text-align: right;
}

@media (max-width: 767.98px) {
  .text-right-widescreen {
    text-align: left;
  }
}

.text-link{
  color:rgba(0,0,0,0.9);
  text-decoration: none !important;
}
.text-link:hover { 
  color:rgba(0,0,0,0.8);
  background:transparent;
}

.notfound-img {
  width: 750px;
  height: 350px;
}

@media (max-width: 991.98px) {
  .notfound-img {
    width: 375px;
    height: 175px;
  }
}

.see-more {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.see-more-container:hover .see-more {
  opacity: 1;
}

.see-more-container:hover img {
  opacity: 0.88;
}

.see-more-text {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  /* font-size: 16px; */
  padding: 16px 32px;
}

.contact-info {
  position: fixed;
  bottom: 100px;
  right: 200px;
}

@media (max-width: 991.98px) {
  .contact-info {
    right: 100px;
  }
}

@media (max-width: 767.98px) {
  .contact-info {
    right: 50px;
  }
}

@media (max-width: 575.98px) {
  .contact-info {
    right: 30px;
  }
}

@media (max-width: 400px) {
  .contact-info {
    position: relative;
    bottom: 0px;
    right: 0px;
    padding-top: 2rem;
    text-align: center;
  }
}

.btn-social-i {
  font-size: 45px;
	background: url(/assets/bg_light.jpg) no-repeat center center;
	background-size: auto;
	text-align: center;
	-webkit-text-fill-color: transparent; /* overrides the white text color in webkit browsers */
	-webkit-background-clip: text;
}

.btn-social-i:hover {
  opacity: 0.8;
}

.home-info{
  background-color: white;
  background-image: url(/assets/otis-redding.png);
  border-radius: 5px;
  margin-top:30px;
}

@media (max-width: 575.98px) {
  .home-info {
    margin-top:55px;
  }
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  font-size: 1.25em;
}

.border {
  border: 1px solid #dee2e6 !important;
  padding: 0 !important;
}