body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
#header-logo{
	margin-left: 3%;
	padding-bottom: 15px;
}
.title {
    display: block;
    font-size: 20px;
    border-bottom: 3px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-family: 'open_sanscondensed_light';
    font-size: 2.5em;
    color: #4c7ed3;
}
.secondTitle{

	padding-bottom: 8px;
	margin-bottom: 20px;
	font-family: 'open_sanscondensed_light';
	font-size: 2.5em;
	color: #4c7ed3;
	padding-left: 15px;

}
/* div for Links in header */
#headerLinks {
	float: left;
	width: calc( 100% - 139px );
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,1.00);
}
/* Links in header */
#headerLinks a {
	text-decoration: none;
	color: rgba(146,146,146,1.00);
	padding-left: 66px;
	font-size: 14px;
}
.footer{
	background-color:#663300;
	border-color: #6f4d0c;
	color:white;
	font-size: 1em;
	text-align:center;
	margin-bottom: 25px;
	padding: 7px;
	width: 95%;
    margin:auto auto 30px auto;
}
img{
	width:100%;
	max-width: 850px;
	height: auto;
	
}
.centerImage{
	margin: 15px auto 25px 26%;
}
/*--navigation---*/
.topnav {
  overflow: hidden;
  background-color: #663300;
  width: 95%;
  margin:auto;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1em;
}

.topnav a:hover {
  background-color: rgb(236, 217, 198);
  color: black;
}

.topnav a.active {
  background-color: rgb(210, 166, 121);
  color: white;
}

.topnav .icon {
  display: none;
}
/* Whole page content */
.mainWrapper {
	width: 95%;
	/*margin-left: 3%;
	margin-right: 5%;*/
	margin:auto;
}
/*---class for homepage quote---*/

.hpQuote{
	text-align:center; 
	font-size:2em; 
	color: rgb(186, 122, 76);
	font-family: 'Palatino-BoldItalic', 'Palatino', serif; 
	margin-top:25px;
	font-style:italic;
}

/*---flexbox for scot of the  year--*/
.flexContent {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 23% 0 23%;
}
.flexProductInfo {
	width: 25%;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 63px;
}
.flexMainContent {
	width: 70%;
	float: left;
}
.productTitle{
	text-align:center;
}
.withMargin{
	 margin:0 0 25px 13%;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .centerImage{
	margin: 15px auto;
}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .flexProductInfo{
	width: 100%;
	margin: 0 20% 0 20%;
}
}