/* navbar style */
.navbar-brand {
  font-family: 'Bungee Shade', cursive;
}

.navbar a:hover, .dropdown:hover {
  background-color: lightpink;
}

.dropdown-menu a:hover {
  background-color: lightpink;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-item {
  margin-left: 50px;
  font-family: 'Staatliches', cursive;
}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 10%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  /* background: #3B5998; */
  background: lightslategray;
  color: white;
}

.fa-instagram {
  /* background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); */
  background: lightslategray;
  color: white;
}

.fa-youtube {
  /* background: #bb0000; */
  background: lightslategray;
  color: white;
}

.carousel-item {
  margin-top: 55px;
}

.container {
  background-color: rgb(240, 240, 240);
  margin-top: 50px;
  margin-bottom: 50px;
}

.card-deck {
  max-width: 100%;
  height: auto;

}

h1 {
  text-decoration: underline;
  font-family: 'Bungee Shade', cursive;
  color: palevioletred;
}

h2 {
  margin-top: 30px;
  margin-left: 100px;
  margin-bottom: 0px;
  text-align: left;
  font-family: 'Staatliches', cursive;
}

.card {
  display: inline-block;
  margin-top: 30px;
}

.card img {
  width: 100%;
  height: 300px;
}

a img:last-child {
  display: none;  
}
a:hover img:last-child {
  display: block;  
}
a:hover img:first-child {
  display: none;  
}

.btn {
  border: none;
  width: 100%;
  background-color: inherit;
  padding: auto;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.btn:hover {
  background: lightpink;
}

.info {
  color: dodgerblue;
}

.background {
  background-color: rgb(240, 240, 240);
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 100px;
}

.row {
  max-width: 100%;
  height: auto;
  margin: 100px;
}

.rounded-circle {
  width: 120px;
  height: 120px;
}

h3 {
  margin-top: 30px;
  font-family: 'Staatliches', cursive;
}

p {
  font-family: 'Staatliches', cursive;
  font-size: large;
}

#wrapper iframe {
  width: 700px;
  height: 300px;
  display: inline-flex;
}

#orderForm {
  margin-bottom: 50px;
}

iframe {
  width: 500px;
  max-width: 100%;
  height: 1000px;
}

/* footer style */
footer {
  background-color: lightpink;
  width: 100%;
  min-height: 50px;
  padding: 50px;
}

/* gallery style */
* {
  box-sizing: border-box;
}

.gallery-body {
  font-family: Arial;
  margin: 100px;
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
