@charset "UTF-8";
@charset "UTF-8";
* {
    box-sizing: border-box;
	font-family: 'PT Serif Caption';;	
}

html,
body {
    margin: 0 auto;
    /*background-color: #dbcba6;*/
    background-image: url("../backgroundimg2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 270px;
    /*background-color: rgb(102, 155, 186);*/
    /*background-color: #dbcba6;
    background-size: 100% 280px;*/
    /*background-repeat: no-repeat;
    background-position: center;*/
    /*max-width: 100%; /*40rem;
    padding: 2rem;*/
}

body {
    background-image: url("assets/backgroundimg2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 280px;
}

@media (min-width: 45rem) {
    html,
    body {
        max-width: 50.75rem;
    }
}

@media (min-width: 55rem) {
    html,
    body {
        max-width: 78.75rem;
    }
}


button {
    display: flex;
	display: inline-block;
	justify-content: center;
    /*flex-wrap: wrap;*/
    align-items: center;
    /*padding: 0 10px 0 10px;*/
    /*left: 140px;*/
	height: 40px;
	width: 100%;
    border-radius: 6px;
    color: white;
    background-color: #8a4c1c;
    /*margin: 0 0 0 70px;*/
}

.titletop {
    display: flex;
    position: relative;
	justify-content: center;
	top: 20px;
    width: 100%;
    /*color: #8a4c1c;*/
    color: #800000;
}

.headerblock {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    /* Make a counter */
    /*counter-reset: item-count;*/
    font-size: 0;
    width: 100%;
    margin: 4px 0 20px;
}

.itemLogo {
    display: flex;
    position: relative;
    font-size: 1rem;
    counter-increment: item-count;
	width: 16%;
}

.itemheader {
    display: flex;
    position: relative;
    font-size: 1rem;
    counter-increment: item-count;
	width: 100%;
    margin-top: 20px;
    left: 20px;
}

.Scroll_Wrapper {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    /* Make a counter */
    /*counter-reset: item-count;*/
    font-size: 0;
}

/*Stops the scrollbar appearing in WebKit browsers*/
.Scroll_Wrapper::-webkit-scrollbar {
    display: none;
}

.bcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
	top: 0;
	/*height:80px;*/
    width: 100%;
}


.imgSev1 {
	max-width: 100%;
	height: 180px;
	/*object-fit: contain;*/
    /*align-items: center;*/
    /*padding: 10px 10px 10px 10px;*/
    border-radius: 10px;
    border: solid black;
    border-width: 1px;
}

.btncontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.btncontainer > div {
	  /*background-color: #c29443;*/
    border-radius: 6px;
    max-width: 100%;
  }

ul li {
	display: inline-block;
	position: relative;
    border-radius: 10px;
    border: solid black;
    border-width: 1px;
    background-color: #dbcba6;
    height: 60px;
    width: 230px;
    margin: 20px;
}


ul li a {
	display: block;
	padding: 20px 6px;
	color: black;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}


ul li a:hover {
    border-radius: 10px;
	background: #e4e2e2;
}

.pageData {
    display: flex;
    position: relative;
    /*justify-content: center;*/
    border-radius: 10px;
    border: solid black;
    border-width: 1px;
    background-color: white;
    max-width: 100%;
    margin: 20px 20px 20px 20px;
	padding: 10px 20px;
}

.pageData > div {
    flex-direction: row;
	font-size: 24px;
    height: 100%;
}


#content > p {
    display: flex;
    position: relative;
    justify-content: center;
    max-width: 100%;
}


.footercolor {
    display: flex;
	background-color: #8a4c1c;
    max-width: 100%;
    color: white;
	font-size: 12px;
	margin: 8px 0 0 0;
    justify-content: center;
}

.footercontainer {
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
}

.footercontainer > div {
	/*background-color: #8a4c1c;*/
    border-radius: 6px;
    max-width: 100%;
    align-items: center;
  }

@media (min-width: 600px) {
	.footercontainer {
		flex-flow: row wrap;
    	max-width: 100%;
	}	
}
