﻿
/* FDLF Start here */

body {margin:0;font-family:Arial}

.topnav {
  overflow: hidden;
  background-color: ;
  max-width:850px;
  margin: auto;
  

}

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

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

.topnav .icon {
  display: none;
}

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

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #000000;
  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: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #000000;
  color: white; 
  text-transform:uppercase;
  font:caption;
  border-bottom: 3px solid red;  


}

.dropdown-content a:hover {
  background-color: #000000;
  color: white;
}

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



.content {
  max-width:850px;
  margin: auto;
   padding: 10px;
}





.hr {
  color:#000000; 
  padding: 4px 6px;
  background-color:#000000; 
 max-width:100%;
  margin: auto;

  }







.foot {
background-color:#000000; 

  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 14px;
   max-width:100%; 

  padding: 10px;

}

.auto-style101 {
	color: white; 
	text-decoration: none;

}


 






* {
  box-sizing:border-box;
}

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

.container {
  padding: 64px;
}

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

.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

.large-font {
  font-size: 48px;
}

.xlarge-font {
  font-size: 64px
}

.button {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: #04AA6D;
  max-width: 100%;
  text-decoration: none;

}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 130%;
    text-align: left;
  }
  img {
    margin: auto;
  }
}





.pot {
  color: black; 
    padding: 14px 16px;
  font-size: 28px;
  background-color:; 
 max-width:100%;
  margin: auto;
  /* Full height */
  height:420px;
       background-image:url('images/selt-test.jpg'); 
  background-position:center;
  background-repeat:no-repeat;
  background-size: cover;
 
   

  }


  

.navbar {
  overflow: hidden;
  background-color: ; 
  width:100%;
   
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #000000; 
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

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

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

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color:#000000;
  color: white; 
    text-transform:uppercase;
  font:caption;
  border-bottom: 3px solid red;  
  }

.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: #000000; 
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #000000; 

}

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








.dropbtn5 {
  background-color: red; 
   color: white;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;  
  max-width: 100%;
  border:none;


  }

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

.dropdown-content5 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  max-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }

.dropdown-content5 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
 

}

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

.dropdown5:hover .dropdown-content5 {display: block;}

.dropdown5:hover .dropbtn5 {background-color: navy;}









.compact {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}


.active2, .compact :hover {
  background-color: red;
  color: white;

}


.compact:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.active2:after {
  content: "\2212";
}


.panel {
  padding: 0 18px;
  background-color: white;
  font: gray;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


body {
  background-color: #f1f1f1;
  padding: 20px;
  font-family: Arial;
}



.seltmain {
  max-width: 1000px;
  margin: auto;
}





h1 {
  font-size: 36px;
  }




.auto-style30 {
	color: gray;
}




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

.btn5:hover {
 background-color: red;

}



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


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


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

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

}








/* FDLF breaks here */
