body {
	background-color: #FFF; margin: auto;
	color: #666666;
	font-family: Roboto,"Helvetica Neue",sans-serif;
    height: 100vh;
}

.main-page {
	position: relative;
	background: white;
	height: 100%;
	width: 60%;
	margin: 0 auto;
	resize: both;
	overflow: auto;
}

.main-page .logo-large {
	width: 40%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	resize: both;
	overflow: auto;
}

.main-page .links {
	margin-top: 50px;
	text-align: center;
}

.main-page .links a {
	color: #999999;
}

.header {
    background-color: #333;
    color: #fff;
    font-family: Roboto, 'Helvetica Neue', sans-serif;
    height: 60px;
    /* min-width: 1060px; */
    width: 100%;
}

.logo {
	background: url('images/irisj-logo-white.svg') top left no-repeat;
    background-position: left 12px;
    float: left;
	height: 100%;
	margin-left: 20px;
    margin-right: 30px;
    width: 50px;
}

.title {
    height: 60px;
    line-height: 60px;
    margin-left: 30px;
}

.content {
	margin: 24px;
}

.card {
	border-radius: 2px;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
	padding: 24px;
}

.card-title {
	color: #666666;
	font-size: 20px;
	margin-bottom: 40px;
}

.card-image {
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 24px;
}

.card-image img {
	width: 130px;
}

.card-content {
	display: inline-block;
	vertical-align: top;
}

.card-subtitle {
	color: #999999;
	font-size: 18px;
	margin-bottom: 15px;
}

.card-description {
	font-size: 16px;
	margin-bottom: 15px;
}

.card-links a {
	color: #148fa8;
	color: #2abed9;
	color: #1ea6bf;
	font-size: 14px;
	margin-right: 5px;
}

.card-links a:not(:first-child) {
	margin-left: 5px;
}

hr {
    border-bottom: none;
	border-color: #ddd;
	border-style: solid;
	border-top: 1px;
	margin: 6px 0 30px 0;
}