@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Karla', sans-serif;
    margin:0;
}

*{
    margin:0;
}

/*js* start*/
#wrap {
position:relative;
width:400px;
height:300px;
margin:0;
overflow:hidden;
}
#imagegallery {
width:400px;
height:300px;
background:#fff;
margin:0 auto;
margin-top:10px;
overflow:hidden;
text-align:center;
}
#imagegallery a {
text-decoration:none;
color:#333333;
}
#nav {
width:400px;
height:80px;
position:absolute;
top:100px;
z-index:100;
}
#nav a {
display:block;
line-height:60px;
width:60px;
background:rgba(0,0,0,0.4);
text-align:center;
text-decoration:none;
font-size:21px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
border-radius: 17px;
}
#prev {
float:left;
margin-left:-15px;
}
#next {
float:right;
margin-right:-15px;
}
/*js end*/

#container{
	background-image: url('image/bg3.jpg');
	background-repeat: repeat-y;
	background-size: cover;
	width:100%;
	height:100%;
}

hr { 
    display: block;
	background-color: #6A6A6A;
	color: #6A6A6A;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style:solid;
    border-width: 3px;
}

ul {
	list-style: none;
}

a:link {
	color:#000000;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
	color: #000000;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}

#index-tutorials a:link{
	color:white;
}
#index-tutorials a:visited{
	color:white;
}
#index-tutorials a:hover{
	color:#FF6E00;
}
#index-tutorials a:active{
	color:#FF6E00;
}

.alink:link {
	color:#0BACB4;
    text-decoration: none;
	font-size:20px;
}
.alink:visited {
    text-decoration: none;
	color: #0BACB4;
	font-size:20px;
}
.alink:hover {
	color:#FF0000;
	font-size:20px;
}

.alink:active {
	color:#FF0000;
    text-decoration: underline;
	font-size:20px;
}

.index-subtitle{
	color: black;
}

.pic{
	float:left;
	padding-right:30px;
}

header .one {
	float: right;
background:rgba(255,255,255,0.8);
	padding:10px 20px;
	font-weight: bold;
}

header .two {
    width:1000px;
    padding: 90px 20px;
}

header nav ul {
	list-style: none;
	margin-right: 120px;
}

header nav ul li {
	display:inline-block;
	margin: 0 40px;
	padding:10px;
}


header h1 {
	font-size: 60px;
	color:white;
}

header h2 {
	font-size: 40px;
	color: white;
}

header .two {
	padding-top: 100px;
}

header .three{
	margin-top: 0px;
	text-align: center;
}

.shadow{
    text-shadow: 2px 2px 4px red;
}

/*section index*/
#index-section {
	height:1200px;
	width:90%;
	margin:auto;
}

#index-recipes{
	float:left;
	width:75%;
	height:100%;
	background:rgba(255,255,255,0.9);
}

#index-recipes ul {
	padding:50px;
}

#index-recipes ul li{
	display:inline-block;
	padding-bottom:20px;
	padding-top:20px;
}

#index-recipes p {
	line-height: 1.5;
	font-size:20px;
}

#index-tutorials{
	float:left;
	width:25%;
	height:100%;
	color:white;
	background:rgba(63,63,63,0.9);
	line-height: 1;
}

#index-tutorials>h3{
	padding: 50px 30px 0px;
	letter-spacing: 3px;
}

.pic{
	width:350px;
	border:1px solid #5F5F5F;
	padding:0;
	margin-right:20px;
}

#levels{
    border:1px solid white;
	width:70%;
	padding-left:30px;
	padding-bottom: 30px;
	margin:30px auto;
	color: white;
	line-height: 2.5;
	letter-spacing: 2px;
	font-size:20px;
}



#methods{
	border:1px solid white;
	width:70%;
	padding-left:30px;
	padding-bottom:30px;
	margin: 30px auto;
	color:white;
	line-height: 2.5;
	letter-spacing: 2px;
	font-size:20px;
}

/*section tutorials*/
#tutorials-section .menu{
	min-width:330px;
	height:100%;
	width:90%;
	background:rgba(63,63,63,0.9);
	margin:auto;
	padding:0;
}

#tutorials-section  ul{
	display: block;
	list-style: none;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 100px;
}

#tutorials-section  ul li {
	padding: 1px;
}

/*section resources*/
#useful {
	height:100%;
	width:90%;
	background:rgba(255,223,223,0.9);
	margin: auto;
}

#useful h3{
	font-family: Lucida Calligraphy, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

#useful a:link {
	color: #08A6BB;
}
#useful a:visited {
	color: #08A6BB;
}

#useful a{
	font-size:15px;
}

