/*FONT*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/* CSS RESSET!!!*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
body {
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
}
ol, ul {
	list-style: none;
}
/*content*/
a {
	text-decoration: none;
	color: #000;
}
.main-content {
	
	margin: 0 auto;
	width: 40%;
	margin-top: 11%;
	text-align: center;
}
img {
	margin-bottom: 20px;
	width: 155px;
}
.title li {
	display: inline;
	font-size: 24px;
}
.title li:nth-child(2) {
	font-weight: bold;
}
.title {
	margin-bottom: 40px;
}
.pages {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 20px;
}
.verticalLine {
	border-bottom: 1px solid #000;
	width: 60px;
	margin:0 auto;
	margin-top: 6px;
	margin-bottom: 6px;
}
.contact li:nth-child(1) {
    margin-bottom: 10px;
}
.contact{
	font-size: 20px;
}

/*Media Query */
@media screen and (max-width: 768px) {
	a {
	text-decoration: none;
	color: #000;
}
.main-content {
	
	margin: 0 auto;
	width: 80%;
	margin-top: 13%;
	text-align: center;
}
img {
	margin-bottom: 20px;
	width: 110px;
}
.title li {
	display: inline;
	font-size: 18px;
}
.title li:nth-child(2) {
	font-weight: bold;
}
.title {
	margin-bottom: 30px;
}
.pages {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 16px;
}
.verticalLine {
	border-bottom: 1px solid #000;
	width: 40px;
	margin:0 auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
.contact li:nth-child(1) {
    margin-bottom: 10px;
}
.contact{
	font-size: 16px;
}

}