/*
Theme Name: HICH-Index
Author: tim
*/

/* Link Styles
---------------------------------------- */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
}




/* General Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
}




/* Main blocks*/
{
        width:100%;
        max-width:100%;
        text-align:center;
	display:block
}
#slideshow1 {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px !important
}

.acx_ppt img
{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.textbox
{
height:100%;
}
.textbox p{
font-family:arial;
font-size:20px
}

.textbox h6{
font-family:arial;
font-size:30px;
color:#FF7125
}

