.bg-1{
	background-color: #f5f5f5;
	color: #555;
}

.pictwall-bg{
	background-color: #f5f5f5;
	padding: 10px 5px 10px 5px;
}

/* .mainland-style{ */
/* 	background-color: #f5f5f5; */
/* 	color: #555; */
/* 	padding-top: 30px; */
/*     padding-bottom: 30px; */
/*     text-align: center; */
/* } */

/* .mainland-title{ */
/* 	font-family: 'EB Garamond', serif; */
/*     font-weight: bolder; */
/*     color: #4e6170; */
/* } */

/* @media screen and (max-width: 767px) { */
/* 	.mainland-title{ */
/* 		font-size: 36px; */
/* 	} */
/* } */

/* @media screen and (min-width: 768px) { */
/* 	.mainland-title{ */
/* 		font-size: -webkit-xxx-large; */
/* 	} */
/* } */

.mainland-subtitle{
	font-family: 'EB Garamond', serif;
    font-size: xx-large;
    font-weight: bold;
    color: #4e6170;
}

/* @media screen and (max-width: 767px) { */
/* 	.mainland-subtitle{ */
/* 		font-size: large; */
/* 	} */
/* } */

/* @media screen and (min-width: 768px) { */
/* 	.mainland-subtitle{ */
/* 		font-size: xx-large; */
/* 	} */
/* } */

.mainland-text{
	margin-top: 10px;
		margin-bottom: 3em;
	
    text-align: justify;
    font-size: 115%;
    line-height: 150%;
    
}

/* @media screen and (min-width: 768px) { */
/* 	.mainland-text{ */
/* 		line-height: 1.15; */
/* 	} */
/* } */

/* @media screen and (min-width: 992px) { */
/* 	.mainland-text{ */
/* 		line-height: 1.5; */
/* 	} */
/* } */



.col-md-2.pictwal-pad{
	padding-top: 10px;
    padding-bottom: 10px;
}

.landing-circlelogo{
	padding: 120px;
}


.landing-footer{
	color: #fff;
	background-color: #4e6170;
	padding:1%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20pt;
	text-shadow: 3px 2px #777;
	
}
.landing-footer p{
	margin: 0;
	line-height: 1.1;
}



@media screen and (max-width: 768px) {
	.logo-center{
		text-align: center;
        margin: 25px 0;
	}
}

/* highlight style */

.highlight-style{
	padding-top: 30px;
	background-color: #f5f5f5;
	color: #555;
	padding-bottom: 30px;
    
}

.highlight-title{
	padding: 15px;
}

.highlight-title h4{
	margin-bottom: 5px;
}

.highlight-title h2{
	border-bottom-style: solid;
    border-bottom-color: red;
    border-bottom-width: 5px;
    border-top-style: solid;
    border-top-color: red;
    border-top-width: 10px;
    padding-top: 10px;
    margin-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.highlight-title h3{
	text-align: justify;
	margin-top: 5px;
}

/* end highlight style */

