body {
	font-family: -apple-system, 'HelveticaNeue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

h1 {
	font-weight: 300;
	font-size: 36px;
}

a, a:visited {
	color: #966bfa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.text-white {
	color: #FFFFFF;
}
.text-red {
	color: #D0011B;
}
.text-blue {
	color: #39a4ff;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

.wrapper-90 {
	width: 90%;
	margin-left: 5%;
}
.wrapper-80 {
	width: 80%;
	margin-left: 10%;
}
.wrapper-70 {
	width: 70%;
	margin-left: 15%;
}
.wrapper-max-700 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

section p {
	font-size: 18px;
	font-weight: 300;
}

section h2 {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	padding-top: 52px;
	padding-bottom: 35px;
	margin-top: 0;
	margin-bottom: 0;
}

section h3 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 13px;
	padding-top: 0px;
	color: #000000; 
}

section.dark {
	background-color: #1B1C2B;
	color: #9A9B9E;
}

section.light {
	background-color: #FFFFFF;
	color: #4A4A4A;
}

section.dark h2 {
	color: #FFFFFF;
}
section.light h2 {
	color: #000000;
}


/* ----------- Intro ----------- */
#logo {
	margin-top: 130px;
	width: 102px;
	height: 102px;
}
#subline {
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 58px;
	margin-top: 10px;
}
#intro {
	padding-bottom: 110px;
}
#intro h1 {
	margin: 35px 14px 0px 14px;
}
#intro nav {
	height: 40px;
	text-align: right;
	padding-top: 12px;
	padding-right: 12px;
}
#intro .pure-menu-link {
	color: #966bfa;
	text-decoration: none;
}
#intro .pure-menu-link:visited, 
#intro .pure-menu-link:focus, 
#intro .pure-menu-link:hover {
	background-color: #222336;
	text-decoration: underline;
}

.app-store-badge a:first-child {
	margin-right: 28px;
}
.app-store-badge img {
	height: 40px;
	width: auto;
}
.app-store-badge img:hover {
	opacity: 0.7;
}
/* iPhone 5 - Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
  	h1 {
		font-weight: 300;
		font-size: 22px;
	}
	#intro {
		padding-bottom: 10px;
	}
	#intro nav {
		text-align: center;
		padding-right: 0px;
	}
	#intro h1 {
		margin-top: 25px;
	}
	#logo {
		margin-top: 35px;
	}
	#subline {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.app-store-badge a:first-child {
		margin-right: 5px;
	}
	.app-store-badge img {
		height: 32px;
		width: auto;
	}
	section h2 {
		font-size: 25px;
		padding-top: 30px;
		padding-bottom: 22px;
	}
}
/* iPhone 7 and 7 Plus - Portrait and Landscape */
@media only screen and (min-width: 375px) and (max-width: 667px),
only screen and (min-device-width: 414px) and (max-device-width: 736px) { 
  	#intro nav {
		text-align: center;
		padding-right: 0px;
	}
  	#intro h1 {
		font-weight: 300;
		font-size: 25px;
		margin-top: 35px;
		margin-bottom: 14px;
	}
	#logo {
		margin-top: 55px;
	}
	#intro {
		padding-bottom: 40px;
	}
	#subline {
		font-size: 20px;
		margin-bottom: 35px;
	}
	.app-store-badge a:first-child {
		margin-right: 15px;
	}
	.app-store-badge img {
		height: auto;
		width: auto;
	}
	section h2 {
		font-size: 28px;
		padding-top: 40px;
		padding-bottom: 32px;
	}
}

/* ----------- Press ----------- */
#press {
	text-align: center;
	margin-top: 22px;
}
#press img {
	width: auto;
	height: auto;
	max-width: 82%;
	max-height: 100%;
	margin: auto;
}
#press img:hover {
	opacity: 0.67;
}
#love-us {
	font-size: 30px;
	color: #000000;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 0px;
}
#top-reviews {
	text-align: center;
	margin-bottom: 90px;
}
.top-review a {
	text-decoration: none;
}
.top-review-title, 
.top-review-title a {
	color: #000000;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 0px;
}
.top-review-stars {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #F6A623;
	font-size: 24px;
}
.top-review-author {
	margin-top: 0px;
	color: #9A9B9E;
}
#tweets .tweet {
	text-align: center;
}
#tweets .twitter-tweet {
	width: 95% !important;
}
#more-reviews {
	text-align: center;
	color: #9A9B9E;
	margin-bottom: 45px;
}
/* iPhone 5 - Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
	#love-us {
		margin-top: 45px;
		font-size: 25px;
	}
	#pc-mag {
		display: none;
	}
	#top-reviews {
		padding-top: 5px;
		margin-bottom: 45px;
	}
	.top-review-title, 
	.top-review-title a {
		font-size: 20px;
	}
	.top-review-stars {
		font-size: 18px;
	}
	#more-reviews {
		font-size: 11px;
	}
}
/* iPhone 7 and 7 Plus - Portrait and Landscape */
@media only screen and (min-width: 375px) and (max-width: 667px),
only screen and (min-device-width: 414px) and (max-device-width: 736px) { 
	#love-us {
		margin-top: 70px;
	}
	#pc-mag {
		display: none;
	}
	#top-reviews {
		padding-top: 20px;
		margin-bottom: 70px;
	}
	.top-review-title, 
	.top-review-title a {
		font-size: 22px;
	}
	.top-review-stars {
		font-size: 20px;
	}
	#more-reviews {
		font-size: 13px;
	}
	#tweets .twitter-tweet {
		width: 100% !important;
	}
}


