

.sticky {
    position:fixed;
    top:0;
}

#navbar {
  z-index: 10000000;
  background-color: #061A2C;
  width: 100%;
  display:block;
  transition: top 0.3s;
  margin-bottom: 50px;
}

#navbar .nav-link {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 10px 5px 10px;
  margin: 8px 25px 7px 0;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}

.nav-link{
    border-radius: 5%;
}

#navbar a:hover {
  background-color: #ddd;
  color: #061A2C;
}

.image{
  background-image: url("Phone-16.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 882px;
}

.contact h1{
  font-size: 450%;
  font-family: 'Oswald' , sans-serif;*/
  font-weight: 700;
  color: #061A2C;
}

.contact p{
  font-size: 120%;
  font-family: 'Montserrat', sans-serif;
}








/* RESPONSIVE CSS
-------------------------------------------------- */

/*@media (min-width: 40em) {
  /* Bump up size of carousel content */
  /*.carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 480px){
  .heading{
    font-size: 300% !important;
  }
}*/