
html {
	background: #eaeaea;
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding: 20px 5px 50px 5px;
	background: #f5f5f5;
}

.content {
	padding: 10px;
	margin: 0 auto;
}

#banner {
	display: block;
	text-align: center;
}

.hyattNav {
	background: white !important;
	border: none !important;
}

#contactdetails {
	text-align: center;
	font-size: 12px;
	border-bottom: 3px solid #064F84;
	color: #404040;
	padding: 10px 0 10px 0;
	background: #fff;
}

#contactdetails a {
	color: black;
	font-size:12px;
	text-decoration: none;
	font: verdana;
}

#contactdetails1 {
	text-align: center;
	font-size: 12px;
	color: #404040;
	padding: 0 0 30px 0;
	background: #fff;
}

#contactdetails1 a {
	color: #404040;
	font-size:12px;
	text-decoration: none;
	font: verdana;
}

.bold {
	font-weight: bold;
	background-color: #EEEEEE;
}

#home {
	padding-bottom: 100px;
	/* padding-top: 20px; */
	margin: auto;
	text-align: center;
}

/* Footer */
.footer-section {
    text-align: center;
    background: #064F84;
		/*width: 100%;*/
		/*height: 100px;*/
		position: absolute;
		/*float: bottom;*/
		bottom: 0;
		left: 0;
		right: 0;
		/*overflow: hidden;*/
		display: inline;
}

.copy p {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

.social-icons {
    text-align: center;
    margin-top: 1em;
}

.social-icons a i {
    width: 32px;
    height: 32px;
    background:#880606 url(../img/social.png) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.2em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-icons i.icon:hover {
  background: #2d3134 url(../img/social.png) no-repeat 0px 0px;
      transform: rotateY(360deg);
}

.social-icons i.icon {
    background-position: 0px 0px;
}

.social-icons i.icon1 {
    background-position: -32px 0px;
}

.social-icons i.icon1:hover {
  background: #2d3134 url(../img/social.png) no-repeat -32px 0px;
      transform: rotateY(360deg);
}

.social-icons i.icon2 {
    background-position: -64px 0px;
}

.social-icons i.icon2:hover {
  background: #2d3134 url(../img/social.png) no-repeat -64px 0px;
      transform: rotateY(360deg);
}

.social-icons i.icon3 {
    background-position: -96px 0px;
}

.social-icons i.icon3:hover {
  background: #2d3134 url(../img/social.png) no-repeat -96px 0px;
      transform: rotateY(360deg);
}

/**footer**/

.contact {
    padding: 1em 0;
}
.contact-grid h4 {
    color: #064F84;
    font-size: 1em;
    font-family: 'Josefin Sans', sans-serif;
		margin-bottom: 0.8em;
	  font-weight: 600
}
.contact-grid span{
		color: #777;
    font-size: 1em;
    line-height: 1.8em;
		display: block;
    padding-bottom: 1em;
}
.contact-grid input[type="text"],.contact-grid textarea {
    width: 100%;
    padding: 0.8em;
    font-size: 1em;
    outline: none;
		border-radius: 12px;
}
.contact-grid textarea {
    resize: none;
    height: 150px;
}
.row {
    padding: 1em 0;
}
.row1 {
    margin-top: 1em;
}
.contact-grid label {
    font-size: 0.75em !important;
    color: #2d3134 !important;
}
.contact-grid  input[type="submit"] {
    font-size: 1em;
    padding: 0.8em;
    display: block;
    margin-top: 1em;
    outline: none;
    background: #064F84;
    color: #fff;
    border-radius: 12px;
    width: 34%;
}
.contact-grid input[type="submit"]:hover{
		background: #2d3134;
}
.cont-info h5 {
    font-size: 1em;
    color: #6E7373;
    line-height: 2em;
    font-weight: 600;
}
.cont-info p {
    color: #777;
    font-size: 1em;
    line-height: 1.8em;
}
.cont-info a {
    color: #777;
    font-size: 1em;
		text-decoration:none;
}
.cont-info a:hover {
	 	color: #880606;
}
.contact-bottom {
    margin-top: 2em;
}
.contact-bottom p {
    color: #777;
    font-size: 1em;
    line-height: 1.8em;
}

#headerTitle {
	position: absolute;
  z-index: 100;
  top: 40%;
	left: 50%
	transform: translateX(-50%);
}

#headerTitle label {
  font-size: 400%;
	color: white;
  /*color: rgb(136, 6, 6);*/
  /*background: rgba(254, 254, 254, 0.3);*/
	/*border-radius: 12px;*/
}

#homeContent {
	font-size: 1em;
	/*position: absolute;*/
	/*padding: 20px 150px 0px 150px;*/
}

#homeContent ul {
	text-align: left;
	list-style: disc outside none;
}

#homeContent ul li {
	margin-left: 20px;
}

@media screen and (max-width:680px){
  #headerTitle label {
		font-size: 200%;
	  color: white;
	  /*color: rgb(136, 6, 6);*/
		/*background: rgba(254, 254, 254, 0.3);*/
		/*border-radius: 12px;*/
	}

	#home {
		margin-top:80px !important;
	}

	#homeContent {
		font-size: 12px;
	}

	#homeContent ul li {
		margin-left: 10px;
	}
}

@media screen and (max-width:540px){
  #headerTitle label {
		font-size: 100%;
		color: white;
	  /*color: rgb(136, 6, 6);*/
		/*background: rgba(254, 254, 254, 0.3);*/
		/*border-radius: 12px;*/
	}

	#homeContent {
		font-size: 1em;
	}

	#homeContent ul li {
		margin-left: 5px;
	}

	#home {
		margin-top:80px !important;
	}
}
