html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.navbarContainer {
  background-color:rgba(255,255,255,0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
  z-index: 1;
}

#navbar {
  position: fixed;
  display: block;
  padding: 0px calc(10%) 0px calc(10%);
  width: 80%;
}

#navbar h3 {
  float: left;
  font-size: 24pt;
}

#navbar ul {
  overflow: hidden;
  float: right;
  list-style-type: none;
  margin-top: 7px;
  padding: 0;
  font-size: 16pt;
}

#navbar ul li {
  display: inline;
  padding-left: 8px;
  padding-right: 8px;
}

.nav ul .selected {
  font-weight: bold;
  color: #0CB863;
}

a {
  text-decoration: none;
  color: inherit;
}

.main a {
  text-decoration: underline;
}

.footer img {
  width: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 950px) {
  .nav {
    display: none !important;
  }
  #navbar {
    display: none !important;
  }
  .navbarContainer {
    display: none !important;
  }

  .navLogo {
    display: none !important;
  }

  #subnav {
    display: none;
  }

  .freeLogo h3 {
    margin-top: 15px;
    margin-left: 15px;
    font-size: 3.6rem;
    margin-bottom: 0rem;
  }

  .mobileNav {
    display: block !important;
  }
  .nav {
    display: none !important;
  }
  #navbar {
    display: none !important;
  }
  .navbarContainer {
    display: none !important;
  }

  .navLogo {
    display: none !important;
  }

  .footer img {
    width: 25px;
  }
}

.invisible { display: none; }

.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.mobileNav h3 {
  margin-bottom: 0rem;
}

.mobileNav {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
.mobileNav div {
  display: none;
}
.mobileNav button {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  text-indent: 200%;
  overflow: hidden;
  background: rgba(255,255,255,0.8) url("http://i.imgur.com/vKRaKDX.png") center no-repeat;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-size: 80%;
  width: 40px;
  height: 40px;
  outline: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mobileNav button.expanded {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  border: 0;
}
.mobileNav a {
  display: block;
}

.mobileNav a {
  background: #eee;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #222;
  font-weight: bold;
}
.mobileNav a:hover,
.mobileNav a:active,
.mobileNav a:focus {
  background: #e7e7e7;
}

.main {
  margin-top: 100px;
  margin-bottom: 100px;
}

.footer {
  background-color:rgba(255,255,255,0.95);
  text-align: center;
  bottom: 0px;
  left: 0%;
  right: 0%;
  position: fixed;
}

img:not(#profile):not(#modalPic) {
  transition: 0.3s;
}
img:not(#profile):not(#modalPic):hover {
  opacity: 0.7;
}

#profile {
  float: right;
  border-radius: 50%;
  -webkit-radius: 50%;
  width: 200px;
  height: 200px;
}
