/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


.menu ul li a{
	margin: .5rem;
		padding: .5rem;
	flex-flow: column;
	text-align: center;
	border: .1rem solid rgba(0,0,0,.1);
	border-color: var(--main-color);
}


.footer .flex{
	flex-flow: column;

}

.footer .flex .share a{
	margin-bottom: .5rem;
}

.footer .flex .credit{
	padding-top: .5rem;
	border-top: .1rem solid var(--white);
	text-align: center;
} 

}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

.menu ul li a{
	margin: .5rem;
		padding: .5rem;
	flex-flow: column;
	text-align: center;
	border: .1rem solid rgba(0,0,0,.1);
	border-color: var(--pink);
}



	}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

.menu ul li a{
	margin: .5rem;
		padding: .5rem;
	flex-flow: column;
	text-align: center;
	border: .1rem solid rgba(0,0,0,.1);
	border-color: var(--main-color);
}


.home .flex .image{
	flex:1 1 20rem;
}


.home .flex .content{
	flex:1 1 20rem;
}


}




/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {


  
}
/* Extra Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {


}

/* Extra Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {

   
}