@charset "utf-8";

h1.title {
	display: inline-block;
	font-family: 'Julius Sans One', sans-serif;
	line-height: 75px;
	text-align: left;
	padding-left: 30px;
	
	
	
}

body {
	margin-top: 0;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
	
}

a.navi1 {
	display: block;
	float: right;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 20px;
	margin-top: -65px;
	margin-right: 260px;
}
	
a.navi2 {
	display: block;
	float: right;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 20px;
	margin-top: -65px;
	margin-right: 140px;
	
}

a.navi3 {
	
	display: block;
	float: right;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 20px;
	margin-top: -65px;
	margin-right: 50px;
	
	
	
}



a:link {
	text-decoration: none;
	color: black;
	
	
}

a:visited {
	color: black;
}

a:hover {
	color: rgb(222,222,222);
	transition: ease 0.25s;
	
	
}

.hallofjustice {
	
	height: 100%;
	width: 100%;
}



.section1 {
	display: block;
	width: 100%;
	height: 200px;
	background-color: #4d4b4b;
	margin-top: -50px;
}




.subtitle1 {
	display: flex;
	font-family: 'Anton', sans-serif;
	text-align: center;
	justify-content: center;
	color: white;
	line-height: 200px;
	font-size: 40px;
}

.coming_soon {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 20px;
	margin-top: 50px;

	
}
	
	
	


/**************************************************************/   
/*********    THESE ARE THE STYLES FOR BLOG POSTS    **********/
/**************************************************************/




.date {
	display: flex;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 25px;
	padding-left: 50px;
	padding-top: 50px;
}

.articletitle {
	display: flex;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 22px;
	justify-content: center;
	text-align: center;
	padding-top: 50px;
	line-height: 50px;
	padding-left: 130px;
	padding-right: 130px;
	
}



.articletitle2 {
	
	display: flex;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 25px;
	justify-content: center;
	text-align: center;
	padding-top: 1px;
	line-height: 20px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.Paragraph {
	padding-left: 50px;
	padding-right: 50px;
	font-family: Verdana;
	font-size: 17px;
	line-height: 30px;
}



hr {
	margin-left: 350px;
	margin-right: 350px;
    margin-top: 50px;
	
	
}


.pictureembed {
	width: 450px;
	height: 300px;
	padding-top: 35px;
	padding-bottom: 35px;
	
	
}

a.link {
	font-family: Verdana;
	color: blue;
	
}
	
	

.author {
	display: flex;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 25px;
	padding-left: 50px;
	padding-top: 0px;
	font-size: 25px;
}
	

/**END OF BLOG STYLES ***/


footer {
	justify-content: center;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Verdana;
	font-size: 13px;
}
	
	
	


