@charset "UTF-8";
/* CSS Document */

body {
	background: none;
	font-family: "Prompt", sans-serif;
	font-weight: 300;
	padding-top: 110px;
}

#home {
	background: #d8d1ca;
}
h1 {
	font-family: "Cinzel", serif;
	color: #003b71;
	font-size: 36px;
	font-size: 3vw;
}
.noun {
	font-family: "Prompt", sans-serif;
	font-weight: 100;
	font-size: 24px;
	font-size: 2vw;
	font-style: italic;
}
p {
	font-family: "Prompt", sans-serif;
	font-weight: 300;
	font-size: 18px;
	font-size: .95vw;
	line-height: normal;
	color: #808080;
}
.definition {
	font-size: .85vw;
}

@media (max-width: 1199px) {
	h1 {
	font-size: 40px;
	font-size: 4vw;
}
	.noun {
	font-size: 24px;
	font-size: 2.5vw;
}
	p {
	font-size: 16px;
	font-size: 1.5vw;
}
	.definition {
		font-size: 1.35vw;
	}
}
@media (max-width: 991px) {
	h1 {
	margin-top: 0;
}
}
@media (max-width: 767px) {
	h1 {
	font-size: 40px;
	font-size: 8vw;
}
	.noun {
	font-size: 24px;
	font-size: 6vw;
}
	p {
	font-size: 14px;
}
	.definition {
		font-size: 12px;
	}
}

.bold {
	font-weight: 500;
}
.italic {
	font-style: italic;
}

@media (min-width: 768px) {
.navbar-default {
  background-color: #003b71;
  border-color: #003b71;
}
}
@media (max-width: 767px) {
.navbar-default {
  background-color: #003b71;
  border-color: #003b71;
}
}
.navbar-nav {
  margin: 60px 10px 0px;
}
@media (max-width: 767px) {
	.navbar-nav {
		margin-top: 0px;
	}
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d8d1ca;
  background-color: transparent;
}
.navbar-brand {
  float: left;
  height: 110px;
  padding: 10px 5px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-default .navbar-nav > li > a {
  color: white;
	font-family: "Prompt", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
@media (max-width:991px){
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}
}
@media (max-width:850px){
	.navbar-default .navbar-nav > li > a {
		font-size: 11px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 23px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}


.grid-img {
	margin: 0;
	padding: 0;
}
.no-space {
	margin: 0;
	padding: 0;
}


.max-width {
	max-width: 6000px;
}

.home-text {
	padding: 0px 10px 0;
	font-weight: 200;
	font-size: 13px;
	line-height: 20px;
}


@media (max-width:767px){
	.home-text {
		padding: 20px;
		margin-bottom: 0;
	}
}

.lttanbg {
	background-color: #f6f3f1;
}

.footer {
	text-align: center;
}
.footer p {
	font-size: 10px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 0;
}
a:link {
	color: inherit;
}
a:visited {
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: white;
}
a:active {
	color: inherit;
}

.translate {
	text-align: right;
	font-size: 10px;
	position: absolute;
	top: 10px;
	right: 0px;
}
.translate p{
	font-size: 10px;
	color: #d8d1ca;
}
.translate a:link {
	color: #d8d1ca;
	text-decoration: none;
}
.translate a:visited {
	color: #d8d1ca;
	text-decoration: none;
}
.translate a:hover {
	color: white;
	text-decoration: none;
}
.translate a:active {
	color: #d8d1ca;
	text-decoration: none;
}
.blue {
	color: #003b71;
}
hr {
	display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
	margin-right: auto;
	width: 200px;
    border-style: inset;
    border-width: 1px;
	color: #003b71;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: white; /* Set a background color */
    color: #003b71; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 12px 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

#myBtn:hover {
    background-color: #003b71; /* Add a dark-grey background on hover */
	color: white;
}