/* Global styles
-------------------------*/

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
margin: 0;

  font-family: 'Open Sans', sans-serif;
  }

h1, h2 {
  font-family: 'Caveat Brush', cursive;

font-weight: 600;
  }

h1 {
  font-size: 80px;
}

h2 {
margin-top: 0;

  font-size: 40px;
  }

h3 {
  margin: 0;
}

a {
  color: red;
}

a:hover {
  text-decoration: none;
}

.content-wrap {
overflow: hidden;

  max-width: 950px;

margin: 0 auto;

padding: 60px 50px;
  }

.uppercase {
  text-transform: uppercase;
}

/* Download button */

.btn {
display: inline-block;

padding: 10px;

  text-decoration: none;

color: white;

background: red;
  }

/* Header and Footer
-------------------------*/

header, footer {
color: White;

  background: #800000;
  }

/* header */

header {
position: relative;

  padding-top: 50px;
  }

header h1, header h2 {
margin: 0;

  color: #EDF2F4;
  }

.profile-img {
  border-radius: 50%;
}

.download {
  position: absolute;

right: 0;

bottom: 0;
  }

/* footer */

footer {
  text-align: center;
}

.contact-info a {
display: inline-block;

  padding: 10px;

color: white;
  }

/* Navigation
-------------------------*/

nav {
position: fixed;

top: 0;

width: 100%;

  text-align: center;

background: white;
  /*z-index: 100;*/
}

nav a {
  display: inline-block;

padding: 15px 20px;

text-decoration: none;

text-transform: uppercase;

font-weight: 700;
  }

/* Work Experience
-------------------------*/

.education {
  background: #EDF2F4;
}

h3~p {
  margin: 0;
}

.job-description {
  margin-bottom: 25px;
}

.job-description p:first-of-type {
  margin-top: 0;
}

/* Education
-------------------------*/

.work {
  background: linear-gradient(rgba(141, 153, 174, 0.8), rgba(141, 153, 174, 0.5)), url(../images/utah.jpg) no-repeat fixed;

background-size: cover;
  }

p+h3 {
  margin-top: 30px;
}

/* Media Queries
-------------------------*/

@media (min-width: 900px) {
  .col-narrow {
float: left;

    width: 30%;
    }
  .col-wide {
float: left;

    width: 70%;

padding-left: 20px;
    }
}

@media (max-width: 899px) {
  header {
    text-align: center;
  }
  .profile-img {
    width: 200px;
  }
}
