@charset "utf-8";

:root {
  --transparent: transparent;
  --royalblue: #010066;
  --chocolate: #3c1321;
  --light_yellow: #ffffcc;
  --greyCCCCCC: #cccccc;
  --grey333333: #333333;
  --yellow: #ffff00;
  
  --mainfont: "Tahoma";
}
 
.info_section .info_container .info_contact {
  padding: 10px 15px;
  }
  
/*.services_section .container {
  padding-left: 0px;
  padding-right: 0px;
  } */
  
.services_section .container .row .col-md-3 .IntroText {
  font-size: 1.33rem;
  font-weight: 400;
  font-style: normal;
  }
  
.services_section .container .row .col-md-3 p {
  font-size: 1.0rem;
  font-weight: 400;
  font-style: normal;
  }
  
  
  

/* fixed header styling 05 11 2020 */

 .sub_page .hero_area {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  }  
  
 .about_section, .contact_section, .services_section, .item_section {
  margin-top: 156px;
  } 
  
 .item_section {
  background-image: url(../images/home/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px; 
  }
   

/* Dropdown menu attributes */
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link,
.custom_nav-container.navbar-expand-lg .navbar-nav .dropdown-link {
    font-family: var(--mainfont), sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
}

.custom_nav-container {
    padding:  0;
}

/* extra styles for contact_combo page  */

.contact_section .sub_heading h4 {
  font-size: 1.33rem;
  font-weight: 400;
  margin-left: 0px;
  }

.contact_section h5 {
  margin-left: 0px;
  font-size: 1.15rem;
  font-weight: 400;
  }
  
.contact_section hr.hrule   {
    width: 100%;
    height: 3px;
    border: 1px;
    border-bottom: 1px solid var(--yellow);
    background: var(--yellow);
  }

/* extra styles for contact_combo page  */

.row {
  margin-left: 0px;
  margin-right: 0px;
  }  
  
.col-sm-6 {
  padding-bottom: 27px;
  }  
  
  
.header_section {
/*  position: fixed;
  top: 0;   */
  background-image: url(../images/home/catseye_only_1286x156.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;   
  }

.header_section .container-fluid {
	padding-right: 0px;
	padding-left: 15px;
	background-color: var(--transparent);
 
}

.header_section .container-fluid .span {
	color: var(--yellow);
	font-size: 1.75rem;
}

.header_section .container-fluid .header_banner h1 {
  font-family: var(--mainfont), sans-serif;
	font-size: 3.5rem;
  font-weight: 200;
  text-shadow: 2px 2px 4px var(--greyCCCCCC);
	color: var(--yellow);
	line-height: 1.25;
	margin-bottom: 0px;
	margin-top: 20px;
}

.header_section .container-fluid .header_banner h2 {
  font-family: var(--mainfont), sans-serif;
	font-size: 1.83rem;
	color: var(--yellow);
	line-height: 1.25;
 	margin-bottom: 20px;
	margin-top: 0px;
}

.header_banner {
	text-align: center;
}

.navbar-brand img {
    width: 85px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* .about_section, .contact_section, item_section, .services_section {   */
/* .about_section, .contact_section, item_section, .services_section {
  height: auto;
  position: relative;  
  background-image: url(../images/home/background.jpg);
  background-size: cover;
  background-position: bottom right;  
  background-repeat: no-repeat;   */
  }

/* addition of fieldset on 11 10 2020  */

#contactus fieldset {
	width:600px;
	padding:20px;
	border:1px solid var(--greyCCCCCC);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
/* extra css from contact.css as of 10 10 2020 */

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {
	display:none;
	width:10px;
	height:3px;
}
#contactus input[type="submit"] {
	height: 30px;
  width: 250px;
	padding-left: 0px;
	background-color: var(--yellow);
	border: 1px solid var(--chocolate);
	color: var(--chocolate);
	font-weight: 600;
	outline-color: var(--chocolate);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#contactus input[type="submit"]:focus,
#contactus input[type="submit"]:hover {
	background-color: var(--chocolate);
  color: var(--light_yellow);
}

#contactus input[type="text"],
#contactus textarea {
	line-height: 110%;
	color: var(--chocolate);
	padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
	border: 1px solid var(--chocolate);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#contactus input[type="file"] {
	line-height: 110%;
	color: var(--chocolate);
	padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
	border: 1px solid var(--chocolate);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.contact_section h2 {
	margin-bottom: 65px;
}
.contact_section h4 {
	font-family: var(--mainfont);
	font-style: normal;
	font-size: 1.0rem;
	color: var(--yellow);
	line-height: 1.25;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 30px;
	padding-left: 15px;
	font-weight: 400;
	text-align: left;
}

.contact_section form {
	padding-right: 0px;
	font-family: var(--mainfont);
	font-style: normal;
	color: var(--yellow);
/*	color: var(--chocolate);  */
	outline: none;
}
.contact_section input.form-control:focus {
	font-family: var(--mainfont);
	font-style: normal;
	color: var(--chocolate);
	outline: none;
	outline: 0;
	box-shadow: none;
}
.contact_section form form-text {
	font-family: var(--mainfont);
	font-style: normal;
	color: var(--chocolate);
}
.contact_section textarea.form-control {
	font-family: var(--mainfont);
	font-style: normal;
	color: var(--chocolate);
	background: var(--light_yellow);
 	line-height: 110%;
	padding: 15px;
	border: 1px solid var(--chocolate);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.contact_section input {
	font-family: var(--mainfont);
	font-style: normal;
	width: 100%;
	border: none;
	height: 50px;
	margin-bottom: 10px;
	padding-left: 25px;
	background-color: var(--light_yellow);
	outline: none;
	outline: 0;
	box-shadow: none;
	color: var(--chocolate);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}
 .contact_section input::-webkit-input-placeholder,
 .contact_section input:-ms-input-placeholder,
 .contact_section input::-ms-input-placeholder,
 .contact_section input::placeholder {
 font-family: var(--mainfont);
 font-style: normal;
 color: var(--chocolate);
}

.contact_section input.message-box {
	height: 120px;
}
.contact_section button {
	padding: 12px 45px;
	outline: none;
	outline: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: var(--chocolate);
	background-color: var(--yellow);
	/*   background: -webkit-gradient(linear, left top, left bottom, from(#f5e47b), to(#fb930a));  */
/*  background: linear-gradient(to bottom, #f5e47b, #fb930a);  */
  margin-top: 35px;
}
.contact_section button.btn.btn-primary {
	background: -webkit-gradient(linear, left top, left bottom, from(var(--yellow)), to(var(--grey333333)));
	background: linear-gradient(to bottom, var(--yellow), var(--grey333333));
	background-color: var(--grey333333);
	font-family: var(--mainfont);
	font-style: normal;
	color: var(--chocolate);
	width: 100%;
}

.contact_section .map_container {
  height: 100%;
  padding-bottom: 110px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}
/* end of new contact section  */

/* fix to inhibit blue border on hover or focus on menu items  02 10 2020 */
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link a, a:hover, a:focus {
	border: 0px solid var(--chocolate);
	/*    outline: none;     further fix 02 10 2020  */
  outline-color: var(--chocolate);
	/*    two further terms to fix, 05 10 2020   */
  outline: 0;
	box-shadow: none;
	/*   further fix for border   06 10 2020  */
  outline: none;
	outline-width: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.item_section .container .section_text,
.services_section .container .section_text {
	margin: auto;   /*  text-align: center;   */
  color: var(--yellow);
  font-size: 0.8rem;
}

.services_section .container .imgbox {
/*	width: 180px;   */
  width: 250px;
	margin: 0;/*  text-align: center;   */
  padding: 0;
}

.about_section .img-box img,
.item_section .box .img-box img,
.services_section .container .imgbox img {
  border: 1px solid var(--yellow);
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}


.item_section .container .section_text h4,
.services_section .container .section_text h4 {
	font-family: var(--mainfont);
	font-style: normal;
	font-size: 1.2rem;
	font-weight: 400;
	color: var(--yellow);
	text-transform: none;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 0px;/*  text-align: center; */
  }
  
.item_section .container .section_text h5,
.services_section .container .section_text h5 {
	font-size: 0.9rem;
  }
  
.item_section .item_container .box .img-box img {
	max-height: 467px;/* max height is 1.3333 x 350px to maintain 4:3 aspect ratio  - 30 09 2020 */  
}
.dropdown-toggle {
	border-top: 0px solid var(--yellow);
	border-right: 0px solid var(--yellow);
	border-bottom: 0px solid var(--yellow);
	border-left: 0px solid var(--yellow);
}
.custom_nav-container.navbar-expand-lg .navbar-nav .dropdown-menu a:link,
.custom_nav-container.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
	background-color: var(--transparent);    /* to remove white bands between sub-menu items */
}
.dropdown-menu {
	/*   margin: 0;
   list-style: none;
   white-space: nowrap;    */
   border: var(--chocolate);   /*    border on ipHone?  *//*   padding: 10px;
   background-color: #ffffff;    */
 }


.about_section .container .header_banner h3,
.contact_section .container .header_banner h3,  
.item_section .container .header_banner h3,
.services_section .container .header_banner h3 {
	font-size: 2.33rem;
	color: var(--yellow);
	line-height: 1.25;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 400;
	text-align: center;
}

.about_section .container .detail-box p {
	font-family: var(--mainfont);
	font-style: normal;
	font-size: 1.2rem;
	font-weight: 400;
	color: var(--yellow);
	text-transform: none;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 20px;/*  text-align: center; 
    font-size: 1.15rem;  */
}
/* ========================================================================== */
 @media (max-width: 1024px) {

.header_section .container-fluid .header_banner h1 {
	font-size: 2.33rem;
}

.header_section .container-fluid .header_banner h2 {
	font-size: 1.66rem;
}

.navbar-brand img {
    margin-right: 40px;
    width: 75px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

}

/* ========================================================================== */
 @media (max-width: 900px) {

.header_section .container-fluid .header_banner h1 {
	font-size: 2.8rem;
}

.header_section .container-fluid .header_banner h2 {
	font-size: 1.9rem;
}

.navbar-brand img {
    margin-right: 40px;
    width: 75px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.info_section .info_container .info_contact span {
  font-size: 0.8rem;
  }
  
.col-sm-8 {
  padding: 0px;
  }
}
/* ========================================================================== */

/* ========================================================================== */
 @media (max-width: 768px) {
   
.services_section .container .col-md-4 {
  text-align: left;   
}
   
.services_section .container .imgbox {
	width: 330px;
  text-align: center;   
}

.services_section .container .imgbox img {
	width: 180px; 
  height: 180px;  
}
  
}
/* ========================================================================== */

 @media (max-width: 420px) {
/* fix to inhibit blue border on hover or focus on menu items  02 10 2020 */
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link a, a:hover, a:focus {
	border: 0px solid var(--chocolate);
	/*    two further terms to fix, 05 10 2020   */
  outline: 0;
	box-shadow: none;
}


.header_section {
  background-image: url(../images/home/catseye_only_414x104.jpg);
  }

.header_section .container-fluid {
    padding-right: 0px;
    padding-left: 10px;
    background-color: var(--transparent);
}

.header_section .container-fluid .header_banner h1 {
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0px;
}

.header_section .container-fluid .header_banner h2 {
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.0;
}

.navbar-brand img {
    width: 40px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 20px;
}

.services_section .container .col-md-3 {
	text-align: justify;
}

.services_section .container .col-md-3 .imgbox {
	text-align: center;
  margin: auto;
}

  .about_section, .contact_section, .services_section, .item_section {
  margin-top: 100px;
  }  
  
  .item_section {
  background-image: url(../images/home/background_400x600.jpg);
/*  background-size: cover;  */
  background-position: center;
  background-repeat: no-repeat; 
  }
  
/* .item_section {
  min-height: 500px; 
  }   */

.item_section .container .section_text,
.services_section .container .section_text {
	width: 96%;
	margin: auto;/*  text-align: center;  */
}

.item_section .container .section_text h4,
.services_section .container .section_text h4 {
	font-family: var(--mainfont);
	font-style: normal;
	font-size: 0.9rem;
	font-weight: 400;
	color: var(--yellow);
	text-transform: none;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 0px;/*  text-align: center; */
  }

.about_section .container .header_banner h3,
.item_section .container .header_banner h3,
.services_section .container .header_banner h3 {
  font-family: var(--mainfont), sans-serif;
	font-size: 1.5rem;
	margin-bottom: 5px;
}

.about_section .container .detail-box p {
	font-family: var(--mainfont);
	font-style: normal;
	font-size: 0.9rem;
	font-weight: 400;
	color: var(--yellow);
	text-transform: none;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: 20px;
}
}
