html, body {
  height: 100%;
  background-attachment: fixed;
  background: -moz-linear-gradient(to right, #D09FD6, #ED8094,#A7D5F0,#c2b57c); /* FF 3.6+ */
  background: -webkit-linear-gradient(to right, #D09FD6, #ED8094,#A7D5F0,#c2b57c); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(to right, #D09FD6, #ED8094,#A7D5F0,#c2b57c); /* Opera 11.10 */
  background: linear-gradient(to right, #D09FD6, #ED8094,#A7D5F0,#c2b57c); /* the standard */
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .open>.dropdown-toggle.btn-outline-dark {
    color: #343A40;
    background-color: #e7afcb;
    border-color: #343A40; /*set the color you want here*/
}
.btn-sq {
  height: 150px !important;
  width: 150px !important;
  text-align: center;
  line-height: 1em;
  white-space: normal;
}

.btn-align {
  vertical-align: center;
}

.large {
  font-size: 1.75rem;
  font-family: Franklin Gothic Medium, Franklin Gothic, ITC Franklin Gothic, Arial, sans-serif;
}

.dropdown-lg {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.header-picture{
  -moz-transform:scale(0.7);
  -webkit-transform:scale(0.7);
  transform:scale(0.7);
}
