/**
Theme Name: ApolWebWorks
Theme URI: https://apolwebworks.com
Version: 1.0
Author: Robbie Apolonio
Author URI: https://apolwebworks.com
**/

body{
	margin: 0;
}

img{
	width: 100%;
}

.tablet, .phone{
	display: none;
}

@media(max-width: 1199px) and (orientation: portrait){
	.desktop{
		display: none;
	}

	.tablet{
		display: block;
	}
}

@media(max-width: 767px) and (orientation: portrait){
	.tablet{
		display: none;
	}

	.phone{
		display: block;
	}
}