/* 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." */

body {

  .pageborder{
   background-image: url('background.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 150%;
color: white;
  border: 5px solid pink;
  margin: 30px;
  padding: 10px;
}
  .urlcolor{
a:link {
  color: hotpink;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: darkred;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
    
  }
background-color: pink
  }
  header{
.Header {
  margin: auto;
  margin-left: 500px;
  width: 200px;
      }
 .HeaderPicture {
    margin: auto;
    width: 260px;
   height:100px;
    border: 5px solid orange;
   border-radius: 5px
  } } 
      nav{
        margin:auto;
        border: 4px solid black;
        background-color: darkorange;
        
        border-radius: 5px;
        .navigationtitle{
          margin-left:20px;
          
        }
        .navigationcolumns{
         display: grid;
         grid-template-columns: 25% 25% 25% 25%;
        
        margin:0px;
        width:auto;
        height:auto;
            .link0{
            border: 2px solid black;
            border-style: solid none none none;
            .link0text{
             margin:auto;
              text-align: center;
              padding:auto;
            }
           
          }
  .link1{
            border: 2px solid black;
            border-style: solid solid none none;
            .link1text{
             margin:auto;
              text-align: center;
              padding:auto;
            }
           
          }
          .link2{
            border: 2px solid black;
            border-style: solid solid none solid;
            .link2text{
             margin:auto;
              text-align: center;
              padding:auto;
            }
          
          }
          .link3{
            border: 2px solid black;
            border-style: solid none none none;
           .link3text{
             margin:auto;
              text-align: center;
              padding:auto;
            }
            
           
          }
        }

      }
  section{ 
    .socialmedialist{ 
      border: 4px solid black; 
      height:auto; width: 250px; 
      margin-left: 23px;
      background-color: orange; 
      border-radius: 5px; 
      
    } 
    .socialmediatitle{ 
      border: 4px solid black; 
      height:auto; 
      width: 305px; 
      margin-left: 1px;
      background-color: darkorange; 
      border-radius: 5px; 
    } 
        .section{
        border: 5px solid black;
        border-style: solid solid solid solid;
        background-color: orange;
        margin-right: 580px;
        .sectiontitleborder{
        border: 4px solid black;
        border-style: solid none solid none;
        background-color: darkorange;
        .sectiontitle{
        margin-left:10px;
            }
        }
            .subsectiontitle{
            margin-left:10px;
                h4{color:deeppink;}
                ins{color:deeppink;}
            }
        .sectiontext{
        margin-left: 10px;
            }
        }
    
    }
    aside{
        .sidecontent{
            border: 5px solid black;
            width: 500px;
            height: 500px;
            background-color: orange;
            position: relative;
            left: 600px;
            bottom: 211px;
            .picturetext{
             border: 5px solid black;
            width: 500px;
            height: 80px;
            background-color: orange;
            position: relative;
            right: 5px;
            top: 500px;
                
                
                
            }
        }
            .picture{
            border: 5px solid black;
                width: 250px;
                height: 250px;
            position: relative;
            left: 600px;
            bottom: 720px;
                
                
            }
  }
      h1{
        color:lightpink;
      }
    h3{
        color:lightpink;
    }
      h4{
        color:lightpink;
        
      }
    ins{
        color:lightpink;
    }
    p{
        color:deeppink;
    }
      li{
        color:deeppink;
      }
footer{
          border: 2px solid black;
        border-style: solid solid solid solid;
        background-color: orange;
        text-align: center;

  
}