 .bg-1 {
     background-color: darkgray;
   
     background-image: url(stone2.jpg);
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;

 }

 .bg-2 {
     background-color: darkgray;
   
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;

 }

 .bg-a {
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
	background-image: linear-gradient( 91.3deg,  rgba(135,174,220,1) 1.5%, rgba(255,255,255,1) 100.3% );
 }

 .bg-b {
	 background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
	background-image: radial-gradient( circle 941px at 3.8% 14.3%,  rgba(128,122,242,1) 19.2%, rgba(102,249,214,1) 75.6% );
 }

 .bg-c {
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
	background-image: radial-gradient( circle farthest-corner at 23.1% 64.6%,  rgba(129,125,254,1) 0%, rgba(111,167,254,1) 90% );
}

.bg-l3 {
background: #F0F2F0;  /* fallback for old browsers */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(1,48,94,1) 100%);
	
	
	 background-size: 100%;
     background-repeat: no-repeat;
	 width:  100% ;
	 height: auto;
 }

 .bg-dawn {
     background-color: black;
     color: #ffffff;
     background-image: url(sunrise1.gif);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
	 opacity: .9;

 }
 .bg-night {
     background-color: black;
     color: #ffffff;
     background-image: url(sunset1.gif);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
	 opacity: .9;

 }

 .bg-mortree {
     background-color: black;
     color: #ffffff;
     background-image: url(moringaleaf1.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
	 opacity: .9;

 }

.bg-back {
     background-color: black;
     color: #ffffff;
     background-image:background-image: radial-gradient( circle 420.5px at 10% 20%,  rgba(74,74,74,1) 0%, rgba(36,36,36,1) 90% ); ;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
	 opacity: .9;
}

.bg-neu2 {
border-radius: 4px;
background: linear-gradient(145deg, #fefefe, #d5d5d5);
box-shadow:  5px 5px 11px #808080, 
             -5px -5px 11px #ffffff;
      
/* #ededed */	
}

.bg-neu3 {
border-radius: 50px;
background: linear-gradient(145deg, #d5d5d5, #fefefe);
box-shadow:  5px 5px 10px #7e7e7e, 
             -5px -5px 10px #ffffff;
      
/* #ededed */	
}
  .bg-neuback{
     
    color: black;
background-image: radial-gradient( circle farthest-corner at 0.4% 1.3%,  rgba(237,237,237,1) 0%, rgba(239,239,239,1) 94.1% );
     background-size: cover;
      background-position: center center;
     background-repeat: no-repeat;
 }





.fopen{
	font-family: 'Open Sans', sans-serif;
}

.fdance{
font-family: 'Dancing Script', cursive;
	
}

.fjose{
font-family: 'Josefin Sans', sans-serif;	
}

.fanton {
	
	/*font-family: 'Exo', sans-serif;*/
	font-family: 'Anton', sans-serif;
}

hr.new1 {border-top: 1px solid lightgray}

.point {
    cursor: pointer;
}

.rounded2 {
	border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 0px solid #000000;
}

.parallax {
     /* The image used */
     background-image: url('sunrise1.gif');
     background-color: black;

     /* Full height */
     height: 20%;

     /* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
 }

.parallax2 {
     /* The image used */
     background-image: url('sunset1.gif');
     background-color: black;

     /* Full height */
     height: 20%;

     /* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
 }