html { 
  background: url(../images/pg-body.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.logo {
	margin-left: 50px;
	margin-top: 50px;
}

.subhead {
    position: relative;
    font-size: 22px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ee7337;
    padding-top: 150px;
	margin-left: 50px;
}

.head {
    position: relative;
    font-size: 42px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    padding-top: 5px;
	margin-left: 50px;
	width: 500px;
	line-height: 130%;
}

h1 {
    font-size: 42px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
	padding-bottom: 50px;
	
}

.textlink {
  	padding-left: 50px;
	
}

h2 {
    font-size: 26px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
	padding-bottom: 0;
	
}

.contend {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff!important;
    padding-top: 50px;
	margin-left: 50px;
	line-height: 150%;

}

button { 
	background-color: transparent; 
	border: none; 
	color: #fff; 
	font-weight: 400; 
	font-family: 'Montserrat', sans-serif!important;
	font-size: 18px !important;
	letter-spacing: 1px;
}

button:hover{ 
	color: #ee7337; 
	text-decoration: underline;
}

.contend-half { 

width: 50%; position: relative; box-sizing: border-box; float: left; min-height: 1px;
}

@media screen and (max-width : 800px) {

.contend-half { 

	width: 100%;
	margin-bottom: 40px!important;

}
	
	.textlink {
  	padding-left: 20px;
	
}

	
	.subhead {
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ee7337;
    padding-top: 100px;
	margin-left: 20px;
}

.head {
    position: relative;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    padding-top: 5px;
	margin-left: 20px;
	width: auto;
	line-height: 120%;
}
	
	.contend {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff!important;
    padding-top: 50px;
	margin-left: 20px;


}
	
	.logo {
	margin-left: 20px;
	margin-top: 25px;
}
	

}
trigger-overlay.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.btn-sossai {
  color: #fff;
  background-color: #ee7337;
  border-color: #ee7337;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 0;
	margin-top: 30px;
}
.btn-sossai:hover {
  color: #ee7337;
  background-color: #fff;
  border-color: #fff;
	text-decoration: none;
  
} 

