/*
Theme Name: Pirth
Theme URI: https://robert.pirtle.xyz
Author: Robert Pirtle
Author URI: https://pirtle.xyz
Description: Pirth is a responsive, bare-bones base for wordpress websites
Version: 1.0.1
*/

html, body {
	padding: 0;
	margin: 0 0 -16px;
}

a { text-decoration: none; }

/*MEDIA QUERIES*/
@media (max-width: 767px) {

}

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1440px) {

}

@media (min-width: 2000px) {

}
