.masthead {
	position: relative;
	width: 100%;
	height: 100vh;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


.kode-mono{
  font-family: "Kode Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.textBorder{
	color: black;
            font-size: 15px;
            text-shadow: -1px 1px 0 #000,
                1px 1px 0 #000,
                1px -1px 0 #000,
                -1px -1px 0 #000;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

