body {
  padding-top: 95px;
}

.navbar-brand>img {
  align-self: center;
}

.navbar {
  background-color: orange;
  border: 0px;
  border-radius: 0px;
  z-index: 9999;
  letter-spacing: 0px;
  word-spacing: 2px;
  line-height: 1.1 !important;
  height: px;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  font-size: 20px !important;
  padding: px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
  color: black !important;
  background-color: deepskyblue !important;
  margin-left: initial;
}

.navbar li a {
  color: black !important;
  font-weight: normal;
}

.carousel-caption h3 {
  color: white;
  font-size: 55px;
  font-weight: bolder;
  margin-bottom: 250px;
}


.carousel-item {
  height: 60vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.container-fluid1 {
  background-color: orange; /*deepskyblue*/
  margin-top: 75px;
  padding: 0px 15px;
  position: fixed;
  max-width: 100%;
  text-align: center;
}

.phone {
  text-align: left;
  justify-content: center;
  align-self: center;
  margin-top: 0px;
}

.fa-phone-square-alt {
  margin-top: 3px;
}

.fa-envelope-open-text {
  margin-top: 2px;
}

.email {
  text-align: right;
  justify-content: center;
  align-self: center;
}

a[href^="mailto:"] {
  color: black;
}

.email:hover {
text-decoration: none;
color: white;
}

.phonecall:hover {
  color: white;
}

a[href^="tel:"] {
  color: black;
} 
