body, html {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
}

#container {
	width: 100%;
}

.section1 {
	width: 90%;
	margin: auto;
	vertical-align: middle;
	height: 100%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="section1"] {
		height: 130%;
    }
}

#header {
	text-transform: uppercase;
	display: inline-block;
	width: 90%;
	margin: 0;
	padding: 5%;
	vertical-align: middle;
}

#menu-area {
	display: inline-block;
	width: 14%;
}

.website-title {
	display: inline-block;
	width: 70%;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="website-title"] {
		width: 63%;
		font-size: 0.6em;
    }
}

.b-side {
	display: inline-block;
	width: 14%;
	text-align: right;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="b-side"] {
		width: 60px;
		font-size: 0.6em;
    }
}

.bt-b-side {
	border: 2px solid #C005FF;
	background: #fff;
	color: #C005FF;
	font-weight: 700;
	text-transform: uppercase;
	width: 100px;
	height: 30px;
	letter-spacing: 0.1em;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 24px;
	transition-duration: 0.4s;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="b-side"] {
		width: 60px;
		font-size: 0.6em;
    }
}

.bt-b-side:hover {
	border: 2px solid #4A4A4A;
	background: #fff;
	color: #4A4A4A;
	cursor: pointer;
}

.highlight-home {
	width: 30%;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 2.5em;
	padding: 4%;
	color: #0507FF;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="highlight-home"] {
		font-size: 1.5em;
		padding: 0;
		margin: 0;
		width: 100%;
		padding-bottom: 20%;
		padding-top: 12%; 
    }
}

.bt-why {
	border: 2px solid #0507FF;
	background: #fff;
	color: #0507FF;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	height: 30px;
	width: 200px;
	font-size: 0.3em;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 22px;
	transition-duration: 0.4s;
}

.bt-why:hover {
	border: 2px solid #4A4A4A;
	background: #fff;
	color: #4A4A4A;
	cursor: pointer;
}

.stories {
	text-align: center;
	width: 80%;
	margin: auto;
	padding: 3%;
	position: relative;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="stories"] {
		padding: 0;
    }
}

.stories-link {
	width: 20%;
	min-width: 200px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="stories-link"] {
        width: 100%;
		padding-bottom: 11%;
    }
}

.stories-author {
	text-transform: uppercase;
	font-weight: 300;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #4A4A4A;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="stories-author"] {
		text-align: center;
    }
}

.stories-title {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: 400;
	color: #4A4A4A;
}

.stories-title:hover {
	text-decoration: none;
	color: #4A4A4A;
}

.stories-title:visited {
	color: #4A4A4A;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="stories-title"] {
		text-align: center;
    }
}

.bt-all-stories {
	border: 2px solid #4A4A4A;
	color: #4A4A4A;
	background: #fff;
	width: 150px;
	height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: 'Roboto Condensed', sans-serif;
	transition-duration: 0.4s;
}

.bt-all-stories:hover {
	border: 2px solid #0507FF;
	background: #fff;
	color: #0507FF;
	cursor: pointer;
}

.arrow-about {
	text-align: center;
	padding-top: 4%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="arrow-about"] {
		display: none;
    }
}

.arrow-down {
	color: #0507FF;
	text-decoration: none;
}

.arrow-down:visited {
	color: #0507FF;
	text-decoration: none;
}



/* section 2 */

.section2-about {
	width: 90%;
	margin: auto;
	vertical-align: middle;
	height: 100%;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="section1"] {
		height: 130%;
    }
}

.about-greeting {
	margin: auto;
	width: 10%;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding-bottom: 5%;
	padding-top: 5%;
	border-top: 0.8px solid #4A4A4A;
	color: #4A4A4A;
}

.about-title {
	text-align: center;
	width: 17%;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: auto;
	padding: 2%;
	color: #3CE7CD;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="about-title"] {
		font-size: 1.5em;
		padding: 0;
		margin: 0;
		width: 100%;
		padding-bottom: 12%;
		padding-top: 12%; 
    }
}

.about-content {
	width: 33%;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 1em;
	color: #4A4A4A;
	margin: auto;
	padding: 3%;
	font-weight: 400;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="about-content"] {
		font-size: 1em;
		padding: 0;
		margin: 0;
		width: 100%;
		padding-bottom: 12%;
		text-align: center;
    }
}

.timeline-button {
	width: 40%;
	margin: auto;
	text-align: center;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="timeline-button"] {
		width: 100%;
    }
}

.bt-timeline {
	border: 2px solid #3CE7CD;
	color: #3CE7CD;
	background: #fff;
	width: 230px;
	height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2em;
	font-size: 0.7em;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 23px;
	transition-duration: 0.4s;
}

.bt-timeline:hover {
	border: 2px solid #4A4A4A;
	background: #fff;
	color: #4A4A4A;
	cursor: pointer;
}


.about-footer {
	text-align: center;
	padding-top: 7%;
	padding-bottom: 1%;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #4A4A4A;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="about-footer"] {
		padding-top: 20%;
		padding-bottom: 10%;
    }
}

