body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.bg-primary {
	background-color: rgb(0, 97, 76) !important;
}

.bg-squaregrey{
    background-color: rgb(248, 248, 248);
    background: url(https://tgenics-cdn.s3.ap-southeast-1.amazonaws.com/DPM/images/1093402.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-blue{
	    color: rgb(0, 82, 110);
}

button {
 padding: 10px 15px;
 border-radius: 60px;
 border: 0;
 background-color: rgb(255, 56, 86);
 letter-spacing: 1.5px;
 transition: all .3s ease;
 box-shadow: rgb(201, 46, 70) 0px 10px 0px 0px;
 color: hsl(0, 0%, 100%);
 font-family: 'Roboto', sans-serif;
 font-size: 25px;
 width: 100%;
 margin-bottom: 35px;
}

button:hover {
 box-shadow: rgb(201, 46, 70) 0px 7px 0px 0px;
}

button:active {
 background-color: rgb(255, 56, 86);
 /*50, 168, 80*/
 box-shadow: rgb(201, 46, 70) 0px 0px 0px 0px;
 transform: translateY(5px);
 transition: 200ms;
}
button a:link, button a:visited {
  text-decoration: none;
  color: white;
}


h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3em;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.3em;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 1.3em;
}
h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: -0.25px;
	color: black;
	padding-bottom: 15px;
}

.lead {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.3em;
}

.sublead {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3em;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item, 
.embed-responsive iframe, 
.embed-responsive embed, 
.embed-responsive object, 
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

@media (min-width: 1200px) {

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.3em;
}
	.embed-responsive {
		margin: 0 0 30px 0;
	}
}
@media only screen and (max-width: 480px) {
h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2em;
}
h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-align: center;
}
button {
	padding: 20px 10px;
    font-size: 25px;
    letter-spacing: -0.2px;
 }
#bonus img {
 	display: block;
    margin: 0 auto;
    float: none;
    margin-bottom: 10pt;
    height: 150px;
}
}