.logo a{
	top: 7px;	
}
#base .container {
  background-color: #003b61;
}

#header .container {
  background-color:   transparent;
}

#header .container .row {
  background-color:   transparent;
}
 
.logo{
   background-color: transparent; 
	padding-top: 0px !important;
}

#header  {
  /* background-color: #003b61; */
  background-color: rgba(0, 0, 0, 0.7);
}
.is-sticky #header {
  background-color: #003b61;
}
	
.portfolio-group figcaption {
    border-top: 5px solid #447aa0; /*9fcffb;*/
    color: #ffffff;    
    background-color: #7ea3bd;
}

.background-gray-lighter {
    background-color: #f2f9ff;
}

.color-primary[class^="fa-"]:before, .color-primary[class*=" fa-"]:before {
    color: #003b61;
}

.btn-primary {
    color: #ffffff;
    background-color: #003b61;
    border-color: #046997;
}

body {
    color: #003b61;
	font-family: Roboto;
	
}

#content-top-border {
    background-color: #003b61;
    border-radius: 5px 5px 0 0;
    height: 7px;
}

#content-bottom-border {
    background-color: #003b61;
}

.is-sticky #hornav ul#hornavmenu {
    background-color: #003b61;
}

#hornav ul {
  transparent; /*background-color: #003b61;*/
}

/*menu on mobile*/
.slicknav_menu {
    background: #003b61; 
	display: none;
	
}