
/* CSS that applies to Index page (ONLY ONE!)  */ 
/* Do Add Header Footter Tags  */



.this-body {position: fixed; top: 0; left: 0; background-image: url('../img/01.jpg'); 
            background-attachment: fixed; 
            width: 100%; 
            height: 100% ;
            background-color: #f9f9ec;} 
            
.my-logo{position: static; width: 50%; 
	         margin-top: 300px; margin-left: 100px;
			 padding-left: 20px;   
    }
         
.my-logo-txt { color:#ff0000; font-size:48px; font-weight: 800;}
.my-logo-txt2 {display: inline; color:#ffffff; font-size:24px; font-weight: 400; }
.my-tagline {position: fixed; margin-top: 15px; margin-left: 120px; }
.my-tagline-txt { color:#ffffff; font-size:24px; font-weight: 400; }

button {
  margin-left: 335px; 
  background-color: #fff6e6;
  opacity: 0.6; 
  border-color: #ffffff;
  border-radius: 6px;
  color: #000000 ;
  transition-duration: 0.4s;
  padding: 15px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer   
}

button:hover {background-color: #ffa500;
              opacity: 1.0 }

