

html, body {
  margin: 0;
  padding: 0;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
  font-size: 16px;
	color: #000000;
}

html {
  scroll-behavior: smooth;
}

.container {
  padding: 0;
}

.bg-gray {
  background: #f2f2f2;
}

.bg-black {
  background: #000000;
}

.font-white {
  color: #ffffff;
}

.font-gray {
  color: #808080;
}

h1, h2, h3, h4 {
  font-family: 'Merriweather', serif;
}

h1 {
  font-weight: 700;
  font-size: 46pt;
}

h2 {
  font-weight: 700;
  font-size: 36pt;
}

h3 {
  font-weight: 400;
  font-size: 20pt;
}

h4 {
  font-weight: 400;
  font-size: 14pt;
  margin: 0;
}

a, a:link, a:visited, a:active {
	color: #000000;
  text-decoration: underline;
  letter-spacing: 2px;
}

a:hover {
	color: #cccccc;
}

.link-white:link, .link-white:visited, .link-white:active {
	color: #ffffff;
  text-decoration: underline;
  letter-spacing: 0;
}

.link-white:hover {
	color: #eeeeee;
}

.quote {
  font-size: 16pt;
}

.p-centered {
  text-align: center;
  margin: auto;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.video-responsive {
  width: 100%;
  height: auto;
}

.img-responsive.avatar {
    max-width: 400px;
}

.img-responsive.project {
    max-width: 214px;
}

.img-responsive.personal {
    width: 400px;
}

.img-responsive.project2 {
    width: 150px;
}

.img-responsive.illustrations {
    width: 80px;
}

.img-responsive.selected-work {
    width: 170px;
}

.img-responsive.figure {
    width: 640px;
    text-align: center;
    margin: auto;
}

.img-responsive.about {
    width: 80px;
}

@media screen and (max-width: 750px) {
    iframe {
      text-align: center;
      margin: auto;
      max-width: 100% !important;
      width: auto !important;
      height: auto !important;
    }
}

figcaption {
  color: #808080;
  padding: 2px;
  text-align: center;
  font-size: 14px;
}

.p-3 {
  padding: 16px;
}

.py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.btn {
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
}

.btn.btn-primary, .btn.btn-primary:link, .btn.btn-primary:visited {
  border-color: #000000;
  background: #000000;
  height: 36px;
}

.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active {
	background: #333333;
	border: .05rem solid #333333;
}

.work-content {
  display: none;
}

.black-line {
  background: #000000;
  height: 16px;
  width: 100%;
}

/* PERSONAL PROJECTS */
.hero.personal {
  padding-bottom: 0;
  padding-top: 0;
}

.hero-body.personal {
  padding: 0;
}

.personal-img-container {
  position: relative;
  width: 100%;
}

.personal-img {
  display: block;
  width: 100%;
  height: auto;
}

.personal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #333333;
}

.personal-img-container:hover .personal-overlay {
  opacity: 0.5;
}

.personal-text {
  color: white;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* ILLUSTRATIONS */

.splide__pagination {
  bottom:-40px;
}

.splide__arrow {
  background: #ffffff;
  opacity: 1;
}

.thumb-art {
  height: 260px;
  object-fit: cover;
}

/* MODAL */
.thumb-effect {
  cursor: pointer;
  transition: 0.3s;
}

.thumb-effect:hover { opacity: 0.7; }

.mymodal {
  display: none;
  position: fixed;
  z-index: 9999; /* Sit on top */
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.mymodal-content {
  margin: auto;
  display: block;
  width: 80%;
  /*max-width: 700px;*/
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 32px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .mymodal-content {
    width: 100%;
  }
}

.modal-close {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#myVideo {
  position: fixed;
  /*right: 0;*/
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  display: block;
  margin: 0 auto;
}

.transparent-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
