body {
	overflow: hidden;
}

h1 {
	font-size: 37px;
}

.container .lead {
	font-size: 22px;
	font-weight: 600;
}

.section#privacy {
	background: #ff9800;
}

.section#affiliates {
	background: #62c462;
}

.section#general {
	background: #29b6f6;
}

.text-justify {
	text-align: justify;
	font-size: 18px;
}

#legal {
	display: inline-block;
}

#legal:hover {
	background: #000;
	color: #fff;
	border: 1px dashed #ffffff;
}

/* The browser window */
.browser {
	border: 3px solid #f1f1f1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: absolute;
	top: 3%;
	left: 5%;
	z-index: 20;    /*width: calc(100% - 26px);
			height: calc(100% - 6px);*/
	width: calc(90%);
	height: calc(90%);
	margin: 0px 10px;
}

/* Container for columns and the top "toolbar" */
.brwrow {
	padding: 10px;
	background: #f1f1f1;/*    border-top-left-radius: 4px;
		    border-top-right-radius: 4px;*/
}

/* Create three unequal columns that floats next to each other */
.brwcolumn {
	float: left;
}

.brwleft {
	width: 15%;
}

.brwright {
	width: 10%;
}

.brwmiddle {
	width: 75%;
}

/* Clear floats after the columns */
.brwrow:after {
	content: "";
	display: table;
	clear: both;
}

/* Three dots */
.brwdot {
	margin-top: 4px;
	height: 12px;
	width: 12px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}

/* Style the input field */
.browser input[type=text] {
	width: 100%;
	border-radius: 3px;
	border: none;
	background-color: white;
	margin-top: -8px;
	height: 25px;
	color: #000;
	padding: 5px;
	text-align: center;
	letter-spacing: 0.05em;
}

/* Three bars (hamburger menu) */
.brwbar {
	width: 16px;
	height: 16px;    /* background-color: #aaa; */
	margin: 0px 0;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}

/* Page content */
.brwcontent {
	background: #5ac05a;
	height: calc(100% - 57px);
	overflow-y: scroll;
	overflow-x: hidden;
}

.brwcontent::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.brwcontent::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.brwcontent::-webkit-scrollbar-thumb {
	background-color: #aaaaaa;
	border: 1px solid #bbbbbb;
}

.brwcontent iframe {
	background: #fff;
	width: calc(100%);
	height: calc(100%);
	border: 0;
}

@media (max-width:479px) {
	#slides .slides-container .slides-detail h1 {
		font-size: 20px;
		margin: 20px 0 0 160px;
		line-height: 25px;
	}

	#slides .slides-container .slides-detail .lead {
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 0 160px;
	}

	.section {
		width: 20%;
		top: calc(45% + 140px + 74px);
	}

	.section .container {
		width: 100%;
		overflow-x: hidden;
	}

	/* Sections About */
	.section#about {
		right: 80%;
	}

	/* Sections Services */
	.section#services {
		right: 60%;
	}

	/* Sections Portfolio */
	.section#folio {
		right: 40%;
	}

	/* Sections Blog */
	.section#blog {
		right: 0%;
	}

	/* Sections Contact */
	.section#contact {
		right: 20%;
	}

	.text-justify {
		text-align: justify;
		font-size: 18px;
		padding: 0px 16px;
	}

	.browser {
		border: 2px solid #f1f1f1;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		position: absolute;
		top: 1%;
		left: 1%;
		z-index: 100;
		width: calc(97%);
		height: calc(97%);
		margin: 0px 0px;
	}

	.brwleft {
		width: 17%;
	}

	.brwright {
		width: 10%;
	}

	.brwmiddle {
		width: 73%;
	}

}

@media (max-width:767px) and (min-width:480px) {
	#slides .slides-container .slides-detail h1 {
		font-size: 22px;
		margin: 45px 0 0 160px;
		line-height: 25px;
	}

	#slides .slides-container .slides-detail .lead {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 0 160px;
	}

	.section {
		width: 20%;
		top: 86.5%;
	}

	.section .container {
		width: 100%;
		overflow-x: hidden;
	}

	/* Sections About */
	.section#about {
		right: 80%;
	}

	/* Sections Services */
	.section#services {
		right: 60%;
	}

	/* Sections Portfolio */
	.section#folio {
		right: 40%;
	}

	/* Sections Blog */
	.section#blog {
		right: 0%;
	}

	/* Sections Contact */
	.section#contact {
		right: 20%;
	}

	.text-justify {
		text-align: justify;
		font-size: 18px;
		padding: 0px 16px;
	}

	.browser {
		border: 2px solid #f1f1f1;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		position: absolute;
		top: 1%;
		left: 1%;
		z-index: 100;
		width: calc(97%);
		height: calc(97%);
		margin: 0px 0px;
	}

}
