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

/*body style with backroung img.*/
body{
    background: #200335;
    align-items: center;
    background-repeat: no-repeat, no-repeat;
    background-size:auto, contain;
    background-blend-mode: lighten;
    background-position: top, bottom;  
    color: #000000;
}

/*Parent of  backround img.*/
.divparent {
    position:relative;
    top: 0;
    left: 0;
}



/*background image*/
.div1 {
    background-image: url(images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
    background-position: center;
    height: 400px;
    width: 600px;
  }
  

 
/*heading style*/ 
h5 {
    letter-spacing: 4px;
    word-spacing:10px ;
    line-height: 60px;
    color:#000000;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 45px;
    text-align: center;
    font-family: 'quicksandlight', Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bolder;
    text-shadow: 2px 2px #ffffff;
}


/*heading style*/
h2{
    letter-spacing: 3px;
    word-spacing:8px ;
    line-height:50px;
    font-family: 'quicksandbold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-variant: small-caps;
    text-align: center;
    color: rgb(255, 255, 255);
}


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


/*heading style*/
h1 {
    letter-spacing: 4px;
    word-spacing:10px ;
    line-height: 60px;
    color:#ffffff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 45px;
    text-align: center;
    font-family: 'quicksandlight', Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bolder;
    text-shadow: 2px 2px #ffffff;
}




/*paragraph style*/
p{
    font-family: 'quicksandregular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align:justify;
    line-height: 35px;
    text-justify:auto;
    text-indent: 40px;
    background-color: #ffffff;
    opacity: .8;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 20px;
    padding-right: 20px;
}


/*first letter first paragraph style*/
h1 + p::first-letter{
    color: white;
    background-color: rgb(64, 170, 240);
    font-size: 30px;
    font-variant: small-caps;
    font-family: 'quicksandregular', Arial, Helvetica, sans-serif;
    border-radius: 2px;
    box-shadow: 2px 2px 0 rgb(31, 91, 223);
    font-size: 250%;
    padding: 6px 3px;
    margin-right: 6px;
    float:none;
}



/*first type style*/
p:first-of-type {
  font-weight: bold;
  color: #025e7a;
  font-style: normal;
  font-size: 18px;
  text-align: center;
}




/*medium img style*/
img{
    border-color: rgb(255, 255, 255);
    border-style: double;
    border-radius: 40px;
    height: 300px;
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}




/*smallest img style*/
.img2{
    border-color: rgb(255, 255, 255);
    border-style: double;
    border-radius: 40px;
    height: 250px;
    width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}




/*biggest img style*/
.img3{
    border-color: rgb(255, 255, 255);
    border-style: double;
    border-radius: 40px;
    height: 250px;
    width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

  



  
/*table style*/
 table{
    margin-left: auto;
    margin-right: auto;
 } 



   
/*unordered list style*/
   ul{
    border-color: rgb(255, 255, 255);
    border-style: double;
    border-radius: 40px; 
    background-color: #ffffff;
    opacity: .7;
    font-family: 'quicksandregular', Arial, Helvetica, sans-serif;
    width: 700px;
    margin: 0;
    text-align: center;
    margin-left: 400px;
    padding: 0;
   }  


   /*Navigation*/
   .navbar {
    overflow: hidden;
    background-color: rgb(109, 17, 111);
  }
   /*Navigation*/
  .navbar a {
    float: right;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-family: 'quicksandregular', Arial, Helvetica, sans-serif;
  }
   /*Navigation dropdown*/
  .dropdown {
    float: right;
    overflow: hidden;
  }
  
    /*Navigation */
  nav ul {
	padding: 0;
    margin: 0;
	list-style:none;
	position: relative;
	}
	
      /*Navigation */
nav ul li {
	display:inline-block;
	background-color: #ffffff;
	}

      /*Navigation */
nav a {
	display:block;
	padding:0 10px;	
	color:rgb(74, 17, 88);
	font-size:20px;
	line-height: 60px;
	text-decoration:none;
}
  /*Navigation */
nav a:hover { 
	background-color: #eaaff1; 
}

    /*Navigation dropdown hover styles*/
  .navbar a:hover, .dropdown:hover, .websites:hover ,.dropdown a:hover {
    background-color: rgb(116, 71, 144);
  }

  /*Navigation dropdown*/
  .websites {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
    /*Navigation dropdown*/
  .websites a {
    float: none;
    color: rgb(75, 6, 72);
    background-color: #ffffff;
    font-family: 'quicksandregular', Arial, Helvetica, sans-serif;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

    /*Navigation dropdown*/
.dropdown:hover .websites {
    display: block;
}
  /*Navigation dropdown*/
.websites a:visited{
    color: #2f182f;
    text-decoration: none;
}
  /*Navigation dropdown*/
.websites a:active{
    color: #871aa5;
    text-decoration: underline;
    font-weight: bold;
}
  


@font-face {
    font-family: 'quicksanddash';
    src: url('webfont/quicksand_dash-webfont.woff2') format('woff2'),
         url('webfont/quicksand_dash-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'quicksandbold';
    src: url('webfont/quicksand-bold-webfont.woff2') format('woff2'),
         url('webfont/quicksand-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'quicksandbold_italic';
    src: url('webfont/quicksand-bolditalic-webfont.woff2') format('woff2'),
         url('webfont/quicksand-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'quicksanditalic';
    src: url('webfont/quicksand-italic-webfont.woff2') format('woff2'),
         url('webfont/quicksand-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'quicksandlight';
    src: url('webfont/quicksand-light-webfont.woff2') format('woff2'),
         url('webfont/quicksand-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'quicksandlight_italic';
    src: url('webfont/quicksand-lightitalic-webfont.woff2') format('woff2'),
         url('webfont/quicksand-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'quicksandregular';
    src: url('webfont/quicksand-regular-webfont.woff2') format('woff2'),
         url('webfont/quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


