body,
html {
  margin: 0;
  padding: 0;
  height: calc(100vh - calc(100vh - 100%));
  width: 100%;
  font-family: 'Spartan', sans-serif !important;
  background-color: rgba(229, 217, 205, 1) !important;
  background-image: url(../media/background.png) ;
  /* background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;   */
  /* overflow: hidden; */
}

* {
  box-sizing: border-box;
}

button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.bg-custom {
  max-width: 100%;
  height: auto;
  position: fixed;
}

.bg-top {
  top: 0;
  right:0;
}

.bg-bottom {
  bottom: 0;
  left:0;
}

.container {
  padding-top: 20vh;
  padding-bottom: 5vh;
  position: relative;
}

.quotes {
  font-size: 1em;
  font-family: sans-serif !important;
  font-weight:normal
}