


/* IMAGE HEADER */
#cf {
  position:relative;
  height:90px;
  width:90px;
  margin:5px 20px; auto;

float:left;
  }

#cf img {
border-radius:30px;
box-shadow:5px 5px lightgray; 
position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}


* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

/* Back ground */
body{
background-image: url('amgo.jpg'); 
background-repeat: no-repeat; 
background-attachment: fixed; 
background-size: 100% 100%;"
}

/* Style the header */
.header {
  background-color: white;
  background-image: linear-gradient(to right,White,lightgray);
padding: 5px;
  text-align: left;
  border-radius:30;
  width:100%;
  border: 2px solid blue;
  Height:110px;
  text-shadow:2px 2px 4px yellow;


  }

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
background-image: linear-gradient(to right, yellow , red);
border: 1px solid Hotpink;
border-radius:30;
}



/* Style the topnav links */
.topnav a {
  
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 60px;
  text-decoration: none;
}



/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;

}

/*drop button */

ul {
  list-style-type: none;
MArgin:0;
border-radius:30px;
font-size:20px;
 height:50px;
  overflow: hidden;
background-image: linear-gradient(to right, yellow , red);
padding: 0px 200px ;
text-align: center;

}

li {
  float: right;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}

li a:hover, .dropdown:hover .dropbtn {
  background-color:lightblue;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  border-radius:30px;
border:0.5px solid green; 
display: none;
  position: absolute;
  background-color: lightgray;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
font-size:15px;

}

.dropdown-content a:hover {
border-radius:15px;
background-color:hotpink;}

.dropdown:hover .dropdown-content {
  display: block;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}

li a:hover, .dropdown:hover .dropbtn {
  background-color:lightblue;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  
display: none;
  position: absolute;
  background-color: lightgray;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
font-size:15px;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Second button*/
li a, .dropbtn1 {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}

li a:hover, .dropdown1:hover .dropbtn1 {
  background-color:lightblue;

}

li.dropdown1 {
  display: inline-block;
}

.dropdown-content1 {
border-radius:30px;
border:0.5px solid green;  
display: none;
  position: absolute;
  background-color: lightgray;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
font-size:15px;
}

.dropdown-content1 a:hover {background-color: #f1f1f1;}

.dropdown1:hover .dropdown-content1 {
  display: block;
}

/* Coloumn Addition*/

.column {
  float: left;
  width: 50%;
height:400px;

  padding: 15px;
border:1px solid red;

}
/* Slider Image */
* {box-sizing: border-box
}

body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
/*img {vertical-align:middle;
height:400px;
}*/

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
float:left;
  border:1px solid gray;

margin: 10px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators 
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}*/

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
