/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border: .05rem solid #fff;
}

/*
 * Base structure
 */
html,
body {
  height: 100%;
  background-color: #fff;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

/*
 * Header
 */
.header {
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.bg-header {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: rgba(0,0,0,0.7)
}

.profile {
  border: 5px solid #fff;
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

h1.heading {
  padding-top: 2rem;
}

p.heading  {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.fa {
  border-color: #fff;
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  text-decoration: none;
}

.fa-twitter:hover {
  color: #55ACEE;
}

.fa-linkedin:hover {
  color:#007bb5;
}

.fa-github:hover {
  color:#6e5494;
}

.fa-envelope:hover {
  opacity: 0.7;
}


/*
 * Main
 */
.main-container {
  max-width: 42em;
}

span.title, span.college {
  font-weight: 600;
}

span.company, span.major {
  font-weight: 400;
}

span.dates, span.location {
  font-weight: 200;
}

/*
 * Footer
 */
