/*body{
  background: url(../../images/resume-cv/resume-cv-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

*{
  font-family: "Courier New", monospace;
}

#top, #bottom, #left, #right{
  background: #cc66ff;
  position: fixed;
}
#left, #right {
	top: 0; bottom: 0;
	width: 20px;
}
#left {left: 0;}
#right {right: 0;}
#top, #bottom {
	left: 0; right: 0;
	height: 20px;
}
#top {top: 0;}
#bottom {bottom: 0;}

header{
  color: #cc66ff;
  font-family: 'Dark Paradise', 'HelveticaNeue-Light', sans-serif;
}

section{
}

.page-container{
  margin: 0 20px;
  padding: 0 20px;
  display: flex;
  font-size: 18px;
  color: black;
}

.headshot{
  margin-bottom: 15px;
}

.about-me{
  float: left;
  padding-left: 50px;
  height: 800px;
  width: 35%;
}

.resume-cv-container{
  display: flex;
  width: 65%;
  padding: 0 0 0 100px;
}

.title{
  font-size: 1em;
  font-weight: 500;
  text-decoration: underline;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.title:first-of-type{
  margin-top: 0px;
}

.blurb{
  margin-bottom: 0px;
  clear:both;
}

.date{
  float: right;
  text-align: right;
  clear: both;
  margin-left: 50px;
  width: 100px;
  height: 100%;
}

.job-explanation li{
  text-transform: none;
  font-variant: small-caps;
}

.job-box{
  overflow: hidden;
}

.download{
  margin-top: 50px;
}

.download-button:visited{
  color: blue;
}




/*
.page-break{
  display: flex;
  justify-content: space-between;
  margin: 0 5%;
  padding-top: 15px;
}

.left{
  width: 30%;
}

.bio{
  color: white;
  font-size: 1.2vw;
  padding: 2%;
  margin-top: 90px;
  margin-bottom: 30px;
  background-color: #ff6666;
}

.right{
  width: 65%;
  border: 2px solid red;
}

.selection-button-header{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  justify-content: space-around;
}


button{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 30%;
  background-color: transparent;
  font-size: 2.5vw;
}

button:hover{
  cursor: pointer;
}

.production{
  color: #cc66ff;
  border: 3px solid #cc66ff;
}

.food{
  color: #66cc66;
  border: 3px solid #66cc66;
}

#resume-block-production{
  display: flex;
  justify-content: center;
  width: 100%;
  border: 2px solid green;
}

#resume-block-food{
  display: flex;
  justify-content: center;
  width: 100%;
  border: 2px solid green;
}

#resume-production{
  display: flex;
  width: 100%;
  border: 2px solid blue;
}

img{
  width: 100%;
}
*/
