@charset "UTF-8";
/*  
Author: David wysocki
Course: ITWP 1000
File: styles.css
Hello, this is my CSS for my Top Five ttng songs homework5.
*/
body {
 /* this is the new backround covering the old one that i orriganly had! */   
 background:rgb(78, 0, 0) url(R.jpg) no-repeat fixed center;
  }
  /* this is the new backround covering the old one that i orriganly had! */   
.list{
    color: red;
    font-size: 20px; 
    list-style-type: square; 
    list-style-position: outside; 
    padding: 20px; 
    text-align: center; 
    cursor: pointer; 
}
/* this is the new backround covering the old one that i orriganly had! */   
.list1{
   
    list-style-position: inside;
    list-style-image: url(RRRR.png);
    border-collapse: separate;
    table-layout: fixed;
    border-spacing: 8px;
    color: red;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
/* this is the new backround covering the old one that i orriganly had! */   
table{
    color: white;
    border: 1px solid red;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 60px;
    cursor: pointer;
    
}
/* this is the new backround covering the old one that i orriganly had! */   
html {
    cursor: url('RRRR.png'), default;
  }

/* this is the new backround covering the old one that i orriganly had! */   
.hyper{
    text-align: center;
    height: 300px;
    width: 300px;
   padding-top: 5%;
   padding-bottom: 20%;
   padding-right: 20%;
   padding-left: 20%;
    border: solid 5px red;
    margin: auto;
    color: white;
    font-size: large;
    position: relative;
    opacity: 0.8;
    box-shadow: 10px 5px 5px lightseagreen;
}

#div{
    background-color: lightslategray;
    overflow: hidden;
    
}

#div2{
    background-color: lightsteelblue;
    overflow: auto;
   
}

#div3{
    background-color: gray;
    overflow: scroll;
    
}


/* this is the new backround covering the old one that i orriganly had! */   
h2{
    color: white;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* this is the new backround covering the old one that i orriganly had! */   
.AL:before{
    content: url(RRRRR.jpg);
    padding-right: 50px;
    float: right;
}
/* this is the new backround covering the old one that i orriganly had! */   
.AL:after{
   content: url(!.jpg);
   float: left; 
}
/* this is the new backround covering the old one that i orriganly had! */   
img{
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 15%;
   
}
/* this is the new backround covering the old one that i orriganly had! */   


/* Im using an ID selector here to style the number 5 song, the only reason i did it this way was for the assignment*/
#number5 {
    
    color:pink;
    padding: 80px;
    text-align: center;
    font-variant: small-caps;
    letter-spacing: 4px;
    word-spacing: 2px;
    line-height: 1.1px;
    text-transform: uppercase;
    
    
}

/* Im using an ID selector here to style the number 5 song, the only reason i did it this way was for the assignment*/
#number4 {
    
    color:rgb(0, 174, 255);
    padding: 80px;
    text-align: center;
    font-variant: small-caps;
    letter-spacing: 4px;
    word-spacing: 2px;
    line-height: 1.1px;
    text-transform: uppercase;

}

/*Im using an ID selector here to style the number 5 song, the only reason i did it this way was for the assignment */
#number3 {
    
    color:rgb(0, 255, 85);
    padding: 80px;
    text-align: center;
    font-variant: small-caps;
    letter-spacing: 4px;
    word-spacing: 2px;
    line-height: 1.1px;
    text-transform: uppercase;

}

/* Im using an ID selector here to style the number 5 song, the only reason i did it this way was for the assignment*/
#number2 {
    
    color:gold;
    padding: 80px;
    text-align: center;
    font-variant: small-caps;
    letter-spacing: 4px;
    word-spacing: 2px;
    line-height: 1.1px;
    text-transform: uppercase;

}

/*Im using an ID selector here to style the number 5 song, the only reason i did it this way was for the assignment */
#number1 {
    
    color:fuchsia;
    padding: 80px;
    text-align: center;
    font-variant: small-caps;
    letter-spacing: 4px;
    word-spacing: 2px;
    line-height: 1.1px;
    text-transform: uppercase;

}

/* this is the web font that you wanted created along with font whight and font variant*/
#header {
    font-family: 'BodyCopy';
    font-size: 74px;
    color: aliceblue;
    text-align: center;
    font-weight: normal;
    font-variant: small-caps;
    letter-spacing: 4px;
    word-spacing: 2px;
    line-height: 1.1px;
    text-transform: uppercase;
    text-shadow: 2px 2px red;
}
/*Im using an @fontface here to style the text in my HTML doc*/

@font-face {
    font-family: "BodyCopy";
    src: local("style.ttf"), local(BodyCopy),
    url("style.ttf");
}

/* Styling the title tag */

#title {
    font-family: 'BodyCopy';
    font-size: 40px;
    color: aliceblue;
    text-align: center;
    font-weight: normal;
    font-variant: small-caps;
    letter-spacing: 4px;
    word-spacing: 2px;
    line-height: 1.1px;
    text-transform: uppercase;
    text-shadow: 2px 2px red;


}

/* this styles all my p tags */
.P1 {

font-family: Arial, Helvetica, sans-serif;
color: yellow;
text-align: center;
font-size: 28px;
font-weight: bolder;
font-variant: small-caps;
line-height: 1.5;
text-indent: 40px;
}

/* this isnt doing anything was trying to implement dif p styles  */



/* styling */
.ttng {

text-align: center;
font-size: 30px;
color: rgb(255, 30, 0);
}

/* .p11 is a linking class for a pargragh with the following styles*/
/*.P11 {
    font-size: 25px;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    quotes: "“" "”";
}
*/

/* the link color, styles the links when hovered, clicked, active and visited */
a {
    text-decoration: none;
    font-size: 2em;
}

a:link {
    color: darkred;
    border-bottom: 1px solid red;
}

a:visited{
    color: darkred;
    border-bottom: 1px solid red;
}

a:hover {
    color: red;
    border-bottom: 1px solid pink;
}

a:active {
    color: pink;
    border-bottom: 1px solid pink;
}

