body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.main{
	margin:auto;
	max-width:1200px;
}

.header{
	height:266px;
	Max-width:1600px;
	background-image:url("../images/isdrs-desert.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	margin:auto;
}


.conf{

margin:60px 10px;
}

.conf img{
	width:100%;
	border-radius:20px;
}

h1{
	padding-top: 40px;
    padding-left: 40px;
	font-weight:normal;
	font-size:2.5em;

}
h2{
	font-weight:normal;
	padding-top:25px;
	}
	
h3{
	font-weight:normal;
}	
	
	
/* Shutter Out Horizontal on the conference link text. */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  /*background: #e1e1e1; */
   background: #fff;
   padding:5px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}	
	
/* END of Shutter Out Horizontal on the conference link text. */