@charset "utf-8";
/* CSS Document */
#content .main {
	width:100%;
	margin:2em auto;
}
#content .main .header{
	font-family: 'OpenSans-ExtraBold', sans-serif!important;
	width:fit-content;
	margin:1em 0 2em 0;
	color:var(--blacklight);
	position:relative;
}
#content .main .header::after{
	content:'';
	position:absolute;
	top:130%;
	right:0;
	width:80%;
	border-top:solid 3px var(--orange);
}
/*article*/
#content #article .imgcontainer{
	width:100%;
}
#content #article .imgcontainer img{
	width: 0;
	height: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#content .main h2{
	margin:1em 0;
	color:var(--bluebasic);
	position:relative;
}
#content #article .date{
	width:100%;
	margin:.15em 0;
	color:var(--grey54);
	text-align:right;
}
#content #article article{
	line-height:1.5em;
	text-align:justify;
}
#content #article article h3,
#content #article article h4{
	color:var(--bluebasic);
}
#content #article article a{
	color:var(--bluebasic);
}
#content #article article img{
	width:100%;
}
/*contact*/
#content #contact .flexinner{
	margin:auto;
	display:flex;
	justify-content: center;
	align-items: center;
	gap:2em;
}
#content #contact .flexinner .card{
	z-index:1001;
	#background-color:var(--greyf1f1f1);
	display:flex;
	flex-direction:column;
	#-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	#-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	#box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	#outline: 1px solid var(--bezbasic);
    #outline-offset: -10px;
	padding:1em;
	#background-image: url("pics/paper.png");
	#background-repeat: repeat;
}
#content #contact .flexinner .card h5{
	margin:0 auto;
	color:var(--bluebasic);
	text-align:center;
}
#content #contact .flexinner .card h5 span{
	display:block;
}
#content #contact .flexinner .card img{
}
#content #contact .flexinner .card ul{
	list-style-type:none;
	margin:0 auto;
	padding:0;
}
#content #contact .flexinner .card ul li{
}
#content #contact .flexinner .card .social{
	margin:auto;
	display:flex;
	justify-content: space-evenly;
}
#content #contact .flexinner .card .social a{
	color:var(--blacklight);
	text-decoration:none;
	padding:1em 1em 1em 1em;
	border-top:solid 1px var(--white);
}
#content #contact .flexinner .card .social a:hover{
	border-top:solid 1px var(--blacklight);
}
#content #contact .flexinner .card .social a i{
}
#content #contact .flexinner #gmap_canvas {
}
/*order*/
#content #article article #orderform{
	margin:auto;	
}
#content #article article #orderform h3{
	position:relative;
	margin:2em 0;
}
#content #article article #orderform h3::after{
	content:'';
	position:absolute;
	top:130%;
	left:0;
	width:40%;
	border-top:solid 2px var(--orange);
}
#content #article article #orderform fieldset{
	border:none;
}
#content #article article #orderform .half{
}
#content #article article #orderform .third{
}
#content #article article #orderform .fit{
}
#content #article article #orderform fieldset label{
	display:block;
}
#content #article article #orderform fieldset input,	
#content #article article #orderform fieldset select{
	width:100%;
}
#content #article article #orderform fieldset input[type="text"],
#content #article article #orderform fieldset input[type="number"],
#content #article article #orderform fieldset select{
	border:solid 1px var(--greyd1d1d1);
	color:var(--grey54);
}
#content #article article #orderform fieldset input[type="submit"]{
	width:fit-content;
	display:block;
	margin:auto;
	cursor:pointer;
	display:block;
	position:relative;
	color: var(--greyf1f1f1);
	border:none;
	background-color:var(--blue);
	font-weight:normal;
	text-decoration:none;
}
#content #article article #orderform fieldset input[type="submit"]:hover{
	background-color:var(--red);
}
@media all and (min-width: 1400px) {
#content .main .header{
	font-size:2em;
}
/*article*/
#content #article {
	max-width:1100px;
}
#content #article .imgcontainer{
	height:400px;
}
#content #article h2{
	font-size:2em;
}
#content #article .date{
	font-size:.85em;
}
#content #article article{
	font-size:1em;
}
/*contact*/
#content #contact {
	max-width:1100px;
}
#content #contact .flexinner div{
	width:50%;
}
#content #contact .flexinner .card{
	#width:40%;
	gap:1em;
}
#content #contact .flexinner .card h5{
	font-size:1.5em;
}
#content #contact .flexinner .card h5 span{
	font-size:.85em;
}
#content #contact .flexinner .card img{	
	width:200px;
	margin:1em auto 0 auto;
}
#content #contact .flexinner .card ul li{
	font-size:.85em;
	padding:.25em 0;
	text-align:center;
}
#content #contact .flexinner .card .social a i{
	font-size:1.25em;
}
#content #contact .flexinner #gmap_canvas {
	height:450px;
}
/*order*/
#content #article article #orderform{
	width:80%;
}
#content #article article #orderform h3{
	font-size:1em;
}
#content #article article #orderform fieldset{
	display:inline-block;
	width:100%;
}
#content #article article #orderform .half{
	width:49%;
}
#content #article article #orderform .third{
	width:30%;
}
#content #article article #orderform .fit{
	margin:auto;
	width:fit-content;
}
#content #article article #orderform fieldset label{
	font-size:.85em;
}
#content #article article #orderform fieldset input[type="text"],
#content #article article #orderform fieldset input[type="number"],
#content #article article #orderform fieldset select{
	font-size:1em;
	padding: .75em 1em;
}
#content #article article #orderform fieldset input[type="submit"]{
	font-size:1em;
	padding: .75em 1em;
}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
#content .main .header{
	font-size:1.75em;
}
/*article*/
#content #article {
	max-width:1000px;
}
#content #article .imgcontainer{
	height:400px;
}
#content #article h2{
	font-size:1.75em;
}
#content #article .date{
	font-size:.85em;
}
#content #article article{
	font-size:1em;
}
/*contact*/
#content #contact {
	max-width:1000px;
}
#content #contact .flexinner div{
	width:50%;
}
#content #contact .flexinner .card{
	#width:40%;
	gap:1em;
}
#content #contact .flexinner .card h5{
	font-size:1.5em;
}
#content #contact .flexinner .card h5 span{
	font-size:.85em;
}
#content #contact .flexinner .card img{	
	width:200px;
	margin:1em auto 0 auto;
}
#content #contact .flexinner .card ul li{
	font-size:.85em;
	padding:.25em 0;
	text-align:center;
}
#content #contact .flexinner .card .social a i{
	font-size:1.25em;
}
#content #contact .flexinner #gmap_canvas {
	height:450px;
}
/*order*/
#content #article article #orderform{
	width:80%;
}
#content #article article #orderform h3{
	font-size:1em;
}
#content #article article #orderform fieldset{
	display:inline-block;
	width:100%;
}
#content #article article #orderform .half{
	width:49%;
}
#content #article article #orderform .third{
	width:30%;
}
#content #article article #orderform .fit{
	margin:auto;
	width:fit-content;
}
#content #article article #orderform fieldset label{
	font-size:.85em;
}
#content #article article #orderform fieldset input[type="text"],
#content #article article #orderform fieldset input[type="number"],
#content #article article #orderform fieldset select{
	font-size:1em;
	padding: .75em 1em;
}
#content #article article #orderform fieldset input[type="submit"]{
	font-size:1em;
	padding: .75em 1em;
}
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
#content .main .header{
	font-size:1.5em;
}
/*article*/
#content #article {
	max-width:900px;
}
#content #article .imgcontainer{
	height:350px;
}
#content #article h2{
	font-size:1.5em;
}
#content #article .date{
	font-size:.85em;
}
#content #article article{
	font-size:1em;
}
/*contact*/
#content #contact {
	max-width:900px;
}
#content #contact .flexinner div{
	width:50%;
}
#content #contact .flexinner .card{
	#width:40%;
	gap:1em;
}
#content #contact .flexinner .card h5{
	font-size:1.5em;
}
#content #contact .flexinner .card h5 span{
	font-size:.85em;
}
#content #contact .flexinner .card img{	
	width:200px;
	margin:1em auto 0 auto;
}
#content #contact .flexinner .card ul li{
	font-size:.85em;
	padding:.25em 0;
	text-align:center;
}
#content #contact .flexinner .card .social a i{
	font-size:1.25em;
}
#content #contact .flexinner #gmap_canvas {
	height:450px;
}
/*order*/
#content #article article #orderform{
	width:80%;
}
#content #article article #orderform h3{
	font-size:1em;
}
#content #article article #orderform fieldset{
	display:inline-block;
	width:100%;
}
#content #article article #orderform .half{
	width:49%;
}
#content #article article #orderform .third{
	width:49%;
}
#content #article article #orderform .fit{
	margin:auto;
	width:fit-content;
}
#content #article article #orderform fieldset label{
	font-size:.85em;
}
#content #article article #orderform fieldset input[type="text"],
#content #article article #orderform fieldset input[type="number"],
#content #article article #orderform fieldset select{
	font-size:1em;
	padding: .75em 1em;
}
#content #article article #orderform fieldset input[type="submit"]{
	font-size:1em;
	padding: .75em 1em;
}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
#content .main .header{
	font-size:1.25em;
}
/*article*/
#content #article {
	max-width:85%;
}
#content #article .imgcontainer{
	height:350px;
}
#content #article h2{
	font-size:1.5em;
}
#content #article .date{
	font-size:.85em;
}
#content #article article{
	font-size:1em;
}
/*contact*/
#content #contact {
	max-width:85%;
}
#content #contact .flexinner{
	flex-direction:column;
}
#content #contact .flexinner div{
	width:100%;
}
#content #contact .flexinner .card{
	#width:40%;
	gap:1em;
}
#content #contact .flexinner .card h5{
	font-size:1.5em;
}
#content #contact .flexinner .card h5 span{
	font-size:.85em;
}
#content #contact .flexinner .card img{	
	width:200px;
	margin:1em auto 0 auto;
}
#content #contact .flexinner .card ul li{
	font-size:.85em;
	padding:.25em 0;
	text-align:center;
}
#content #contact .flexinner .card .social a i{
	font-size:1.25em;
}
#content #contact .flexinner #gmap_canvas {
	height:450px;
}
/*order*/
#content #article article #orderform{
	width:80%;
}
#content #article article #orderform h3{
	font-size:1em;
}
#content #article article #orderform fieldset{
	display:inline-block;
	width:100%;
}
#content #article article #orderform .half{
	width:100%;
}
#content #article article #orderform .third{
	width:100%;
}
#content #article article #orderform .fit{
	margin:auto;
	width:fit-content;
}
#content #article article #orderform fieldset label{
	font-size:.85em;
}
#content #article article #orderform fieldset input[type="text"],
#content #article article #orderform fieldset input[type="number"],
#content #article article #orderform fieldset select{
	font-size:1em;
	padding: .75em 1em;
}
#content #article article #orderform fieldset input[type="submit"]{
	font-size:1em;
	padding: .75em 1em;
}
}
@media all and (min-width: 600px) and (max-width: 767px) {
#content .main .header{
	font-size:1.25em;
}
/*article*/
#content #article {
	max-width:85%;
}
#content #article .imgcontainer{
	height:300px;
}
#content #article h2{
	font-size:1.5em;
}
#content #article .date{
	font-size:.85em;
}
#content #article article{
	font-size:1em;
}
/*contact*/
#content #contact {
	max-width:85%;
}
#content #contact .flexinner{
	flex-direction:column;
}
#content #contact .flexinner div{
	width:100%;
}
#content #contact .flexinner .card{
	#width:40%;
	gap:1em;
}
#content #contact .flexinner .card h5{
	font-size:1.5em;
}
#content #contact .flexinner .card h5 span{
	font-size:.85em;
}
#content #contact .flexinner .card img{	
	width:200px;
	margin:1em auto 0 auto;
}
#content #contact .flexinner .card ul li{
	font-size:.85em;
	padding:.25em 0;
	text-align:center;
}
#content #contact .flexinner .card .social a i{
	font-size:1.25em;
}
#content #contact .flexinner #gmap_canvas {
	height:450px;
}
/*order*/
#content #article article #orderform{
	width:80%;
}
#content #article article #orderform h3{
	font-size:1em;
}
#content #article article #orderform fieldset{
	display:inline-block;
	width:100%;
}
#content #article article #orderform .half{
	width:100%;
}
#content #article article #orderform .third{
	width:100%;
}
#content #article article #orderform .fit{
	margin:auto;
	width:fit-content;
}
#content #article article #orderform fieldset label{
	font-size:.85em;
}
#content #article article #orderform fieldset input[type="text"],
#content #article article #orderform fieldset input[type="number"],
#content #article article #orderform fieldset select{
	font-size:1em;
	padding: .75em 1em;
}
#content #article article #orderform fieldset input[type="submit"]{
	font-size:1em;
	padding: .75em 1em;
}
}
@media all and (min-width: 450px) and (max-width: 599px) {
#content .main .header{
	font-size:1em;
}
/*article*/
#content #article {
	max-width:85%;
}
#content #article .imgcontainer{
	height:250px;
}
#content #article h2{
	font-size:1.25em;
}
#content #article .date{
	font-size:.85em;
}
#content #article article{
	font-size:.9em;
}
/*contact*/
#content #contact {
	max-width:85%;
}
#content #contact .flexinner{
	flex-direction:column;
}
#content #contact .flexinner div{
	width:100%;
}
#content #contact .flexinner .card{
	#width:40%;
	gap:1em;
}
#content #contact .flexinner .card h5{
	font-size:1.5em;
}
#content #contact .flexinner .card h5 span{
	font-size:.85em;
}
#content #contact .flexinner .card img{	
	width:200px;
	margin:1em auto 0 auto;
}
#content #contact .flexinner .card ul li{
	font-size:.85em;
	padding:.25em 0;
	text-align:center;
}
#content #contact .flexinner .card .social a i{
	font-size:1.25em;
}
#content #contact .flexinner #gmap_canvas {
	height:450px;
}
/*order*/
#content #article article #orderform{
	width:90%;
}
#content #article article #orderform h3{
	font-size:1em;
}
#content #article article #orderform fieldset{
	display:inline-block;
	width:100%;
}
#content #article article #orderform .half{
	width:100%;
}
#content #article article #orderform .third{
	width:100%;
}
#content #article article #orderform .fit{
	margin:auto;
	width:fit-content;
}
#content #article article #orderform fieldset label{
	font-size:.85em;
}
#content #article article #orderform fieldset input[type="text"],
#content #article article #orderform fieldset input[type="number"],
#content #article article #orderform fieldset select{
	font-size:1em;
	padding: .75em 1em;
}
#content #article article #orderform fieldset input[type="submit"]{
	font-size:1em;
	padding: .75em 1em;
}
}
@media all and (max-width: 449px) {
#content .main .header{
	font-size:1em;
}
/*article*/
#content #article {
	max-width:85%;
}
#content #article .imgcontainer{
	height:200px;
}
#content #article h2{
	font-size:1.25em;
}
#content #article .date{
	font-size:.85em;
}
#content #article article{
	font-size:.9em;
}
/*contact*/
#content #contact {
	max-width:85%;
}
#content #contact .flexinner{
	flex-direction:column;
}
#content #contact .flexinner div{
	width:100%;
}
#content #contact .flexinner .card{
	#width:40%;
	gap:1em;
}
#content #contact .flexinner .card h5{
	font-size:1.5em;
}
#content #contact .flexinner .card h5 span{
	font-size:.85em;
}
#content #contact .flexinner .card img{	
	width:200px;
	margin:1em auto 0 auto;
}
#content #contact .flexinner .card ul li{
	font-size:.85em;
	padding:.25em 0;
	text-align:center;
}
#content #contact .flexinner .card .social a i{
	font-size:1.25em;
}
#content #contact .flexinner #gmap_canvas {
	height:450px;
}
/*order*/
#content #article article #orderform{
	width:100%;
}
#content #article article #orderform h3{
	font-size:1em;
}
#content #article article #orderform fieldset{
	display:inline-block;
	width:100%;
}
#content #article article #orderform .half{
	width:100%;
}
#content #article article #orderform .third{
	width:100%;
}
#content #article article #orderform .fit{
	margin:auto;
	width:fit-content;
}
#content #article article #orderform fieldset label{
	font-size:.85em;
}
#content #article article #orderform fieldset input[type="text"],
#content #article article #orderform fieldset input[type="number"],
#content #article article #orderform fieldset select{
	font-size:1em;
	padding: .75em 1em;
}
#content #article article #orderform fieldset input[type="submit"]{
	font-size:1em;
	padding: .75em 1em;
}
}