/*remove comment if you are not adding it in any website*/
body {
  font-family: Arial, sans-serif;
  background: url(bg.jpg);
  background-size: cover;
}

h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin:100px 0px 35px 0px;
}

h3{margin-top: 0px;
    margin-bottom: 10px;
    color: #fa0502;
    font-weight: bold;}
	
#readmore a{color:red;}	
#show {
    width: 70%;
    margin: 0 auto;
    background: rgba(6, 216, 95, 0.7);
    padding: 35px; 
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
	color:white;
	margin-bottom:30px;
	display:none;
}
	
.popupbox {
  width: 20%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position:fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:999999;
  height:auto;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 37px;
  background: #fff url('notice.html') left top no-repeat;
  border-radius: 5px;
  width: 33%;
  position: relative;
  transition: all 5s ease-in-out;
  height:75%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 12px;
  right: 30px;
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  opacity:1;
  width: 30px;
    height: 30px;
    border-radius: 50%;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  
    overflow: auto;
    font-family: cursive;
    font-size: 15px;
}

/*start registration table*/
.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 400px;
    margin: 10px auto;
    padding: 16px;
    background: #F7F7F7;
	margin:auto;
	border-top: 6px solid #888;
	box-shadow: 0px 0px 8px #888;
}
.form-style-6 h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
	
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    padding: 3%;
    border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #a94442;
    border-bottom: 2px solid #ffd54f;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #428bc9; transition:0.4s ease;
}

/*End registration table*/	
	

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

@media (min-width: 300px) and (max-width: 400px) {
	.popup{width:95%}
	.popup .close {
    position: absolute;
    top: 12px;
    right: 9px;
	}
}

@media (min-width: 401px) and (max-width: 520px) {
	.popup{width:95%}
	.popup .close {
    position: absolute;
    top: 12px;
    right: 9px;
	}
}
@media (min-width: 521px) and (max-width: 695px) {
	.popup{width:70%}
	.popup .close {
    position: absolute;
    top: 12px;
    right: 9px;
	}
}
@media (min-width: 696px) and (max-width: 1299px) {
	.popup{width:35%}
	.popup .close {
    position: absolute;
    top: 12px;
    right: 9px;
	}
}