/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}


blockquote{
    background-color: #f2f2f2;
    border-radius: 4px;
    margin: 20px 0;
    padding: 24px;
    position: relative;
}

blockquote:after {
    position: absolute;
    bottom: -8px;
    right: 16px;
    content: '"';
    font-family: sans-serif;
    font-size: 5.5em;
    opacity: .1;
}
.div-spacer{
	height: 50px;
}
.div-hr{
    display: block;
    width: 100%;
}
hr.styled-hr {
	background-color: #eee;
	background-color: rgba(0, 0, 0, 0.13);
	border: 0pt none;
	color: #eee;
	color: rgba(0, 0, 0, 0.13);
	height: 1px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.blog-separator {
    clear: both;
    border-bottom: 1px solid #ddd;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 5px;
	margin: 20px 0 25px;
    font-size: 2px;
    height: 2px;
	width: 100%;
}

img{
	width: 100%;
}

.brand-logo {
	width: 134px !important;
	height: 60px !important;
}
.banner_slider{
	width: 100%;
	height: 500px;
	background-size: 100% 100% !important;
	background-position: center center !important;
	background-repeat: no-repeat;
    padding-bottom: 15px;
}
			
p, div{
    text-align: justify !important;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.3rem;
}

h1, h2{
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
}

h3, h4, h5, h6 {
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
}
ul{
  overflow: hidden;
}
.hidden-element{
    display:none !important;
}

@media (max-width: 480px) and (min-width: 320px){
	.banner_slider{
		height: 235px !important;
	}
	
	
	h1, h2, h3, h4, h5, h6 {
		font-size: 23px;
		line-height: 1.4;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1320px !important;
	}
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1320px !important;
	}
}

@media (max-width: 480px) and (min-width: 320px){
	.banner_slider{
		height: 235px !important;
	}
}