body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body, html {
  height: 100%;
  line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  text-align: center;
}

.w3-bar .w3-button {
  padding: 16px;
}

.w3-white, .w3-hover-white:hover{
    background: #00A651 !important;
    color: #fff !important;
}

.w3-black, .w3-hover-black:hover{
    background: #2E3192 !important;
}

#myNavbar img{
    width: 100px;
}

.w3-right{
    margin-top: 2em;
}

.logo{
    padding: 5px !important;
    margin-left: 1em;
}

footer{
    font-size: 12px;
}
footer p{
    margin-bottom: 5px !important;
    margin-top: 5px;
}
.bgimg {
  background-position: top;
  background-image: url("/images/AIEM-background.jpg");
  /* min-height: 100%;   */
  background-repeat: repeat-y;;
}


table{
  border-spacing: 0 !important;
}
td{
  border: 1px solid #aaa;
  padding: 10px;
}

.w3-content .clearfix img{
  width: 100px;
  margin-top: 15px;
}
.w3-content .clearfix{
  clear: both;
  display: table;
  width: 100%;
}
.table-cell{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.listnone {
  list-style: none;
}

.listnone li img{
margin-right: 10px;
}

.highlight{
border: 1px solid grey;
border-radius: 20px;
color: #fff;
padding: 10px;
width: 100%;
font-size: 20px;
background: #316F8C !important;
margin-top: 30px;
margin-bottom: 30px;
}
.w3-margin-top-50{
margin-top: 50px;
}

.w3-half table{
width: 90%;
background: #efefef;
opacity: 0.8;
padding: 10px;
min-height: 256px;
}

.w3-half table td{
border: 0 !important;
}

.clearboth{
clear: both;
}

.sitemap a{
text-decoration: none;
margin-left: 5px;
margin-right: 5px;
}

.w3-top{
  z-index: 99999;
}

.bxslider1.mt20{
  width: 100% !important;
}

.bx-next{
  right: 3em !important;
}

.bgimg-1 img{
  width: 100%;
}