html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  justify-content: center;
}

section {
	display: block;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	height: 100%;
}

p {
	margin: 0.25rem !important;
}

a {
	text-decoration: none;
  color: #000f7b;
}

.dark a {
	text-decoration: none;
  color: white;
}

img {
	display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

img.profile-pic {
	height: 50%;
	width: 50%;
	object-fit: cover;
	border-radius: 50%;
}

img.game-splash {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10%;
}

.container {
	margin: auto;
  padding-right: 5px;
  padding-left: 5px;
	position: relative;
  width: 100%;
  height: 100%;
}

.row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
  flex-shrink: 0;
	flex-direction: row;
	position: relative;
	height: 100%;
}

.col {
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	margin: 0;
	padding: 0.25rem;
	width: auto;
	height: auto;
	overflow: auto;
}

.col.is-1 {
	flex: none;
	width: 10%;
}

.col.is-2 {
	flex: none;
	width: 20%;
}

.col.is-3 {
	flex: none;
	width: 30%;
}

.col.is-4 {
	flex: none;
	width: 40%;
}

.col.is-5 {
	flex: none;
	width: 50%;
}

.col.is-6 {
	flex: none;
	width: 60%;
}

.col.is-7 {
	flex: none;
	width: 70%;
}

.col.is-8 {
	flex: none;
	width: 80%;
}

.col.is-9 {
	flex: none;
	width: 90%;
}

.col.is-10 {
	flex: none;
	width: 100%;
}

.name-title-company {
	height: auto;
}

.banner {
	height: 30%;
}

.primary-info {
  height: 15%;
}

.secondary-info {
	height: 8%;
}

.text-name {
    font-weight: 400;
    font-size: 22px;
}

.text-title-company {
    font-weight: 200;
    font-size: 14px;
}

.text-detail {
    font-weight: 300;
    font-size: 14px;
}

.bottom {
	height: 20%;
}

.btn-contact {
  background-color: #446879;
  color: white;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  img.profile-pic {
    height: 60%;
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  img.profile-pic {
    height: 80%;
    width: 80%;
  }
}
