/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body {
	font-family: 'Roboto', sans-serif;
}

a {
    color: #0056b3;
}

a:hover,
a:focus {
    color: #003d80;
}

/* ---------------------------------------------------<Headings>--------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fondamento', cursive;
    line-height: 1.2;
    margin-top: 0;
}

h1 {
    font-size: 2.5rem;   /* 40px */
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.0rem;   /* 32px */
    margin-bottom: 0.9rem;
}

h3 {
    font-size: 1.75rem;  /* 28px */
    margin-bottom: 0.8rem;
}

h4 {
    font-size: 1.5rem;   /* 24px */
    margin-bottom: 0.7rem;
}

h5 {
    font-size: 1.25rem;  /* 20px */
    margin-bottom: 0.6rem;
}

h6 {
    font-size: 1.1rem;   /* 18px */
    margin-bottom: 0.5rem;
}

/* Mobile */
@media only screen and (max-width: 600px) {
    h1 { font-size: 2rem; }      /* 32px */
    h2 { font-size: 1.75rem; }   /* 28px */
    h3 { font-size: 1.5rem; }    /* 24px */
    h4 { font-size: 1.3rem; }    /* 21px */
    h5 { font-size: 1.15rem; }   /* 18px */
    h6 { font-size: 1rem; }      /* 16px */
}
/* ---------------------------------------------------</Headings>--------------------------------------------------- */


nav ul a,
nav .brand-logo {
    color: #fff !important;
}

nav ul a:hover,
nav ul a:focus {
    background-color: #BF0A30;
    color: #fff !important;
}




.roboto {
    font-family: 'Roboto', sans-serif!important;
}
.bold {
    font-weight: bold;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  z-index: 10000;
}

.skip-link:focus {
  top: 0;
}




.parallax-container {
  min-height: 600px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
.brand-logo {
	font-family: 'Fondamento', cursive;
}
#index-banner {
	min-height: 600px;
	line-height: 0;
    height: auto;
	background-image: url("../img/light-bg5.jpg");
	background-size: cover;
	background-position: center right;
}
#packet-banner {
	min-height: 400px;
	line-height: 0;
    height: auto;
	background-image: url("../img/light-bg5.jpg");
	background-size: cover;
	background-position: center right;
}
@media only screen and (min-width: 1023px) {
  .container {
    width: 90%;
  }
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
	nav .brand-logo {
		font-size: 1.5rem;
	}
	.parallax-container {
  		min-height: 400px;
	}
    #index-banner {
	min-height: 400px;
	line-height: 0;
    height: auto;
	background-image: url("../img/light-bg5.jpg");
	background-size: cover;
	background-position: center right;
    }
}

/* ---------------------------------------------------<Card>--------------------------------------------------- */
#card-sect {
	margin-top: -100px;
	margin-bottom: 40px;
}

.card-content .card-title {
  font-family: 'Fondamento', cursive; /* match your headings */
  font-size: 1.8rem; /* close to h4 look */
  font-weight: normal;
  display: block;
  margin: 0;
}
.card-content {
  padding: 18px 16px;
  background: #f5f5f5;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-radius: 0 0 15px 15px;
}
.card-image img {
  border-radius: 15px 15px 0 0;
}
.card-note {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 1rem;
}
/* ----------------------<Card Fixes>---------------- */
.card {
  border-radius: 15px;
  overflow: hidden; /* THIS is the key */
}

.card-content {
  border-radius: 0 0 15px 15px;
}

.quick-actions {
    background-color: transparent !important;
    height: auto !important;
    line-height: normal !important;
    box-shadow: none !important;
	margin-bottom: 50px;
}

/* ---------------------------------------------------</Card>--------------------------------------------------- */



.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.d-flex {
    display:flex;
	flex-wrap: wrap;
}

.dropdown-content {
	background-color: #002868;
	color: #fff;
}
.dropdown-content a:hover{
	background-color: #BF0A30;
	color: #fff;
}
.sidenav li a:hover{
	background-color: #BF0A30;
	color: #fff;
}
.sidenav .dropdown-content li a{
	color: #fff;
}
.dki-color1 {
	background-color: #BF0A30;
}
.dki-color1-txt {
	color: #BF0A30;
}
.dki-color2 {
	background-color: #002868;
}
.dki-color2-txt {
	color: #002868;
}
.dki-color3 {
	background-color: #90B3F5;
}
.dki-color3-txt {
	color: #90B3F5;
}
.dki-color4 {
	background-color: #fff;
}
.dki-color4-txt {
	color: #fff;
}
.court-notice {
  background-color: #FFD54F!important; /* deep red */
  color: #00112D;
  text-align: center;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 0.95rem;
  position: sticky;
  top: 0;
  z-index: 1005; /* higher than nav */
}

.dki-bar {
	background-color: #00112D!important;
}


.img-border {
	border: 1px solid #BF0A30;
}
.img-border-btm {
	border-bottom: 1px solid #BF0A30!important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
}
.rd-corner {
	border-radius: 15px;
}

.rd-bottom {
	border-radius: 0px 0px 15px 15px;
}
.rd-top {
	border-radius: 15px 15px 0px 0px!important;
}
.packet-head {
    margin-top: 0rem;
    font-size: 1.45rem!important;
    font-weight: bold!important;
}
.packet-head i.right {
    margin-left: 0;
}
.notice-fee {
  border-left: 6px solid #b71c1c;
}

.card-para {
	font-size: 10px;
	font-size: 1.0rem;
	padding-left: 5px;
	padding-right: 5px;
}
.card-ul li {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.4rem;
}
.card-title {
    font-family: 'Roboto', sans-serif;
}
.center-icon {
    text-align: center!important;
}
.pad5 {
    padding: 5px;
}
.pad-bottom {
    padding-bottom: 10px;
}
.top-marg {
    margin-top: .5rem;
}
.shadow {
	text-shadow: 2px 2px 3px #424242;
}
.no-traffic {
	font-weight: bold;
	color: red;
	text-align: center;
}
 .wordwrap
{
/* wrap long text and urls */
white-space: pre; /* CSS 2.0 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3.0 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -moz-pre-wrap; /* Mozilla */
word-wrap: break-word; /* IE 5+ */
} 

.page-footer p.white-text, p.headingtext{
font-size: 2.92rem;
font-family: 'Fondamento', cursive;
}
p.headingtext{
font-size: 2.92rem;
font-family: 'Fondamento', cursive;
margin: 30px 0px 18px;
}
address{
  font-style: normal;
}
caption {
    font-weight: bold;
}

.tax-links a {
    color: #ffffff!important;
}

.tax-links a:hover,
.tax-links a:focus {
    color: #ffd54f!important;
}

.tax-links a:focus {
    outline: 3px solid #ffffff!important;
    outline-offset: 3px;
}
