@CHARSET "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600&display=swap');

body {
   background: url(/public/hal.bg.png) no-repeat 0 50px #fff;
}

@media screen and (min-width: 1920px) {
  body {
    background-size: 100% 200px;
  }
}

h1, h2, h3 {
    font-size: 10;
}

div, table,label, input, button, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10;
    color: #826b6b;
}

.breadcrumb {
  display:none;
}

.logo{
height: 200px;
margin-left: -15px;
margin-right: -15px;
}

.site-title {
  font-size: 30px;
  color: #fff;
  padding-right: 50px;
  font-family: 'Manrope', sans-serif;
}

#global-navigation {
  display: flex;
  padding: 10px;
}

#global-navigation>.nav {
  margin-left: auto;
  margin-right:auto;
}

#global-navigation>.nav>li {
  border-bottom: 1px solid #00005C;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

#global-navigation>.nav>li a {
  color: #00005C;
  font-size: 16px;
  border: 0;
  border-radius:0;
  padding: 0px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#global-navigation>.nav>li:not(:last-child)>a {
  border-right: 1px solid #00005C;
}

#global-navigation>.nav>li.active>a {
  font-weight: bold;
}

#nav-services {
background: #00005c;
    border-bottom: 1px solid #fff;
}

.navbar-fixed-top {
border-bottom: 0px;
}

.widget {
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 3px 15px #00000029;
  margin-bottom: 20px;
}

.widget .widget-header {
  border-radius: 10px 10px 0 0;
  background: #00005c;
  color: #fff;
font-size: 12px;
}

.widget .widget-content {
  margin-bottom: 20px;
}

#homepage-search .input-group-btn .btn-primary, #search-simple-form .input-group-btn .btn-primary {
  background: none;
  border-color: #ccc;
  color: #ff4600;
  border-radius:0;
  border-left:0;
}

#homepage-search .form-control, #search-simple-form .form-control {
  border-right: 0;
  border-radius:0;
}