@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:tk-brandon-grotesque-n4;
	src:url(https://fonts.typekit.net/af/4996f9/0000000000000000000132df/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4) format("woff2");
	font-weight:400;
	font-style:normal;
}
@font-face {
	font-family:tk-brandon-grotesque-n7;
	src:url(https://fonts.typekit.net/af/441d1b/0000000000000000000132e3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7) format("woff2");
	font-weight:700;
	font-style:normal;
}
@font-face {
	font-family:tk-brandon-grotesque-n5;
	src:url(https://fonts.typekit.net/af/08ab0d/0000000000000000000132e1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5) format("woff2");
	font-weight:500;
	font-style:normal;
}
@font-face {
	font-family:tk-brandon-grotesque-n9;
	src:url(https://fonts.typekit.net/af/aad397/0000000000000000000132e5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9) format("woff2");
	font-weight:900;
	font-style:normal;
}

.tk-brandon-grotesque {
	font-family:"brandon-grotesque",sans-serif;
}
/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v9/GsNxiN0oIzsS201cnUag6w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v9/I0dEfRgGNE90_hXZq7bjyw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local('Lora'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v9/4vqKRIwnQQGUQQh-PnvdMA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v9/VZ-5ejr2fpt5l1RKkVxPr_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v9/BYKAuswRIqh69412sen31PY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v9/P18Nsu9EiYldSvHIj_0e5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
#wrapper {
	background-color: #fff;
	}
#subpage a.logo {
            background: url("http://s3.amazonaws.com/churchplantmedia-cms/colonial_baptist_virginia_beach/alt-logo.png") no-repeat center;
        }

#content {
	padding: 5%;
	font: 'Lora', sans-serif;
	color: #333;
}
p a {
color: #0099CC;}

.title {
	letter-spacing: 1px;
	color: #CC9900;
}
.subtitle {
	font-size: 80%;
}

h1 {
	letter-spacing: 5px;
	font-size: 200%;
	text-transform: uppercase;
	color: #333;
}
h1 a {
	text-decoration: none;
	color: #333;
	}
h2 {
	letter-spacing: 5px;
	font-size: 150%;
}
h3 {
	letter-spacing: 5px;
	font-size: 120%;
}
#submenu {
	background-color: #eee;
	padding: 15px;
	font-size: 120%;
}
#submenu a {
	line-height: 200%;
	color: #0099CC;
	}
	
#submenu a:hover {
	color: #CC9900;
	}
#submenu p {
	background-color: #ddd;
	padding: 10px;
}
#links a {
	color: #0099cc;
	}
#links a:hover {
	color: #cc9900;
	}