.carousel-item{
  height: 100vh;
  min-height: 300px;
  background: center-scroll;
  background-size: cover;
}
.carousel-caption{
  bottom: 270px;
}
.carousel-caption h1{
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bg-image-1{
background-image: url(https://images.unsplash.com/photo-1441881982155-042a598dbf86?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=400&q=60);
margin-top: 80px; margin-bottom: 50px;
}
.logo-1{
  margin-top: 10px;
  align-content: center;
}
/*  Form Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container-2 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-left: 80px; margin-right: 450px; margin-bottom: 80px;
}
.gap{
margin-top: 100px;
}
.bg-image-pq {
    background-color: inherit;
    background-image: url(https://c1.staticflickr.com/9/8403/8691821209_6457b6e42e_b.jpg);
    background-size:280px;
    background-position:50% 20% ;
}

.bg-image-hj {
  background-color: inherit;
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/44/Hella_Jongerius_at_Opening_Delegates_Lounge.jpg);
  background-size:280px;
  background-position: 50% 20%;
}
.bg-image-cc {
  background-color: inherit;
  background-image: url(https://cdn-images-1.medium.com/max/1600/1*WeeVgIUhcy95HW8zUmfDjQ.jpeg);
  background-size:280px;
  background-position: center;
}
.bg-image-vw {
  background-color: inherit;
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/5/59/Vera_Wang_2009_portrait_Tribeca.jpg);
  background-size:280px;
  background-position: center;
}
.bg-image-bp {
  background-color: inherit;
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/6/6e/Potter_1912.JPG);
  background-size:280px;
  background-position: 50% 30%;
}
.bg-image-fk {
  background-color: inherit;
  background-image: url(https://farm9.staticflickr.com/8147/7523516618_d1077640ef_b.jpg);
  background-size:280px;
  background-position: 50% 30%;
}

.website {
  text-align: left;
}
.buttons {
  text-align: left;
}
