* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
vertical-align: baseline;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: 0 none;
outline: 0;
padding: 0;
margin: 0;
}



html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


body {
	overflow-x: hidden;
	font-family: 'proxima-nova', sans-serif;
}


navbar {
    width: 100%;
	height: 50px;
    background: black;
	 display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
 	position: relative;
   top: 0;
   left: 0;
    z-index: 3000;
}

navbar leftalign, navbar rightalign {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
@media only screen and (max-width: 1024px) {
	navbar leftalign {
		justify-content: flex-start;
	}
}
navbar rightalign {
	margin-right: 10px;
	
}

 .pg-post-gazette {
 	font-size: 2rem;
    color: #fff;
 	background-color: transparent;
 
 }
 
 @media only screen and (max-width: 1000px) {
	 .pg-post-gazette {
		 font-size: 1.8rem ;
		 top: 4px ;
	 }
	
}


navbar rightalign a:link, navbar rightalign a:visited {
  font-size: 1.5rem;
  font-weight: 200;
  color: white;
  padding-left: 5px;
}



social a {
    color: #fff;
    padding: 0 5px;
}



@media screen and (max-width: 800px) {
	.span_1_of_2 img {
		padding-bottom: 20px;
	}
}

.screen {
	position: relative;
	width: 100%;
	z-index: 100;
	height: 100vh;
	background-color: transparent;
	padding-bottom: 30px;
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.screen {
		display: inline-block;
		height: auto;
	}
}

@media only screen and (max-width: 500px) {
  .screen {
    padding-bottom: 0;
  }
}

/* AD STYLES----------------------------------------*/

.ad-wrapper {
	width: 100%; height: auto; position: relative; z-index:9; display:inline-block;background-color: white;
	z-index: 98;
}

.leader-ad {
    width: 728px;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
		padding-bottom: 10px;
		position:relative;
		z-index:99;
}

.box-ad {
	display: none;

}

.ad-preview {
    text-align: center;
    font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
}

	@media only screen and (max-width: 1000px) {

		.leader-ad {
				display: none;
		}

		.box-ad {
				width: 300px;
				height: auto;
				display: block;
				margin: 5px auto 0 auto;
				padding-bottom: 10px;
		}
	}

/*--------------------------------------------------------*/
.mobile {
	display:none;
}

.desktop {
  display: block;
}

@media only screen and (max-width: 1000px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
}

input[type="submit"] {
	padding: 5px 10px;
    border: 1px solid lightgray;
     cursor: pointer;
}

input[type="text"] {
	border: 1px solid lightgray;
}


#map {
	width: 100%;
	height: 80vh;
}
.spacer {
	height: 20px;
}
.spacer10 {
	height: 10px;
}

.center {
	text-align: center;
}

b {
	font-weight: bold;
}


p {
	color: black;
    font-size: 18px;
  line-height: 180%;
  margin-top: 1rem;
  margin-bottom: 20px;
  width: 100%;
  
}

p.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.width-50 {
	width: 50%;
	margin: 0 auto;
}

@media only screen and (max-width: 800px) {
	.width-50 {
		width: 98%;
		
	}
}

h1 {
	font-family: 'proxima-nova';
    font-size: 1.5rem;
    font-weight: 800;
    margin-top: 10px;
}

