/***** general *****/
body,
html {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: 'Lato', sans-serif;
}
p,
a {
  font-family: 'Open-sans', sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}

h2.section-title {
  padding: 4% 0 2% 0;
}

/***** nav *****/
nav {
  background: #fff !important;
}
a.navbar-brand {
  margin-right: 40%;
  margin-left: 5%;
}
a.nav-item {
  margin-right: 15%;
}

/***** bio *****/
div#bio {
  background-image: url('../images/megan.jpg');
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
div#bio-info {
  padding-top: 7%;
}
div#bio h1 {
  color: #fff;
  font-size: 5vw;
  margin: 0;
}
.subtitle {
  font-weight: 100;
  color: #fff;
}
#bio-info h3 {
  margin: 1.5em 0 2em 0;
  color: #cdcdcd;
  font-size: 2vw;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.summary {
  width: 75%;
  margin: auto;
}
#bio-info a.button {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 2% 10%;
  font-size: 1.5vw;
}
#bio-info a.button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
#bio-info ul {
  list-style-type: none;
  display: block;
  margin-top: 2.7em;
  padding-left: 0;
}
#bio-info ul li {
  display: inline;
  padding: 1em;
}
#bio-info ul li a {
  color: #fff;
  font-size: 1.5em;
}
#bio-info ul li a:hover {
  color: #cdcdcd;
}

.hi {
  color: #cdcdcd;
  font-weight: 900;
}

/***** portfolio *****/
a.portfolio-button {
  display: inline-block;
  border: 2px solid #000;
  color: #000;
  padding: 2% 10%;
  font-size: 1vw;
}
a.portfolio-button:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.card {
  margin-bottom: 15%;
  border: 2px solid #cdcdcd;
}
.link {
  font-size: 0.75em;
  color: #000;
  display: block;
  margin-bottom: 15px;
}
.link:hover {
  color: #cdcdcd;
  text-decoration: none;
}
img.github-logo {
  margin-right: 5px;
}
div.modal-image {
  width: 380px;
  margin-bottom: 0 auto 20px auto;
  display: block;
}

.show-all-container {
  width: 100%;
  margin: 20px;
}
/***** about *****/
#about {
  background-color: #c9d7e0;
}
img.about-me {
  width: 110%;
  height: auto;
}
.vertical-align {
  display: flex;
  align-items: center;
  padding: 8% 0;
}
.link-style {
  text-decoration: underline;
}
.link-style:hover {
  color: #cdcdcd;
}
/***** technologies *****/
.tech-logo-cont {
  margin-bottom: 4%;
}
.tech-logo {
  width: 50%;
  height: auto;
  margin-bottom: 10%;
}
.sub-tech {
  margin-bottom: 4%;
}
/***** contact *****/
div#contact {
  background-image: url('../images/contact-background.jpg');
  height: 300px;
  background-repeat: no-repeat;
}
.vertical-align-contact {
  align-items: center;
  padding-top: 5%;
}
#contact h5 {
  margin: 1.2em 0;
}
#contact h6 {
  display: inline;
}
.contact-line-item {
  line-height: 2.75em;
}
#contact i {
  font-size: 1.75em;
}
.contact {
  font-weight: 700;
}

/***** footer *****/
#footer {
  height: 35px;
  border-top: 1px solid #000;
  background-color: #fff;
  padding: 15px;
}
#footer h6 {
  display: inline;
  padding-left: 10%;
  font-weight: 900;
}
#footer ul {
  list-style-type: none;
  float: right;
  padding-right: 8%;
  display: inline;
}
#footer ul li {
  display: inline;
  padding: 0.6em;
}
#footer ul li a {
  font-size: 1.3em;
  font-weight: 300;
}

#footer ul li a:hover {
  color: #cdcdcd;
}
@media only screen and (max-width: 500px) {
  #footer h6 {
    padding-left: 0%;
  }
  #footer ul {
    padding-right: 0%;
  }
  #footer ul li a {
    font-size: 1em;
  }
}
