


/*-------------------TUTORIAL CONTENT----------------------*/

.wrapper{
	min-height:100%;
	overflow:hidden;
	display:flex;
	flex-direction:column;
}
.5-tips{
	flex:1 1 auto;
}
.tut-container{
	max-width:800px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	/*border:1px solid pink;*/
}
.tut-header{
	
	margin:0 auto;
}
.tut-header-title{
	font-family: 'Merriweather Sans', sans-serif;
	font-size:1.4em;
	font-weight:600;
	color:#038ece;
	line-height:30px;
	max-width:1300px;
	margin:0 auto;
	margin-bottom:30px;
	margin-top:50px;
}

.tut-header p,
.list li{
	font-family: 'Nunito', sans-serif;
	font-size:1.1em;
	font-weight:400;
	color: #453931;
	line-height:20px;
	margin-bottom:20px;
}
.list li{
	margin-left:40px;
	margin-bottom:15px;
}
#youtube{
	padding-top:30px;
}
#blog-link{
	font-weight:bold;
	color: #54534A;
}
#blog-link:hover{
	font-weight:bold;
	color: #0193AA;
}
.video{
	display:flex;
	justify-content:center;
	padding-bottom:50px;
}
.video iframe{
	width:800px;
	height:432px;
	display:block;
}


@media (max-width:768px){
.tut-header-title{
	margin-top:20px;
	font-size:1.5em;
	margin-bottom:20px;
}
}


@media (max-width:680px){
	.video iframe{
	width:680px;
	height:346px;
}
.tut-header-title{
	margin-top:20px;
	font-size:1.5em;
	margin-bottom:20px;
}
}

@media (max-width:620px){
	.video iframe{
	width:578px;
	height:312px;
}
}


@media (max-width:566px){
	.video iframe{
	width:526px;
	height:284px;
}
.list li{
	margin-left:20px;
	margin-bottom:15px;
}
}

@media (max-width:500px){
	.video iframe{
	width:464px;
	height:250px;
}
}

@media (max-width:436px){
	.video iframe{
	width:397px;
	height:214px;
}
}

@media (max-width:414px){
	.video iframe{
	width:360px;
	height:194px;
}
.tut-header-title{
	margin-top:15px;
	font-size:1.4em;
	margin-bottom:15px;
	text-align:center;
}
.tut-header p,
.list li{
	font-family: 'Nunito', sans-serif;
	font-size:1.05em;
	font-weight:400;
	color: #453931;
	line-height:20px;
	margin-bottom:20px;
}
#youtube{
	padding-top:5px;
}
.video{
	padding-bottom:30px;
}
}


@media (max-width:320px){
	.video iframe{
	width:300px;
	height:162px;
}
}

