/*
 Author:   	    Graphic Penguin
 Author:   	    Graphic Penguin 'maintenance-mode' plugin add-on
 Author URI:    https://www.graphicpenguin.com/
 Client:        Local Vibe in Baldwin County
 Revised:   	04.13.22 - border: 1px solid #ccc
*/

/************************************************
Global Stuff
************************************************/

html {text-shadow: 1px 1px 1px rgba(0,0,0,0.004);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
html{font-family:'Open Sans', sans-serif;font-size:100%;font-weight:400;}
@media screen and (max-width:1024px){html{font-size:98%}}
@media screen and (max-width:919px){html{font-size:97%}}
@media screen and (max-width:768px){html{font-size:95%;}}
@media screen and (max-width:360px){html{font-size:85%;}}
@media print { p{orphans: 3; widows: 3;}}

.client-logo {margin-bottom:30px;}
.client-logo img {display: block;height: auto;margin-left: auto;margin-right: auto; width: 100%;}