@charset "utf-8";
/* CSS Document */

html {
   min-height: 100%;
  position: relative;
  background-color: #fff;
}

body {
  margin: 0;
  margin-bottom: 40px;
}

#knack-body {
    background-color: #fff;
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.428571428571429;
    font-size: 14px !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}
/* 
.kn-content { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif !important; }

.kn-content h2 {
    font-size: 1.5em !important;
}
    
.kn-content p.kn-description {
    font-size: 0.9em !important;
    margin-bottom: 1.5em !important;
}
*/

.container { 
	
	margin: 0 auto;
  width: 100%;
	border-bottom: #2B2B2B;
  padding: 0;
  background-color:#A22030; text-align: center;
  /*background:linear-gradient(to right, #F91B10 , #EB170B);*/
  }


.container-footer { 
  
  margin: 0 auto;
  width: 100%;
  border-bottom: #2B2B2B;
  padding: 0;
/*  background-color:#A22030; */
  text-align: center;
  background:linear-gradient(to right, #A22030 , #D5D5D5);
  }


.imga{ max-width:928px; max-height: 200px; text-align:center; border-color: 2px #ddd; margin: 0 auto;
}

.imgba{ width:100%;
}




.footer-section {
  background-color: black;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
}

.footer-logo {
  margin-bottom: 5px;
}
.footer-logo img {
    max-width: 30px;
}

.copyright-area{
  /*background: #A22030;*/
  background:linear-gradient(to right, #A22030 , #D5D5D5);
  padding: 15px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 17px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin-top: -7px;
}
.copyright-text p a{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}