﻿
/* FDLF Foundation  start here - running through Faith in faith.  Bringing back my old school */


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}



.topnav {
  overflow: hidden;
  background-color: MidnightBlue;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: MidnightBlue;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: MidnightBlue;
}

.title1 {
  color: MidnightBlue; 
}



.title2 {
  color: red; 
}


.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: MidnightBlue;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: red;
}

.para {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.para.one {background-color: MidnightBlue;}

}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.pfSlides {display: none;}
img {vertical-align: middle;}



.slideshow-container {
  max-width: 1400px;
  position: relative;
  margin: auto;
}



.text1 {
  color: #f2f2f2;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.numbertext2 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: MidnightBlue;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}


.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 300px) {
  .text1 {font-size: 15px}
}


.footer {
  background-color: MidnightBlue;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  color: white;

}

.auto-style1 {
	text-decoration: none;

}

.auto-style2 {
	color: #FFFFFF;
}

.auto-style3 {
	color: red;
}


.auto-style4 {
	color: DodgerBlue;
}



@media only screen and (max-width: 300px) {
  .footer {font-size: 12px}
}


hr.bargreen {
  border: 5px solid MidnightBlue;
  border-radius: 5px;
}


.lane {
  background-color: ;
  color: black;
  border: 10px solid navy;
  margin: 10px;
  padding: 10px;
}



html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column3s {
  float: left;
  width: 50%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column3s {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: MidnightBlue; 
}

.title1 {
  color: MidnightBlue; 
  
}


.title2 {
  color: red; 
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: MidnightBlue;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: red;
}

.auto-style1 {
	text-decoration: none;

}

.auto-style2 {
	color: #FFFFFF;
}



.column3eli {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 8px;
}



html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column3selt {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column3selt {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: MidnightBlue; 
}

.title1 {
  color: MidnightBlue; 
  
}


.title2 {
  color: red; 
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: MidnightBlue;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: red;
}

.auto-style1 {
	text-decoration: none;

}

.auto-style2 {
	color: #FFFFFF;
}



aside {
  width: 30%;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
  font-style: italic;
  background-color: lightgray;
  color: blue
}




.column3sing {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column3sing {
    width: 100%;
    display: block;
  }
}



body {
  font-family: Arial;
}

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

input[type=submit] {
  width: 100%;
  background-color: MidnightBlue;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: red;
}

div.container4 {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}


.btn2 {
   width: 100%;
  background-color: MidnightBlue;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn2:hover {
 background-color: red;

}


h3 {
  text-align: left;
  font-size: 20px;
  color: red;
  background-color: ;
  margin-top: 0px;
}


h4 {
  text-align: left;
  font-size: 18px;
  color: MidnightBlue;
  background-color: ;
  margin-top: 0px;
}



.bet1 {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: black;
  background-color: ;
  text-align: left;
  width: 100%;
}



html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column1 {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 8px;
  background-color: ;

}

@media screen and (max-width: 650px) {
  .column1 {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: MidnightBlue;
}

.title1 {
  color: MidnightBlue; 
}



.title2 {
  color: red; 
}


.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: MidnightBlue;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: red;
}


.para5 {
  color: black;
  font-size: 18px;
  }




.auto-style1 {
	text-decoration: none;

}

.auto-style2 {
	color: #FFFFFF;
}


.column3 {
  float: left;
  width: 100%;   
  margin-bottom: 16px;
  padding: 0 8px;
  background-color: ;

}

@media screen and (max-width: 650px) {
  .column3 {
    width: 100%;
    display: block;
  }




body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}



.topnav {
  overflow: hidden;
  background-color: MidnightBlue;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: MidnightBlue;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: MidnightBlue;
}

.title1 {
  color: MidnightBlue; 
}



.title2 {
  color: red; 
}


.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: MidnightBlue;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: red;
}

.para {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.para.one {background-color: MidnightBlue;}

}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.pfSlides {display: none;}
img {vertical-align: middle;}


.slideshow-container {
  max-width: 1400px;
  position: relative;
  margin: auto;
}


.text1 {
  color: #f2f2f2;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.numbertext2 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: MidnightBlue;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}


.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 300px) {
  .text1 {font-size: 15px}
}

.footer {
  background-color: MidnightBlue;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  color: white;

}

.auto-style1 {
	text-decoration: none;

}

.auto-style2 {
	color: #FFFFFF;
}



@media only screen and (max-width: 300px) {
  .footer {font-size: 12px}
}

hr.bargreen {
  border: 5px solid MidnightBlue;
  border-radius: 5px;
}


.dropbtn8 {
  background-color: MidnightBlue;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn8:hover, .dropbtn8:focus {
  background-color: #3e8e41;
}

#userInput {
  box-sizing: border-box;
  background-image: url('images/LIAC_searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#userInput:focus {outline: 3px solid #ddd;}

.dropdown8 {
  position: relative;
  display: inline-block;
}

.dropdown8-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown8-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}



.dropdown8-content a:hover {background-color: #ddd;}

.dropdown8:hover .dropdown8-content {display: block;}

.dropdown8:hover .dropbtn8 {background-color: #3e8e41;}


.show {display: block;}



.maq {
  background-color:  red;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  font-size: 18px;
  border-radius: 15px
  }

.maq:hover {
  opacity: 1;
  background-color: navy;

}


.FDLFalert {
  padding: 20px;
  background-color: red;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}


.closebtn450 {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn450:hover {
  color: black;
}

.auto-style10 {
	color: yellow;
}


.btn250 {
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 16px;
  
  background-color: navy;
  color: white;
  position: relative;
  text-decoration: none
}

.FDLFtag21 {
  width: 60px;
  font-size: 14px;
  cursor: pointer;
  padding: 4px;
  position: absolute;
  right: -25px;
  top: -12px;
  text-align: center;
  border-radius: 25px;
  transform: rotate(20deg);
  background-color: #ff9800;  
  color: white;
  text-decoration: none

 
}




.pic { 
        border:thick;border-bottom-color:white; border-radius: 10px;
  }


.col-container {
  display: table;
  width: 100%;
}
.col {
  display: table-cell;
  padding: 16px;
  border:thick;border-bottom-color:white; border-radius: 10px;
  width: 33.3%;


}

@media only screen and (max-width: 600px) {
  .col { 
    display: block;
    width: 100%;
  }
}
  
 .pic { 
        border:thick;border-bottom-color:white; border-radius: 10px; 
  }



.auto-style102 {
	color: yellow;
	text-decoration:none;
}

.hyper-gen {
	 
	text-decoration: none;
	color:white;

}



.auto-style100 {
	text-decoration: none;

}

.auto-style200 {
	color: #FFFFFF;
}

.pic { 
        border:thick;border-bottom-color:white; border-radius: 10px;
  }


video {
  width: 100%;
  height: auto;
}



.metro1 {
text-decoration:none;
text-align:center;
background: #011301; color:white; padding: 5px; border:thick; border-right-style:solid; border-radius: 10px;
  }


.auto-style102 {
	color: yellow;
	text-decoration:none;
}

.hyper-gen {
	 
	text-decoration: none;
	color:white;

}



.watch-tr {
  width: 560px;
  height: 315px;
}



@media screen and (max-width: 650px) {
  .watch-tr {
  width: 100%;
  height: auto;
  
  }
}


.pic { 
        border:thick;border-bottom-color:white; border-radius: 10px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);

  }  
  
  
 
.metro209 {
  border-radius: 5px;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  padding: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  color:white;
  text-decoration:none;
}



/* FDLF Foundation ends here */

