@media screen {
	
	@font-face {
		font-family: DotMatrixTwoRegular;
		src: url(../fonts/DotMatrixTwoRegular.ttf) format('truetype');
	}

	@font-face {
		font-family: 'Fenwa';
		src: url('../fonts/FenwaRom.woff') format('woff');
		font-weight: 400;
		font-style: normal;
		font-display: swap;
	}
	@font-face {
		font-family: 'Fenwa';
		src: url('../fonts/FenwaBol.woff') format('woff');
		font-weight: 700;
		font-style: normal;
		font-display: swap;
	}
	@font-face {
		font-family: 'FenwaSC';
		src: url('../fonts/FenwaSmaCap.woff') format('woff');
		font-weight: 400;
		font-style: normal;
		font-display: swap;
	}

	form input[type=text]
	form input[type=email],
	select,
	textarea {
		background: #fff;
		border: 1px solid #000;
		color: #000;
		padding: 12px 12px;
		font-size: 15px;
		font-family: 'Fenwa', Garamond, Georgia, serif;
	}
	form input[type=submit] {
		font-family: 'Fenwa', Garamond, Georgia, serif;
		background: #000;
		color: #fff;
		font-size: 15px;
		padding: 15px 20px;
	}
	form input[type=submit]:hover { background: #333 !important }
	
	label {
		color: #000;
		font-size: 15px;
	}
	
	/** Table **/
	table {
		border: 1px solid #ccc;
	}
	
	.red { color: #DF2C2F }
	
	/** Headers **/
	h1, h2, h3, h4 {
		margin: 0;
		padding: 0;
		background: none;
		line-height: normal;
		color: #000;
	}
	h1 a, h2 a, h3 a, h4 a {
		color: #000;
		text-decoration: none !important;
	}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
		text-decoration: underline!important;
	}
	h1 {
		font-family: DotMatrixTwoRegular;
		letter-spacing: 4px;
		margin-bottom: 20px;
		font-size: 22px;
		text-transform: uppercase;
	}
	h2 {
		font-family: DotMatrixTwoRegular;
		letter-spacing: 5px;
		margin-bottom: 20px;
		font-size: 16px;
		text-transform: uppercase;
	}
	h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	
	.borderRadius {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.boxShadow {
		-webkit-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.2);
	}
	
	body {
		background: #fff;
		font-family: 'Fenwa', Garamond, Georgia, serif;
		font-size: 15px;
		color: #000;
	}
	
	a:hover img {
		filter: alpha(opacity=85);
		opacity: 0.85;
	}
	
	a {
		color: inherit;
		text-decoration: none;
		transition: color 0.2s ease;
	}
	a:hover { 
		color: #DF2C2F;
		text-decoration: none;
	}
	a.reverse { text-decoration: underline}
	a.reverse:hover { text-decoration: none }
	
	/** Pagination **/
	.pagination {
		cursor: default;
		margin: 20px 0 40px 0;
		text-align: center;
		color: rgba(0,0,0,0.3);
	}
	.pagination a,
	.pagination .desabilitado,
	.pagination .current {
		padding: 6px 10px;
		text-decoration: none;
		margin-right: 4px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border: 1px solid rgba(0,0,0,0);
	}
	.pagination a:hover {
		border: 1px solid #fff;
	}
	.pagination .current {
		color: #fff;
		background: #000;
	}
	.pagination .desabilitado {
		color: #999;
	}
	a:hover .nome { color: #444 }
	
	
	/** Header **/
	header {
		text-align: center;
		margin: 55px 0 70px 0;
		font-weight: bold;
		font-size: 20px;
	}
	header img.logo {
		width: 320px;
		margin-bottom: 5px;
	}
	
	/** Footer **/
	footer {
		margin: 40px 0 20px 0;
		text-align: left;
	}
	footer .copyRight {
		font-family: DotMatrixTwoRegular;
		letter-spacing: 5px;
		font-size: 16px;
		text-transform: uppercase;
	}
	
	
	/** Laws list **/
	.laws {
		background: url(../images/bg1.jpg) no-repeat;
		background-position: right center;
		background-size: 280px auto;
	}
	.laws li {
		margin-bottom: 30px;
	}
	.laws .title {
		font-family: DotMatrixTwoRegular;
		letter-spacing: 4px;
		margin-bottom: 10px;
		font-size: 16px;
		text-transform: uppercase;
	}
	.lawsInternal {
		background: none !important;
		margin-top: 50px;
	}
	
	
	/* Horizontal row */
	.hr {
		background: url(../images/dotted-line.svg) repeat-x;
		height: 10px;
		margin: 70px 0;
	}
	
	
	/* About book section */
	.aboutBook {
		background: url(../images/bg2.jpg) top left no-repeat;
		background-size: 70px auto;
		background-position: left center;
	}
	.aboutBook img.cover {
		width:  100%;
		box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	}
	
	/** Notes list **/
	.notesList .date {
		background: #cdced0;
		display: table;
		font-size: 17px;
		padding: 3px 5px;
		margin-bottom: 15px;
	}
	.notesList ul {
		margin-bottom: 30px;
	}
	.notesList li {
		list-style: disc;
		margin-bottom: 2px;
		margin-left: 15px;
	}
	.notesList sub {
		color: #DF2C2F;
		font-size: 13px;
		min-width: 35px;
		display: inline-block;
	}
	
	
}

@media screen and (min-width: 980px) {
	
	/** With transition **/
	a,
	a img,
	menu a,
	form input,
	select,
	textarea {
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	/** Laws list **/
	.laws li:last-child {
		margin-bottom: 0;
	}
	
}


@media screen and (min-width: 980px) and (max-width: 1365px) {
	
}


@media screen and (min-width: 481px) and (max-width: 979px) {
	
}

@media screen and (max-width: 767px) {
	
	/** Header **/
	header {
		margin: 25px 0 60px 0;
		font-size: 18px;
	}
	header img.logo {
		width: 50%;
	}
	
	/** Laws list **/
	.laws {
		background: none;
	}
	
	/** Footer **/
	footer {
		border-top: 1px solid #ddd;
		padding-top: 20px;
		margin: 30px 0 15px 0;
	}
	footer .copyRight {
		font-family: DotMatrixTwoRegular;
		letter-spacing: 3px;
		font-size: 13px;
		text-align: center;
		margin-bottom: 10px;
		text-transform: uppercase;
	}
	
	
	/* Horizontal row */
	.hr { margin: 30px 0 }
	
	/* About book section */
	.aboutBook { background: none }
	
}

@media screen and (max-width: 480px) {
	
}

@media screen and (max-width: 320px) {
	
	/** Header **/
	header img.logo {
		width: 80%;
	}
	
}