/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


#tittel {
  color: white;
  text-shadow: 0 0 30px blue, 0 0 15px white;
  font-size: 30px;
  font-family: "Arial Narrow", sans-serif;
  max-width: 780px;
  letter-spacing: 10px;
  border: hidden;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

#PNF {
  color: white;
  text-shadow: 0 0 30px blue, 0 0 15px white;
  font-family: "Arial Narrow", sans-serif;
  letter-spacing: 5px;
  margin:auto;
}

#container {
  max-width: 900px;
  margin: auto;
  /*border: 3px double white;*/
  /*border-radius: 2px;*/
  background-image:linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,150,1));
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-size:17px;
  height: 1000px;
  }
  
  #container2 {
  text-align: right;
  max-width: 900px;
  margin: auto;
  /*border: 3px double white;
  border-radius: 2px;*/
  background-image:linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,150,1));
  color: white;
  font-family: "Times New Roman", Times, serif;
  max-height: 700px;
  }


#container a {
  color:white;
  font-weight: bold;
  text-decoration: none;
}

  
#header {
  width: 100%;
  height: 150px;
  background-image: url('images/quasar.png');
  background-size: 100%;
  background-color: blue;
  background-blend-mode: hard-light;
  }

#navbar {
  height: 40px;
  background-color: black;
  width: 100%;
  padding: 0px;
  }
 #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }

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

            /* navigation links*/
            #navbar li a {
                color: blue;
                /* navbar text color */
                font-weight: 800;
                text-decoration: none;
                /* this removes the underline */
            }

            /* navigation link when a link is hovered over */
            #navbar li a:hover {
                color: white;
                text-shadow: 0 0 3px white;
            }
            
  
            #flex {
                display: flex;
            }



 /* aside {
    width: 200px;
    height: 700px;
    padding: 20px;
    border-right: 2px;
    border-right-style: solid;
    font-size: smaller;
  } */


main {
    flex: 1;
    padding: 20px;
    /*order: 2;*/
            }


footer {
    background-image: url('images/pearltexture2.jpg');
    /*background-color: blue;*/
    /*background-blend-mode: screen;*/
    height: 40px;
    max-width:880px;
    padding: 10px;
    margin:auto;
    border: 3px double white;
    border-radius: 2px;
    font-family: "Arial Narrow", sans-serif;
    font-size: 30px;
    font-weight: 100;
    color: blue;
    /* this centers the footer text */
            }
          
.texttype2 {
  color: white;
  text-shadow: 0 0 3px white;
  font-family: "Times New Roman", Times, serif;
}


      

/*
.paragraph {
    display: flex;
    flex-basis: auto;
  max-width: 750px;
  border: 10px hidden;
  border-radius: 2px;
  background-image:linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,255,0.4), rgba(255,255,255,1));
  padding:15px;
    margin:10px 20px;
  margin:auto;
  color: white;
  height: 300px;
    box-sizing: border-box;
}
*/

body {
  background-image: url('images/Galaxy2.gif');
  color: white;
  font-family: "Arial Narrow", sans-serif;
  text-align: center;
  min-height: 1000px;
  max-width: 2000px;
  /*display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-evenly;
  align-items: center;*/
  border: 8px solid white;
}
