@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 0px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.img-fixed {
	width: 600px;
	height: 180px;
	vertical-align: middle;
}

.img-fixed2 {
	width: 400px;
	height: 470px;
	vertical-align: middle;
}

hr {
    width: 100%;
	border-top: 1px
	solid pink;

}

footer {
	padding: 20px 30px;
	background-color: #FFFBFB;
	text-align: center;
}

/*Login Form  --------------------------------------*/

form {border: 3px solid #f1f1f1;}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

/*Mobile View  --------------------------------------*/

body {
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 300px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.inside {				
  list-style-position: circle inside;
  list-style-type: circle;
}

.header-img {
	border-radius: 20px;
	background-image: url("images/banner.jpg");
	background-color: #EEEDED;
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: left;
}		
	
.lead-para {
	border-radius: 20px;
	background-color: #FFFBFB;
	background-size: cover;
	padding: 10px 0px 10px 20px;
	color: #4D4E4C;
	text-align: left;
}

.footer-para {
	text-decoration: none;
	border-radius: 0px;
	background-color: #FFFBFB;
	background-size: cover;
	padding: 10px 0px 10px 20px;
	color: #4D4E4C;
	text-align: left;
	font-size: 12px;
}

/*Unorderded - Bullet List------------------------------*/

.ul-list0 {
	border-radius: 10px;
	background-size: cover;
	padding: 0px 0px 0px 0px;
	color: #4D4E4C;
	text-align: left;
	text-indent: 0px;
}

.ul-list {
	border-radius: 20px;
	background-size: cover;
	padding: 10px 0px 0px 20px;
	color: #4D4E4C;
    text-indent: -21px; 
    margin-left:  50px; 
}

.ul-listb {
	border-radius: 20px;
	background-size: cover;
	padding: 0px 0px 10px 20px;
	color: #4D4E4C;
	text-align: left;
	text-indent: 65px;
}

.ul-listc {
	border-radius: 20px;
	background-size: cover;
	padding: 0px 0px 10px 20px;
	color: #4D4E4C;
	text-align: left;
	text-indent: 80px;
}

.ul-list-table {
	border-radius: 0px;
	background-size: cover;
	padding: 0px 0px 0px 0px;
	color: #4D4E4C;
	text-align: left;
	text-indent: 0px;
}

/*Ordered - Numbered List------------------------------*/

.ol-list {
	border-radius: 10px;
	background-size: cover;
	padding: 5px 5px 5px 20px;
	color: #4D4E4C;
    text-indent: 0px; 
    margin-left:  5px; 
}

ol.a {
  list-style-type: number;
}

/*Image.     ------------------------------*/

.img-rounded{
	border-radius: 20px;
}

.img-author{
	border-radius: 10px;
	width: 150px;
}

/*Table Start  ---------------------------------------------------*/

table {
	width: 100%
}

table th {
	background-color: #FAD2F7;
	color: #373737;
}

table, th, td {

    background-color: #FFFFFF;
    color: #373737;
	align-items: center;
    justify-content: center;
	border-collapse: collapse;
	border: 1px solid;
	border-color: antiquewhite
}

th, td {
	padding: 4px;
	vertical-align: top;
}

tr:first-child {
	background-color:#E8E4E4;
}

/*Image Text Overlay Start  --------------------------------------*/

.container {
  position: relative;
}

.center {
  position: absolute;
  top: 35% ;
  width: 95%;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
}

.link {
	text-decoration: none;
	color: #FFFFFF;
}

.link-tile {
	text-decoration: none;
	color: #FFFFFF;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: black;
}

.link-tile-blk {
	text-decoration: none;
	color: #FFFFFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.link-footer {
	text-decoration: none;
	text-decoration-line: underline;
	font-size: 12px;
	color: #4D4E4C;
}

.tabletext {
	text-decoration: none;
	text-align: center;
	color: #797477;
}

.link-footer2 {
	text-decoration: none;
	font-size: 12px;
	color: #4D4E4C;
}

.rowtext {
	text-decoration: none;
	color: #000000;
}

/*Image Text Overlay - End   --------------------------------------*/

h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 400;
	margin-bottom: s0px;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 20px;
}

h4 {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 0px;
}

h5 {
	font-size: 14px;
	font-weight: 400;
	margin-left: 30px;
	margin-bottom: 10px;

}
pp {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 0px 0px 0px;
	text-indent: 0px;
    line-height: 20px;   /* within paragraph */
    margin-bottom: 15px; /* between paragraphs */
}

pp.thick {
	font-size: 16px;
  	font-weight: bold;
	text-indent: 25px;	
}

p {
	font-size: 16px;
	font-weight: 400;
	padding: 0px 20px 0px 20px;
	text-indent: 25px;
    line-height: 20px;   /* within paragraph */
    margin-bottom: 15px; /* between paragraphs */
}

p.thick {
	font-size: 16px;
  	font-weight: bold;
	text-indent: 25px;	
}

p.italic {
	font-size: 16px;
	font-style: italic;
	text-indent: 25px;	
}

p.poem {
	font-size: 16px;
  	font-weight: 400;
	padding: 0px 20px 0px 20px;
	text-indent: 25px;	
	line-height: 5px;   /* within paragraph */
    margin-bottom: 15px; /* between paragraphs */
}

p.table {
	font-size: 16px;
  	font-weight: 400;
	text-indent: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;   /* within paragraph */
    margin-bottom: 10px; /* between paragraphs */
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-text {
	border-radius: 10px;
	font-size: 15px;
	color: #434343;
	text-align: left;
	margin-bottom: 100px;
}

.col {
	width: 100%;
	padding: 0px 0px 6px;
	position: relative;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View --------------------------------------*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
		position: relative;
	}
}

/*Desktop View  --------------------------------------*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}


