* {margin: 0; 
    padding: 0;
    font-family: Risque, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    border: 12px;
    border-color: black;
}

body {
    background-color: aquamarine;
    background-image: url('img/cannabis.jpg');
    opacity: 0.88;
}

/* Container needed to position the overlay. Adjust the width as needed */
.container {
    position: relative;
    width: 100%;
    max-width: 1000px;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
    position: absolute;
    top: 1%;
    left: 19%;
    width: 9%;
    opacity: 1;
}

header img {
    max-height: 300px;
    width: 100%;
    background-image: url('img/415150878fire-flames-burning-close-up-animated-gif-image.gif');
    display: block;
}

#wrapper {
    max-width: 1000px;
    margin: 0 auto ;
    /* opacity: 0.3; */
    /* background-image: url('img/cannabis.jpg'); */
    background-color: whitesmoke;
}

#wrapper2 {
    max-width: 1000px;
    margin: 0 auto;
    background-color: whitesmoke;

}

nav {
    overflow: hidden;

}

nav a {
    display: block;
    width: 20%;
    float: left;
    color:white;
    text-align: center;
    background-color: darkcyan;
    text-decoration: none;
    padding: 15px 30px;
    transition: all 1s;
}

nav a:hover {
    background-color: green ;
    cursor: pointer;
    font-size: larger;
    
}

.active {
    background-color: darkgreen;
}

article {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 20px;
}

article h1 {
    font-size: 30px;
    text-align: center;
    margin: 0 10% 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid green;
}

img.left {
    width: 25%;
    margin: 0px 10px 10px 0;
    float: left;
    border-radius: 20% 20%;
}

/* section {
    width: 60%;
    margin: 0px 10px 10px 0;
    float: left;
}
 */
img.right {
    width: 15%;
    margin: 0px 10px 10px 0;
    float: right;
    border-radius: 20% 20%;
}

article p {
    text-align: justify;
    line-height: 25px;
    font-size: 18px;
    padding: 15px 0;
}

iframe {
    width: 100%;
    height: 300px;
    opacity:1;
}

footer {
    height: 40px;
    background-color: darkgreen;
    color: white;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
}

li {
    text-indent: 1ch;
    margin-left: 1ch;
    padding: 7px;
}