@charset "utf-8";
/* 

Main Stylesheet
Dr. Susan Nathiel
All rights reserved

*/

/*-------------------------------------- Media Queries -----*/

@import url("media_max1080.css") screen and (min-width: 751px);
@import url("media_max750.css") screen and (min-width: 451px) and (max-width: 750px);
@import url("media_max450.css") screen and (max-width: 450px);

