h1 {
  font-size: 1.5em !important;
  font-style: italic;
  font-weight: 600!important;
}

.i-video-header {
  color: #e1d606;
}

.c-video-header {
  color: #46daa2;
}

.home-ivid-cvid {
  padding: 10px!important;
}

.ivid-civid-card {
  border: none!important;
}

.video-text-wrapper {
  text-align: center;
}

/* @media queries */

@media (max-width: 767px) {
  .ivid-card-body, .cvid-card-body {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cvid-col {
    border-top: solid 2px #e7e7e7;
    padding-top: 5vh;
  }
}

@media (max-width: 767px) {
  .ivid-col {
    padding-bottom: 5vh;
  }
}

@media (max-width: 576px) {
  .video-text-wrapper {
    max-width: 400px;
    display: flex;
    justify-content: center;
  }
}

/* Dropdown */

.dropdown-menu {
  background-color: lightgrey!important;
}

.btn.btn-i-vid-home {
  background-color: #f4e70a!important;
  font-style: italic;
  font-size: 0.8em;
  padding: 10px;
}

.dropdown-item.i-vid-home:hover {
  background-color: #f4e70a!important;
}

.btn.btn-c-vid-home {
  background-color: #19d697!important;
  font-style: italic;
  font-size: 0.8em;
  padding: 10px;
}

.dropdown-item.c-vid-home:hover {
  background-color: #19d697!important;
}

.svg-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 30vw;
}

@media (max-width: 765px) {
  .svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 70vw;
  }
}

/* Instructional ArtWork */

.image {
  transition: transform 0.2s ease-in-out;
}

.svg-container:hover {
  transform: scale(1.05);
}

.image-container, .image-container-c {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.image-container:hover {
  transform: translateX(10px);
}

.image, .image-c {
  width: 80%;
}

@media (max-width: 380px) {
  .image, .image-c {
    max-width: 250px;
  }
}


@media only screen and (min-width: 768px) {
  .dropdown-menu.ic-vid-menu.show {
    position: relative !important;
    transform: translate3d(0px, 3px, 0px)!important;
    width: 20px !important;
    top: 100%!important;
    left: 0!important;
    transform: translateY(3px) translateZ(0) !important;
  }
}

@media only screen and (max-width: 767px) {
  .dropdown-menu.ic-vid-menu.show {
    position: relative !important;
    transform: translate3d(0px, 3px, 0px)!important;
    width: 20px !important;
    left: 50%!important;
    transform: translateX(-50%) translateY(3px) translateZ(0) !important;
  }
}

@media only screen and (max-width: 767px) {
  .dropdown-menu.nav-dropdown-menu{
	  background-color: #396f99 !important;
  	padding: 10px;
  }
}


@media only screen and (min-width: 768px) {
  .dropdown-menu.nav-dropdown-menu{
	  background-color: #2c3a8f !important;
	  padding: 10px;
  }
}
