@charset "UTF-8";
/* CSS Document */
/* [ON BIG SCREEN] */
/* Wrapper */

body {
	background-color: #b5b5b5;
	color: #FFFFFF;
	}
.content {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#allads {
	width: 80%;
	text-align: center;
	top: 10px;
	border-radius: 10px;
	background: #cccccc;
	vertical-align: bottom;
	float: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#page-nav {
	position: sticky;
	top: 0;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.6vw;
}
  /* If you want the navigation bar to stick on top
  position: sticky;
  top: 0;
  */


/* Hide Hamburger */
#page-nav label, #hamburger {
	display: none;
	width: 100px;
}
ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
    padding: 0 0.6em;
    z-index: 1;
}

li:first-child {
    padding-left: 0;
}

li:last-child {
    padding-right: 0;
}

ul:after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}
/* Menu Items */
#page-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#page-nav ul li {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}
#page-nav ul li a {
  color: #fff;
  text-decoration: none;
}
.topburger{
	background-color: #a02620;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 1.2vw;
}
/* [ON SMALL SCREENS] */
@media screen and (max-width: 768px){
  /* Show Hamburger */
  #page-nav label {
	display: inline-block;
	color: #fff;
	background: #a02620;
	font-style: normal;
	font-size: 2em;
	padding: 5px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 5px;
  }
	 #page-navcgl label {
	display: inline-block;
	color: #fff;
	background: #d1cdcb;
	font-style: normal;
	font-size: 1.2em;
	padding: 5px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 5px;
  }

  /* Break down menu items into vertical */
  #page-nav ul li {
    display: block;
  }
  #page-nav ul li {
    border-top: 1px solid #333;
  }

  /* Toggle show/hide menu on checkbox click */
  #page-nav ul {
    display: none;
  }
  #page-nav input:checked ~ ul {
    display: block;
  }
}

/* [DOES NOT MATTER] */
html, body {
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
}
.rowtopcgl {
	border-radius: 1em;
	text-align: left;
	background-color: #f0f0f0;
	font-size: 0.8em;
	color: #8a6a00;
	font-weight: 600;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	z-index: 10;
	display: inline-block;
}
.rowtoplevel1 {
	border-radius: 1em;
	text-align: left;
	background-color: #f0f0f0;
	font-size: 70%;
	color: #8a6a00;
	font-weight: 600;
	padding-bottom: 10px;
	margin-left: 12px;
	height: 90%;
	display: inline-table;
	width: 98%;
}
.page-wrap {
	margin-bottom: 1em;
	padding-top: 1em;
}
.mega-header {
	margin-left: 5px;
	margin-right: 5px;
}
	.tabletop {
	width: 100%;
	max-width: 500px;
	padding-top: 10px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 5px;
	margin-right: 5px;
}
.tabletoptext {
	font-size: 1.1em;
	width: 100%;
	font-style: italic;
	color: #000000;
	padding-right: 1.5em;
	font-weight: 200;
	text-align: justify;
}
#main-wrapper {
	font-style: italic;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	display: inline;
}
.bannertext {
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	font-style: italic;
	font-size: 1.3vw;
	text-align: left;
}
.footer{
	padding-top: 2em;
	padding-bottom: 1em;
	color: darkblue;
	text-decoration: none;
	width: 100%;
	text-align: center;
	font-weight: 200;
	font-size: 0.8em;
	line-height: 2em;
	position: fixed;
	background-color: blueviolet;
	z-index: 1;
}