/* ----------- Features ----------- */
#features section {
  display: none;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2 {
  display: block;
}
#tab1:checked ~ label[for=tab1],
#tab2:checked ~ label[for=tab2] {
  color: #1B1C2B;
  background-color: #966bfa;
}
#features input {
  display: none;
}
#features label {
  display: inline-block;
  width: 90px;
  color: #966bfa;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 6px 2px;
  font-weight: 600;
  margin-bottom: 25px;
}
label[for=tab1] {
	border-left: 1px solid #966bfa;
	border-top: 1px solid #966bfa;
	border-bottom: 1px solid #966bfa;
	border-right: 1px solid #966bfa;
	border-top-left-radius: 56px;
	border-bottom-left-radius: 56px;
}
label[for=tab2] {
	border-right: 1px solid #966bfa;
	border-top: 1px solid #966bfa;
	border-bottom: 1px solid #966bfa;
	border-top-right-radius: 56px;
	border-bottom-right-radius: 56px;
}
#screenshots,
#screenshot-titles {
	text-align: center;
}
#screenshots p.screenshot-title {
	display: none;
}
.screenshot-title {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 200;
	max-width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
p.screenshot-title {
	margin-top: 0px;
}
.screenshot-title .text-red,
.screenshot-title .text-orange,
.screenshot-title .text-green,
.screenshot-title .text-blue {
	font-weight: 400;
	font-size: 21px;
}
.screenshot-title .text-red {
	color: #e81757;
}
.screenshot-title .text-orange {
	color: #f58522;
}
.screenshot-title .text-green {
	color: #5eb856;
}
img.screenshot {
	width: 90%;
	height: auto;
	box-shadow: 0 4px 8px 0 rgba(1, 1, 1, 0.8), 0 6px 20px 0 rgba(1, 1, 1, 0.79);
}
#features-description {
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 200;
	line-height: 26px;
	padding-top: 45px;
	padding-bottom: 55px;
	margin-top: 0;
	margin-bottom: 0;
}
/* iPhone 5 - Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
  	#screenshot-titles {
		display: none;
	}
	#screenshots p.screenshot-title {
		display: block;
	}
	.screenshot-title .text-red,
	.screenshot-title .text-orange,
	.screenshot-title .text-green,
	.screenshot-title .text-blue {
		font-size: 16px;
	}
	.screenshot-title {
		font-size: 15px;
		padding-bottom: 0px;
	}
	img.screenshot {
		margin-bottom: 35px;
	}
	#features-description { 
		padding-top: 0px;
		padding-bottom: 40px;
		font-size: 15px;
	}
	#features-description br {
		display: none;
	}
}
/* iPhone 7 and 7 Plus - Portrait and Landscape */
@media only screen and (min-width: 375px) and (max-width: 667px),
only screen and (min-device-width: 414px) and (max-device-width: 736px) { 
	#screenshot-titles {
		display: none;
	}
	#screenshots p.screenshot-title {
		display: block;
	}
	.screenshot-title .text-red,
	.screenshot-title .text-orange,
	.screenshot-title .text-green,
	.screenshot-title .text-blue {
		font-size: 19px;
	}
	.screenshot-title {
		font-size: 18px;
		padding-bottom: 0px;
	}
	img.screenshot {
		margin-bottom: 45px;
	}
	#features-description { 
		padding-top: 0px;
		font-size: 16px;
	}
	#features-description br {
		display: none;
	}
}


/* ----------- Why do I need 1Blocker ----------- */
#reasons {
	padding-top: 0px;
	padding-bottom: 43px;
	text-align: center;
}
#reasons p {
	width: 75%;
	padding-bottom: 47px;
	margin: 0 auto;
}
#reasons .reason-icon {
	/*text-align: center;*/
}
#reasons .reason-icon img {
	width: 90px;
}
#reasons .reason-icon img:hover {
	opacity: 0.7;
}
/* iPhone 5 - Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
  	section h3 {
		font-size: 21px;
	}
	#reasons .reason-icon img {
		width: 70px;
	}
	#reasons {
		padding-bottom: 33px;
	}
  	#reasons p {
		width: 100%;
		font-size: 15px;
		padding-bottom: 37px;
	}
}
/* iPhone 7 and 7 Plus - Portrait and Landscape */
@media only screen and (min-width: 375px) and (max-width: 667px),
only screen and (min-device-width: 414px) and (max-device-width: 736px) { 
	#reasons p {
		width: 95%;
	}
}


