/* MAIN */

body {
	font-family: "myriad-pro", Helvetica, Arial, san-serif;
	color: #333;
	font-weight: 400;
}

h1 {
	font-weight: 700;
}

h4 {
	font-weight: 700;
	text-transform: uppercase;
}

a, a:visited, a:active {
	color: #000;
	padding: 0;
	border-bottom:1px solid #8097c7;
	transition: all .1s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #464391;
	text-decoration: none;
}

.headline {
	font-weight: 700;
}

.row-resume {
	border-top: 2px solid #333;
}

.row-resume .col-12 {
	padding-top: 15px;
}

#social .link-name {
	display: none;
}

#social ul {
	padding: 0;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#social li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 40px;
}

#social li:last-child {
	margin-right: 0;
}

#social li a {
	display: block;
	font-size: 36px;
	color: #333;
	margin: 0;
	padding: 0;
	border-bottom: 0;
	-o-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-khtml-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	transition: color 0.5s linear;
}

#social li a:hover {
	color: #464391;
}

/* MOBILE */

@media (max-width: 767px) {
	h1 {
		margin-bottom: 0;
	}
	.col-md-4 {
		margin-bottom: 10px;
	}
}

/* TABLET / DESKTOP */

@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
	h1 {
		font-size: 80px;
	}
	.headline {
		font-size: 1.5rem;
		line-height: 1.25;
	}
	.col-md-4 {
		text-align: right;
		padding-right: 0;
	}
	.col-md-3 {
		background-color: #b4c3cc;
	}
	.col-md-8, .col-headline {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}