* {box-sizing: border-box;}

body {
	margin: 0;
	padding: 0;
	font: 16px/26px Roboto,"Segoe UI",Calibri,sans-serif;
	background-color: #999;
	color: #555;
}
	
.link {
	color: #555;
	text-decoration:none;
}

.link--underline {text-decoration: underline;}

.link:hover {
	color: orange;
}

.page {
	width: 1100px;
	height: 1553px;
	position: relative;
	background-color: white;
	margin: 30px auto;
}

.column {
	width: 355px;
	height: 100%;
	background-color: #0277bd;
	color: #eee;
	position: relative;
	float: left;
	left: 0;
	text-align: left;
	padding: 0 30px 20px;
	z-index: 9;
}

.column--first {
	padding-top: 190px;
}

.column__avatar {
	position: absolute;
	top: 38px;
	width: 40%;
	border-radius: 50%;
	left: 30%;
}

.column__icon {
	width: 20px;
	margin: 0 10px 10px 0;
	text-align: center;
}

.column__icon--uncheck {
	opacity: 0.4;
}

.column__name {
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}

.column__title {
	font-weight: 300;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	margin: 0 0 17px;
}

.column__subtitle {
	float: left;
	width: 100%;
	height: 8px;
	border-bottom: solid 1px #eee;
	position: relative;
	margin: 30px 0;
}

.column__subtitle-text {
	position: absolute;
	left: 0;
	padding: 0 15px 0 0;
	background-color: #0277bd;
	margin: 0;
	top: -6px;
	font-size: 19px;
	font-weight: bold;
}

.score {
	float: left;
	width: 100%;
	margin-bottom: 4px;
}

.score__title {
    font-size: 16px;
    float: left;
    width: 100%;
    margin: 0 0 7px;
    font-weight: 400;
    line-height: 15px;
}

.score__description {
	float: left;
	font-weight: 500;
	opacity: 0.8;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 15px;
	text-align: justify;
}

.skills {
	padding-left: 10px;
    list-style-type: none;
}

.skill {
	float:left;
	width:100%;
	margin-bottom: 15px;
}

.skill__title {
	font-size: 16px;
	float: left;
    width: 100%;
    margin: 0;
    font-weight: 400;
    line-height: 15px;
}
.skill__description {
	float: left;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.8;
	text-align: justify;
}

.content {
	width: 100%;
	position: absolute;
	left: 0;
	padding: 10px 35px 25px 390px;
	text-align: justify;
}

.content__header {
	text-align: center;
	margin-bottom: 15px;
}

.content__subtitle {
	float: left;
	width: 100%;
	height: 8px;
	border-bottom: solid 1px #555;
	position: relative;
	margin: 18px 0;
	text-align: center;
}

.content__subtitle-text {
	position: absolute;
	padding: 0 25px 0 0;
	background-color: #fff;
	margin: 0;
	top: -6px;
	left: 0%;
	font-size: 22px;
	font-weight: 600;
	color: #555;
}

.content__subtitle-text--center {
	left: 40%;
    padding: 0 20px;
}

.job {
	float: left;
	width: 100%;
	position: relative;
}

.job__title {
	margin: 12px 0 0;
	text-transform: uppercase;
}

.job__subtitle {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    text-align: justify;
}
.job__dates {
	position: absolute;
	top: 10px;
	right: 0;
    font-size: 13px;
    opacity: 0.8;
    font-weight: 500;
}

.job__description {
    margin-top: 7px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
}

.studies {
	float: left;
	width: 100%;
	margin: 0 0 15px;
	padding-left: 30px;
}

.study {
    float: left;
    position: relative;
    width: 100%;
}

.study__title {
	margin: 0;
}

.study__institution {
	font-weight: 400;
	margin-left: 5px;
}

.study__subtitle {
	font-size: 14px;
	font-weight: 500;
	opacity: 0.8;
	text-align: justify;	
}

.study__dates {
	position: absolute;
	top: 0;
	right: 0;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.8;
}

.acad-p2 {display: none}

.web {
    float: left;
    position: relative;
    width: 100%;
    padding-left: 37%;
    margin: 8px 0 17px;
    height: 195px
}

.web__image {
	position: absolute;
    top: 5px;
    left: 0;
    width: 34%;
}

.web__title {
	margin: 0;
}

.web__subtitle {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    text-align: justify;
}

.web__description {
    margin-top: 10px;
    font-size: 16px;
}

.design__description {
	
}

.design__image {
    float: left;
    margin: 1% 0;
    width: 32.666%;
    height: 140px;
	cursor: pointer;
}

.design__image--center {margin: 1% 1%;}

.list {
	float: left;
	width: 100%;
	padding-left: 40px;
	margin: 0 0 3px;
}

.list__item {
	float: left;
	margin-bottom: 3px;
}

.modal-background {
  display: none;
  position: fixed;
  background: black;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
}

.modal {
  display: none;
  transition: display 0.5s;
  position: fixed;
  top: 50%;
  max-height: 82%;
  padding: 25px;
  z-index: 99;
  left: 50%;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translate(-50%, -50%);
}

@media print {
	.page {
		margin: 0 auto;
	}

	.design__image {
		cursor: default;	
	}
		
	.link--underline {text-decoration: none}
} 