body {
  background: url(../images/press_bg.jpg);
  background-size: cover;
  overflow-x: hidden;
}
.container-fluid {
  min-height: 100%;
}
.container {
  display: flex;
  flex-direction: column;
}
.main{
  overflow: auto;
}
.navBar {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  left: 0;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

#myNavbar {

  background-color: transparent;
  font-family: 'Acme';
  text-decoration: underline;
  padding: 24px 56px;
  font-size: 30px;
}

.navbar-default {
  border-color: transparent;
}

.navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

.navbar-default .navbar-nav li a {
  color: #A72611;
  padding: 20px 46px;
}

.navbar-default .navbar-nav li a:hover {
  background-color: #A72611;
  color: #fff;
}

.navbar-default .navbar-nav li a.active {
  background-color: #A72611;
  color: #fff;
}

.dropdown-menu {
  background-color: transparent;
  position: relative;
}

.dropdown-menu li a {
  font-size: 20px;
}

.motto {
  #A72611;
  text-align: center;
}

.motto p {
  font-size: 24px;
  font-family: 'Sofia';
  color: #fff;
  animation: type 4s steps(38, end);
  overflow: hidden;
  white-space: nowrap;
}

@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
/* Carousel CSS*/
#myCarousel {
  color: #A72611;
  font-size: 18px;
  border-radius: 50%;
}
/* About Us */
#about {
  text-align: center;
  background-color: #fff;
  font-family: 'Lato';
}
#about ul li {
  list-style-type: none;

}
#about h2{
  text-decoration: underline;
}
#about h1 {
  font-size: 40px;
  font-family: 'Acme';
  animation: type 4s steps(38, end);
  overflow: hidden;
  white-space: nowrap;
}
@keyframes heading {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
.item img {
  width: 100%;
}
#about .clients p{
  text-align: left;
}
#about .clients ul li{
  text-align: left;
}
#about .clients ul li {
  list-style-type: decimal;
}
.page-footer {
  flex-shrink: 0;
  bottom: 0px;
  border-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  clear: both;
}

.page-footer img {
  margin-bottom: 8px;
}

.panel-footer {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 0px;
  background-color: #A72611;
  border-top: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: 'Lato';
  font-size: 20px;
  color: #fff;
}

.page-footer .footer-copyright {
  padding-top: 20px;
  text-align: center;
  background-color: #A72611;
  color: #fff;
  font-family: 'Acme';
  font-size: 20px;
}

.footer-copyright a {
  color: #fff;
  text-decoration: underline;
}

.page-footer h3 {
  font-family: 'Acme';
}

.social ul li {
  list-style-type: none;
  display: inline;
}

.social {
  text-align: center;
}

.social .btn-floating .fa-circle {
  color: transparent;
}

.footer-image {
  margin-top: 40px;
}

.sitemap ul li {
  list-style-type: none;
  padding: 6px;
  text-decoration: underline;
}

.sitemap a {
  color: #fff;
}

.sitemap a:hover {
  color: #ffb3b3;
}

.contact-info {
  text-align: center;
}

/*Forms CSS*/
.four {
  float: left;
  padding: 30px;
  width: 60%;
  border-radius: 5px;
  margin: 2% auto;
  position: relative;
}

.intro h1 {
  border-radius: 3px;
  width: 100%;
  color: #fff;
}

.intro h4 {
  font-family: 'Lato';
  font-size: 26px;
  color: #fff;
}

#no-details {
  display: none;
  color: red;
  animation: blinker 2s linear infinite;
  font-size: 130%;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.feedback {
  display: none;
}

.intro {
  text-align: center;
  color: black;
}

.intro .panel-info .panel-heading {
  background-color: #A72611;
  border-color: #A72611;
}

.intro .panel {
  border: 0px;
  box-shadow: 0px 0px;
}

.intro .panel-info {
  border-color: transparent;
}

.intro .form-control {
  margin: 0 auto;
  width: 250px;
  color: black;
  color: #A72611;
}

.intro label {
  color: #A72611;
  font-size: 24px;
}

#start-btn:hover {
  color: #A72611;
  background: white;
  border: 2px solid #A72611;
}

.intro h1 {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.intro .btn {
  font-size: 22px;
  color: #fff;
  background-color: #A72611;
  font-family: 'Lato'
}

.form-group {
  color: #A72611;
}

.feedback .panel-info {
  border-color: transparent;
}

.feedback {
  font-size: 130%;
  font-weight: 200;
}

#submitform {
  margin-left: 35%;
  font-size: 15px;
  bottom: 0%;
  position: fixed;
}

.suggestion {
  margin-right: 50%;
}

