* {
    padding:0;
    margin:0;
    font-family: sans-serif;
}
a{
    color: inherit ;
    text-decoration: none;
}
.medsos{
    padding:5px 0;
    background-color: black
}
.medsos ul li {
    display: inline-block;
    color: beige;
    margin-right: 10px;
}
.container {
    width: 80%;
    margin:0 auto;
}
.container:after{
    content: "";
    display: block;
    clear: both;
}
header h1{
    float: left;
    padding:15px 0px;
    color: black;
}
header ul{
    float: right;
}
header ul li {
    display: inline-block;
}
header ul li a {
    padding:25px 20px;
    display: inline-block;
}
header ul li a:hover {
    background-color:black;
    color: ivory;
}
.active{
    background-color:black;
    color: ivory;
}
.banner{
    height: 60vh;
    background-image: url(avocado.jpg) ;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
}
.banner :after{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom:0px;
}
.banner h2{
    color:black;
    z-index: 5;
    padding:20px 25px ;
    border: 3px solid black;
    border-style: dashed;
}
section{
    padding: 50px 0;
}
section h3{
    text-align: center;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    outline-style: auto;
}
table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    color:hsl(249, 96%, 27%);
    border-style: dotted;
}
section h3{
    text-align: center;
    padding: 120px 0;
    color: black;
    margin-bottom: 20px ;
}
.about{
    color: black;
    text-align: center;
    line-height: 25px;
}
footer{
    padding: 30px 0;
    background-color: black;
    color: white;
    text-align: center;
}
.label{
    background-color: black;
    color: white;
}
.gallery{
    margin: 5px;
    width: auto;
    float: inline-start;
}
.gallery img {
    width: 200px;
    height: auto;
}
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
 body{background-image: url(cloud.jpg);
 	background-size: 100%
 }