/* Custom Stylesheet */

.checkfonts {
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif; 
    font-family: 'Open Sans', sans-serif;
    font-family: 'Questrial', sans-serif;
    font-family: 'Maven Pro', sans-serif;
}
body {
    font-family: 'Pavanam', sans-serif;
}
* {
   font-size: 16px;
   //line-height: 2;
}
.form-control {
	color:#212121;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@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;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

/* sticky footer */
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}

main {
flex: 1 0 auto;
}

.bold {
	font-weight:bold;
}

/* PDF CSS */
.report {
	font-size:13px;
}

.report-header1 {
	font-size:20px;
	padding: 2px;
	font-weight:500px;
}
.report-header2 {
	font-size:16px;
	padding: 2px;
	font-weight:500px;
}
.report  table {
    width: 100%;
    max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.report td ,.report th {
	padding: 5px;
}

.report .amount {
	text-align:right;
}


.financial {
	font-size: 16px;
}
.financial  table {
    width: 100%;
    max-width: 100%;
}
.financial  td , .thisreport th {
	padding-bottom:10px;
}
