/**
 * Theme Name: Bingo
 * Template:   generatepress
 * 
 */

body {
	  background-color: #0066cc;
  color: var(--contrast);
	background: url("/wp-content/themes/bingo/bg.jpg");
background-size: cover;
}
#content {
  border-radius: 25px;
	border: 35px solid #0066cc;	
	background: white;
	margin-top: -45px;
	box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
}
.grid-container { 
  background: transparent !important;
}
.site-branding { float: right;}
.site-info {
  color: var(--base-3);
  background-color: transparent  !important;
}
a.phone { font-size: 35px; text-decoration: none; text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);}

h1, h2, h3, h4 { color: #0066cc; font-weight: 600; }
h2.widget-title { font-weight: 600; text-transform: uppercase; font-size: 26px;}
#menu-main-nav  a { font-weight: 600 !important; text-transform: uppercase; }