/* dropdown.css CSS file for HCER dropdown menu
To be expanded to replace styles.css */

*{
	padding: 0;
	margin: 0;
/*    color: #333; */
/*    font-size: 16px; */
/*    font-family: 'Poppins', sans-serif; */
}

body {
    max-width: 1000px;
	margin: 10px 5px 10px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

#logo {
	background: url('../images/FHACT_logo.png') no-repeat;
    float: left;
	width: 220px;
	height: 90px;
    margin-left: 5px;
}

#utility_image {
	background: url('images/Screenshot 2020-10-29 215018.png') no-repeat;
    float: right;
    width: 750px;
    height: 50px;
    margin-right: 5px;
}

header {
    height: 162px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.utility {
    text-align: right;
}

.icon {
}

.icon-facebook {
    font-size: 26px;
    color: rgb(9,23,46);
}

.searchbar {
    width: 284px;
    height: 14px;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-right: 5px;
    line-height:30px;
}

.glyphicon {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 10px;
}

.glyphicon-search {
    color: #fff;
    padding: 0 10px;
    font-size: 15px;
    top: -1px;
    background: #144069;
    height: 35px;
    margin-left: -8px;
    border: 1px solid black;
    border-left: 0px;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	padding: 6px 12px;
	border-radius: 4px;
}

.header-button {
	box-shadow: none;
	backface-visibility: hidden;
	border: none;
	transition: all 0.5s ease;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none;
	padding: 6px 12px;
	width: auto;
	background: #008f94;
	line-height: 1.6;
	white-space: nowrap;
}

.header-button:hover {
    text-decoration: none; 
}

nav {
  clear: left;
  float: right;
  font-family: 'Open Sans', sans-serif;
}

.columns {
    width: 100%;
    height: 250px;
    clear: both;
}

.center {
    text-align: center;
}

footer {
    clear: both;
}

.app-area {
    height: 210px;
    width: 100%;
    background-color: #000;
    padding-bottom: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-decoration: none;
}

.contact-area {
    height: 355px;
    width: 100%;
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-decoration: none;
}

.column-left {
    width: 33.3%;
    float: left;
    text-align: center;
}

.column-center {
    width: 33.3%;
    display: inline-block;
}

.column-right {
    width: 33.3%;
    float: right;
}

.download {
    float: left;
    width: 45%;
    text-align: center;
    display: block;
}

.download h2 {
    font-size: 30px;
    margin-top: 22px;
    margin-bottom: 11px;
    line-height: 1.2;
}

.app-stores {
    float: right;
    width: 45%;
    text-align: center;
    display: block;
}

.copyright-area {
    height: 175px;
    width: 100%;
    background-color: #000;
    padding-bottom: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-decoration: none;
}

.footer-menu {
    padding-left: 55px;
}

.footer-list {
    text-align: center;
    color: fff;
}

a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2 {
    font-family: 'Alegreya';
}

h5 {
    margin: 11px;
}

/*.page_header {
  text-align: center;
  margin: 0;
}

.head_menu {
  clear: left;
  float: right;
}

.dropbtn {
  background-color: #ffffff;
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #333;
  padding: 3px 20px;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #f1f1f1;
}

main {
	float:left;
	background: #f0f0f0;
	height: 100%;
    margin: 10px 0 20px 0;
}

main h1 {
	line-height: 22px;
	margin-top: 10px;
	padding:10px;
}
main h2 {
	line-height: 22px;
	margin-top: 10px;
	padding:10px;
}

main h3 {
	margin-top: 5px;
	padding: 5px 5px 5px 10px;
}

main h4 {
	margin-top: 5px;
	padding: 5px 5px 5px 20px;
}

main p {
	line-height: 22px;
	margin-top: 0px;
	padding: 5px 20px 0px 20px;
}

main pr {
	line-height: 22px;
	margin-top: 0px;
	padding: 5px 20px 0px 20px;
    float:right;
}
main li {
	list-style: none;
	margin: 10px 0 0 20px;
}

main .a {
    color: red;
}

article {
    clear: left;
    margin: 20px 0 20px 0;
}
*/