html {
           background-image: url("ingredients3.jpg");
           background-repeat: no-repeat;
           background-size: cover;
           background-attachment: fixed;
          }
body {
          background-image: url("logoinline.jpg");
          background-repeat: no-repeat;
          background-position: right top;
          background-size: 25%;
         }
h1 { 
          color: rgb(207, 28, 68);
          font-family: "Goudy Old Style";
          font-style: italic;
          font-size: 500%; 
}

h2 {
          color: rgb(11, 148, 70);
          font-family: "Goudy Old Style";
          font-style: italic;
          font-size: 500%;
          text-align: center;
    }
	
h3 {
          color: black;
          font-family: "Goudy Old Style";
          font-size: 100%;
                    }
h4 {
          color: white;
          font-family: "Goudy Old Style";
          font-size-adjust: 100%;
          }
	
header {
          
          width: 150px;
          float: left;
}

 
footer {
	        margin-bottom: 0px;
	        margin-top: 500px;
			height: 300px;
            background-color: rgb(207, 28, 68);
	        background-position: bottom;
}
	   
             

           
container {
            width: 800px;
            height: auto;
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px;
           }

maincontent {
            height:150px;
            float: right;
}

h5 {
          color: rgb(207, 28, 68);
          font-family: "Goudy Old Style";
          font-style: italic;
          font-size-adjust: 200%;
          float: left;    
}

.icon-bar {
            width: 75px;
            height: 75px;
            background-color: black;
           
}

.icon-bar a {
            display: block;
            text-align: center;
            padding: 20px;
            transition: all 0.3s ease;
            color: white;
            font-size: 30px;
}

.icon-bar a:hover {
              background-color: burlywood;
}


           
.facebook {
           background-color: black;
           color: white;
}

.twitter {
	       background-color: gray;
           color: white;
	       }

  





          


