* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Poppins', sans-serif;
  background-color: #1a1a1b;
  color: white;
}

.btn {
	box-shadow:inset 0px 1px 0px 0px #000a0f;
	background:linear-gradient(to bottom, #002c45 5%, #004480 100%);
	background-color:#002c45;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:8px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
  width: 17%;
  margin: 1px;
}

.btn:hover {
	background:linear-gradient(to bottom, #004480 5%, #002c45 100%);
	background-color:#004480;
}

.btn:active {
  position:relative;
  top:1px;
}

.contact--type {
  float: right;
  display: block;
  padding: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
}

#LinkedIn {
  border-right-style: none;
}

#summary--text,
#cbs--details,
#quest--details {
  width: 70%;
}

.work--details {
  margin-left: 20px;
}

.skill,
.summary,
.work--header,
.education--entry,
.certification--entry {
  margin-left: 5px;
}

.hidden {
  display: none;
}