/* Mast head */

#NSTI_logo {
	margin-top: 0.5em;
	width: 100%;
}

/* Small devices (tablets, 500px and up) */
@media (min-width: 500px) {
	#NSTI_logo {
		width: 70%;
	}
}
/* Small devices (tablets, 600px and up) */
@media (min-width: 600px) {
	#NSTI_logo {
		width: 60%;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#NSTI_logo {
		width: 50%;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#NSTI_logo {
		width: 40%;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#NSTI_logo {
		width: 30%;
	}
}

/* @media (max-width: 992px) {
  .nav-collapse {
    display: none;
  }
} */

.footer-nav {
	text-align: center;
}
.footer-nav a.active {
	font-weight: bold;
}

#NSTI_footer_home {
	margin-left: 1em;
}

/* Right hand column */

.rh-box div {
	padding: 1em;
	margin-bottom: 1em;
	color: white;
}

.rh-box a {
	color: white;
}

.rh-box h4 {
	margin-top: 0;
	font-weight: normal;
}

.rh-box div hr {
}

.bg-blue {
	background-color: #207FB6;
}

.bg-gray {
	background-color: #aaa;
}

/* Miscelaneous */

.NSTI_page-header {
	margin-top: 0;
}

/* Typography */

h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
}

h1:first-child {
	margin-top: -0.25em;
}

.text-smaller {
	font-size: smaller;
}
.text-larger {
	font-size: larger;
}
.text-large {
	font-size: 1.5em;
}
.text-extra-large {
	font-size: 2em;
}
.media-heading {
	font-weight: bold;
}

/* Legacy */

.top {
	margin-top: 0;
}
.bot {
	margin-bottom: 0;
}
.orange {
	color:#FF6C3B;
}