#useful li{
	font-size:20px;
}

.useful-link{
	padding: 50px 0px 50px 60px;
	}

.useful-link ul{
	padding:20px;
}

.useful-link ul li{
	padding:10px;
}

.useful-tutorials{
	padding: 0px 0px 100px 60px;
}
.useful-tutorials ul{
	padding:20px;
}
.useful-tutorials ul li{
	padding:10px;
}
/*contact us*/

#contactus {
	height:1000px;
	width:90%;
	background:rgba(102,102,102,0.9);
	margin: auto;
}

#contact1 {
	float:left;
	width:60%;
}

#contact2 {
	float:left;
	width:40%;
	color:white;
	position:relative;
}

#whoami {
	padding:50px;
	float:left;
	line-height: 40px;
}

#whoami p {
	padding:30%;
}

#contact2 h2{
	font-size:20px;
}

#form {
	color:white;
	padding:50px;
	padding-top:0px;
	line-height:40px;
}

#form input {
	background-color: #666666;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	width:70%;
	padding: 8px 20px;
}

#form input[type=submit]{
	color:white;
	border:none;
	background:rgba(102,102,102,0);
}

#form textarea {
	background-color: #666666;
	color:white;
	width:100%;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
}

#error-box {
	width:70%;
	height:100px;
	background:#D0A99A;
	margin-left:50px;
	border: 1px solid #95989A;
	border-radius: 4px;
	padding:30px;
	padding-bottom: 0px;
}

.angie {
  height:180px;
  float:right;
	position:absolute;
    top: 30px;
    right: 30px;
}

/*tutorial page*/
#tutorialpage {
	width:100%;
	height:100%;
	background-color: #666666;
}

#tutorialfooter{
	width:100%;
	background-color:#666666;
}

#tutorialfooter .footer-top{
padding-left:50px;
}

#tutorialfooter .footer-bottom{
padding-left:50px;
}

.tutorialpage-main{
	width:85%;
	height:100%;
	background-color: white;
	display:block;
}

.t1{
	padding:50px
}
.t1 h2 {
	font-size: 40px;
	font-weight:bold;
}
.t1 h3{
	font-size:30px;
	font-style: italic;
	font-weight:100;
}

.t2{
	width:90%;
	height:400px;
	padding-left:50px;
	padding-right:10px;
	overflow:inherit;
}

.t2 h3{
	font-size:25px;
	font-weight:500;
	padding-bottom:10px;
}

.t2-1{
	width:50%;
	float:left;
	margin-bottom:20px;
}

.t2-1 img{
	width:400px;
	border:1px solid #95989A;
	float:left;
}

.t2-2 {
	float:right;
margin-bottom: 20px;
	padding:20px;
	border:1px solid #95989A;
}

.t2-2 h3{
	font-size:20px;
	padding-bottom:0;
}

.t3{
	font-size:20px;
}
.t5 h2{
	font-size:30px;
}
.t5{
	font-size:20px;
	float:left;
	padding-left:50px;
	padding-bottom:50px;
}

iframe{
	width:400px;
	height:300px;
}

.t3{
	width:100%;
	padding-left:50px;
	font-style:italic;
}

.t4{
	padding-left:50px;
}
.t5 h3{
	font-style:italic;
}
.icon{
	width:150px;
}

.button {
    background-color:#C5C5C5;
    border: 1px solid #636363;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 5px;
}

.fixed{
	background-color:white;
	border:3px solid #555555;
	width:300px;
	height:350px;
    position: fixed;
	right:0;
    top: 400px;
	padding-left:25px;
	float:right;
	z-index: 9999;
}

#tutorial_form input {
	width:70%;
	padding: 8px 20px;
	margin-bottom:8px;
}

#tutorial_form input[type=submit]{
	color:#000000;
	border:none;
}

#tutorial_form textarea{
	width:82%;
}

/*swiper*/
    html, body {
      position: relative;
      }

    .swiper-container {
      width: 60%;
      height: 280px;
		float:left;
    }

    .swiper-slide img{
        width:60%;
		padding-left:50px;
}

    .swiper-slide {
      text-align: center;
      font-size: 10px;
      background: #fff;
		
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: top;
      -ms-flex-pack: top;
      -webkit-justify-content: top;
      justify-content: top;
      -webkit-box-align: top;
      -ms-flex-align: top;
      -webkit-align-items: top;
      align-items: center;
    }
.swiper-pagination{
	padding-top:10px;
}

/*footer*/
footer {
	background-color: #5C5C5C;
	width:90%;
	height: 140px;
	margin-left: auto;
	margin-right:auto;
}

footer ul{
		list-style: none;
}

