h1, h2, h3, h4, h5, h6 {
    font-family: 'arial';
    font-weight: bold;
    letter-spacing: 1px;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
header, main, footer{
	padding: 0px;
}
body{
	background: #dedede !important;
	width: 100%;
	height: 80%;

}
div.header{
/*	position: fixed;*/
	width: 100%;
	color: #FFF;
	background: #288EBC;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: right, space-between ;
	
}
div.optionsBar{
	margin-right: 30px;
	width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 30px;
    border: 0px solid #acc;   
}
h1{
	font-size: 20px;
	text-align: center;
	width: auto;
	padding: 20px;

}
img.photouser{
	height: 26px !important;
}
span{
	margin: 20px;
}
p{
	line-height: 20px;
	font-family: 'arial';
	letter-spacing: 2px;
	font-size: 16px;

}
nav{
	display: flex;
	width: 100%;
	padding: 1px;
	color: #FFF;
	background-color: #14B997;
	border: 0px solid #acc;  
	max-height: 30px;
	align-items: center;
	align-content: center;
}
ul{
	height: 30px;
	color: FFF;
	background: #14B997;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: left;
	align-items: center;
	list-style: none;
}
li {
	position: relative;	
	color: #FFFFFF;
	display: block;
	font-size: 10pt;
	font-family: 'GothamBook';
	padding: 15px ;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: background .5s;
	height: #10BC98;
}	

div.bg-img{
	align-items: center;
	align-content: center;
}

nav :hover ul{
	display: block;
}
#container{
	padding: 0px 0px 0px; 
}
section#container{
	display: flex;
	border: 0px solid #DEDEDE; 
	justify-content: center;
	justify-items: center;
}

form{
	max-width: 400px;
	height: auto;
	display: block;
	flex-direction: column;
	min-height: 100vh;
	justify-items: center;
	text-align: center;
	text-transform: uppercase;
	border: 0px solid #dedede; 
}
form img{
	height: 140px;
	width: 140px;
	margin: 5px auto 15px;


}
input#email{
	width: 90%;
	padding: 5px;
	font-size: 16pt;
	display: block;
	margin: 10px auto;
	border-radius: 5px;
	border:0px solid #ccc;
	text-align: center;

}
input#password{
	width: 90%;
	padding: 5px;
	font-size: 16pt;
	display: block;
	margin: 10px auto;
	border-radius: 5px;
	border:0px solid #ccc;
	text-align: center;
}
form input[type="submit"]{
	background: #1ABC9C;
	padding: 10px;
	color:white;
	letter-spacing: 1px;
	border: 0px;
	cursor: pointer;
}
div.alert.alert-danger{
	font-family: 'Arial';
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
}

