﻿/* This is the external style sheet for Lodge Lane and District Credit Union */

/* This section is for formatting text */

p{
	font-size: 1.5em;
	font-family: helvetica, arial, san-serif;
	text-align: justify;
	padding: 0px;
	margin-left: 100px;
	margin-right: 100px;
}

h1{
	
	font-size: 2.5em;
	font-family: helvetica, arial, san-serif;
	padding: 0px;
	margin-left: 100px;
}

h2{
	font-size: 1.5em;
	font-family: "georgia", "times new roman", serif;
	padding: 0px;
	margin-left: 100px;
}

h3{
	font-size: 1.75em;
	font-family: "georgia", "times new roman", serif;
	padding: 0px;
	margin-left: 100px;
	text-align: center;
}

h4{
	font-size: 2em;
	font-family: "georgia", "times new roman", serif;
	padding: 0px;
	text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;

}

h5{
	font-size: 1em;
	font-family: helvetica, arial, san-serif;
 	font-weight: normal;
	text-align: center;
	padding: 0px;

}

#inlinelist{
	font-size: 1.5em;
	font-family: helvetica, arial, san-serif;
	text-align: justify;
	padding: 0px;
	margin-left: 100px;
	margin-right: 100px;
	list-style-type: circle;
}

#Text{
	border-left: 40px solid #008080;
	border-bottom: 40px outset #008080;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.accordion {
  background-color:skyblue;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 30px;
  border: solid;
  border-color:lemonchiffon;
  text-align: left;
  outline: none;
  font-size: 1.75em;
  font-weight: bold;
  font-family: "georgia", "times new roman", serif;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: lemonchiffon;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.map {
	margin-left: 100px;
}


@media only screen and (max-width: 1007px) {
	
p{	
	font-size: 1.25em;
	font-family: helvetica, arial, san-serif;
	text-align: justify;
	padding: 0px;
	margin-left: 50px;
	margin-right: 50px;}

h1{
	
	font-size: 2.25em;
	font-family: helvetica, arial, san-serif;
	padding: 0px;
	margin-left: 50px;
}

h2{
	font-size: 1.25em;
	font-family: "georgia", "times new roman", serif;
	padding: 0px;
	margin-left: 50px;
}

h3{
	font-size: 1.5em;
	font-family: "georgia", "times new roman", serif;
	padding: 0px;
	margin-left: 50px;
	text-align: center;
	
}

h4{
	font-size: 1.5em;
	font-family: "georgia", "times new roman", serif;
	padding: 0px;
	text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

#inlinelist{
	font-size: 1.25em;
	font-family: helvetica, arial, san-serif;
	text-align: justify;
	padding: 0px;
	margin-left: 50px;
	margin-right: 50px;
}

#Text{
	border-left: 20px solid #008080;
	border-bottom: 20px outset #008080;
	padding-bottom: 20px;
	margin-bottom: 20px;

}

.accordion {
  background-color: skyblue;
  color: black;
  cursor: pointer;
  padding: 12px;
  width: 90%;
  margin-left: 50px;
  margin-right: 50px;
  border: solid;
  border-color:lemonchiffon;
  text-align: left;
  outline: none;
  font-size: 1.5em;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: lemonchiffon;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.map {
	margin-left: 50px;
}

}

@media only screen and (max-width: 640px) {
	
p{	
	font-size: 1em;
	font-family: helvetica, arial, san-serif;
	text-align: justify;
	padding: 0px;
	margin-left: 25px;
	margin-right: 25px;}

h1{
	
	font-size: 2em;
	font-family: helvetica, arial, san-serif;
	padding: 0px;
	margin-left: 25px;
}

h2{
	font-size: 1em;
	font-family: "georgia", "times new roman", serif;
	padding: 0px;
	margin-left: 25px;
}

h3{
	font-size: 1.25em;
	font-family: "georgia", "times new roman", serif;
	padding: 0px;
	margin-left: 25px;
	text-align: center;
}

h4{
	font-size: 1.25em;
	font-family: "georgia", "times new roman", serif;
	padding: 0px;
	text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

#inlinelist{
	font-size: 1em;
	font-family: helvetica, arial, san-serif;
	text-align: justify;
	padding: 0px;
	margin-left: 25px;
	margin-right: 25px;
}

#Text{
	border-left: 10px solid #008080;
	border-bottom: 10px outset #008080;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.accordion {
  background-color: skyblue;
  color: black;
  cursor: pointer;
  padding: 6px;
  width: 90%;
  margin-left: 25px;
  margin-right: 25px;
  border: solid;
  border-color:lemonchiffon;
  text-align: left;
  outline: none;
  font-size: 1.25em;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: lemonchiffon;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.map {
	margin-left: 25px;
}

}

/* This section is for formatting tables */

table {
	border-collapse: collapse;
	width: 45%;
   	margin-left: 100px;
}

th{
	font-size: 1.5em;
	font-family: calibri, arial, san-serif;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: rgb(5,0,100);
	color: rgb(255,215,0);
}

td{
	font-size: 1.5em;
	font-family: calibri, arial, san-serif;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	color: (5,0,100);
}

tr:nth-child(even) {
	background-color: rgb(240,240,200);
}

@media only screen and (max-width: 1007px) {

table {
	border-collapse: collapse;
	width: 45%;
	float: left;
}

th{
	font-size: 1.25em;
	font-family: calibri, arial, san-serif;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: rgb(5,0,100);
	color: rgb(255,215,0);
}

td{
	font-size: 1.25em;
	font-family: calibri, arial, san-serif;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	color: (5,0,100);
}

tr:nth-child(even) {
	background-color: rgb(240,240,200);
}
}

@media only screen and (max-width: 640px) {

table {
	border-collapse: collapse;
	width: 90%;
	float:none;
}

th{
	font-size: 1.25em;
	font-family: calibri, arial, san-serif;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	background-color: rgb(5,0,100);
	color: rgb(255,215,0);
}

td{
	font-size: 1.25em;
	font-family: calibri, arial, san-serif;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	color: (5,0,100);
}

tr:nth-child(even) {
	background-color: rgb(240,240,200);
}

}

/* This section is for formatting forms */

input[type=text], select {
  width: 90%;
  padding: 10px 10px;
  margin-left: 100px;
  display: inline-block;
  border: 1px solid midnightblue;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
}

label {
  padding: 10px 10px 10px 0;
  display: inline-block;
  margin-left: 100px;
  font-size: 1em;
}


input[type=submit] {
  width: 90%;
  background-color: gold;
  color: midnightblue;
  padding: 10px 10px;
  margin-top: 10px;
  margin-left: 100px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  color: gold;
  background-color: midnightblue;
}

/* div {
  border-radius: 5px;
  background-color: #gold;
  padding: 10px;
}

*/
</style>	
	