/**
 * BlankPlate | Yet another HTML5 Starter Kit
 *
 * BlankPlate Main stylesheet
 *
 * @copyright	Copyright 2012, Dimitris Krestos
 * @license		Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
 * @link		http://vdw.staytuned.gr/html5-starter-kit-blankplate/
 * @package		BlankPlate
 * @version		v1.2.3
 */

/**
 * WORLD
 *
 * -------------------------------------------------------------------------------------------------
 */
body{
    background: #f1f1f1;
}
nav ul {
    list-style-type: none;
}
img { max-width: 100%; display: block; 
margin: 0 auto;}
* { box-sizing: border-box;}

hr{
    width: 70vw;
}
html {
    scroll-behavior: smooth;
}

 BODY {
	font-family: "Open Sans", helvetica, arial, sans-serif;
}

H2 {
	font-weight: 400;
    padding-left: 40px;
}

H3 {
	font-weight: 400;
    padding-left: 80px;
}

SMALL {
	font-size: 10px;
}

/* Clear fix */
.clear {
	clear: both;
	display: block;
	float: none;
	font-size: 1px;
	height: 0px;
	line-height: 0
}

header{
  
    top: 0px;
    left: 0;
    align-items: center;
    background: #93b7ae;   
    color: #F1F1F1;
    padding: 30px 0 30px;
  
}/**
 * HEADER
 * Your header rules
 * -------------------------------------------------------------------------------------------------
 */
HEADER {
	background: #5B5F70;
	color: white;

	margin: 0 auto;
	width: 100%;
}

HEADER H1 {
	color: inherit;
   
	letter-spacing: 4px;

	text-transform: uppercase;
	font-weight: 400;
}


HEADER H2 {
	color: inherit;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.container {
 
      max-width: 960px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 300;
}
.content p{
    padding: 10px 0;
   width: 80%;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 300;
}

#tab-3 ul li, ol li{
    width: 70%;
    margin: 0 auto;
}

#tab-4 {
    width: 80%;
    margin: 0 auto;
}
#tab-4 img{
 
   display: inline-block;
   padding: 15px 15px;

}
#tab-5{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 100px;
}
#tab-5 img{
 
   display: inline;
   padding:10px 30px 10px;

}
/**
 * BODY
 * Your content rules
 * -------------------------------------------------------------------------------------------------
 */
.separator {
	background: white;
	border-bottom: 1px solid #E5E5E5;
	color: #888;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: 2px;
	width: 100%;
}

SECTION#body {
	background: #F1F1F1;
}

SECTION#body H2 {
	color: white;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 34px;
	margin-top: 2rem;
}

SECTION {
	background: #F1F1F1;
}

ARTICLE {
	padding: 30px 0 20px;
}

ARTICLE H4 {
	color: #E95855;
	margin-bottom: 10px;
}

PRE {
	max-width: 400px;
}

/**
 * FOOTER
 */
 footer {
     position: fixed;
     bottom: 0px;
     left: 0;
     margin: 0 auto;
width: 100%;


     
 }

 footer .container {
     display: flex;
     justify-content: space-evenly;
color: #93b7ae;
     background-color: #F1F1F1;
 }


 FOOTER {
	width: 100%;
	color: #F1F1F1;
	
}
.tabs ul{
    max-width: 1000px;
    margin: 0 auto;
    color: #68a697;
}
/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV SPAN {
	border-bottom: 4px solid #E5E5E5 !important;
	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
	display: block;
	text-align: center;
	font-size: 24px;
}

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
}

.tabs LI {
	background: white;
	border-bottom: 4px solid #E5E5E5;
	margin: 0 10px 0 0;
	display: inline-block;
}

.tabs A {
	color: #68a697;
	display: block;
	font-size: 18px;
	font-weight: 400;
	padding: 14px 24px;
	text-decoration: none;
}

.tabs LI:hover {
	background: #a0cac0;
	border-bottom: 4px solid #68a697;
}

.tabs LI:hover A {
	color: white;
}

.active {
	background: #a0cac0 !important;
	border-bottom: 4px solid #68a697 !important;
}

.active A {
	color: white !important;
}

.link {
	color: white;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	margin-left: 6px;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
	color: inherit;
}

.anchorLink {
	border-bottom: 1px dashed white;
	color: white;
	text-decoration: none;
}

.anchorLink:hover {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}

.screenshot {
	position: absolute;
	clip: rect(0 0 0 0);
}

.prev,
.next {
	background: white !important;
	color: #a0cac0 !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.prev:hover,
.next:hover {
	background: #a0cac0 !important;
	color: white !important;
}

.logo {
	margin-top: -6px;
	margin-right: 10px;
	vertical-align: middle;
}

.button {
	background-color: #a0cac0;
	border: none;
	border-bottom: 4px solid #68a697;
	color: #FFFFFF;
	border-radius: 0;
	font-size: 14px;
	letter-spacing: 2px;
	height: 48px;
	line-height: 48px;
}

.button:hover {
	background: #93b7ae;
	color: #FFF;
	border-bottom-color: #68a697;
}