body {
  background-color: #E3EAEF;
}
.text-npo {
  color: #03335b !important;
}
.bg-npo {
  background-color: #03335b !important;
  color: #E3EAEF !important;
}
nav {
  background-color: #03335b !important;
}
a.navbar-brand,
a.nav-link {
	color: #E3EAEF;
}
.nav-link:active,
.nav-link:hover,
.nav-link:focus {
  color: #979797 !important;
  text-shadow: none;
}

a.copy-npo {
  text-decoration: none;
}
a.copy-npo:hover,
a.copy-npo:focus {
  color: #979797 !important;
  text-shadow: none;
}
img.navbar-brand {
	width: 70px;
}
header {
	margin-top: 40px;
}
.description {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}
.segugio-desc {
	position: absolute;
}
.dog {
position: absolute;
align-items: flex-end;
display: flex;
right: 4%;
bottom: 4%;
z-index: 3;
vertical-align: bottom;
}
.binary {
margin: 0;
padding: 0;
position: relative;
background-image: url("{% static 'segugio/img/binary_360x15.png' %}");
width: inherit;
height: 77vh;

}
.rbtmq {
margin-left: 5%;
margin-top: 2%;
z-index: 0;
position: absolute;
}

.copy-npo {
  padding-top: 15px;
  background-color: #03335b !important;
  color: #E3EAEF !important;
}

.seg-menu {
margin-right: 1em;
padding-right: 2px;
letter-spacing: 1px;
  font-family: 'Helvetica', sans-serif;
}

.segugio-text { 
  position: absolute;
  top: 40%; 
  left: 25%; 
  transform: translate(8%, -80%); 
  background-color: #03335B;
  font-weight: bold;
  font-family: 'Helvetica', sans-serif;
  border-radius: 5px;
  padding: 1%;
  color: #fff; 
  padding: 10px 20px; 
  font-size: 25px; 
  text-align: center;
}
