.diytext
{
	text-align:center;

	margin-bottom: 20px;
	margin-top:20px;
	padding-left:10em;
	padding-right:10em;


}

.diylinks
{
	text-align:center;


}
.slider-wrapper {
	width: 80%;
	height: 400px;
	position: relative;
}

.slide {
	float: left;

	position: absolute;
	 width:560px;
   height:315px;
	height: 100%;
	opacity: 0;
	transition: opacity 3s linear;

}

.slider-wrapper > .slide:first-child {
	opacity: 1;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #35a5a5;/*Hien changed #A1D1D1 Feb_20_16*/
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}
img {

   /*max-width:50%;

   max-height:50%; Hien removed them Feb_23_2017*/
    display: block;
    margin: 0 auto;
}
.content-box {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
	background-color: #e0f5f5; /*#A1D1D1 Hien changed Feb_20_16*/
    border: 1px solid #afcde3;
	text-align:left;
	margin-bottom: 20px;
	margin-top:20px;
	padding-left:10em;
	padding-right:10em;
	margin-left:10em;
	margin-right:10em;
}
.content-box h2
{
	font-size: 24px;
	  font-family: 'open_sansregular';
 		 font-style: italic;
		 text-align:center;
		 margin-top: 5px;
		 margin-bottom: 5px;
}
.content-box form
{
	 max-width:25%;
   max-height:50%;
    display: block;
    margin: 0 auto;
}
.content-box3
{
	margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
		background-color: #e0f5f5; /*#A1D1D1 Hien changed Feb_20_16*/
    border: 1px solid #afcde3;
	text-align:center;
		  font-family: 'open_sansregular';
 		 font-style: italic;

	padding-left:10em;
	padding-right:10em;
	margin-left:10em;
	margin-right:10em;
}
