  
           @import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wdth,wght@0,5..1200,87.5..112.5,300..900;1,5..1200,87.5..112.5,300..900&display=swap');
@import url(https://fonts.bunny.net/css?family=astloch:400,700);
/* för att använda typsnittet ovan: font-family: 'Astloch', display; */
@import url(https://fonts.bunny.net/css?family=zilla-slab-highlight:400,700);
   /* font-family: 'Zilla Slab Highlight', display; */
@import url(https://fonts.bunny.net/css?family=jacquard-12-charted:400|jacquard-24-charted:400);
   /*font-family: 'Jacquard 12 Charted', display;
font-family: 'Jacquard 24 Charted', display; */
@import url(https://fonts.bunny.net/css?family=jacquarda-bastarda-9-charted:400);
/* font-family: 'Jacquarda Bastarda 9 Charted', display; */
@import url(https://fonts.bunny.net/css?family=zilla-slab:300,300i,400,400i,500,500i,600,600i,700,700i);
/*font-family: 'Zilla Slab', serif; */
@import url(https://fonts.bunny.net/css?family=almendra-display:400);
/* font-family: 'Almendra Display', display;*/
   
   
   
   
            /* these are variables that are being used in the code
    these tended to confuse some people, so I only kept 
    the images as variables */

            :root {
            

                /* colors */
                --content: #F2E9E4;
            }

            /* if you have the URL of a font, you can set it below */
            /* feel free to delete this if it's not your vibe */

            /* this seems like a lot for just one font and I would have to agree 
    but I wanted to include an example of how to include a custom font.
    If you download a font file you can upload it onto your Neocities
    and then link it! Many fonts have separate files for each style
    (bold, italic, etc. T_T) which is why there are so many!
    
    */

/*weight: Use a value from 300 to 900
 width: Use a value from 87.5 to 112.5
 uniquifier: Use a unique and descriptive class name*/


            body {
                font-family: 'Playfair', serif;
                margin: 0;
                background-color: #F2E9E4;
                background-image: url('/layout/background/postkontora-bakgrund-1683.jpg');
                background-repeat: no-repeat;
                background-attachment: fixed; 
                background-size: 100%; 
                /* you can delete the line below if you'd prefer to not use an image */
            }


            /* below this line is CSS for the layout */

            /* this is a CSS comment
    to uncomment a line of CSS, remove the * and the /
    before and after the text */


            /* the "container" is what wraps your entire website */
            /* if you want something (like the header) to be Wider than
    the other elements, you will need to move that div outside
    of the container */
            #container {
                max-width: 900px;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                /* this centers the entire page */
            }

            /*all links EXCEPT for the navigation */
            #container a {
                color: #A06661;
                font-weight: bold;
                /* if you want to remove the underline
      you can add a line below here that says:
      text-decoration:none; */
            }

            #header {
                width: 100%;
                height: 100%;
                /* if you want to put images IN the header, 
      you can add them directly to the <div id="header"></div> element! Här nedan låg tidigare "background-image: url('länktillheaderbild');"*/
                background-image: url('/layout/header/header-spindelnat.png');
                background-size: 100%;
            }
            
                            
  .headertext {
        font-family: 'Jacquarda Bastarda 9 Charted', display;
        font-weight: 400;
        font-size: 60px;
        text-align: center;
        padding-top: 60px;
        color: #281b1b;
        text-shadow: 1px 1px 2px #000000, 0 0 45px #838E83, 0 0 5px #575E58;
    }
                
   .anfang::first-letter {
        font-family: "Zilla Slab Highlight", display;
        font-size: 35px;
        vertical-align: baseline;
        line-height: 20px;
        color: #45303D;
    }
               
            

            /* NAVIGATION */
            #navbar {
                height: 45px;
              
                /* navbar color */
                width: 100%;
            }

            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }

            #navbar li {
                padding-top: 15px;
              
            }

            /* navigation links*/
            #navbar li a {
                color: #A06661;
                /* navbar text color */
                font-weight: 800;
                text-decoration: none;
                background-color:#F2E9E4;
                padding: 2px 5px;
                text-align: center;
                display: inline-block;
                border: 1px dotted #E2C8C4;
                border-radius: 10px;
                
            
                /* this removes the underline */
            }

            /* navigation link when a link is hovered over */
            #navbar li a:hover {
                color: #A06661;
                text-decoration: underline;
                
            }

            #flex {
                display: flex;
            }

   


            /* this is the color of the main content area,
    between the sidebars! jag har tagit bort färg, ram o.s.v. För att lägga tillbaks, skriv in "background-color: #FBFBF2", "padding: 20px", "border: 1px dotted #E2C8C4", "border-radius: 10px"   */
            main {
             padding: 20px
            }
       
      
      .box20{
background:url(/layout/main/back01.gif);
box-shadow:2px 2px 5px #000;
box-sizing:border-box;
margin: 0 auto;
padding:20px;
position:relative;
width:600px;
left:150px;
}
.icon01 {
background:url(/layout/main/gem-litet-RSCO-Paper-Clip-on-Paper.png) no-repeat;
height:85px;
position:absolute;
right:10px;
top:-4px;
width:27px
} 
     
            /* this colors BOTH sidebars
    if you want to style them separately,
    create styles for #leftSidebar and #rightSidebar */
            aside {
                width: 50px;
                padding: 0px;
                position:absolute;
                top:200px;
                right:330px;
                font-size: smaller;
                /* this makes the sidebar text slightly smaller */
            }
            
       .welcome{
position:absolute;
left:225px;
top:250px;
}



            /* what's this "order" stuff about??
    allow me to explain!
    if you're using both sidebars, the "order" value
    tells the CSS the order in which to display them.
    left sidebar is 1, content is 2, and right sidebar is 3! */

          



            footer {
                
                /* background color for footer */
                width: 100%;
                height: 40px;
                padding: 10px;
                text-align: center;
                /* this centers the footer text */
            }


.container {
  display: flex;
   flex-wrap: wrap;
   justify-content: center;
  align-items: center;
  background-color: #F2E9E4;
}

.container div {
  background-color: #F2E9E4;
  margin: 5px;
  padding: 0px;
  font-size: 30px;
}

            h1,
            h2,
            h3 {
                color: #240A14;
            }

            h1 {
                font-size: 25px;
            }

            strong {
                /* this styles bold text */
                color: #240A14;
            }

        
            

            /* CSS for extras */

            #topBar {
                width: 100%;
                height: 30px;
                padding: 10px;
                font-size: smaller;
                background-color: #C9ADA7;
            }


            /* BELOW THIS POINT IS MEDIA QUERY */

            /* so you wanna change the width of your page? 
    by default, the container width is 900px.
    in order to keep things responsive, take your new height,
    and then subtrack it by 100. use this new number as the 
    "max-width" value below
    */

            @media only screen and (max-width: 800px) {
                #flex {
                    flex-wrap: wrap;
                }

                aside {
                    width: 100%;
                    order: 2;
                }

                /* the order of the items is adjusted here for responsiveness!
      since the sidebars would be too small on a mobile device.
      feel free to play around with the order!
      */
                main {
                    order: 1;
                }

                

                #navbar ul {
                    flex-wrap: wrap;
                }
            }
 
      