@font-face {
  font-family: montserrat;
  src: url(montserrat-medium.ttf);
}

* {
	box-sizing: border-box;
}

a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

button {
	background: transparent;
	border: none;
	cursor: pointer;
}

html {
	background: #222;
	color: #fff;
	font-size: 14px;
	font-family: montserrat;
    /*background-image: url(/includes/lines.jpg);*/
    width: 100%;
    height: 100%;
    background-size: cover;
}

hr {
    border: none;
    height: 1px;
    background: #444;
}

img {
	vertical-align: middle;
}

input:focus {
	outline: none;
}

.alignleft {
	text-align: left;
}

.bgshade {
	background: #333333;
}

.buttoncontainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.center {
	text-align: center;
}

.container {
	display: flex;
  	/*justify-content: center;*/
  	align-items: center;
  	left: 0;
  	right: 0;
  	top: 50px;
  	bottom: 60px;
  	overflow: auto;
   flex-direction: column;
   position: absolute;
}

.content {
	width: 95%;
	max-width: 600px;
	text-align: center;
	margin: auto;
}

.contentb {
	width: 95%;
	max-width: 600px;
	text-align: center;
	margin: auto;
	border: solid 0px #5b486b;
	padding: 20px;
	/*box-shadow: 0px 0px 7px 0px #5b486b;*/
}

.countdisplay {
    text-align: right;
    font-size: 0.8em;
    color: #999;
    padding: 5px;
}

.descriptionlisting {
	font-size: 1.0em;
	margin-bottom: 30px;
	text-align: left;
}

.divide {
    margin-top: 20px;
    margin-bottom: 20px;
}

.feedbackcontainer {
	margin-bottom: 20px;
	font-weight: normal;
	opacity: 0;
	color: lightskyblue;
    margin-top: 20px;
}

.fullwidth {
	width: 100%;
}

.footer {
  	left: 0;
  	right: 0;
  	bottom: 0;
  	position: fixed;
  	height: 60px;
  	line-height: 60px;
  	padding: 0px 10px 0px 10px;
  	text-align: center;
  	font-size: 10px;
}

.footerbuttoncontainer {
	display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 1.2em;
}

.grid {
	display: grid;
   grid-template-columns: repeat(3, auto); /* 3 columns */
   grid-template-rows: repeat(2, 100px);  /* 2 rows */
   gap: 15px;
}

.gridmenuitem {
	line-height: 100px;
}

.gridmenutitle {
    font-size: 1.0em;
    color: #bf94e4;
}

.searchbutton {
	background: transparent;
	border: none;
	cursor: pointer;
}

.header {
  	left: 0;
  	right: 0;
  	top: 0;
  	position: fixed;
  	height: 50px;
  	line-height: 50px;
  	padding: 0px 10px 0px 10px;
  	font-size: 1.7em;
  	font-weight: normal;
  	text-align: center;
   letter-spacing: 1px;
}

.hometagline {
	margin-bottom: 40px;
	font-weight: normal;
    font-size: 1.3em;
}

.hometitle {
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: normal;
}

.inputcontainer {
	margin-bottom: 40px;
}

.inputcontainer1 {
	margin-bottom: 40px;
	background: #fff;
    border-radius: 5px;
}

.left {
	text-align: left;
}

.logoholder {
    font-size: 2.5em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
}

.menuitem {
    text-align: center;
    margin-bottom: 20px;
}

.menutitle {
    font-size: 1.5em;
    color: lightskyblue;
}

.pagemessage {
	text-wrap-style: balance;
}

.pagetitle {
	font-size: 1.7em;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 20px;
}

.pagetitle2 {
	font-size: 1.3em;
	letter-spacing: 1px;
	font-weight: normal;
}

#quote-box {
	font-size: 1.2em;
	font-weight: bolder;
}

.textarea {
	border: none;
	padding: 10px;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	border-radius: 5px;
    height: 100px;
}

.textbox {
	border: none;
	padding: 10px;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	border-radius: 5px;
}

.textbox1 {
	border: none;
	padding: 10px;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	border-radius: 5px;
}

.titlelisting {
	font-size: 1.2em;
	color: lightskyblue;
	text-align: left;
}

.resultcontainer {
	font-weight: normal;
	opacity: 0;
	color: #eeeeee;
	font-size: 1.5em;
}

.symbolcontainer {
    opacity: 0;
}

/*colours*/

.blue {
	color: lightskyblue;
}

.yellow {
    color: khaki;
}

.red {
    color: salmon;
}

.violet {
	color:#bf94e4;
}

.accordion {
    width: 100%;
    margin: 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.accordion-header {
    padding: 10px;
    background-color: #333333;
    cursor: pointer;
    text-align: left;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-content {
    padding: 10px;
    display: none;
    background-color: transparent;
    text-align: left;
}


