/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;}
.lbm-stack-serif {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.lbm-stack-thin {font-family: Lato, "Gill Sans", Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Federo, "Gill Sans", Optima, sans-serif;}


html { 
  background: url("../images/body-background-image2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}

/* Skip to Main Content 013025 */
.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  text-decoration:none;
}
.skip p {
  padding:1px 5px 1px 5px;
  color:#000000;
  font-weight:bold;
  background-color:#FFFFFF;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

h1, h2, h3, h4, h5 {
	font-family: 'Merriweather', serif;
	font-weight: normal;
    padding:0px;
    margin:0px;
	line-height: 1.4em;
}
p {
    padding:0px;
    margin:0px;
	line-height: 1.4em;
}

h1 {font-size: 200%;}
h2 {font-size: 170%;}
h3 {font-size: 155%; padding-bottom:10px;}
h4 {font-size: 135%;}
h5 {font-size: 125%;}

a:link, a:visited, a:active {
	color:#0000EE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.highlight {
	background: #83fe00;
	border-radius: 5px;
}

.scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}
.scalable-border {
	width: auto;
	height: auto;
	max-width: 40%;
	float: left;
	margin: 2px 5% 2% 0px;
	border: #EEEEEE 1px solid;
	border-radius: 4px;
}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}

.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}

#header {
    position: relative;
    height:81px;
    width: 100%;
    transition: height linear .35s;
}

#top-logo-container {
    position: absolute;
    height: auto;
    width: auto;
    max-width:45%;
    top: 0px;
    left: 20px;
    z-index: 1000;
}
#top-logo {
    height: auto;
    width: 100%;
}

#top-search-container {
    position: absolute;
    height: auto;
    width: auto;
    top: 15px;
    right: 50px;
    z-index: 1000;
}
#top-search-icon {
    height: auto;
    width: 100%;
}

/* Quick Links */

.quicklinks {
	margin-bottom:4px;
	padding:6px 20px;
	border-radius:20px;
	background-color:#00391e;
}
.quicklinks a:link, .quicklinks a:visited, .quicklinks a:active {
	color:#e6cb2b;
	text-decoration: none;
}
.quicklinks a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}


/* The Footer */
/* Village of Rothbury Cobra7 CMS login is TRANSPARENT as of 051717 */

.footer {
    position: absolute;
    color: #FFFFFF;
    text-align: left;
    font-size: 0.9em;
}
.footer a:link {color: #FFFFFF; text-decoration: none;} /*logged in state*/
.footer a:visited {color: #FFFFFF; text-decoration: none;}
.footer a:hover {color: #FFFFFF; text-decoration: none;}
.footer a:active {color: #FFFFFF; text-decoration: none;}

.cobra7Link a:link {color: transparent; text-decoration: none;} /*normal state*/
.cobra7Link a:visited {color: transparent; text-decoration: none;}
.cobra7Link a:hover {color: #FFFFFF; text-decoration: none;}
.cobra7Link a:active {color: #FFFFFF; text-decoration: none;}

.copyright {
    color:#FFFFFF;
    text-align: center;
    font-size: 0.9em;
    line-height:2em;
}

.copyright a:link,
.copyright a:visited {
    color: #FFFFFF;
    text-decoration:none;

}
    
.copyright a:hover,
.copyright a:focus {
    color: #FFFFFF;
    text-decoration:underline;
}

/* Calendar display styles for pf3 Calendar Page */
#calendarMonthView {
	display:block;
}
#calendarAgendaView {
	display:none;
}


/*Media Queries*/

@media only screen and (min-width: 768px) and (max-width: 1100px) {
body {
	/* font-size: 90%; */
}
}

@media only screen and (min-width: 0px) and (max-width: 960px) {
#top-logo-container {
    max-width:50%;
    top: 40px;
    left: 10px;
    z-index: 900;
}
#top-search-container {
    top: 45px;
    z-index: 900;
}

}


@media only screen and (min-width: 0px) and (max-width: 768px) {
body {
	/* font-size: 90%; */
}

#calendarMonthView {
	display:none;
}
#calendarAgendaView {
	display:block;
}
}

