@font-face{
	font-family: 'Calligraphy';
	src: url("../fonts/Calligraphy.otf");
}

@font-face{
	font-family: 'Mogilte';
	src: url("../fonts/Mogilte.otf");
	font-style: normal;
}




* {
	margin: 0;
	box-sizing: border-box;
}

a:link, a:visited, a:active {
    text-decoration:none;
    list-style: none;
}

body{
	/*
	background: linear-gradient(#464E20, #909573);
	*/
	background-color: #909573;
/*	background-image: url("../img/body_bg.png");
	background-repeat: repeat-x ;
*/	font-family: 'Roboto', sans-serif;
}

hr{
	width: 50%;
	height: 10px;
	background-color: #909573;
	margin: 50px auto;
}

.float-wpp{
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
}

.btm-wpp{
	width: 80px;
}

.container{
	max-width: 1000px;
	margin: auto;
}

button{
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0;
	padding: 10px 20px;
	border-radius: 20px;
	border: none;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	color: white;
	background: linear-gradient(#a4a98c, #676f40);
}

button:hover{
	background: linear-gradient(#676f40, #676f40);
}




/** HEADER **/ 
header{
	background-color: #676f40;
}

header .container{
	display: flex;
	flex-direction: column;
	align-items: center;
}

header .logo{
	width: 70px;
	padding: 10px;
}

nav{
	display: flex;
	flex-direction: column;
	text-align: center;
}

nav a{
	color: white;
	font-family: 'Mogilte';
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 10px 15px;
	border-radius: 30px;
}

nav a:hover{
	color: white;
	background-color: #464e20;
	transition: 1s;
}



/** HERO **/
#hero{
	height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-image: url("../img/ecyl_hero.png");
	background-repeat: no-repeat;
	background-size: contain;	
	background-position: center center;
}

.hero-txt{
	color: #464e20;
	font-size: 1.4em;
}




/** TITLE **/
.hero-title{
	color: white;
	font-family: 'Calligraphy';
	font-size: 2.5em;
}

.title{
	font-family: 'Mogilte';
	font-size: 1.5em;
}




/** BIO **/
#bio .container{
	padding: 20px;
}

.bio-container{
/*	background-color: #caceb4;
*/	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(white, #caceb4);
	border-radius: 80px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	padding-bottom: 50px;
}

.bio-container img{
	width: 180px;
	margin: 50px 0 50px 0;
}

.bio-txt{
	margin: 0 30px 0 30px;
}

.bio-txt a{
	color: #676f40;
}

.bio-txt a:hover{
	color: #676f40;
}

.bio-txt i{
	float: right;
}

#bio .fa-brands{
	color: #a4a98c;
	font-size: 1.5em;
	margin: 5px;
}

#bio .fa-brands:hover{
	color: #676f40;
}




/** MAIN **/
#main .container{
	padding: 0 20px;
}

.main-container{
	background-color: white;
	border-radius: 80px;
	padding: 70px 20px 100px 20px;
}

.wid-main{
	padding: 0 10px;
}


.txt-cur{
	font-family: 'Calligraphy';
	font-size: 3em;
}


.main-1{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main-1 img{
	width: 200px;
	margin-top: 20px;
}

.msg-main{
	margin-left: 0;
	text-align: center;
}

.row-main{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	background-color: #eee;
	border-radius: 30px;
}

.main-2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px 30px 0 0;
}

.txt-img{
	width: 100%;
	text-align: center;
	padding: 50px 15px;
}


.row-article{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	grid-gap: 5px;
	padding-top: 20px;
}


.article-box{
	height: 100%;
	background-color: #333;
	border-radius: 30px;
	color: white;
	padding: 60px 60px 30px 30px;
}

.article-tl{
	font-family: 'Mogilte';
	font-size: 1.8em;
	line-height: 90%;
}

.article-tx{
	font-size: 1.2em;
	margin-top: 10px;
}

.main-4{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main-4 img{
	width: 200px;
	margin-top: 20px;
	margin-left: 0;
}

.main-4 .txt-cur{
	font-size: 2.5em;
}

.main-5{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.article-full{
	width: 100%;
	padding: 0 20px;
}

.main-5 .article-tl{
	margin: 10px 0;
	line-height: 100%;
}

.main-5 .sub-tl{
	color: #464e20;
	font-weight: bold;
	font-size: 1.4em;
}

.main-5 img{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	border-radius: 10px;
}

.main-5 video{
	width: 100%;
	margin: 20px 0;
}

.main-5 .article-txt{
	width: 100%;
}

.article-txt a{
	color: #676f40;;
}

.article-txt a:hover{
	color: #676f40;;
}




/** FORM **/


.form-container .txt-cur{
	font-size: 2em;
}

.form-container{
	padding: 0 30px;
	text-align: center;
}

form .row{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	align-items: center;
}

.input-box{
	width: 100%;
	margin-top: 20px;
}

.input-box input, textarea{
	height: 50px;
	width: 100%;
	outline: none;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 0 15px;
}

.input-box label{
	color: #333;
}

#main textarea{
	min-height: 150px;
	margin-top: 10px;
	padding: 15px;
	resize: none;
	font-family: 'Roboto';
}





/** FOOTER **/

footer{
	color: white;
	background-color: #333;
	margin-top: 20px;
}

.footer-container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-container img{
	width: 50px;
	margin-right: 0;
}

.footer-logo{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 0;
}

.footer-logo p{
	font-size: 0.9em;
	text-align: center;
	margin-top: 10px;
}

.socialm{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

.socialm p{
	font-size: 3em;
}

.button-social{
	margin-left: 0;
}

footer .fa-brands{
	color: white;
	font-size: 1.5em;
	margin: 5px;
}

footer .fa-brands:hover{
	color: #a4a98c;
}








/*** PC VISION ***/

@media (min-width: 720px){

	header .container {
		flex-direction: row;
		justify-content: space-between;
	}
	nav{
		flex-direction: row;
	}

	.wid-main{
		padding: 0 50px;
	}

	.hero-title{
		font-size: 4em;
	}

	.bio-container{
		flex-direction: row;
		padding-bottom: 0;
	}

	.bio-container img{
		margin: 50px 30px 50px 0;
	}

	.bio-txt{
		margin: 0;
	}

	.main-1{
		flex-direction: row;
	}

	.main-1 img{
		margin-top: 0;
	}

	.msg-main{
		margin-left: 20px;
	}

	.main-2 img{
		border-radius: 30px 0 0 30px;
	}

	.row-main{
		grid-template-columns: repeat(2, 1fr);
	}

	.txt-img{
		padding: 50px 30px;
	}

	.row-article{
		grid-template-columns: repeat(2, 1fr);
	}

	.main-4{
		flex-direction: row;
	}

	.main-4 img{
		margin-top: 0;
		margin-left: 50px;
	}

	.main-5{
		flex-direction: row;
	}

	.article-full{
		padding: 0 50px;
	}

	.main-5 img{
		width: 300px;
		margin-right: 20px;
		float: left;
	}

	form .row{
		grid-template-columns: repeat(2, 1fr);
	}

	.form-container{
		padding: 0 100px;
	}

	.footer-container{	
		flex-direction: row;
	}

	.footer-container img{
		width: 70px;
		margin-right: 10px;
	}

	.footer-logo{
		flex-direction: row;
		margin-right: 100px;
	}
	
	.footer-logo p{
		text-align: left;
		margin-top: 0;
	}

	.socialm{
		margin-top: 0;
		flex-direction: row;
	}

	.button-social{
		margin-left: 20px;
	}





}