/*General*/
body {
    color: #333;
    font: 16px/1.5em "Playfair Display", Georgia, "Times New Roman";
    font-weight: 400;
    font-style: normal;
    line-height: inherit;
    margin: 0;
    padding: 0;
	background:#fff;
}
h1,h2,h3,h4,h5,h6 
{
    font-family: "Playfair Display", Georgia, "Times New Roman";
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"],input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
	-webkit-border-radius: 0;
}
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
a{
	color:#333;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
a:hover{
	color:#FE9C00;
}
.wrap{
	overflow:hidden;
}
*{	
	box-sizing:border-box;
	outline:none;
}
img{
	max-width:100%;
}
ul{
	padding:0;
	list-style:none;
}
a:hover,a:focus{
	text-decoration:none;
	outline:none;
}
.container {
    max-width: 1200px;
    width: 100%;
}
input,input:focus,input:hover{
	outline:none;
}
p {
    line-height: 24px;
}
blockquote {
    border-left: 5px solid #1b1d1f;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    padding: 0 30px;
}


.display-7 {font-size: 1.65rem;}
.display-8 {font-size: 1.35rem;}
.display-9 {font-size: 1.1rem;}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }

@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

.bg-body-secondary {
    background-image: url("../img/Bannertype.jpg");
    background-repeat: no-repeat;
  background-size: cover;
}




