div.prim-content {
	margin: 0 auto;
	font-size: 18px;
	width: 950px;
	line-height: 1.7;
	font-family: "Segoe UI", Times New Roman, Times, serif;
}
div.titlepg {
	font-family: "Lucida Calligraphy";
	font-size: 72px;
	text-align: center;
	line-height: 2em;
	margin-bottom: 200px;
}
#author {
	font-family: "monotype corsiva";
	font-size: 50px;
	text-align: center;
	margin: 60px 0;
}

p.lines {
	padding-top: 15px;
}
hr.pg-br {
	border-top: 3px solid #b2b2b2;
	margin-top: 50px;
	margin-bottom: 45px;
}
hr.pg-line {
	margin-top: 40px;
	margin-bottom: 40px;
}
p.dublspace {
	line-height: 2.6;
}
span.specialwrd {
	font-weight: 800;
	font-style: italic;
	font-size: 1em;
}
div.append > h1 {
	margin-bottom: -15px;
}
div.append2 > p {
	padding-left: 10px;
	color: #ffffff;
	border-radius: 10px;
}
blockquote {
	padding-left: 15px;
	border-left: 2px solid #dedede;
}
div.row {
	margin-left: 30px;
}
div.column1, div.column2, div.column3 {
	width: 33%;
	float: left;
}
div.row-sm, div.column1-sm, div.column2-sm {
	display: none;
}

div.clearboth {
	clear: both;
}

div.formbg {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

@media screen and (max-width: 1000px) {
	div.prim-content {
		width: 95%;
		margin: 25px 10px;
		font-size: 16px;
	}
	div.row {
		display: none;
	}
	div.row-sm, div.column1-sm, div.column2-sm {
		display: block;
		margin-left: 25px;
	}
	div.column1-sm, div.column2-sm {
		width: 40%;
		float: left;
	}
    div.titlepg {
    	font-size: 36px;
    	text-align: center;
    	line-height: 1.5em;
    	margin-bottom: 100px;
    }
    #author {
	    font-size: 30px;
    }
}
