body {
  background-color: #BBE1FA;
  margin: 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

a {
  color: #BBE1FA;
  margin: 10px 20px;
  text-decoration: none;
}

a:hover {
  color: #EAF6F6;
}

p {
  line-height: 2;
}

hr {
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  margin: 100px auto;
  width: 4%;
}

h1 {
  color: #1B262C;
  font-family: 'Rock Salt', cursive;
  font-size: 90px;
  margin-top: 50px auto 0 auto;
}

h2 {
  color: #1B262C;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  color: #1B262C;
  font-family: 'Montserrat', sans-serif;
}

.btn {
  background: #3282B8;
  background-image: -webkit-linear-gradient(top, #3282B8, #0F4C75);
  background-image: -moz-linear-gradient(top, #3282B8, #0F4C75);
  background-image: -ms-linear-gradient(top, #3282B8, #0F4C75);
  background-image: -o-linear-gradient(top, #3282B8, #0F4C75);
  background-image: linear-gradient(to bottom, #3282B8, #0F4C75);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #0F4C75;
  text-decoration: none;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 300px;
}

.bottom-container {
  color: #EAF6F6;
  background-color: #0F4C75;
  padding: 50px 0 20px;
  position: relative;
}

.copyright {
  font-size: 12px;
  margin: auto;
  padding: 20px 0 0 0;
}

.fishing-img{
  float: right;
  margin-left: 30px;
  width: 15%;
}

.man-img {
  width: 20%;
}

.middle-container {
  background-color: #BBE1FA;
  margin: 100px 0;
  position: relative;
}

.profile {
  margin: auto;
  text-align: center;
  width: 50%;
}

.skill-row {
  margin: 100px auto 100px auto;
  text-align: left;
  width: 50%;
}

.smoker-img {
  float: left;
  margin-right: 30px;
  width: 15%;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

.top-container {
  background-color: #3282B8;
  position: relative;
  padding-top: 100px;
}
