 body { 
      background-image: url('/image/bg_home.jpg'); 
     
      font-family: 'Kanit', sans-serif;
  }
  nav{
    font-family: 'Kanit', sans-serif;
  }
  	 .border
  {
  	padding: 5% 5% 5% 5%;
  	background: #fff;
  	box-shadow: 2px 5px 7px #707070;
  	-webkit-border-radius: 6px 6px 30px 6px;
	  border-radius: 6px 6px 30px 6px;
  }
  titlemain{
    color: #fff;
    font-size: 30px;
  }
  h2{
  	color: #707070;
  }

  form{
    margin-bottom: 0;
  }
  .border_show
  {
    padding: 15px 15px 15px 15px;
    background: #fff;
    background: #fff;
    box-shadow: 2px 5px 7px #70707070;
    word-wrap:break-word;
  }
  .container
  {
    padding-top: 10px;
  }
  name{
    font-size: 20px;
    color: #707070;
  }
  timepost{
     font-size: 15px;
     color: #707070;
  }
  contact{
     font-size: 17px;
     color: #606060;
  }
  p{
    color: #707070;
    font-size: 70%;
  }
  type{
    font-size: 15px;
    color: #707070;
  }
  datail{
    font-size: 12px;
    color: #707070;
  }
  last{
    font-size: 10px;
    color: #fff;
  }
  .point{
    padding-top: 130px;
  }
  h1{
  	font-size: 60px;
 	text-shadow:1px 1px 7px #999;
 	 letter-spacing: 6px;
  }
  p1{
  	font-size: 100px;
  	line-height: 1.2;
  	text-shadow:1px 1px 8px #999;
  }
  .topichead{
  	padding-top: 50px;
 }
namebox3{
    font-size: 12px;
     color: #999999;
  }
  .profile_pic{
		border: 7px solid #fff;
    	border-radius: 50%;
    	padding: 4px;
    	width: 180px;
    	height: 180px;
    	box-shadow: 1px 1px 5px #000;
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
	}
	.profile_pic:hover{
		opacity: 0.8;
	}
	.name_profile{
		font-weight: lighter;
		color: #474646;
	}
	.big_profile{
		padding-top: 20px;
		font-size: 50px;
		line-height: 1;
		font-weight: bold;
	}
	.small_profile{
		font-size: 25px;
		line-height: 1;
		padding-bottom: 30px;
	}
	.edit_icon{
		color: #474646;
		font-size: 15px;
	}
	.profile_bor{
		border: 1px solid #fff;
		background-color: #fff;
		color: #474646;
		padding: 15px 15px 15px 15px;
		border-radius: 8px;
	}
	.from_center{
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}
	.icon-size{
		font-size: 12px;
	}
	namepop{
		color: #474646;
		font-size: 15px;
	}
	namehead{
		color: #464646;
		font-size: 22px;
	}
	b{
		color: #fff;
	}
	b:hover{
		color: #999;
	}
    .drop{
        color: #fff;
    }
    .drop:hover{
        color: #999;
    }
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	float:left;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
   
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    right: auto;
	margin-left: -15px;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal2-content {
	float:right;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}



/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #c4c4c4;
    color: white;
}

.modal-body {
	padding: 2px 16px;
}
.modal2-header {
    padding: 2px 16px;
    background-color: #c4c4c4;
    color: white;
}

.modal2-body {
	padding: 2px 16px;
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


/* The actual popup */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 108%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
