@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body{
	font-size:14px;
	font-family:"Lato", sans-serif;
}

main a{
    color: #FCA616 !important;
}

.btn-primary, a.btn-primary{
    background-color: #FCA616;
    color: #14203E !important;
    border: none;
}

.btn-primary:hover, a.btn-primary:hover{
    background-color: #14203E;
    color: #FCA616 !important;
    border: none;
}

/* NAVBAR */
nav{
    background-color: #14203E;
}

nav a.navbar-brand{
    font-size:30px;
}

nav .navbar-brand h5{
	margin-left: 25px;
}

nav .navbar-nav a{
    color:#FCA616 !important;
    font-size: 16px;
    font-weight: bold;
    margin-right:20px;
}

nav .navbar-nav a:hover{
    color:#FFF !important;
}

/* HEADER IMG */
.header-img{
    background: url('../../includes/img/AOPhf-fig.png') no-repeat;
    background-size: cover;
	min-height:520px;
	text-align: center;
	padding-top:240px;
}

.header-img h1{
    //background-color: rgba(255,255,255,0.25);    
    color: rgba(255,255,255);
    //-webkit-text-stroke: 2px #FFF;
    font-size: 90px;
    //padding-top:25px;
    padding-bottom:25px;
    font-weight: normal;
}

/* MAIN */
main{
    width: 60%;
    margin: 30px auto;
    background-color: #E5E5E5;
    padding: 30px 40px;
    color:#14203E;
    font-size: 18px;
    margin-top:200px !important;
    text-align: center;
}

main .helptext{
    font-style: italic;
    font-size: 16px;
}

main form .formparams{
    text-align: left;
}

.publication ul li {
    background-color: #E5E5E5 !important;
    border : 0px;
    color : #14203E;
}
.aophf{
	font-weight:bold;
}

.accordion-item .accordion-body ul li {
    color: #FCA616 !important;
}

/* FOOTER */
.footer-top{
    background-color:#E5E5E5;
    margin: 30px 0;
    padding: 30px 40px;
}

.footer-top a{
    color: #FCA616 !important;
}

.footer{
    background-color: #FCA616;
    margin-top: 30px;
    padding: 30px 40px;
    border-bottom: 30px solid #14203E;
}

.footer-top .paddingrow, .footer .paddingrow{
    width: 90%;
    margin: 0 auto;
}

.footer-top h4, .footer h4{
    font-size:20px;
    font-weight: bold;
}

.footer-top .bold{
    font-weight: bold;
}

.github, .github a{
    font-size: 25px;
    color:#000;
}

.titlegeneral {
	color: white !important;
	text-align: center!important;
	font-weight: bold !important;
}

output { 
  position: absolute;
  background-image: linear-gradient(#444444, #999999);
  width: 40px; 
  height: 30px; 
  text-align: center; 
  color: white; 
  border-radius: 10px; 
  display: inline-block; 
  font: bold 15px/30px Georgia;
  bottom: 175%;
  left: 0;
}
output:after { 
  content: "";
  position: absolute; 
  width: 0;
  height: 0;
  border-top: 10px solid #999999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}