footer nav ul li {
	display:inline-block;
	margin: 20px 40px 0px 0px;
	font-size:25px;
}

footer .footer-bottom {
	color: white;
	margin: 20px 30px 20px 30px;
	font-size: 20px;
}

@media (max-width: 1170px) {
	.t2 {
			overflow:inherit;
	}
	
	.t2-1 {
		width:100%;
	}
	
	.t2-2 {
		float:left;
	}
	.t3{
		float:left;
		padding-top:30px;
	}
	
}

@media (max-width: 1000px) {
	
#index-section{
	height:1200px;
}
		
	#index-recipes{
		height:1200px;
		width:100%;
	}

	#index-tutorials{
		height:700px;
		width:100%;
	}
	
	.pic{
		max-width: 90%;
	}
	
		#contact1{
		width:100%;
	}
	#contact2{
		width:100%;
	}
	
	#form textarea {
max-width: 100%;
}
	img.angie{
		height: 150px;
	}
	
	footer{
		height:100%;
	}
.angie {
  height:180px;
	float:left;
    top: 0px;
    left: 50px;
}
	

}

@media (max-width: 750px) {
	

#index-section{
	height:1700px;
}
		
	#index-recipes{
		height:1700px;
		width:100%;
	}

	#index-tutorials{
		height:720px;
		width:100%;
	}
	
	.pic{
		max-width: 100%;
	}
	
		header h1 {
		font-size: 45px;
	}
	header h2 {
		font-size: 35px;
	}
	
	#contact1{
		width:100%;
	}
	#form textarea {
max-width: 100%;
}
	img.angie{
		height: 150px;
	}
	footer{
		height:100%;
	}
		.t2-1{
		width:100%;
	}
	.t2-1 img{
		width:300px;
	}
	iframe{
	width:300px;
	height:250px;
}
	#wrap {
position:relative;
width:300px;
height:250px;
}
#imagegallery {
width:300px;
height:250px;
}
#nav {
width:300px;
height:80px;
}

		#wrap {
position:relative;
width:240px;
height:180px;
}
#imagegallery {
width:240px;
height:180px;
}
#nav {
width:240px;
height:80px;
}

	 .swiper-container {
      width: 100%;
      height: 200px;
		float:left;
    }
	
    .swiper-slide img{
}
	.t3{
		padding:10px;
	}
	.t4{
		padding:0px;
	}
	.t5{
		padding:10px;
		padding-top:10px;
	}
	
		.useful-link{
	padding-left:10px;
	}
		.useful-tutorials{
			padding-left:10px;
		}
}

	@media (max-width: 500px) {
	
	header .one{
		float:none;
		margin:0;
		margin-bottom:-100px;
	}
	
	header .two {
		margin-top: 0px;
		margin-bottom: -100px;
	}
	

	header nav ul li {
	display: block;
	margin: 0 40px;
}

#index-section{
	height:1800px;
	min-width:300px;
}
		
	#index-recipes{
		height:1800px;
		width:100%;
	}

	#index-tutorials{
		height:720px;
		width:100%;
	}
	
	.pic{
		max-width: 100%;
	}
	
	header h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	header h2 {
		font-size: 20px;
	}
	
	#form {
		padding:20px;
	}
	
	#form input {
		max-width: 80%;
	}
	
	#error-box {
		max-width: 70%;
		margin-left: 25px;
		margin-bottom:-50px;
	}
	
	footer{
		height:100%;
	}
	
	.tutorialpage-main{
		min-width: 300px;
	}
	
	.t1{
		padding:15px;
	}
	.t2{
		padding:15px;
	}
		.t2-1 img{
		width:250px;
	}
	.t3{
		padding:15px;
	}
	.t2-2 img{
		width:20px;
	}
		iframe{
	width:240px;
	height:180px;
}
	#wrap {
position:relative;
width:240px;
height:180px;
}
#imagegallery {
width:240px;
height:180px;
}
#nav {
width:240px;
height:80px;
}

	 .swiper-container {
      width: 100%;
      height: 100px;
		float:left;
    }
	
    .swiper-slide img{
        width:50%;
		padding-right:20px;
}
		#tutorials-section .menu{
			width:430px;
	min-width:300px;
		}
		
				#tutorials-section .menu img{
			width:70%;
	min-width:280px;
		 }
		
		.three{
			min-width:300px;
		}
		.footer100{
			width:430px;
			min-width:300px;
		}
		
		#useful{
			min-width: 300px;
		}		
		.useful-link{
	padding-left:10px;
	}
		.useful-tutorials{
			padding-left:10px;
		}
		#re_footer{
			min-width: 300px;
		}
}


