body {
 background-image: url('/img/hero-bg-lg.jpg');
 background-size: cover;
 padding:0!important;
}

/* Header */
header {
	width: 100%;
}
.logo {
	display: block;
	padding: 20px 0 0 0;
}
.hero_header {
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}

/*.switch {
    position: relative;
    display: inline-block;
    width: 67px;
    height: 39px;
    vertical-align: middle;
    margin: 0 10px;
}*/
label {
    font-weight: bold;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
button, input {
    overflow: visible;
}

input:checked + .slider {
    background-color: #17063b;
	border: 1px solid #665eb4;
}
input:checked + .slider {
    background-color: #17063b;
}
.slider.round {
    border-radius: 34px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #665eb4;
	border: 1px solid #665eb4;
    -webkit-transition: .2s;
    transition: .2s;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round:before {
    border-width: 2px;
    border-color: rgb(42, 232, 213);
    border-style: solid;
    border-radius: 50%;
    background-image: -moz-linear-gradient( 121deg, rgb(42,232,213) 6%, rgb(255,255,255) 86%);
    background-image: -webkit-linear-gradient( 121deg, rgb(42,232,213) 6%, rgb(255,255,255) 86%);
    background-image: -ms-linear-gradient( 121deg, rgb(42,232,213) 6%, rgb(255,255,255) 86%);
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.plans-container {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.sub-plan {
	width: 21%;
	text-align: center;
	float: left;
	margin-top: 35px;
	padding: 10px 10px 30px 10px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 15px;
	background-color: white;
	box-shadow: 2px 10px 57px -1px rgba(40,34,122,0.4);
	-webkit-box-shadow: 2px 10px 57px -1px rgba(40,34,122,0.4);
	-moz-box-shadow: 2px 10px 57px -1px rgba(40,34,122,0.4);
}

.pro-sub-plan {
	width: 21%;
	position: relative;
  	z-index: 90;
	text-align: center;
	float: left;
	margin-top: -1%;
	margin-bottom: 3%;
	padding: 10px 10px 30px 10px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 15px;
	background-color: #caf8f3;
	box-shadow: 2px 10px 57px -1px rgba(40,34,122,0.4);
	-webkit-box-shadow: 2px 10px 57px -1px rgba(40,34,122,0.4);
	-moz-box-shadow: 2px 10px 57px -1px rgba(40,34,122,0.4);
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
  .ribbon {
    font-family: brandon-grotesque, sans-serif;
	font-weight: 800;
    color: #fff;
	font-size: 13px;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: relative;
    padding: 5px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #28227a;
 }


.purchase-amount-wrapper {
	font-family: brandon-grotesque, sans-serif;
}

.purchase-amount {
	font-size: 50px;
	font-weight: 700;
	color: #28227a;
}

.billing-frequency, .purchase-terms {
	font-style: italic;
	font-size: .8em;
	opacity: .7;
}

.pro-sub-plan .purchase-button a {
	background-color: #28227a;
	color: white;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 800;
	text-decoration: none;
	border-radius: 50px;
	padding: 10px 20px;
	margin: 10px 0;
	display: inline-block;
}

.purchase-button a {
	background-color: #2ae8d5;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 800;
	text-decoration: none;
	border-radius: 50px;
	padding: 10px 20px;
	margin: 10px 0;
	display: inline-block;
}

.features-container {
	width: 80%;
	display: block;
	margin: 0px auto;
}

.selling-feature {
	text-align: left;
	margin-bottom: 5px;
}

/* More info */
.intro {
	width: 100%;
	display: block;
	margin-top: 30px;
}

.intro p {
  color: #FFFFFF;
  width: 60%;
  margin: 0 auto;
  display: block;
  font-size: 40px;
  padding: 20px 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-shadow: 7px 7px 7px rgba(0, 0, 0, 0.5);
}

/*
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}*/

.intro {
	display: inline-block;
	color: white;
	text-align: center;
}

.container .header img {
	margin: 0 auto;
	position: relative;
	text-align: center;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
.selling-feature {
	font-size: 14px;
}
		
.features-container {
	width: 80%;
	}
	
.intro p {
	font-size: 28px;
	width: 95%;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
		
.selling-feature {
	font-size: 20px;
}
		
.features-container {
	width: 80%;
	}
	
.intro p {
  	width: 90%;
	font-size: 32px;
	}
	
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
	
	.intro p {
  	  width: 90%;
	}
	
	.features-container {
	  width: 70%;
	}
	
	.purchase-amount-wrapper {
	  font-family: brandon-grotesque, sans-serif;
}

	.purchase-amount {
		font-size: 50px;
		font-weight: 700;
		color: #28227a;
}

	.monthly-amount {
		text-decoration: line-through;
		color: #959fe6;
		margin: 0 10px 0px -30px;
	}

	.billing-frequency, .purchase-terms {
		font-style: italic;
		font-size: .8em;
		opacity: .7;
	}
}