<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: "Old Standard TT", serif, arial, helvetica;
}

p { color: #000; font-size: 13pt; font-family: "Old Standard TT", serif, arial, helvetica; font-weight: 300; line-height: 20pt; text-align: justify; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
hr {
  border-color: #999999;
  max-width: 400px;
}
h2 { color: #039; font-size: 18pt; font-weight: 400; letter-spacing: 1px; }
h3 { color: #039; font-size: 17pt; font-weight: 400; letter-spacing: 1px; }
a { color: #777; }
a:hover { color: #f00; text-decoration: none; }
.brand,
.address-bar { color: #f00; display: none; }


.navbar-brand { text-transform: uppercase; letter-spacing: 2px; font-weight: 900; }

.navbar-nav {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.img-full {
  min-width: 100%;
}

.brand-name { color: #049; font-weight: 700; font-size: 1.5em; text-transform: capitalize; letter-spacing: normal; }

.tagline-divider {
  margin: 15px auto 3px;
  border-color: #999999;
  max-width: 250px;
}

.box {
  background: #fff;
  background: #fff;
  margin-bottom: 10px;
  padding: 20px 15px;
}

.intro-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17pt;
  font-weight: 400;
}

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px;
}

.img-left {
  float: none;
  margin: 0 auto 0;
}
content { background: #fff; }
content p { font-size: 12pt; text-align: center; }
footer {
  background: #fff;
  background: rgba(255,255,255,0.5);
}
footer p { font-size: 13pt; line-height: 30pt; text-align: center; margin: 0; padding: 20px 0; }
footer a { color: #777; }
footer a:hover { color: #f00; text-decoration: none; }
@media screen and (min-width: 768px) {
	.brand {
  display: inherit;
  font-weight: 700;
  font-size: 4em;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 30px 0 10px;
  color: #039;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-family: "Old Standard TT", serif, arial, helvetica;
}

.top-divider {
  margin-top: 0;
}

.img-left {
  float: left;
  margin-right: 25px;
}
	.img-right { float: right; margin-left: 25px; }
	.address-bar { display: inherit; text-align: center; margin: 0; padding: 0 0 40px; font-size: 14pt; text-transform: uppercase; 
	letter-spacing: 2px; font-weight: 400; color: #999; line-height: 28pt; font-family: "Old Standard TT", serif, arial, helvetica;
}

.navbar {
  border-radius: 0;
}

.navbar-header {
  display: none;
}

.navbar {
  min-height: 0;
}

.navbar-default {
  background: #fff;
  background: rgba(255,255,255,0.5);
  border: none;
}

.nav&gt;li&gt;a {
  padding: 25px 50px;
}

.navbar-nav&gt;li&gt;a {
  line-height: normal;
}

.navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  font-size: 1.25em;
}

}
@media screen and (min-width: 1200px) {
	.container{
        max-width:1000px;
    }
	.box:after {
        content: '';
        display: table;
        clear: both;
    }
}

</pre></body></html>