﻿


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}



.topnav {
  border-top: 5px solid tomato;
	overflow: hidden;
	background-color:black; 
	    border-left-color: ;
	border-left-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: black;
  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;
   background-color: ; 
      color: tomato; 
  }
}

@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;
  }
}


.mage {
border-radius: 5px;
border-color:navy;
height:auto;
max-width: 65%; 
  }


@media screen and (max-width: 992px) { 
  .mage {
    max-width: 40%;
     border-radius: 5px;
    border-color:navy;
    height:auto; 
   
   
    

  }
}







.navbar-base {
  overflow: hidden; 
  max-width:100%;
   border-bottom: 10px solid black;
	display: flex;
            justify-content: space-around;
            background-color: tomato; 
           border-left-color: ;
	border-left-width: ;
	border-right-width: ;
	border-top-style: none;
	border-top-color: ;
	border-top-width: ;

   
}

.navbar-base a {
  float: left;
  font-size: 16px;
  color: white; 
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown-base {
  float: right; 
    overflow: hidden;
 }

.dropdown-base .dropbtn-base {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white; 
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar-base a:hover, .dropdown-base:hover .dropbtn-base {
  background-color:#000000;
  color: white; 
  text-transform:uppercase;
  font:caption;
  border-bottom: 3px solid red;  
}

.dropdown-content-base {
  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-base a {
  float: none;
  color: #000000; 
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content-base a:hover {
  background-color: #000000; 

}

.dropdown-base:hover .dropdown-content-base {
  display: block;
}





.content { 
  max-width: 1200px;
  margin: auto; 

}










        .container {
            max-width: 100%;
            margin: 2rem auto;
            padding: 1rem;
            background-color: white;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        footer {
            text-align: center;
            padding: 1rem 0;
            background-color: black;
            color: white;
            position:;   
            bottom: ; 
            width: 100%;
            text-decoration:none;
            border-radius: 5px; border: 5px; border-right-style: solid; border-right-color: black; border-left-style: solid; border-left-color: black;
            border-top-style: ; border-top-color: ; border-bottom-style: solid; border-bottom-color: tomato;

        }
        
        
        .auto-style101 {
	color: white;  
	text-decoration: none;

}


.hyper-gen {
	 
	text-decoration: none;
	color:white;

}


.hyper-button {
	 
	text-decoration: none;
	background-color: black;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  border-radius: 5px;

}

        
        
        form {
            display: flex;
            flex-direction: column;
        }
        label {
            margin-top: 1rem;
        }
        input, textarea {
            padding: 0.5rem;
            margin-top: 0.5rem;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        button {
            margin-top: 1rem;
            padding: 0.5rem;
            background-color: black;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        button:hover {
            background-color: #555;
        }
        
        
     * {
  box-sizing: border-box;
}

.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;
  }

 
   



.gallerySlides {display: none;}
img {vertical-align: middle;}


.galleryslideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
 border-radius: 10px;
}


.gallerytext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.gallerynumbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: black;
}


.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 300px) {
  .gallerytext {font-size: 11px}
}







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: black;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  
}

button:hover {
  opacity: 0.8;
  background-color: red;

}


.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}


.modal {
  display: none;
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}


.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; 
  border: 1px solid #888;
  width: 80%; 
}


.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}


.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}


@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}



 .container25 {
            padding: 16px;
        }
        h1, h2 {
            color: white;
        }
        .typewriter {
            display: inline-block;
            border-right: 2px solid black;
            white-space: pre-line;
            overflow: hidden;
            font-size: 18px;
            display: block;
            margin-bottom: 20px;
        }



.auto-style102 {
	color: yellow;
	text-decoration:none;
}




.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}



.FDLF-Seltalert {
  padding: 20px;
  background-color: black;
  color: white;
  border-radius: 10px;
}

.closebtn256 {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn256:hover {
  color: yellow;
}

.maq {
  background-color:  red;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  font-size: 18px;
  border-radius: 5px
  }

.maq:hover {
  opacity: 1;
  background-color: black;

}



.auto-style100 {
	text-decoration: none;

}

.auto-style200 {
	color: #FFFFFF;
}



video {
  width: 100%;
  height: auto;
}


