


body {font-family: "Yu Gothic", "Trebuchet MS", Verdana, Sans-serif; }

h1 {
    background-color: transparent; 
    color: #ffffff; 
    padding: 0 10px;
    margin-top:10px;
   }

h2 { 
	position:relative;	
	margin:0;
	font-size:35px; 
	color:#006a25;
    }

h3 { 	
	position:relative;
	margin: 15px 0 0 0;
	font-size:30px;        
	color:#006a25;
	margin-left: 20px;
      }

p {  margin: 5px 0; }

          
h5    {
          font-size:20px;          
          position:relative;
          margin-top: 4px;
          margin-left: 20px;
          margin-bottom: 0px;
          color:#006a25;
          padding: 0 0 0 0;
         }

p  	 {
	font-family: "Yu Gothic", "Trebuchet MS", "Helvetica", sans-serif;
	font-weight:normal;
	font-size:20px;
	}


/*  These color rules need to coincide with body attributes to work in NN4  */

/* color: #023a67;  */

a, a:link {
           color: #800080;
	   font-weight: bold;
	   text-decoration: none;
	 }

a:visited { color: #006189; }

a:hover {
	 background-color:transparent;
	 color: #ff00ff;
	 }

/* essential styles: these make the slideshow work */

#slides{
    position: relative;
    height: 300px;
    padding: 0px;
    margin; 0px;
    list-style-type: none;
}

.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing{
    opacity: 1;
    z-index: 2;
}


.controls{
    display: none;
}


/*
non-essential styles: just for appearance; change whatever you want */

.slide{
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
    background-size: cover;
}


/*---------Slideshow starts-----------*/
.controls{
  background: #333;
  color: #fff;
  border: none;
  padding: 20px 0px;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #fff;
  margin: 10px 0px 0px 10px;
  width: 70px;
}

.controls:hover,
.controls:focus{
  background: #eee;
  color: #333;
}

.container{
  position: relative;
}

/*---------Slideshow ends-----------*/



<!------------------style for multi modal 1 starts------------->

body{
  margin: 0;
 padding: 0;
  box-sizing: border-box;
}

.btn1{
 	background-color: transparent;
	color:#ffffff;
	border-width:0px;
 	padding: 0px 0px 0px;
 	height: 24px;
 	line-height:24px;
	font-family: Arial, Helvetica;
                font-size:16px;
                font-weight:bold;
	border-radius: 6px;
	cursor: pointer;
}

#popUpBox1{
	width: 500px;
	height: 500px;
  	overflow: hidden;
	overflow: scroll;
  	background-color: #fbe2b8;
  	box-shadow: 0 0 30px black;
  	border-radius: 10px;
  	position: fixed; 	/* fixed in place */
  	top: 50%;
  	left: 35%;
	transform: translate(-50%, -50%);
  	z-index: 9999;
  	padding: 10px;
  	text-align: center;
  	display: none;
  	cursor: pointer;
  	}

<!------------------style for multi 1 modal ends------------->

<!------------------style for multi modal 2 starts------------->

body{
  margin: 0;
 padding: 0;
  box-sizing: border-box;
}

.btn2{
  	background-color: transparent;
	color:#ffffff;
	border-width:0px;
 	padding: 0px 0px 0px;
 	height: 24px;
 	line-height:24px;
	font-family: Arial, Helvetica;
                font-size:16px;
                font-weight:bold;
	border-radius: 6px;
	cursor: pointer;
}

#popUpBox2{
	margin-left: 200px;
  	width: 500px;
  	overflow: hidden;
  	background-color: #fbe2b8;
  	box-shadow: 0 0 30px black;
  	border-radius: 10px;
  	position: fixed; top: 50%; left: 300px;	/* fixed in place */
  	transform: translate(-50%, -50%);
  	z-index: 9999;
  	padding: 10px;
  	text-align: center;
  	display: none;
  	cursor: pointer;
  	}

<!------------------style for multi modal 2 ends------------->

<!------------------style for multi modal 3 starts-----padding: 2px 5px 0px;-------->

body{
  margin: 0;
 padding: 0;
  box-sizing: border-box;
}

.btn3{
  	background-color: transparent;
	color:#ffffff;
	border-width:0px;
 	padding: 0px 0px 0px;
 	height: 24px;
 	line-height:24px;
	font-family: Arial, Helvetica;
                font-size:16px;
                font-weight:bold;
	border-radius: 6px;
	cursor: pointer;
}

#popUpBox3{
	margin-left: 200px;
  	width: 500px;
  	overflow: hidden;
  	background-color: #fbe2b8;
  	box-shadow: 0 0 30px black;
  	border-radius: 10px;
  	position: fixed; 	/* fixed in place */
  	top: 50%;
  	left: 300px;
  	transform: translate(-50%, -50%);
  	z-index: 9999;
  	padding: 10px;
  	text-align: center;
  	display: none;
  	cursor: pointer;
  	}

<!------------------style for multi 3 modal ends------------->




