/*styles.css*/
/*Ashley Crawford*/
/*ITWP 1050*/
/*style sheet for homework5*/
body{
    background-color: rgb(255, 255, 255);
    text-align: center;
    justify-content: center;
}

.button {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 12px;
    background-color: rgb(40, 221, 231);
    background-image: linear-gradient(to top right,
                                      rgb(204, 6, 187),
                                      rgb(255, 0, 149) 30%,
                                      rgb(242, 255, 0));
    box-shadow: 2px 2px rgba(0, 0, 0, .6);
}

.button:hover {
    background-color: rgb(67, 126, 160);
}

.button:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}


.block {
    margin:50px;
    text-align:center;
    width: 300px;
    height: 300px;
    background: rgb(221, 0, 255);
    display: block;
    color: #ffffff;
    font-size: 25px;
    font-variant: small-caps;
    border: 1px solid black;
    border-radius: 5px;
    border-style: dashed;
    border-width: 5px;
    text-overflow: ellipsis;
    box-shadow: 2px 2px gray;
    opacity: .6;
    }  
    
.block2 {
    margin:50px;
    text-align:center;
    width: 300px;
    height: 300px;
    background: rgb(255, 0, 106);
    display: block;
    color: #ffffff;
    font-size: 25px;
    font-variant: small-caps;
    border: 1px solid black;
    border-radius:5px;
    border-style:groove;
    border-width: 5px;
    text-overflow: ellipsis;
    box-shadow: 2px 2px gray;
    opacity: .6;
    }     

.block3 {
    margin:50px;
    text-align:center;
    width: 300px;
    height: 300px;
    background: rgb(34, 255, 0);
    display: block;
    color: #ffffff;
    font-size: 25px;
    font-variant: small-caps;
    border: 1px solid black;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
    border-style: dotted;
    border-width: 5px;
    text-overflow: ellipsis;
    box-shadow: 2px 2px gray;
    opacity: .6;
  }
  
  .block4 {
    float: left;  
    margin:50px;
    text-align:center;
    width: 300px;
    height: 300px;
    background-image:url("images/bg.jpg");
    display: block;
    color: #ffffff;
    font-size: 25px;
    font-variant: small-caps;
    border: 1px solid black;
    border-radius: 5px;
    border-style: dashed;
    border-width: 5px;
    box-shadow: 5px 5px gray;
    opacity: 1;
    }  
    
.block5 {
    float: right;
    margin:50px;
    margin-left: 100px;
    text-align:center;
    width: 300px;
    height: 300px;
    background-image:url("images/eggs.png");
    display: block;
    color: #000000;
    font-size: 25px;
    font-variant: small-caps;
    border: 1px solid black;
    border-radius:5px;
    border-style:groove;
    border-width: 5px;
    text-overflow:clip;
    box-shadow: 5px 5px gray;
    opacity: 1;
    }     

  
.block6 {
    float: left;
    margin:50px;
    margin-right: 100px;
    text-align:center;
    width: 300px;
    height: 300px;
    background-image:url("images/eggs.png");
    display: block;
    color: #000000;
    font-size: 25px;
    font-variant: small-caps;
    border: 1px solid black;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
    border-style: dotted;
    border-width: 5px;
    text-overflow:ellipsis;
    box-shadow: 5px 5px gray;
    opacity: 1;
  }
  
  .block7 {
    float: right;
    margin:50px;
    margin-left: 100px;
    text-align:center;
    width: 300px;
    height: 300px;
    background-image:url("images/eggs.png");
    display: block;
    color: #000000;
    font-size: 25px;
    font-variant: small-caps;
    border: 1px solid black;
    border-radius:5px;
    border-style:groove;
    border-width: 5px;
    text-overflow: ellipsis;
    box-shadow: 5px 5px gray;
    opacity: 1;
    }   

    .block8 {
        margin:50px;
        text-align:center;
        width: 950px;
        height: 325px;
        background: rgb(90, 237, 71);
        display: block;
        color: #000000;
        font-size: 25px;
        border: 1px solid black;
        justify-content: center;
        align-content: center;
        border-radius: 5px;
        border-style: dotted;
        border-width: 5px;
        box-shadow: 5px 5px gray;
        opacity: 1;
      }
  
      

      .block9 {
        margin:20px;
        text-align:center;
        width: 950px;
        height: 500px;
        background: rgb(237, 71, 190);
        display: block;
        color: #000000;
        font-size: 25px;
        border: 1px solid black;
        justify-content: center;
        align-content: center;
        border-radius: 5px;
        border-style: dotted;
        border-width: 5px;
        box-shadow: 5px 5px gray;
        opacity: 1;
      }

p{
    text-align: center;
    justify-content: center;
    margin: 20px;
}  

.img1{
    background-image:  url("images/bg.jpg");
    width:auto;
    height: 550px;
    background-repeat: no-repeat;
    background-size:auto;
    background-position: top;
    text-align: center;
    padding: 10px;

}

.img2{
    width:350px;
    height: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin: 5px;
}

.img3{
    width:500px;
    height: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin: 5px;
}

section {
    display: grid;
    justify-content: center;
    align-content: center;
  }



h1{
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 20px;
    font-variant: small-caps;
    text-shadow: 2px 2px rgb(107, 107, 107);
}

h2{
    font-size: 50px;
}



/* footer paragraph style */
.p2{
    text-align: center;
    background-color: white;
    font-size: 20px;
    color: #1a7ee9;
    background-color: rgba(173, 50, 210, 0.544);
  }        
  

  .p3{
    text-align: center;
    font-size: 30px;
    color: #000000;
    margin: 35px;
  }     
  /*navigation style */
.nav {
    background-color: rgb(218, 102, 210);
    overflow: auto;
    margin-bottom: 50px;
    width: 100%;

  }
  
  /*  navigation bar */
  .nav a {
    float:left;
    color: #d4e02e;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 17px;
    width: 23%;
    
  }
  
  /* Change the color of links on hover */
  .nav a:hover {
    background-color: #2eaae0;
    color: rgb(255, 255, 255);
  }
  
  /* Add a color to the active/current link */
  .nav a.active {
    background-color: #6fee64;
    color: white;
  }

iframe{
    width:720px;
     height:400px;
}
  