/* Tiernan Watson CSS (C) 2018 */

@import url('https://fonts.googleapis.com/css?family=Muli:400,700&display=swap');

* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
}

body {
	color: #000;
	font-family: 'Muli', Helvetica, Arial, san-serif;
	font-weight: 400;
}

.wrapper {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0;
}

.center {
	text-align: center;
}

.col-1, .col-2 {
	float: left;
	padding: 0 15px;
}

.col-1 {
	width: 100%;
}

.col-2 {
	width: 50%;
}

.col-n {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

hr {
	border: 1px solid #ccc;
}

/* main */

#top {
	text-align: center;
	width: 100%;
	height: 140px;
}

#carousel {
	width: 100%;
	height: 320px;
	background: #ccc url("../img/banner2.jpg") center;
}

#card span {
	float: right;
}

#reading {
	border-top: 1px solid rgb(0, 135, 68);
	border-bottom: 1px solid rgb(0, 135, 68);
	padding: 40px 0;
}

#bottom {
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	margin-top: 62px;
}

#navTop {
	width: 100%;
	padding: 0 20px;
	height: 40px;
	background: /*#0B5351*/rgb(0, 135, 68);
}

#card ul {
	margin: 0;
	padding: 2px 22px 2px 2px;
	border-left: 1px solid #151515;
	border-bottom: 1px solid #151515;
	border-right: 1px solid #151515;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	line-height: 40px;
	list-style: none;
	float: right;
}

#card a {
	//color: #FDFFFC;
	text-decoration: none;
}

#card ul li {
	display: inline;
	margin: 0 0 0 20px;
	padding: 0;
}

#navTop #name {
	float: left;
	//color: #f1f1f1;
}
/* text */

h1 {
	font-size: 2rem;
	display: inline-block;
	line-height: 40px;
	margin: 0;
	padding: 10px 0;
}

h2 {
	font-size: 1.6rem;
	padding: 6px;
	margin: 0.8em 0 0.4em 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.smallh2 {
	font-size: 1rem;
	margin: 0 0 0.8em 0;
}

.bigh3 {
	margin: 0;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.skills {
	font-style: italic;
}

h3 {
	color: #111;
	font-size: 1rem;
}

a {
	color: #0375B4;
}