/* All style should go in this document. */
body,html {
  height: 100%;
  background-color: #6285a5;
  font-size: 18px;
  color: white;
}

#titleHeader {
  background: url(../img/lighthouse-smaller.jpg) no-repeat center top;
  width:100%;
  height:100%;
  background-size:cover;
}



 h3 {
  text-decoration: underline;
}

a {
  /*color: #151933;*/
  color:#3a4f63;


}

a:visited {
  color:#3a4f63;
}

a:hover {
  color: #4e6a84;
}

a.jumppoint {
  position: relative;
  top: -50px;
}
/*
styling i used to debug the colums
[class^=col-]{

  border: 1px solid rgba(86,61,124,1);
  background-color: rgba(86,61,124,.25);

}
*/
.nameHeader {
  color: white;
  text-shadow: #333 0 3px 3px;
  background: transparent;
  position: relative;
  padding-left: 10%;
  padding-top: 500px;
  float:left;
}

.nameHeader h1 {
  display:inline;
}

.ds-nav-bar {
  background-color: rgba(248,248,248,.5);
  border: 0;
}

.img-holder-img {
  z-index: -1;
}

.technology-icon {
  font-size: 4rem;
  transition: ease-in-out .3s;
  color:#3a4f63;
}

.technology-icon:hover {
  font-size: 5rem;
  color:#4e6a84;
}

.col-with-icon {

}

.col-with-icon p {
  margin: 0;
}

.flexable {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;

}
.flexable-item{
  padding-left: 1rem;
  padding-right: 1rem;
  text-align:center;
  height: 8rem;
  min-width: 9rem;
}
.fa {
  padding-top: .25em;
}
.row {
  min-height: 100px;
}

@media (max-width: 992px) {
  .nameHeader {
    padding-top: 50px;
    padding-left: 25%;

    margin: 0 auto;
  }
}
