@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

@font-face {
	font-family: Campton;
	src: url("/fonts/Campton-Light.otf") format("opentype");
	}

@font-face {
	font-family: Campton;
	font-weight: bold;
	src: url("/fonts/Campton-Bold.otf") format("opentype");
	}

* {
	margin: 0;
	padding: 0;
	border: none;
	underline: none;
	text-decoration: none;
	}

html, body {
	width: 100%;
	background: #26d671;
	font-family: "Campton", Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff;
	}

#holder {
	width: 1020px;
	position: relative;
	margin: 140px auto;
	}

#image {
	width: 160px;
	height: 160px;
	background: #33e27d;
	border-radius: 99px;
	box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.17);
	overflow: hidden;
	float: left;
	}

#photo {
	width: 100%;
	height: 100%;
	}

#text {
	width: 680px;
	float: right;
	margin-top: 30px;
	}

span {
	font-family: "Montserrat";
	font-size: 10px;
	font-weight: 400;
	color: #17a554;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	}

h1 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-top: 10px;
	margin-bottom: 140px;
	}

p {
	font-family: "Campton";
	font-size: 16px;
	font-weight: 300;
	line-height: 240%;
	margin-top: 10px;
	margin-bottom: 80px;
	}

p a {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);

	-webkit-transition: border-bottom 0.3s ease;
	}

p a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
	}