/* ----------- How is 1Blocker better ----------- */
#we-better {
	color: #FFFFFF;
}
#we {
	text-align: right;
	padding-right: 10%;
	font-size: 55px;
}
#not-afraid {
	text-align: center;
	padding-bottom: 12px;
	color: #FFFFFF;
	padding-top: 35px;
}
#why-better {
	padding-bottom: 55px;
}
#why-better .pure-table td {
	background-color: #222336;
	color: #FFFFFF;
}
#why-better .pure-table td, 
#why-better .pure-table th {
	border-left: 1px solid #12141E !important;
}
#why-better .pure-table-bordered td {
	border-bottom: 1px solid #12141E !important;
}
#why-better .pure-table {
	border: 1px solid #12141E !important;
	font-size: 13px !important;
	font-weight: 200 !important;
	text-align: center;
}
#why-better .pure-table thead {
	background-color: #222336 !important;
	color: #FFFFFF !important;
	text-align: center !important;
	font-size: 13px !important;
	font-weight: 400 !important;
}
#why-better thead th {
	font-weight: 400 !important;
}
#why-better .cell-green {
	background-color: rgba(44, 111, 54, 0.75) !important;
}
#why-better .cell-red {
	background-color: rgba(161, 46, 58, 0.75) !important;
}
#table-outer {
	overflow: scroll;
}
/* Overwrite the default to keep the scrollbar always visible */
#table-outer::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}

#table-outer::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(200,200,200,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
#table-outer::-webkit-scrollbar-corner { 
	background-color: transparent;
}
/* iPhone 5 - Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
  	#we {
		font-size: 40px;
		padding-top: 40%;
		padding-right: 20%;
	}
	#not-afraid {
		font-size: 15px;
		padding-top: 25px;
	}
	#we-better .dont {
		font-size: 15px;
	}
	#why-better .pure-table {
		font-size: 11px !important;
	}
}
/* iPhone 7 and 7 Plus - Portrait and Landscape */
@media only screen and (min-width: 375px) and (max-width: 667px),
only screen and (min-device-width: 414px) and (max-device-width: 736px) { 
	#we {
		font-size: 45px;
		padding-top: 20px;
		padding-right: 20%;
	}
	#not-afraid {
		font-size: 16px;
	}
	#we-better .dont {
		font-size: 16px;
	}
	#why-better .pure-table {
		font-size: 12px !important;
	}
}


/* ----------- Why not free ----------- */
#why-not-free .twitter-tweet {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#letter {
	padding-bottom: 55px;
}
#letter .quote {
	font-size: 22px;
	color: #000000;
	font-style: italic;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
}
#letter strong {
	font-weight: 500;
}
/* iPhone 5 - Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
  	#why-not-free h2,
	#letter {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#letter p { 
		font-size: 16px;
	}
	#letter {
		padding-bottom: 35px;
	}
	#why-not-free h2 {
		padding-bottom: 5px;
	}
}
/* iPhone 7 and 7 Plus - Portrait and Landscape */
@media only screen and (min-width: 375px) and (max-width: 667px),
only screen and (min-device-width: 414px) and (max-device-width: 736px) { 
	#why-not-free h2,
	#letter {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#why-not-free h2 {
		padding-bottom: 5px;
	}
}


/* ----------- Made By ----------- */
#devs {
	text-align: center;
}
#devs img {
	width: 100%;
	border-radius: 102px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	margin-bottom: 10px;
}
#devs a {
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}
#devs a:hover {
	text-decoration: underline;
}
#rinat,
#salavat {
	max-width: 122px;
	max-height: 122px;
	text-align: center;
}
#rinat {
	padding-right: 40px;
	margin-left: auto;
}
#salavat {
	padding-left: 40px;
}
#work-hard {
	margin-bottom: 0px;
	padding-top: 45px;
	padding-bottom: 55px;
}
/* iPhone 5 - Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) {
  	#devs img {
		width: 80%;
	}
  	#devs,
	#work-hard {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	#rinat {
		padding-right: 20px;
	}
	#salavat {
		padding-left: 20px;
	}
	#work-hard {
		padding-top: 15px;
		padding-bottom: 35px;
	}
}
/* iPhone 7 and 7 Plus - Portrait and Landscape */
@media only screen and (min-width: 375px) and (max-width: 667px),
only screen and (min-device-width: 414px) and (max-device-width: 736px) { 
	#devs,
	#work-hard {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	#rinat {
		padding-right: 20px;
	}
	#salavat {
		padding-left: 20px;
	}
}


/* ----------- Have Questions ----------- */
#have-question p {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 48px;
}


/* ----------- Footer ----------- */
footer {
	margin-top: 65px;
	margin-bottom: 23px;
}

footer p {
	font-weight: 200;
	font-size: 14px;
	text-align: center;
	color: #9A9B9E;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* iPhone 7 & 7 Plus - Portrait and Landscape */
@media only screen and (max-width: 736px) { 
	footer p {
		font-size: 11px;
	}
}