/**
 * Main Stylesheet
**/

/*
e74678  Pink
002073  Blue
d19908  Orange
d19908  Orange Dark */

@import url('products.css');


body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.rtl {
  direction: rtl;
}

.color1, h1 {
  color: #ff0198;
}

.color2, h2 {
  color: #0031ad;
}

.color3, h3 {
  color: #f8b200
}

.color4, h4 {
  color: #ff7300;
}

header nav {
  background-color: #ff0198 !important;
  box-shadow: 0 5px 5px #002073 !important;
}

header img {
  margin-right: 25px;
}

header nav a {
  font-weight: bold !important;
  font-size: large !important;
}

/* CAROUSEL */
.carousel-item {
  height: auto;
}

.carousel-caption {
  text-shadow: 2px 2px #002073;
  bottom: 3rem;
  z-index: 10;
}

@media (min-width: 40em) {
  header img {
    height: 100px;
  }
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (min-width: 62em) {
  header img {
    height: 128px;
  }
}

footer {
  padding: 15px 50px;
}

footer .adam {
  line-height: 2;
  color: #d19908;
  text-decoration: none;
}


.page-banner {
  background-color: #e74678;
  background-image: url("../photos/banner-dark.png");
  background-size: cover;
  background-position: center center;
  height: 360px;
}

.page-banner-mono {
  background-image: url("../photos/banner-mono.png") !important;
}
