@charset "utf-8";
/* CSS Document */

/* CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

main {
	display: block;
}

* {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

body {
	font-family: 'Didact Gothic', sans-serif;
}

h1 {
	font-family: 'Rajdhani', sans-serif;
}

p {
	font-size: 1.2em;
}

header {
	z-index: 999;
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(116, 37, 67);
}


header nav {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content:  space-between;
}

.active {
	text-decoration: underline;
}

.square {
	width: 50px;
	height: 50px;
	margin: 5px;
	margin-left: 100px;
	background: #e6b2c6;
	text-decoration: none;
	font-size: 3em;
	color: rgb(116, 37, 67);
	border-radius: 1px;
}

header nav ul li{
	float: left;
	list-style-type: none;
	margin-left: 50px;
}

header nav li a {
	text-decoration: none;
	color: #fff;
	line-height: 40px;
	display: block;
	width: 150px;
	float: left;
	text-align: center;
	font-size: 1.2em;
	font-family: 'Rajdhani', sans-serif;
	margin-top: 10px;
}

header nav li a:hover {
	text-decoration: underline;
} 


.intro {
	height: 100vh;
	background-color: #AA3763;
	
}

.intro_content {
	width: 60%;
	margin: 0 auto;
	padding-top: 200px;
}

.intro h1:first-child {
	color: #FEF8DD;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
}

.intro h1:nth-child(2) {
	color: #FEF8DD;
	font-size: 2.5em;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
}

.intro h2 {
	padding-top: 50px;
	font-size: 1.7em;
	color: #fff;
	text-align: center;
	font-family: 'Rajdhani', sans-serif;
	letter-spacing: 2px;
}

.sections div{
	width: 51%;
	margin: 50px auto;
	text-align: center;

}

.sections h3 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.sections a {
	border: 1px #300532 solid;
	padding: 10px 20px;
	margin-top: 40px;
	font-size: 1.3rem;
	color: #300532;	
	padding: 10px;
	margin: 40px auto;
	text-decoration: none;
}


.sections a:hover {
	color: #FEF8DD;
	border: 1px #FEF8DD solid;
}

main {
	background: #e6b2c6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(to right, #da8ba9, #e6b2c6, #da8ba9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to right, #da8ba9, #e6b2c6, #da8ba9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to right, #da8ba9, #e6b2c6, #da8ba9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #da8ba9, #e6b2c6, #da8ba9); /* Standard syntax */
}

.wrapper {
	height: auto;
	width: 70%;
	margin: 0 auto;
	padding-top: 50px;
}

.wrapper h1 {
	font-size: 2.5em;
	margin: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #300532;
}

.wrapper h2 {
	font-size: 1.5em;
	text-align: center;
	margin: 30px;
}

.wrapper p {
	margin-left: 50px;
	margin-right: 50px;
	line-height: 2;
}

.wrapper a{
	color: #AA3763;
}

.wrapper > p:nth-child(2){
	text-align: center;
}

.wodry {
	width: 50%;
	margin: 0 auto;
	padding: 30px 0;
	border: 2px #f0f0f0 solid;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #300532;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.wodry_demo {
	width: 100%;
	padding-left: 30%;
}

.wodry p {
	font-size: 1.3em;
	line-height: 2;
}

.wodry1,
.wodry2,
.wodry3 {
	color: #F6DEC4;
}

/* tabs style */
.tab_container {
	margin-top: 30px;
	margin-bottom: 30px;	
}

nav {
	height: 40px;	
}

.tab_nav a {
	text-decoration: none;
	width: 120px;
	text-align: center;
	line-height: 40px;
	display: block;
	float: left;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-weight: bold;
	color: #300532;
	position: relative;
	top: -1px;
	left: 0;
}

.tab_nav a:focus,
.tab_nav a:hover,
.tab_nav a:active {
	background-color: #300532;	
	color: #F6DEC4;
}

.tab_nav .active_tab {
	background-color: #300532;
	color: #F6DEC4;
}

.tab_nav li:first-child a {
	border-left: 1px solid #000000;
	border-top-left-radius: 7px;
}

.tab_nav li:last-child a {
	border-top-right-radius: 7px;	
}

.tab_contents {
	padding: 20px;
	border: 1px solid #000000;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.custom_set li{
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.7;
	font-size: 1.2em;
}

.custom_set span{
	font-weight: bold;
	color: #300532;
}

/*-- tutorial 2 style--*/
.scrolling {
	width: 70%;
	margin: 0 auto;
	padding: 30px 10px;
	font-size: 1.3em;
	line-height: 2;
	border: 2px #f0f0f0 solid;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #300532;
}

.item {
  width: 150px;
  height: 150px;
  margin: 10px auto;
  padding-top: 7px;
  background: #AA3763;
  text-align: center;
  color: #FFF;
  font-size: 3em;
}

.items_container {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}


/*-- tutorial 3 style--*/
.animation {
	width: 70%;
	height: 200px;
	margin: 50px auto;
	padding: 30px 10px;
	font-size: 1.3em;
	line-height: 2;
	border: 2px #f0f0f0 solid;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
}

.shape { 
	width: 100px;
    height: 100px; 
	margin: 10px auto;
  	padding-top: 7px;
  	background: #AA3763;
  	text-align: center;
  	color: #FFF;
  	font-size: 2em;
}

code {
    font-family: monospace;
    background-color: #ddd;
    padding: 5px;
}

.endMessage {
	width: 50%;
	margin: 0 auto;
	padding: 30px;
	font-size: 3em;
	color: #300532;
	text-align: center;
	text-shadow: 2px 2px 5px #AA3763;
}


/*-- footer style --*/
footer {
	height: 50px;
	padding: 50px;
	text-align: center;
	background: #e6b2c6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(to right, #da8ba9, #e6b2c6, #da8ba9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to right, #da8ba9, #e6b2c6, #da8ba9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to right, #da8ba9, #e6b2c6, #da8ba9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #da8ba9, #e6b2c6, #da8ba9); /* Standard syntax */	
}

footer p {
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 2px;	
}
