@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background-color: #EBEBEB;
}

header {
	padding: 20px 0;
	background-color: #EBEBEB;
}

h5 {
	font-weight:bold
}

ul {
    padding-left:15px;
}

.modcontainer {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

header .row {
	display: flex;
	align-items: left;
	background-color: #EBEBEB;
}

footer .row {
	display: flex;
	align-items: center;
	background-color: #EBEBEB;
}

header h1 {
  font-weight: 700;
  margin: 0;
}


header nav {
  display: flex;
  justify-content: flex-end;
}

header p {
  padding: 0 20px;
  margin: 0;
}

.jumbotron {
  position: relative;
  display: flex;
  align-items: top center;
  background: url("/images/Newport%20Magistrates%20Court_07.jpg"); 
  background-size: cover;
  color: #ffffff;
  height: 600px;
  text-shadow: 0.25px 0.25px 0.25px #000000;
}

.jumbotron h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.jumbotron h3 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 36px
}

section .row img {
  margin: 0 0 30px;
  width: 100%;
}

.col-md-6 {
  margin: 0 0 30px;
}

footer {
  font-size: 12px;
  padding: 20px 0;
}

footer .col-sm-8 {
  display: flex;
  justify-content: flex-end;
}

footer ul {
  list-style: none;
}

footer li img {
  width: 32px;
  height: 32px;
