/*------------------------------------------------------------
-------- DEMO Code
------------------------------------------------------------*/
body {
	background-color: #FFED72;
	color:#040400;
	height:auto;
	width:auto;
}

h1 {
	font-size : 1.5em;
	color: black;
}

h2 {
	font-size : 1.3em;
	color: black;
}

h3 {
	font-size : 1.1em;
	color : black;
}

p {
	font-size : 1.1em;
	color : black;
}

.right{
	position:absolute;
	right:0px;
	padding:6.5em;
	display:inline;
}

.wrap {
	width:100%;
	max-width:1000px;
	margin:0px auto;
	color:black;
}

/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
	width:6.2em;
}

/*----- Menu -----*/
@media screen and (min-width: 860px) {
	.menu {
		width:100%;
		padding:10px 18px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:black;
	}
}

.menu ul {
	display:inline-block;
}

.menu li {
	margin:0px 50px 0px 0px;
	float:left;
	list-style:none;
	font-size:17px;
}

li.rightt {
	margin:0px 0px 0px 33em;
	float:right;
	display:inline-block;
}

.menu a {
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
	color:#CDB416;
	transition:color linear 0.15s;
}

.menu a:hover, .menu .current-item a {
	text-decoration:none;
	color:#808080;
}

/*----- Search -----*/
.search-form {
	float:right;
	display:inline-block;
}

.search-form input {
	width:200px;
	height:30px;
	padding:0px 8px;
	float:left;
	border-radius:2px 0px 0px 2px;
	font-size:13px;
}

.search-form button {
	height:30px;
	padding:0px 7px;
	float:right;
	border-radius:0px 2px 2px 0px;
	background:#66a992;
	font-size:13px;
	font-weight:600;
	text-shadow:0px 1px 0px rgba(0,0,0,0.3);
	color:#fff;
}

/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
	.wrap {
		width:90%;
	}
	
	li.rightt {
		margin:0px 0px 0px 8em;
		float:right;
		display:inline-block;
}



}

@media screen and (max-width: 970px) {
	.search-form input {
		width:120px;
	}
	
	li.rightt {
		margin:0px 0px 0px 8em;
		float:right;
		display:inline-block;
}

}

@media screen and (max-width: 860px) {
	.menu {
		position:relative;
		display:inline-block;
	}

	.menu ul.active {
		display:none;
	}

	.menu ul {
		width:170%;
		position:absolute;
		top:120%;
		left:0px;
		padding:10px 18px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#303030;
	}

	.menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		left:22px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #303030;
	}

	.menu li {
		margin:5px 0px 5px 0px;
		float:none;
		display:block;
	}

	.menu a {
		display:block;
		color:black;
	}

	.toggle-nav {
		padding:20px;
		float:left;
		display:inline-block;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#303030;
		text-shadow:0px 1px 0px rgba(0,0,0,0.5);
		color:#FFED72;
		font-size:20px;
		transition:color linear 0.15s;
	}

	.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		color:#FFED72;
	}

	.search-form {
		margin:12px 0px 0px 20px;
		float:left;
	}

	.search-form input {
		box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
	}
	
	.right{
	position:absolute;
	right:0px;
	padding:6.5em 0em 0em 0em;
	display:inline;
}
	
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  border: none;
  outline: none;
  color: #FFED72;
  padding: 0px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #808080;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFED72;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #FFED72;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.button {
  border: none;
  color: white;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

#btnCall {
  background-color: black; 
  color: white; 
  border: 2px solid #FFED72;
}

#btnCall:hover {
  background-color: #808080;
  color: white;
}

.site-header-wrap {
	background-color: black;
}

.center-text {
	text-align: center;
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.column-half {
  float: left;
  width: 50%;
  padding: 5px;
}

ul li {
	font-size: 23px;
}

ul.small-text li {
	font-size: 18px;
}
ul.small-text {
    list-style-position: inside;
}
ol {
    list-style-position: inside;
}
