@charset "UTF-8";

#navbar {
  display:inline-block;
  width:100%;
  height:55px;
  background:url(https://img.mfcimg.com/photos2/246/24609751/351-874-384-155-12599609.jpg) repeat-x rgba(0,0,0,0.5);
  background-size:1350px 850px;
  background-position:10px 5px 0 0;
  position:fixed;
  top:25px;
  left:0;
  z-index:9999;
  border-top:1px solid #00688B;
  border-bottom:3px solid #00688B;
}

.navmenu li {
  display:inline-block;
}

.navmenu a {
  text-align:center;
  text-decoration:none;
  font-size:1.5em;
  padding:35px;
  font-variant:small-caps;
  color:#fff;
}

.links {
  transition:.4s;
  color:#ffffff;
  font-size:25px;
  text-decoration:none;
  padding:0 10px;
  margin:0 10px;
}

.links:hover {
  background-color:#ffffff;
  color:#4EE2EC;
  text-decoration:underline;
}

.logo-image {
  width:auto;
  height:750px;
  overflow:hidden;
  margin-top:-105px;
  margin-left:-150px;
}

* {
  box-sizing:border-box;
}

.containerlogo {
  position:relative;
  text-align:left;
}

.watchme {
  position:relative;
  text-align:right;
  width:auto;
  height:45px;
  margin-top:-660px;
  padding-right:30px;
}

.mfcmail {
  position:relative;
  text-align:right;
  width:auto;
  height:30px;
  margin-top:-60px;
  margin-right:0;
}

body {
  background-image:url(http://news.ourworldbuzz.com/uploads/2/4/2/0/2420956/4489116_orig.jpg);
}

html,body,.profile_section_content {
  margin:0;
  padding:0;
}

/* Hide most of the default profile we won't use. */
#header_bar,#footer_bar,#profile > *,#profile .heading,#profile .container,#profile .container .label,#profile_main_photo {
  display:none;
}

/* Container of entire profile. */
#profile {
  display:block;
  width:1200px;
  margin:0 auto;
}

/* Sub-container of entire profile. */
#profile_main_about_holder,#about_me_container.container,#about_me_value {
  display:block;
  width:1200px;
  margin:0 auto;
  padding:0;
  text-align:center;
}

/* Fix so images can't overlap. */
img {
  max-width:100%;
  height:auto;
}  
}

.container {
  background-image:url();
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-top:100px;
  width:650px;
  height:255px;
}

.left {
  position:absolute;
  left:-100px;
  width:100px;
  height:200px;
}

.right {
  position:absolute;
  right:-100px;
  width:100px;
  height:200px;
}

.treehouse {
  text-align:center;
  width:auto;
  height:800px;
  margin-top:5px;
}