@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	background-color: #fff;
}

a {
	color: #c30303;
	text-decoration: none;
}

a:hover {
	color: #f00;
}

.span {
	width: 100%;
	margin: 0 auto;
	background: url(images/stripes-light.png) fixed #fff;
}

.header {
	max-width: 1270px;
	background: url(images/header.png) top center no-repeat #666;
	background-size: 100% 100%;
	margin: 0px auto;
	padding: 0px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

.header_info {
	background: rgba(255,255,255,0.9);
	border: 2px solid #666;
	border-radius: 6px;
	max-width: 750px;
	margin: 40px auto 0px auto;
	padding: 10px 15px;
	line-height: 22px
}

.header_info strong {
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
}


.container {
	max-width: 1230px;
	background: rgba(255,255,255,0.7);
	margin: 0px auto 40px auto;
	padding: 20px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}


h1 {
	font-family: "Poppins", sans-serif;
	font-size: 70px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5px;
   -webkit-text-stroke: 1px white;
  text-shadow:
    -2px -2px 0 #000,
     0   -2px 0 #000,
     2px -2px 0 #000,
     2px  0   0 #000,
     2px  2px 0 #000,
     0    2px 0 #000,
    -2px  2px 0 #000,
    -2px  0   0 #000;
}

h2 {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin: 0 auto 10px auto;
	padding-bottom: 5px;
   -webkit-text-stroke: 1px white;
  text-shadow:
    -2px -2px 0 #000,
     0   -2px 0 #000,
     2px -2px 0 #000,
     2px  0   0 #000,
     2px  2px 0 #000,
     0    2px 0 #000,
    -2px  2px 0 #000,
    -2px  0   0 #000;
}

.column {
	padding: 10px;
	margin: 10px;
	width: calc(33.3% - 46px);
	float: left;
	border: 3px solid #666;
	border-radius: 6px;
	font-size: 16px;
	line-height: 24px;
}

.column_container {
	display: flex;
}


.gold {
	background: url(images/gold.jpg);
}

.silver {
	background: url(images/silver.jpg);
}

.bronze {
	background: url(images/bronze.jpg);
}

h3.plan_title {
	font-family: "Poppins", sans-serif;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	border-bottom: 3px solid #666;
	margin: 0 auto 10px auto;
	padding-bottom: 5px;
  text-shadow:
    -1px -1px 0 #fff,
     0   -1px 0 #fff,
     1px -1px 0 #fff,
     1px  0   0 #fff,
     1px  1px 0 #fff,
     0    1px 0 #fff,
    -1px  1px 0 #fff,
    -1px  0   0 #fff;
}

h3.plan_title_highlight {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: 600;
	color: #f00;
	display: inline-block;
	width: 100%;
	margin: -22px auto 0px auto;
  text-shadow:
    -2px -2px 0 #fff,
     0   -2px 0 #fff,
     2px -2px 0 #fff,
     2px  0   0 #fff,
     2px  2px 0 #fff,
     0    2px 0 #fff,
    -2px  2px 0 #fff,
    -2px  0   0 #fff;
}

.column strong {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 20px;
}

.click_here {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #ff0;
	text-transform: uppercase;
	background: #008000;
	padding: 15px;
	border: 3px solid #000;
	margin: 20px auto;
	max-width: 750px;
	border-radius: 12px;
	text-align: center;
  text-shadow:
    -1px -1px 0 #000,
     0   -1px 0 #000,
     1px -1px 0 #000,
     1px  0   0 #000,
     1px  1px 0 #000,
     0    1px 0 #000,
    -1px  1px 0 #000,
    -1px  0   0 #000;
}

.click_here:hover {
	color: #ff0;
	background: #02bb02;
}

a.paybymail {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	color: #008000;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
}

a.paybymail:hover {
	color: #02bb02;
	text-decoration: underline;
}

.faq {
	margin-top: 20px;
}

.faq h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 34px;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 2px dashed #666;
	border-top: 2px solid #666;
}

.faq strong {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
}

.faq p {
	line-height: 22px;
}

.copyright {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

.copyright p {
	margin-bottom: 10px;
}



/**** MEDIA QUERIES ****/

@media only screen and (max-width:900px){
.header {
	background-size: auto 100%;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
}

.container {
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
}

h1 {font-size: 50px}
h2 {font-size: 24px}
.header_info {width: 90%}
.click_here {font-size: 30px}
}



@media only screen and (max-width:600px){
.header_info {width: 80%}
.column_container {display: block}
.column {width: calc(100% - 26px); margin: 10px auto;}
.copyright {margin: 15px}
.copyright img {max-width: 95%;}


}