/*
Theme Name: Krayer Detective Agency
Theme URI: https://www.krayerdetective.com
Description: Krayer Detective Agency
Author: Webedelic
Author URI: http://www.webedelic.com
Description: Krayer Detective Agency
Version: 1.0
Tags: Krayer Detective Agency
License:
License URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}

html, body {
	font-size: 15px;
    font-family: "eb-garamond", serif;
	color: #4d4d4e;
	height: 100%;
	margin: 0;
  padding: 0;
}

h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "eb-garamond", serif;
	color: #4d4d4e;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}
a:link {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #dbb0b9; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }






.toplineline {
	background-color: #c09d73;
	width: 100%;
	height: auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:0px;
	font-size: 19px;
 	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-bottom:15px;
	
}

.hrline {
	background-color: #50403e;
	width: 100%;
	height: 1px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 800px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin-top:15px;
	
}




.headerinsidebg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
	height: 550px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin-top:15px;
	
}



.footernav {
	padding-top:0px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:0px;

	font-size:18px;
	font-family:"eb-garamond", serif;
	font-weight:400;
	color:#000000;

	text-align:center;
}

.footernav ul {
	list-style-type:none;
	margin:0;
	padding:0;

	display:flex;
	justify-content:center; /* center horizontally */
	align-items:center;
	flex-wrap:wrap; /* allows wrap on small screens */
}

.footernav li {
	display:inline-block;
}

.footernav a:link,
.footernav a:visited,
.footernav a:active {
	color:#000000;
	text-decoration:none;
	padding:0px 10px 20px 10px;
}

.footernav a:hover {
	color:#000000;
	text-decoration:none;
	padding:0px 10px 20px 10px;
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-text-stroke-width:1px;
	-webkit-text-stroke-color:#000000;
}



.navline {
	width: 100%;
	padding: 0 0 0px 0;
	font-size: 18px;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #50403e;

	display: flex;
	justify-content: center;   /* centers nav horizontally */
}

/* MAIN UL */
.navline ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

	display: flex;
	justify-content: center;   /* centers li items */
	align-items: center;
}

/* MAIN LI */
.navline ul li {
	position: relative;
	padding: 0px 10px 0 10px;
}

/* REMOVE FLOAT */
.navline ul li {
	float: none;
}

/* LINKS */
.navline a {
	color: #50403e;
	text-decoration: none;
	padding: 10px;
	display: block;
}

.navline a:hover {
	color: #000000;
	-webkit-text-stroke-width: 1px;
}

/* SUB MENU */
.navline ul ul {
	position: absolute;
	top: -999999px;
	left: 0;
	opacity: 0;
	text-align: left;
	padding-bottom: 14px;
	background-color: #c09d73;
	margin-top: 0px;
	z-index: 999;
	display: block;
}

/* SHOW SUBMENU */
.navline ul li:hover > ul {
	top: 100%;
	opacity: .9;
}

/* SUBMENU LINKS */
.navline ul ul a {
	width: 260px;
	padding: 10px 5px 5px 5px;
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: #000000;
}

.navline ul ul a:hover {
	color: #ffffff;
}






.header-text-1 {
	width: 950px;
	padding-top:180px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 50px;
	line-height: 60px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #000000;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}



.header-text-2 {
	width: 900px;
	padding-top:0px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 30px;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}



.contact-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 20px;
	font-weight: 400;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "eb-garamond", serif;
  cursor: pointer;
  margin-top: 10px;
	text-transform: uppercase;
  
}



