body {
  background: url(images/astor-back.jpg) no-repeat top center fixed;
  /* background-color:#000000; */
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-attachment: fixed;

  color: #FFFFFF;

  /* font-family: "Della Respira", serif;
  font-weight: 400;
  font-style: normal; */

  /* <weight>: Use a value from 100 to 700 */
  /* <uniquifier>: Use a unique and descriptive class name */

  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  /* background-size: cover; */

}

.logo {
  position: relative;
  display: inline-block;
  float:left;
}

.menu {
  position: relative;
  display: inline-block;
  float:right;
}

div {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid #ff0000;
}
.head {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 120px;
  color: #FFFFFF;
}
.bottom {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 20px;
  color: #FFFFFF;
}
.copy {
  background-color: rgba(1,1,1,0.4);
  color: #FFFFFF;
}
.spacing {
  padding: 18px;
  background-color: rgba(255,255,255,1.00);
  color: #111111;
}
.spacing-home-main {
  padding: 18px;
  background-color: rgba(255,255,255,0.00);
  color: white;
}
.spacing-home {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(255,255,255,1.00);
  color: #111111;
}
.content-wrap {
	position:relative;
	background-color:rgba(1,1,1,0.60);
  padding:10px;
}
.main {
	position:relative;
	background-color:rgba(1,1,1,0.00);
  padding:20px;
}
.phone {
  position:relative;
  padding:10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.phone a {
  color: #FFFFFF;
  text-decoration: none;
}
.phone a:hover {
  color: #DDDDDD;
  text-decoration: none;
}
.copyright{
  color:#FFFFFF;
  font-size: 0.8rem;
}
.copyright a {
  color: #FFFFFF;
  text-decoration: none;
}
.copyright a:hover {
  color: #DDDDDD;
  text-decoration: none;
}
.disclaimer{
  font-size: 0.8rem;
  color: #DDDDDD;
}

/* ---Old Form Style--- */
.form {
	background-color:rgba(1,1,1,0.80);
  padding:20px 20px 20px 20px;
  color: #FFFFFF;
}
.form-style{
    position:relative;
}
.form-style-heading{
    font-weight: bold;
    border-bottom: 0px solid #AAAAAA;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 2.0rem;
    color: #FF0000;
    line-height: 1.0em;
}
.form-style label{
    display: block;
    margin: 0px 0px 2px 0px;
}
.form-style label > span{
    width: 160px;
    font-weight: bold;
    float: left;
    padding-top: 4px;
    padding-right: 4px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 80%;
}
.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    width: 80%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    padding: 4px 4px;
    margin: 4px 0;
    outline: none;
    padding-left: 8px;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 80%;
}
.form-style input[type=submit],
.form-style input[type=button]{
    border: none;
    padding: 4px 12px 4px 12px;
    background: #FF0000;
    color: #fff;
    width: 80%;
}
.form-style input[type=submit]:hover,
.form-style input[type=button]:hover{
    background: #FF5555;
    color: #FFF;
}
/* ---Old Form Style--- */

/* ---New Form Style--- */
.form-style-2 {
  font-family: 'Josefin Sans', sans-serif;
  max-width: 640px;
  margin: 0 auto;
  padding: 18px;
  background-color: #fafafa;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
}

.form-style-2 label {
  display: block;
  margin-bottom: 8px;
}

.form-style-2 input[type="text"],
.form-style-2 input[type="email"],
.form-style-2 input[type="submit"],
.form-style-2 select,
.form-style-2 textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;

  font-optical-sizing: auto;
  font-weight: 200;

  background-color: #fff;
  transition: border 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}

.form-style-2 input[type="text"]:focus,
.form-style-2 input[type="email"]:focus,
.form-style-2 select:focus,
.form-style-2 textarea:focus {
  border-color: #999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  outline: none;
}

.form-style-2 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  background-size: 10px;
}

.form-style-2 textarea {
  resize: vertical;
}

.form-style-2 input[type="submit"] {
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.form-style-2 input[type="submit"]:hover {
  background-color: #444;
}
/* ---End of New Form Style--- */

.form-style-3 {
  font-family: 'Josefin Sans', sans-serif;
  max-width: 640px;
  margin: 0 auto;
  padding: 18px;
  background-color: #fafafa;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
}

.form-style-3 label {
  display: block;
  margin-bottom: 8px;
}

.form-style-3 input[type="text"],
.form-style-3 input[type="email"],
.form-style-3 input[type="submit"],
.form-style-3 select,
.form-style-3 textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;

  font-optical-sizing: auto;
  font-weight: 200;

  background-color: #fff;
  transition: border 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}

.form-style-3 input[type="text"]:focus,
.form-style-3 input[type="email"]:focus,
.form-style-3 select:focus,
.form-style-3 textarea:focus {
  border-color: #999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  outline: none;
}

.form-style-3 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  background-size: 10px;
}

.form-style-3 textarea {
  resize: vertical;
}

.form-style-3 input[type="submit"] {
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.form-style-3 input[type="submit"]:hover {
  background-color: #444;
}

.form-style-3 label {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 8px;
  cursor: pointer;
}

.form-style-3 input[type="radio"] {
  margin-right: 8px;
}


h1{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.8rem;
}
h2{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.6rem;
}
h3{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.2rem;
}
h4{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.8rem;
}
h5{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.4rem;
}
h6{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.0rem;
}
a {
  color: #D4AF37;
  text-decoration: none;
}
.head a {
  color: #FFFFFF;
  text-decoration: none;
}
a:link {
  color: #D4AF37;
}
.head a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #e4bc3c;
  text-decoration: none;
}
.head a:hover {
  color: #e4bc3c;
  text-decoration: none;
}
hr.grey {
  border-top: 1px solid grey;
}
/* ---Primary Menu--- */
.topnav {
float: left;
position: relative;
left: 50%;
}
.topnav a {
  float: left;
  position: relative;
  left: -50%;
  padding: 40px 14px 10px;
  color: #FFFFFF;
  text-decoration: none;
}
.topnav a:hover {
  color: #878787;
  text-decoration: none;
}
.topnav .icon {
  display: none;
  font-size: 2.0rem;
}
.custom-icon li {
list-style-type: none;
padding: 0px 10px 0px 10px;
vertical-align: middle;
text-align: left;
list-style-position: inside;
font-size: 32px;
padding-bottom:5px;
}

.ttable {
    display: table;
    width: 100%;
    background-color: white;
}

.ttablesmall {
    display: table;
    width: 20%;
}

.trow {
    display: table-row;
}

.tcell {
    display: table-cell;
    border: 1px solid #cccccc;
    padding: 2px;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.admin-button {
  display: inline-block;
  padding: 6px 10px;
  margin: 4px 2px;
  font-size: 13px;
  font-weight: 500;
  color: white;
  background-color: #79000e;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.admin-button:hover {
  background-color: #5f0000;
}
.tcell h5 {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .topnav a {display: none; font-size: 2.0rem;}
  .topnav a.icon {display: block; padding: 10px 10px 10px;}
  .topnav.responsive a {display: block; padding: 10px 10px 10px; font-size: 2.0rem;}
  .topnav.responsive .icon {display: block; padding: 10px 10px 10px;}
  .phone {
    font-size: 2.0rem;
  }
}
