@charset "utf-8";
/* CSS Document */

/*Styles for screen 990px and lower - laptops - menu 3 columns*/
@media screen and (max-width: 61.875em) {
	
p {font-size: 1.7vw;
}
}

@media screen and (max-width: 55em) {
p {font-size: 2vw;
}

}

@media screen and (max-width: 50em) {
p {font-size: 2.2vw;
}

}

@media screen and (max-width: 45em) {
p {font-size: 2.5vw;
}

}

@media screen and (max-width: 40em) {
p {font-size: 2.7vw;
}

}

/*Styles for screen 600px and lower - tablets - menu 2 colums, collapsed*/
@media screen and (max-width: 37.500em) {
p {font-size: 2.8vw;
}

}

@media screen and (max-width: 35em) {
p {font-size: 3vw;
}

}

@media screen and (max-width: 33em) {
p {font-size: 3.2vw;
}

}

@media screen and (max-width: 30em) {
p {font-size: 3.5vw;
}

}

@media screen and (max-width: 27em) {
p {font-size: 4vw;
}

}

/*Styles for screen 600px and lower - Smartphone - one column, collapsed, no images, one video, no background image*/
@media only screen and (max-width : 25em) {


p {font-size: 5vw;
}

}

/*Styles for screen 400px and lower -  small phone - one menu, collapsed, no images, videos or background image*/
@media only screen and (max-width : 20em) {


p {font-size: 6vw;
}

}

