@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans');

:root {
  --brand:      #78c23a;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: black;
  background-image: url('images/logicIT_lp-bg.jpg');
  background-size: cover;
  font-family: "Quattrocento Sans", sans-serif;
}

.logo .img-fluid {
  max-height: 110px;
}

.text-brand {
  color: var(--brand);
}

p {
  /* font-family: "Libre Baskerville", serif; */
}

body .btn-primary {
  border-color: var(--brand);
  background-color: var(--brand);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 0;
  min-width: 200px;
  padding: 1rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  transition: all 0.25s ease-in-out;
  opacity: 0.9;
  background-color: var(--brand) !important;
  border-color: var(--brand) !important;
  box-shadow: none;
  color: white;
}

@media (min-width: 768px ) {
  select.form-control {
    height: 100% !important;
  }
}

@media (min-width: 940px),
(min-height: 768px ) and (min-width: 768px) {
  body {
    height: 100vh;
  }
}