.contact-button a:link {color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:22px; padding-left:22px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #c09d73;background-color: #c09d73; }
.contact-button a:visited {color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:22px; padding-left:22px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #c09d73;background-color: #c09d73; }
.contact-button a:hover {color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:22px; padding-left:22px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #c09d73;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #50403e; }
.contact-button a:active {color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:22px; padding-left:22px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #c09d73;background-color: #c09d73; }







.badge-icon-center {
	width: 130px;
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
	
}


/* --- Flip Badge Card --- */
.flip-badge{
  width:343px;
  height:400px;
  perspective:1000px;
  /* remove float if you’re placing these in a flex/grid row */
  float:left;
  margin:12px 24px 24px 12px;
	font-size: 20px;
	line-height: 30px;
 	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin-top: -180px;
}

.flip-badge-inner{
  width:100%;
  height:100%;
  position:relative;
  transform-style:preserve-3d;
  transition:transform .7s ease;
}

.flip-badge:hover .flip-badge-inner{
  transform:rotateY(180deg);
}

.flip-badge-face{
  position:absolute;
  inset:0;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  text-align:center;

  font-family:"eb-garamond", serif;
  color:#ffffff;

  /* matches your original sizing/padding feel */
  padding:30px 20px 20px;
  box-sizing:border-box;
}

/* FRONT */
.flip-badge-front{
  background:#50403e;
}

/* BACK */
.flip-badge-back{
  background:#2f2f2f;            /* darker hover card */
  transform:rotateY(180deg);
}
/* --- Back dashed text block --- */
.badge-back-box{
  padding:12px 18px;
  margin:12px auto 28px;
  width:100%;
  box-sizing:border-box;

  font-size:17px;               /* big, like screenshot */
  line-height:1.3;
  font-weight:400;
}










.lower-text-1 {
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 50px;
	line-height: 60px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #50403e;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}


.home-center-text {
	width: 1150px;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #50403e;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}






.home-column-1 {
	width: 660px;
	padding-top:40px;
	padding-bottom:80px;
	padding-right:40px;
	padding-left:0px;
	font-size: 20px;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #50403e;
	text-align: left;
	float: left;
	
}



.home-column-2 {
	width: 450px;
	padding-top:0px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}




.midbg {
	background-image: url(images/midbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:80px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.midbg-column {
	width: 580px;
	padding-top:0px;
	padding-bottom:80px;
	padding-right:70px;
	padding-left:0px;
	font-size: 20px;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	float: left;
	
}



.midbg-vidcolumn {
	width: 500px;
	padding-top:0px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}


.midbg-title {
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	font-size: 50px;
	line-height: 60px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	
}



.thicksep {
	background-color: #c09d73;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 40px;
	line-height: 52px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	
}
.sepitalic {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 24px;
	line-height: 26px;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	font-style: italic;
	
}





.lowerbg {
	background-image: url(images/lowerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.lowerbg-center-text {
	width: 750px;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	padding-left:0px;
	font-size: 26px;
	line-height: 30px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #50403e;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}





.footer-text {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 26px;
	font-family: "eb-garamond", serif;
	font-weight: 500;
	color: #50403e;
	text-align: center;
}




.bodycopy {
	width: 1150px;
	padding-top:30px;
	padding-bottom:80px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}








.logo-eye {
	width: 178px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}

.logo-text {
	width: 627px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	float: left;
	
}





.socfloat {
	width: 30px;
	padding-top:10px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:20px;
	list-style-type: none;
	font-size: 24px;
	line-height: 40px;
  font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #ffffff;
	float: right;
	
}


.socfloat img {
  max-width: 100%;
  height: auto;
  opacity: 1;
  filter: brightness(0) invert(1); /* keeps white PNG icons white */
  transition: filter 0.3s ease, transform 0.3s ease;
}

.socfloat img:hover {
  filter: brightness(0) saturate(100%) invert(23%) sepia(92%) saturate(3813%) hue-rotate(354deg) brightness(101%) contrast(97%);
  transform: scale(1.05); /* optional subtle lift */
}









.flexcenter {
display:flex;justify-content:center;align-items:center;
}



.alignright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
	
}

.alignleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}



.logocenter {
	width: 805px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}


.tocenter {
	width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
}


/* Translucent form fields + tan button (like your reference) */

input[type="text"],
input[type="email"],
select,
textarea{
  color:#50403e; /* dark brown text */
  font-size:16px;
  font-family:"eb-garamond", serif;
  font-weight:400;

  background-color: rgba(192,157,115,0.45); /* translucent */
  border: 2px solid rgba(80,64,62,0.55);     /* subtle brown border */
  border-radius:0;

  width:98%;
  margin: 8px 8px 0 0;
  padding: 10px 12px;

  outline:none;
  box-shadow:none;

  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

select{ width:99%; }

/* textarea height */
textarea{
  height:120px;
  resize:vertical;
}

/* Placeholder color (all modern browsers) */
input::placeholder,
textarea::placeholder{
  color: rgba(59,47,45,0.85);
}

/* Focus state */
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus{
  background-color: rgba(192,157,115,0.65);
  border-color: rgba(201,162,77,0.95); /* gold focus */
}

/* Submit button - force LEFT alignment */
input[type="submit"]{
  border:none;
  background-color:#c9a24d;
  color:#ffffff;

  font-family:"eb-garamond", serif;
  font-weight:600;
  font-size:18px;
  letter-spacing:0.02em;
  text-transform:uppercase;

  padding:12px 44px;
  border-radius:0;
  cursor:pointer;

  display:block;        /* makes it respect margins */
  margin:20px 0 0 0;    /* left aligned */
  text-align:left;      /* ensures text inside isn't centered */

  transition: filter .25s ease, transform .05s ease;
}

input[type="submit"]:hover{
  filter: brightness(0.95);
}

input[type="submit"]:active{
  transform: translateY(1px);
}




.alignright {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:15px;
	float: right;
	
}



.alignleft {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:0px;
	float: left;
	
}



@media screen and (max-width:750px) {

    body {
    margin:0 0 0 0;
	overflow-x:hidden;
    }



.alignright {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}



.alignleft {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}




.toplineline {
	background-color: #c09d73;
	width: 100%;
	height: auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:0px;
	font-size: 17px;
 	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-bottom:15px;
	
}

.hrline {
	background-color: #50403e;
	width: 100%;
	height: 1px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 500px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin-top:15px;
	
}




.headerinsidebg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
    background-position: top center;
	width: 100%;
	height: 400px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	margin-top:15px;
	
}








.navline {
	display: none;
}





.footernav {
	display: none;
}



.header-text-1 {
	width: 94%;
	max-width: 950px;
	padding-top:40px;
	padding-bottom:30px;
	padding-right:3%;
	padding-left:3%;
	font-size: 34px;
	line-height: 40px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #000000;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}



.header-text-2 {
	width: 94%;
	max-width: 850px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 21px;
	line-height: 24px;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}



.contact-button {
  border: none;
  color: white;
  text-align: center;
  font-size: 20px;
	font-weight: 400;
  margin: 2px 2px;
  opacity: 1
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-family: "eb-garamond", serif;
  cursor: pointer;
  margin-top: 10px;
	text-transform: uppercase;
  
}



.contact-button a:link {color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:22px; padding-left:22px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #c09d73;background-color: #c09d73; }
.contact-button a:visited {color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:22px; padding-left:22px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #c09d73;background-color: #c09d73; }
.contact-button a:hover {color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:22px; padding-left:22px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #c09d73;-webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 transition: all 0.5s ease; background-color: #50403e; }
.contact-button a:active {color: #ffffff; text-decoration: none; padding-top:8px; padding-bottom:8px; padding-right:22px; padding-left:22px;border-radius: 0px;border-style: solid; border-width: 1px; border-color: #c09d73;background-color: #c09d73; }







.badge-icon-center {
	width: 130px;
	padding-top:0px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
	
}


/* --- Flip Badge Card --- */
.flip-badge{
  width: 94%;
	max-width:800px;
  height:400px;
  perspective:1000px;
  /* remove float if you’re placing these in a flex/grid row */
  float:left;
  margin:12px 24px 24px 12px;
	font-size: 20px;
	line-height: 30px;
 	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
}

.flip-badge-inner{
  width:100%;
  height:100%;
  position:relative;
  transform-style:preserve-3d;
  transition:transform .7s ease;
}

.flip-badge:hover .flip-badge-inner{
  transform:rotateY(180deg);
}

.flip-badge-face{
  position:absolute;
  inset:0;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  text-align:center;

  font-family:"eb-garamond", serif;
  color:#ffffff;

  /* matches your original sizing/padding feel */
  padding:30px 20px 20px;
  box-sizing:border-box;
}

/* FRONT */
.flip-badge-front{
  background:#50403e;
}

/* BACK */
.flip-badge-back{
  background:#2f2f2f;            /* darker hover card */
  transform:rotateY(180deg);
}
/* --- Back dashed text block --- */
.badge-back-box{
  padding:12px 18px;
  margin:12px auto 28px;
  width:100%;
  box-sizing:border-box;

  font-size:17px;               /* big, like screenshot */
  line-height:1.3;
  font-weight:400;
}










.lower-text-1 {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 34px;
	line-height: 40px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #50403e;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	
}


.home-center-text {
	width: 94%;
	max-width: 1150px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 20px;
	line-height: 26px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #50403e;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}






.home-column-1 {
	width: 94%;
	max-width: 850px;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 20px;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #50403e;
	text-align: left;
	
}



.home-column-2 {
	width: 94%;
	max-width: 650px;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	
}




.midbg {
	background-image: url(images/midbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:30px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.midbg-column {
	width: 94%;
	max-width: 580px;
	padding-top:0px;
	padding-bottom:80px;
	padding-right:3%;
	padding-left:3%;
	font-size: 20px;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	
}


.midbg-vidcolumn {
	width: 94%;
	max-width: 580px;
	padding-top:0px;
	padding-bottom:80px;
	padding-right:3%;
	padding-left:3%;
	
}

.midbg-title {
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 34px;
	line-height: 40px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	
}



.thicksep {
	background-color: #c09d73;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	padding-left:0px;
	font-size: 22px;
	line-height: 24px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	
}
.sepitalic {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	font-size: 18px;
	line-height: 21px;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	font-style: italic;
	
}





.lowerbg {
	background-image: url(images/lowerbg.jpg);
	background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}



.lowerbg-center-text {
	width: 94%;
	max-width: 750px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:3%;
	padding-left:3%;
	font-size: 24px;
	line-height: 28px;
	font-family: "eb-garamond", serif;
	font-weight: 700;
	color: #50403e;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}





.footer-text {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:0px;
	padding-left:0px;
	font-size: 15px;
	line-height: 18px;
	font-family: "eb-garamond", serif;
	font-weight: 500;
	color: #50403e;
	text-align: center;
}




.bodycopy {
	width: 94%;
	max-width: 1150px;
	padding-top:20px;
	padding-bottom:30px;
	padding-right:3%;
	padding-left:3%;
	font-size: 18px;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}



.logo-eye {
	width: 178px;
	padding-top:20px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-left: auto;
    margin-right: auto;
	
}

.logo-text {
	width: 94%;
	max-width: 627px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	
}


.alignright {
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}

.alignleft {
	width: 100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	
}



.logocenter {
	width: 94%;
	max-width: 805px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}


.tocenter {
	width: 94%;
	max-width: 1150px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:3%;
	padding-left:3%;
	margin-left: auto;
    margin-right: auto;
}




/* Translucent form fields + tan button (like your reference) */

input[type="text"],
input[type="email"],
select,
textarea{
  color:#50403e; /* dark brown text */
  font-size:16px;
  font-family:"eb-garamond", serif;
  font-weight:400;

  background-color: rgba(192,157,115,0.45); /* translucent */
  border: 2px solid rgba(80,64,62,0.55);     /* subtle brown border */
  border-radius:0;

  width:88%;
  margin: 8px 8px 0 0;
  padding: 10px 12px;

  outline:none;
  box-shadow:none;

  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

select{ width:88%; }

/* textarea height */
textarea{
  height:120px;
  resize:vertical;
}

/* Placeholder color (all modern browsers) */
input::placeholder,
textarea::placeholder{
  color: rgba(59,47,45,0.85);
}

/* Focus state */
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus{
  background-color: rgba(192,157,115,0.65);
  border-color: rgba(201,162,77,0.95); /* gold focus */
}

/* Submit button - force LEFT alignment */
input[type="submit"]{
  border:none;
  background-color:#c9a24d;
  color:#ffffff;

  font-family:"eb-garamond", serif;
  font-weight:600;
  font-size:18px;
  letter-spacing:0.02em;
  text-transform:uppercase;

  padding:12px 44px;
  border-radius:0;
  cursor:pointer;

  display:block;        /* makes it respect margins */
  margin:20px 0 0 0;    /* left aligned */
  text-align:left;      /* ensures text inside isn't centered */

  transition: filter .25s ease, transform .05s ease;
}

input[type="submit"]:hover{
  filter: brightness(0.95);
}

input[type="submit"]:active{
  transform: translateY(1px);
}







}



