.submit:hover {
  color: #A72611;
  background: white;
  border: 2px solid #A72611;
}

.submit, #thumbsup, #thumbsdown {
  color: white;
  background: #A72611;
  outline-style: none;
}

#thumbsdown:hover {
  color: #A72611;
  background: white;
  border: 2px solid #A72611;
}

#thumbsup:hover {
  color: #A72611;
  background: white;
  border: 2px solid #A72611;
}

.container input {
  opacity: 15;
  cursor: pointer;
  color: #A72611;
}

.container input:checked~.checkmark {
  background-color: #A72611;
}

.rating {
  float: left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked)>input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
  float: right;
  width: 1em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 110%;
  line-height: 1.2;
  color: #bbb;
  text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating:not(:checked)>label:before {
  content: '★ ';
}

.rating>input:checked~label {
  color: #A72611;
  text-shadow: 1px 1px #A72611,
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
  color: #A72611;
  text-shadow: 1px 1px #A72611;
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
  color: #A72611;
  text-shadow: 1px 1px #A72611;
}

#status, button {
  margin: 20px 0;
}

#status {
  font-size: 110%;
  font-weight: bolder;
  color: #A72611;
}

.thumbsup, .thumbsdown {
  display: none;
}

.suggest {
  display: none;
}

.thankyou {
  display: none;
}

#thanks {
  font-size: 130%;
  font-style: italic;
  font-weight: bold;
}
.thankyou {
  text-align: center;
  color: #A72611;
}
.thankyou .panel-info {
  border-color: transparent;
}
.thankyou .panel {
  border: 0px;
  box-shadow: 0px 0px;
}
/*Order Online - Request Quote form*/
.requestQuote .panel-info {
  border-color: transparent;
}

.requestQuote label{
  font-size: 18px;
  color: #A72611;
}
.requestQuote .form-control {
  margin: 0 auto;
  width: 500px;
  color: black;
  color: #A72611;
}
.requestQuote {
  text-align: center;
  color: black;
}
.requestQuote h1 {
  color: #fff;
}
.requestQuote .panel-info .panel-heading {
  background-color: #A72611;
  border-color: #A72611;
}
.requestQuote .btn {
  font-size: 22px;
  color: #fff;
  background-color: #A72611;
  font-family: 'Lato'
}
#quotebtn:hover {
  color: #A72611;
  background: white;
  border: 2px solid #A72611;
}
/*Order Online - Place form*/
.placeOrder .panel-info {
  border-color: transparent;
}

.placeOrder label{
  font-size: 18px;
  color: #A72611;
}
.placeOrder .form-control {
  margin: 0 auto;
  width: 500px;
  color: black;
  color: #A72611;
}
.placeOrder {
  text-align: center;
  color: black;
}
.placeOrder h1 {
  color: #fff;
}
.placeOrder .panel-info .panel-heading {
  background-color: #A72611;
  border-color: #A72611;
}
.placeOrder .btn {
  font-size: 22px;
  color: #fff;
  background-color: #A72611;
  font-family: 'Lato'
}
#placeOrderbtn:hover {
  color: #A72611;
  background: white;
  border: 2px solid #A72611;
}

/*map*/
.contactHeading{
  text-align: center;
}
.page-header{
  padding: 10px;
  border-color: #A72611;
  background-color: #A72611;
  font-family: 'Acme';  animation: blinker 2s linear infinite;
  font-size: 130%;
  color: #fff;
}
.page-header h1 {
  font-size: 30px;
}
.contactIntro .panel{
  border: 0px;
}
.contactIntro h4{
  font-family: 'Acme';
  font-size: 20px;
  text-decoration: underline;
}
.contactIntro p {
  font-family: 'Lato';
  font-size: 18px;
}
.contactSocial ul li {
  list-style-type: none;
  display: inline;
}
.contactSocial {
  float: left;
}
.contactSocial .btn-floating .fa-circle {
  color: #A72611;
}
.contactForm form {
  margin: 0 auto;
  width: 250px;
  color: black;
  color: #A72611;
}
.contactForm .btn {
  font-size: 22px;
  color: #fff;
  background-color: #A72611;
  font-family: 'Lato'
}
#sendContact:hover {
  color: #A72611;
  background: white;
  border: 2px solid #A72611;
}
.contactForm .panel-info {
  border-color: transparent;
}
.contactForm .form-group {
  margin: 0 auto;
  width: 100%;
  color: black;
  color: #A72611;
}
/* //////////////////////anum */
.optional {
  display: none;
}
#formMessage{
  animation: blinker 2s linear infinite;
  font-size: 130%;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
