@charset "utf-8";

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;
}

/** TOP MENU **/

/* Top bar */
.top-bar {
    width: 100%;
    background: #eee;
    border-bottom: 5px solid #ccc;
}

/* Inner layout */
.top-bar-inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Logo */
.logo img {
    display: block;
	max-width: 95%;
	height: auto;
	max-height: 40px;
}

/* Login form (desktop) */
.login-form {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
	max-width: 95%;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    padding: 8px 10px;
    font-size: 14px;
    width: 160px;
    min-width: 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s ease;
}

.login-form input:focus {
    border-color: #4caf50;
}

.login-form button {
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
    background: #4caf50;
    border: none;
    color: #fff;
    border-radius: 6px;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.login-form button:hover {
    background: #43a047;
}

/* -------- Tablet / small laptop -------- */
@media (max-width: 900px) {

    .top-bar-inner {
        flex-wrap: wrap;
    }

    .login-form {
        width: 100%;
        margin-left: 0;
        justify-content: flex-end;
    }

    .login-form input[type="text"],
    .login-form input[type="password"] {
        width: 140px;
    }
}

/* -------- Mobile -------- */
@media (max-width: 600px) {
    .top-bar-inner {
        flex-direction: column;
        align-items: stretch;
        padding: 12px 16px;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .login-form {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .login-form input[type="text"],
    .login-form input[type="password"],
    .login-form button {
        width: 100%;
    }
}









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

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

.header_info strong {
	font-family: "Patua One", sans-serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


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


h1 {
	font-family: "Patua One", 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: "Patua One", sans-serif;
	text-transform: uppercase;
	color: #fb1922;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin: 0 auto 10px auto;
}

.column {
	padding: 10px;
	margin: 10px;
	width: calc(33.3% - 46px);
	float: left;
	border: 3px solid #666;
	border-radius: 6px;
	font-size: 18px;
	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: "Patua One", sans-serif;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: normal;
	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: "Patua One", sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: normal;
	color: #f00;
	display: inline-block;
	width: 100%;
	margin: -18px 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: "Patua One", sans-serif;
	font-weight: normal;
	font-size: 20px;
}

a.click_here {
	display: block;
	font-family: "Patua One", sans-serif;
	font-size: 35px;
	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;
}

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

a.paybymail {
	font-family: "Patua One", 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: "Patua One", sans-serif;
	font-weight: normal;
	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: "Patua One", sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}

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



/*** ON PAGE LOGIN FORM ***/

/* Form container */
.login-form-page {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 700px;
    margin: 20px auto;
    padding: 12px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* Inputs */
.login-form-page input {
    flex: 1;
    min-width: 0;
    padding: 12px 14px;
    font-size: 15px;
    border: 2px solid #666;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Focus state */
.login-form-page input:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.15);
}

/* Button */
.login-form-page button {
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background: #008000;
    color: white;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.1s ease;
}

.login-form-page button:hover {
    background: #02bb02;
}

.login-form-page button:active {
    transform: translateY(1px);
}

/* Responsive: stack on small screens */
@media (max-width: 600px) {
    .login-form-page {
        flex-direction: column;
        align-items: stretch;
    }

    .login-form-page button {
        width: 100%;
    }
}




.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%;}


}