/*may need <p> to set max height p{max-height: 50px}*/
/* url(http://www.sunnyneo.com/userlookups/UL_acezafara_fixed.png) fixed bottom center no-repeat, */
* {
  color: white;
}
body {
        background:
        url(https://marvelheroes.com/sites/default/files/header-heroes.png) fixed bottom center no-repeat,
      	url(https://images5.alphacoders.com/663/663098.jpg) center repeat;
        z-index: 10;
        background-size: 60% auto;
        background-position: 100px 50px;

  }

h1 {
	font-size: 50px;
	text-align: center;

}

.solid-color-spin {
background-image: url("http://vignette4.wikia.nocookie.net/marvelcinematicuniverse/images/c/cd/2071_the-avengers-prev.png/revision/latest?cb=20120702100042.jpg");
border-radius: 50%;
z-index: -1;
position: top right fixed;
width: 30%;
margin-left: 65%;
margin-top: -40px;
height: 390px;
background-size: 95%;
animation: spin 50s linear infinite
}
@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}

/*.image1{
  position:center fixed;
  opacity: 0.8;
  background-size: 1600px auto;
 filter: alpha(opacity=50);
 width: 50%;}*/



/*-------------------------------FOOTER--------------------------*/

#footer {
    position: fixed;
    z-index: -3;
    bottom: 0;
    width: 100%;

}

.container2 {
    margin: 300px 100px 30px 100px;
    background-color: rgba(255, 255, 255, 0.38);
    border: none;
    border-radius: 25px;
    filter: alpha(opacity=60);  /*For IE8 and earlier */
    opacity: 0;
  }

  .toggle{

    opacity: 1;
    webkit-transition: opacity 1s;
    transition: opacity 1s;

  }



/*img {
    position:center fixed;
    opacity: 0.8;
    background-size: 1600px auto;
   filter: alpha(opacity=50);
   width: 50%;
}*/


#content {
    background: #D0E5FF;
    padding: 20px;
    color: #00214B;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.8;
    z-index: 5;
}
#footer {
    background: #0070FF;
     z-index: 0;
    line-height: 2, fixed;
    text-align: center;
    color: #042E64;
    fillopacity: 0.2 
       opacity: 0.9;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 #84BAFF;
    box-shadow: 0 0 15px #00214B;
}
