body {
    font-family: 'Titillium Web', sans-serif;
}



@media (max-width: 62em) {
     .navbar-nav {
         padding-top: .425rem;
         padding-left: 0.75rem;
     }

     .navbar-nav .nav-item {
         float: none;
     }

     .navbar-brand {
         float: right;
     }

     .navbar-brand,
     .navbar-nav .nav-item {
         display: block;
     }

     .navbar-nav .nav-item + .nav-item {
         margin-left: 0;
     }

     .dropdown-menu {
         position: relative;
         float: none;
     }
 }



.bg-light {
    background-color: white!important;
}










.iconify {
    font-size: 30px;
}

.partners .col-lg-4 {
    margin-top: 20px;
    cursor: pointer;
}

#services {
/*    background-color: #034EA2;*/
   background: rgb(107,183,69);
background: linear-gradient(90deg, rgba(107,183,69,1) 24%, rgba(3,78,162,1) 69%);
}

.masthead-secondary {
    background: rgb(107,183,69);
background: linear-gradient(90deg, rgba(107,183,69,1) 24%, rgba(3,78,162,1) 69%);
    min-height: 20rem;
}

.page-title {
    color: white;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
}

.masthead h2,h5 {
    color: #034EA2;
}

.masthead h2>span {
    color: #6BB745;
}

.home-toggle {
position: fixed;
  top: 15px;
    right: 70px;
    margin-left: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  color:lightgray;
  line-height: 50px;
  z-index: 999;
}

.home-toggle:focus, .home-toggle:hover {
  color: #6BB745;
    background: #fff;
}



.date {
    font-size: 15px;
}

.news-post {
/*    box-shadow: 3px 3px 7px 0px rgba(217, 217, 217, 1);*/
    padding: 20px;
/*
    margin-right: 20px;
    margin-left: 20px;
*/
    margin-bottom: 20px;
}


.country {
    font-size: 15px;
    font-weight: 100;
}

.text-muted {
  color: #fff !important;
}
