@charset "UTF-8";

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width : 601px ){
  div.example {
    font-size: 80px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.example {
    font-size:20px;
	  
  }
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    .navbar-collapse {
        max-height: none;
    }

}


a:link {
  color: #ED2524;
	text-decoration: none !important;
	
}

sup {
  position: relative;
  font-size: 50%;

}

a:visited {
  color: #ED2524;
  text-decoration: none !important;
}


a:hover {
  color: black;
text-decoration: none !important;
}

a:active {
  color: black;
}

.topnav {
  overflow: hidden;
  background-color: #333;
	   top: 0;
    z-index: 100;
  position: fixed;
    width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #ED2524;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

	.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}




body {
    overflow-x: hidden ! important;
	background: url(../img/nanocoatbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
	background-position: center;
	background-attachment: scroll;
	margin: 0px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	background-color: #ffffff;
	
		
}

.titlebox {
	
	background-color: #ED2524;
	z-index: 100;
	margin-top: 45px;
	margin-left:0px;
	margin-right:0px;
	padding-left: 5px;
	width:100%;
	vertical-align: middle;
	text-align: left;
}

.endnotes {
	
	background-color: #ED2524;
	z-index: 0;
	width:100%;
		margin-left:0px;
	margin-right:0px;
	margin-bottom: 0px;
	vertical-align: middle;
	text-align: center;

}
	
}

.textbox { background-color: #ffffff;
	z-index: 0;
	margin-left: 10%;
	width:400;
	vertical-align: middle;
	text-align: justify;}

}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  padding: 10px;

}

.left {
  width: 550px;
background-color: #ffffff;
	opacity:0.90;
	text-align: justify;
}

.right {

}

.row:after {
  content: "";
  display: table;
  clear: both;
	
}

.titles {

	font-variant-caps:all-small-caps;
	color: #ED2524;
	font-weight:bold;
	font-size-adjust: auto;
	font-size: 26px;
}

.splash {

	font-variant-caps:all-small-caps;
	color: #C2C2C2;
	font-weight:normal;
	font-size-adjust: auto;
	font-size: 22px;
}

.splash a {

	color: #ffffff;
	
}

.footertxt {
	color: white;
	font-weight: lighter;
	font-variant-caps:all-small-caps;
	font-size: 20px;
	}

.footertxt a{
	color: black;

	
	}

