@charset "UTF-8";
* {
    box-sizing: border-box;
	font-family: 'PT Serif Caption';;	
}

html,
body {
    margin: 0 auto;
    /*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;
    }
}

.titletop {
    display: flex;
    position: relative;
	justify-content: center;
	top: 20px;
    width: 100%;
    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;
}

.Item {
    display: flex;
    font-size: 1rem;
    counter-increment: item-count;
    position: relative;
    background-color: #dbcba6;
    /*border-bottom: 2px solid #bbb;*/
    left: 10px;
    height: auto;
    width: 140px;
    /*margin: 1rem 0;*/
	/*border: 2px dashed orange;*/
}

.ItemM {
    display: flex;
    /*font-size: 1rem;
    counter-increment: item-count;*/
    position: relative;
    border-radius: 10px;
    /*left: 100px;
    top: 1px;*/
    /*background-color: #dbcba6;*/
    height: auto;
    width: 100%;
    /*max-height: 200px; 
    margin: 1rem 0;*/
	/*border: 2px dashed orange;*/
}

.ItemI {
    display: flex;
    font-size: 1rem;
    position: relative;
    border-radius: 6px;
    /*top: 12px;
    left: -10px;
    background-color: #ebebeb;
    border-bottom: 2px solid #bbb;
    height: auto;
    width: 100%;
    /*margin: 1rem 0;
	border: 2px dashed orange;*/
}

.ItemMsg {
    display: flex;
    font-size: 1rem;
    position: relative;
    /*top: 400px;*/
    /*height: auto;*/
    /*width: 100%;*/
    /*background-color: #e4e2e2;*/
    border-radius: 10px;
    /*margin: 0 20px 0 20px;*/
    padding: 0 10px 0 10px;
	/*border: 2px dashed orange;*/
}

.ItemContent {
    display: flex;
    font-size: 1rem;
    position: relative;
    /*top: 400px;*/
    /*height: auto;*/
    /*width: 100%;*/
    background-color: #dbcba6;
    border-radius: 10px;
    /*margin: 0 20px 0 20px;*/
    padding: 0 10px 0 10px;
	/*border: 2px dashed orange;*/
}

.Caption {
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 800;
}

.Caption em {
    display: block;
    margin-top: 4px;
    font-size: 0.9em;
    font-weight: 400;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    /*align-items: top;*/
    justify-content: center;
    /*padding: 0 10px;*/
    position: relative;
	top: 0;
    /*margin: 1px 0 1px 0;*/
    border-radius: 10px;
    border: solid black;
    border-width: 1px;
    background-color: #dbcba6;
    width: 100%;
}

ul li {
	display: inline-block;
	position: relative;
}

ul li a {
	display: block;
	padding: 6px 6px;
	color: black;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
}

ul li ul.dropdown li {
	display: block;
    /*background-color: #dbcba6;*/
    background-color: white;
	width: 100px;
    /*border: solid black;
    border-width: 1px;*/
}

ul li ul.dropdown2 li {
	display: block;
    /*background-color: #dbcba6;*/
    background-color: white;
	width: 100px;
    /*border: solid black;
    border-width: 1px;*/
}

ul li ul.dropdown3 li {
	display: block;
    /*background-color: #dbcba6;*/
    background-color: white;
	width: 100px;
    /*border: solid black;
    border-width: 1px;*/
}

ul li ul.dropdown {
	width: 100%;
    /*background-color: #dbcba6;*/
    background-color: white;
	position: absolute;
	z-index: 999;
	display: none;
}

ul li ul.dropdown2 {
	width: 100%;
    /*background-color: #dbcba6;*/
    background-color: white;
	position: absolute;
	z-index: 999;
	display: none;
}

ul li ul.dropdown3 {
	width: 100%;
    /*background-color: #dbcba6;*/
    background-color: white;
	position: absolute;
	z-index: 999;
	display: none;
}

ul li a:hover {
    border-radius: 10px;
	background: #e4e2e2;
}

ul li:hover ul.dropdown {
	display: inline-block;
	position: absolute;
}

li li:hover ul.dropdown2 {
	display: block;
}
/*
ul li:hover ul.dropdown3 {
	display: block;
}
*/
.img1 {
	max-width: 100%;
	height: 200px;
	/*object-fit: fill;*/
    border-radius: 10px;
}

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;*/
}

.govservice {
    display: flex;
    justify-content: center;
    font-size: 20px;
    position: relative;
    height: auto;
    Width: 100%;
    color: #8a4c1c;
}

.imgSrev {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    /* Make a counter */
    /*counter-reset: item-count;*/
    font-size: 0;
    justify-content: space-around;
}

.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;
}

.imgSev2 {
	max-width: 100%;
	height: auto;
	/*object-fit: fit*/
    /*align-items: center;*/
    /*padding: 0 0 0 0;*/
    border-radius: 10px;
    border: solid black;
    border-width: 1px;
}

.imgSev3 {
	max-width: 200px;
	height: 200px;
	/*object-fit: fill;*/
}

.btncontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.btncontainer > div {
	  /*background-color: #c29443;*/
    border-radius: 6px;
    max-width: 100%;
  }

@media (min-width: 600px) {
	.btncontainer {
		flex-flow: row wrap;
    	max-width: 100%;
	}	
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.container > div {
	/*background-color: #c29443;*/
	/*display: inline-block;
    position: relative;*/
    border-radius: 6px;
	width: 300px;
	margin: 4px 4px 10px 4%;
}

@media (min-width: 600px) {
	.container {
		flex-flow: row wrap;
    	width: 100%; 
	}	
}

itemImg {
    /*display: flex;*/
    position: relative;
    justify-content: space-around;
}

.tagcontainer{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.tagcontainer > div {
	/*background-color: #c29443;*/
    /*border-radius: 6px;*/
	width: 200px;
	margin: 4px 4px 4px 40px;
    /*border-radius: 6px;*/
	/*border: 2px dashed orange;*/
  }

.imgSev {
	max-width: 300px;
	height: 80px;
	/*object-fit: fill;*/
    align-items: center;
    /*padding: 10px 10px 10px 10px;*/
}

.imgText {
    display: flex;
    flex-direction: row;
    background-color: #dbcba6;
	max-width: 100%;
	height: 200px;
	font-size: 14px;
	padding: 6px 6px;
    border-radius: 10px;
    border: solid black;
    border-width: 1px;
}

.imgText2 {
    display: flex;
    flex-direction: row;
    background-color: #dbcba6;
	max-width: 100%;
	height: 40px;
	font-size: 14px;
	left: 20px;
	width: 100%;
    align-items: center;
	padding: 6px 6px;
    border-radius: 10px;
    border: solid black;
    border-width: 1px;
}

@media (min-width: 600px) {
	.tagcontainer {
		flex-flow: row wrap;
    	justify-content: center;
    	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%;
	}	
}
