/*styles.css*/
/*Ashley Crawford*/
/*ITWP 1050*/
/*style sheet for homework6*/

/*body style*/
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size:18px ;
}

/*h1 style*/
h1 {
    color:#72136d;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px;
    border-style: solid;
    font-size: 45px;
    text-align: center;
    font-family: 'quicksandlight', Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    opacity: .6;
}

/*h2 style*/
h2{
    font-family: 'quicksandbold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-variant: small-caps;
    text-align: center;
}

/*h3 style*/
h3{
    font-family: 'quicksandlight', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-variant: small-caps;
    text-align: center;
    
}
/*h4 style*/
h4{
    font-family: 'quicksandlight_italic', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-variant: small-caps;
    text-align: center;
}

/*p style*/
p{
    font-family: 'quicksandregular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    transition: all;
}
/*p hover color style*/
p:hover{
    background-color: rgb(233, 175, 230);
}

/*anchor style*/
a{
    font-family: 'quicksandbold_italic', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #7cb71c;
}




/*link link style*/
a:link{
    color: rgb(117, 51, 161);
    text-decoration: underline;
}

/*visited link style*/
a:visited{
    color: #81165e;
    text-decoration: none;
}

/*hover link style*/
a:hover{
    color: #d400ff;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
}

/*active link style*/
a:active{
    color: #ff4400;
    text-decoration: underline;
    font-weight: bold;
}

/*p style evryother type */
p:nth-child(odd) {
    color: gray;
  }
 

/*p style first type w/ h1*/
h1 + p::first-letter{
    color: white;
    background-color: rgb(156, 19, 122);
    font-size: 30px;
    font-variant: small-caps;
    font-family: 'quicksandregular', Arial, Helvetica, sans-serif;
    border-radius: 2px;
    box-shadow: 3px 3px 0 rgb(255, 0, 242);
    font-size: 250%;
    padding: 6px 3px;
    margin-right: 6px;
    float:none;
}


/*p style first type */
p:first-of-type {
  font-weight: bold;
  color: #72136d;
  font-style: italic;
  font-size: 18px;
}
/*img style*/
img{
    border-color: black;
    border-radius: 8px;
    height: 350px;
    width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
/*img2 style Has 2D requirement*/
.img2 {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    -webkit-transform: rotate(2deg);
    transform: scaleX(2);

    }
/*img style*/
.img3 {
    float: right;
    width: 30%;
    padding: 0%;
    margin-left:5%;
    margin-right: 5%;
}

/*note style*/
.note {
    font-size: 25px;
    color: rgb(162, 0, 255);
    text-align: center;
    text-decoration: wavy;
  }



/*img4 style*/
.img4{
    border-color: black;
    border-radius: 8px;
    height: 350px;
    width: 226px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}


/*3D style*/
#ThreeD{
    transform: rotateX(150deg);
}

/*3d hover style*/

  .table2:hover {
    width: 90%;
    background-color: rgb(114, 19, 109);
    color:white;
  }

  /*3d table style*/
  .table2{
    width: 50%;
    float: left;
    padding: 0%;
    margin-left:5%;
    margin-right: 5%;
    background-color:rgb(0, 206, 209);
    transition: width 2s;

}
/*table style*/
table{
    margin: 10px auto;
}

/*block style with 3d */
.block {
    margin:50px;
    text-align:center;
    width: 300px;
    height: 300px;
    background-image: url(images/pic8.jpg);
    background-repeat: no-repeat;
    display: block;
    border: 1px solid black;
    border-radius: 5px;
    border-style: dashed;
    border-width: 5px;
    text-overflow: ellipsis;
    box-shadow: 2px 2px gray;
    opacity: .6;
    transition: width 2s, height 2s, transform 2s;
    
    } 
/*block style with 3d */
    .block2 {
    margin:50px;
    text-align:center;
    width: 300px;
    height: 300px;
    background-image: url(images/pic9.jpg);
    background-repeat: no-repeat;
    display: block;
    border: 1px solid black;
    border-radius: 5px;
    border-style: dashed;
    border-width: 5px;
    text-overflow: ellipsis;
    box-shadow: 2px 2px gray;
    opacity: .6;
    transition: width 2s, height 2s, transform 2s;
        }     
    /*block style with 3d */
    .block3 {
        margin:50px;
        text-align:center;
        width: 300px;
        height: 300px;
        background-image: url(images/pic10.jpg);
        background-repeat: no-repeat;
        display: block;
        border: 1px solid black;
        border-radius: 5px;
        border-style: dashed;
        border-width: 5px;
        text-overflow: ellipsis;
        box-shadow: 2px 2px gray;
        opacity: .6;
        transition: width 2s, height 2s, transform 2s;
      }

      /*block style with 3d */
      .block:hover {
        width: 500px;
        height: 400px;
        transform: rotate(360deg);
        opacity: 1;
      }
/*block style with 3d */
      .block2:hover {
        width: 500px;
        height: 400px;
        transform: rotate(360deg);
        opacity: 1;
      }
/*block style with 3d */
      .block3:hover {
        width: 500px;
        height: 400px;
        transform: rotate(360deg);
        opacity: 1;
      }

   
    