﻿@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Quattrocento');

BODY, TD, input, select, textarea {
  font-family: verdana, tahoma, arial;
  font-size: 10pt;
  color: #000;
  line-height: 1.3;
}

a:link, a:visited {
  color: #0033a9;
  text-decoration: none;
}

a:hover {
  color: #ce8804;
  text-decoration: none;
}

.greatVibes{
  font-family:'Great Vibes';
}

.quattrocento {
  font-family: 'Quattrocento';
}

.button {
  background-color: #CBAE49;
  color: #96D3C7 !important;
  cursor: pointer;
  border: 1px solid #CBAE49;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 20px;
  text-decoration: none;
  transition: .2s all
}
  .button:hover {
    background-color: #96D3C7;
    color: #CBAE49 !important;
  }

h1, .header {
  font-size: 24px;
  font-weight: bold;
}

.box {
  border: 1px solid gray;
  padding: 15px;
  border-radius: 5px;
  box-sizing:border-box
}

#top, #bottom, #left, #right {
  background: #CBAE49;
}

#left, #right {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 15px;
}

#left {
  left: 0;
}

#right {
  right: 0;
}

#top, #bottom {
  position: fixed;
  left: 0;
  right: 0;
  height: 15px;
}

#top {
  top: 0;
}

#bottom {
  bottom: 0;
}

.listGiftItems {
  text-align: left;
  display: table;
  margin: 0 auto;
}

.listGiftItems > li {
  margin: 0;
}


@media
only screen and (max-width: 500px),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #top, #bottom, #left, #right {
    display: none;
  }
}
