html, body {
    margin: 0;
    padding: 0;
    background-color:rgba(231, 153, 8, 0.137);
    font-family: 'Handlee', cursive;
}
/* ************/
/* Container  */
/* ************/

header {
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color:rgb(250, 192, 85);
    color: white;
    padding: 20px;
    box-shadow: #444 0 0 8px;
    }

style{
    text-align: right;
    
        
}

nav ul {
    text-align: right;
}

nav li {
    display: inline-block ;
    width: 250px;
    
    }

main {
    padding-bottom: 200px;
        background-color:rgba(231, 153, 8, 0.411);
}

#main1 {
    display: flex;
    color: white;
    width: 100%;
    padding-bottom: 20px;
    
}

#main2 {   
    background-color: wheat;
    color: gray;
    width: 93%;
    height: 100%;
    font-size: 30px;
    padding: 10px;
    margin-right: 30px;
    margin-left: 30px;
    box-shadow: #444 0 0 8px;
   
}

#main3 {
    display: flex;
    justify-content: space-around;
    color: white;
    width: 100%;
    padding-bottom: 20px;
}


footer {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(245, 229, 201);
    color: gray;
    align-items: center;
    /* width: 100vw; */
    padding: 20px;
    box-shadow: black 0 0 8px;
   
   }

aside {

    background-color: wheat;
    color: gray;
    width: 600px;
    height: 100%;
    font-size: 30px;
    padding: 10px;
    margin-top: 50px;
    margin-right: 30px;
    box-shadow: #444 0 0 8px;
}

/* ************/
/* ID's       */
/* ************/

#Gummi {
    width: 90%;
    height: auto;
    margin: 20px;
}

#bild {
    text-align: center;
    padding-top: 20px;
}

#B1 {
    text-align: center;
    padding-top: 20px;
    width: 90%;
    height: auto;
    margin: 20px;
}

#B2{
    text-align: center;
    padding-top: 20px;
    width: 90%;
    height: auto;
    margin: 20px;
}

#B3 {
    text-align: center;
    padding-top: 20px;
    width: 90%;
    height: auto;
    margin: 20px;
}

.bilddiv {
    width: 30%;
}
#Angie {
    display: inline-block;
}

#Navigation {
   font-size: 30px;
   text-decoration: none; 
}


h1 {
    font-size: 60px;
    color: white; 
    text-shadow: black 0.1em 0.1em 0.2em;
    margin-top: 0;
    margin-left: 40px;
}

h2 {
    margin: 0;
    display: inline-block;
    font-size: 40px;
    text-shadow: black 0.1em 0.1em 0.1em;
}
 
h3 {
    margin: 0;
    text-align: center;
    font-size: 40px;
    text-shadow: black 0.1em 0.1em 0.1em;
    color: gray;
}
 

p {
     font-size: 20px;
     /* text-align: center; */
 }

 a {
     font-size: 20px;
     text-decoration: none; 
 }

li {
    list-style-type: none;
}


    #menu {
        font-size:14px;
        position:absolute;
        right: 20px;
    }

    #menu ul {
        list-style-type:none;
        margin:0;
        padding:0;
    }

    #menu li.topmenu {
        float:left;
        margin: 10px;
        box-shadow: black 0.2em 0.2em 0.5em;
    }

    .topmenu a {
        float:left;
        width:120px;
        text-align:center;
    }

    .topmenu ul{
        display:none;
    }

    .topmenu a, .submenu a{
        padding:15px;
        color:white;
        font-weight:bold;
        text-decoration:none;
        background-color:#985905;
        margin:0;
    }

    .submenu a{
        font-size:12px;
        width:120px;
        position:relative;
        clear:both; 
    }

    #menu a:hover, .topmenu.on a {
        color:white;
        background-color:#BF7818 
    }

    .topmenu:hover ul {
        display:block;
        z-index:500;
    }