/*My Custom CSS*/

.font-blue {
  color: cornflowerblue;
}

.page-main {
  margin-top: 80px;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

body {
  background-color: #f5deb3;
}

.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 350px;
  max-width: 100%;
}

.bcg {
  background-image: url("../img/trees-banner.jpg");
}

.textover {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 150px;
  top: 350px;
}

/*
profile pic
*/
.profile-pic.img-responsive {
  margin-top: 0px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.logo-center.img-responsive {
  margin-top: 0px;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

p {
  font-size: x-large;
}
