/* styles.css 
   Project: 
   Author: 
   Date: 
	
   Helpful links: 
   	Web colors: 
   		https://en.wikipedia.org/wiki/Web_colors#X11_color_names
	Color picker tool:
		https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool
		http://colorpicker.com

*/

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  color: #333;
  background: #d7d7d7; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif; 
}



#open{
  margin-top: 0px;
  padding: 40px;
  width: 100%;
  height: 350px;
  background-color: slategray;
}


.pics{
  /*margin-bottom: 10%;*/
  margin-left: 35%;
  background-color: slategray;
}

.pics img {
  width: 300px;
  height: 300px;
}

#pause_btn {
	width: 200px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	background-color: blanchedalmond;
}
  
.container {
  max-width: 960px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto; 
}
 
.dropcap {
  font-family: "Merriweather", serif;
  font-size: 5em;
  float: left;
  line-height: 0.9;
  margin-right: 0.05em; 
}

blockquote {
  width: 400px;
  text-align: center;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 1.5em;
  float: right;
}

  
  blockquote p {
    margin: 0.3em 0; 
  }
  
  blockquote .attribution {
    font-size: 0.6em;
    margin: 1em 0;
    font-style: normal;
    font-weight: 300;
  }

.quote-hr {
  font-size: 20px;
  font-weight: bolder;
  position: relative;
  height: 6em;
  overflow: hidden;
  margin-bottom: 0; 
}
  .quote-hr span {
    padding: 0 0.3em;
    line-height: 2;
    background: #fff;
    position: relative;
    z-index: 10; 
  }
  .quote-hr hr {
    position: absolute;
    margin: 0 auto;
    top: 0.35em;
    left: 0;
    right: 0; 
  }

.video {
    float: left;
}


.caption {
  margin-top: 0.2em;
  margin-bottom: 2em;
  font-size: 0.9em;
  font-style: italic; 
  font-weight: bold;
}

.info img{

  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.info2 img{
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.info3 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.info3 img{
  float: left;
  width: 44%;
  margin: 10px;
}

.video2{
  overflow:hidden; 
  float: left;
}

.caption2 {
  margin-top: 0.2em;
  margin-bottom: 2em;
  font-size: 0.9em;
  font-style: italic; 
  font-weight: bold;
  text-align: left;
}

/*AUDIO ROLL OVER*/

#pix{
  background-color:#fff;
  border: 3px solid gray;
  padding: 50px;
  width: 300px;
  float: left;
  text-align: center; 
}

#gallery{
  border: 1px solid black;
  overflow: hidden;
  padding: 3px;
  color: white;
  margin-bottom: 20px;
  color: white;

}

  .soundpic{
    position: relative;
    border: 3px solid gray;
    background-color:  black;
    padding: 12px;
    float: left;

  }
  .soundpic img{
     border: 5px solid gray;
  }
  .caption3 {
    position: absolute;
    bottom: 95px;
    left: 13px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    width: 137px;
    height: 148px;
    display: none;
}
  .caption3 p {
    font-size: 12px;
}

  .subcap p{
    font-size: 9px;
    font-style: italic;
    text-align: right;
}

/*END AUDIO ROLL OVER*/

.video5{

 width: 950px;
 margin-left: 30px;

}

.caption5 {
  margin-top: 0.2em;
  margin-bottom: 2em;
  font-size: 0.9em;
  font-style: italic; 
  font-weight: bold;
  text-align: center;
}

/*click to see*/
.caption6{
  position: relative;
  margin: 0px auto;
  font-size: 26px;
  letter-spacing: 10px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.caption6 span.box2{
  background-color: darkorange;
  color: black;
  padding: 18px;
}
 /* coin catalouge*/

 #blckcoin {
  margin-left: 20px;
  margin-top: 20px;
  border: 3px solid black;
  background: 3px olive;
  width: 755px;
  padding: 20px;
  float: left;
  text-align: center;
  font-weight: bold;
}
.box{
  border: 2px solid black;
  background-color: darkkhaki;
  padding: 7px;
  margin: 4px;
  float: left;
  width: 225px;
  height: 250px;
}
.box:hover{
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -moz-box-shadow: 3px 3px 5px #000;
  -webkit-box-shadow: 3px 3px 5px #000;
  box-shadow: 3px 3px 5px #000;
}

.box img {
  width: 170px;
  margin: 5px; 
}

#details {
  margin-top: 20px;
  border: 3px solid black;
  background-color: darkkhaki;
  padding: 10px;
  width: 350px;
  height: 450px;
  float: right;
  position: fixed;
  right: 35px;
  text-align: justify-all;
}

#details p{

  font-weight: bolder;
}


 