html, body {
  height: 100%;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.navbar-brand {
    font-size: 50px !important;
    padding-top: 10px;
    text-align: center;
}

.navbar {
      margin-bottom: 0;
      background-color: white;
      z-index: 9999;
      border: 0;
      font-size: 13px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: 'Poppins', sans-serif;
      padding-top: 15px;
      height: 80px;
  }

  .navbar li a, .navbar .navbar-brand {
      color: #e6b6bf !important;
  }

  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #A45464 !important;
      background-color: #fff !important;
      font-weight: bold;
  }

  .navbar-nav li.active a {
      background-color: #A45464;
      color: white;
  }

  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #A45464 !important;
  }

main {
    margin-top:100px;
    height: 600px;
    border: #e6b6bf solid 7px;
}

main h1 {
    text-align: center;
    padding-top: 180px;
    font-size: 50px;
}

main p {
    padding-top: 25px;
    color:#A45464;
    font-weight: bold;
    font-size: 15px;
    line-height: 2.2em;
}

.container h1 {
    color: #e6b6bf;
    font-family: 'Raleway', sans-serif;
}

.one .container{
    height: 700px;
}

.one h1 {
    font-size: 70px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.container img {
    width: 100%
}

img:hover {
  opacity: 0.4;
  box-shadow: 5px 0px 20px grey;
}

.two .container{
    height: 550px;
}

#contact {
    font-size: 25px;
    position: relative;
    left: 150px;
}

 .footer{
    text-align: center;
    font-size: 20px;
    position: relative;
    top: -70px;
}