@charset "UTF-8";
html {

	height: 100%;
}

body {
	max-width: 100%;
	height: 100%;
	margin: 0px;
	top: 0;	
	background: url("images/nd-backdrop-2.png");
}
f1 { font-family: acier-bat-gris,sans-serif;font-size: 5rem; font-weight: 400; font-style: normal; color: #040afd; line-height: 3rem;} 
f2 { font-family: acier-bat-gris,sans-serif;font-size: 2.5rem; font-weight: 400; font-style: normal; color: #040afd; line-height: 2rem; } 
f3 { font-family: acier-bat-gris,sans-serif;font-size: 2rem; font-weight: 400; font-style: normal; color: #040afd; line-height: 1.5rem; } 
header h7 {font-family: acier-bat-gris,sans-serif;font-size: 5rem; font-weight: 400; font-style: normal;  line-height: 4rem; color: #a6611a;}
header h8 { font-family: acier-bat-gris,sans-serif;font-size: 3rem; font-weight: 400; font-style: normal;  line-height: 2rem; color: #a6611a;} 
h1 { font-family: Lato, sans-serif; font-size: 4rem; font-style: normal; font-variant: small-caps; font-weight: 100; line-height: 3.5rem; } 
h2 { font-family: Lato, sans-serif; font-size: 3rem; font-style: normal; font-variant: small-caps; font-weight: 100; line-height: 3rem; } 
h3 { font-family: Lato, sans-serif; font-size: 2.5rem; font-style: normal; font-variant: small-caps; font-weight: 400; line-height: 2rem; } 
h5 { font-family: Lato, sans-serif; font-size: 2rem; font-style: normal; font-variant: small-caps; font-weight: 400; line-height: 2rem; } 
h6 { font-family: Lato, sans-serif; font-size: 1.35rem; font-style: normal; font-variant: small-caps; font-weight: 400; line-height: 1.5rem; } 
p { font-family: Lato, sans-serif; font-size: 1.5rem; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1.75rem; } 
p1 { font-family: Lato, sans-serif; font-size: .75rem; font-style: italic; font-variant: normal; font-weight: 400; line-height: 1rem; } 
em { font-family: Lato, sans-serif; font-size: 1.5rem; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1.75rem; color: #f5841f; } 
blockquote { font-family: Lato, sans-serif; font-size: 2rem; font-style: italic; font-variant: normal; font-weight: 400; line-height: 2rem; } 
blockquote footer{ font-family: Lato, sans-serif; font-size: 1rem; font-style: italic; font-variant: normal; font-weight: 100; line-height: 1rem;} 
.nav-text { font-family: Lato, sans-serif; font-size: 1.5rem; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1.5rem; }
.nav-text-title { font-family: Lato, sans-serif; font-size: 2rem; font-style: normal; font-variant: normal; font-weight: 700; line-height: 2rem; }
.vertLINE {border-left-style: solid; border-right-style: solid;}
header h1  { font-family: Lato, sans-serif; font-size: 4rem; font-style: normal; font-variant: small-caps; font-weight: 100; line-height: 3.5rem; color: #a6611a;} 
.firstword {font-family: Lato, sans-serif; font-size: 5rem; font-style: normal; font-variant: normal; font-weight: 400; line-height: 7rem; padding-top: 4px; padding-right: 10px; float: left;}
button  { font-family: Lato, sans-serif; font-size: 1.75rem; font-style: normal; font-variant: small-caps; font-weight: 400; line-height: 1.75rem; } 
h2t { font-family: Lato, sans-serif; font-size: 1.75rem; font-style: normal; font-variant: small-caps; font-weight: 700; line-height: 1.75rem; } 
h2h { font-family: Lato, sans-serif; font-size: 1.5rem; font-style: normal; font-variant: small-caps; font-weight: 100; line-height: 1.5rem; } 
p2 { font-family: Lato, sans-serif; font-size: 1.5rem; font-style: normal; font-variant: normal; font-weight: 700; line-height: 1.75rem; } 
a  { font-family: Lato, sans-serif; font-size: 2rem; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1.75rem; } 
.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
  opacity:0!important;
  transition: opacity .25s ease-in-out!important;
  -moz-transition: opacity .25s ease-in-out!important;
  -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
  opacity:1!important;
}
.NP {
	color: #008672;
	text-align: center;
	
}
.OPW {
	color: #7fcdc1;
	text-align: center;
}

.OPD {
	color: #dfc27c;
	text-align: center;
}

.MP {
	color: #a76227;
	text-align: center;
}

#NP {
	border: thick;
	border-color: #008672;
	border-style: solid;
}
#OPW {	
	border: thick;
	border-color: #7fcdc1;
	border-style: solid;
}

#OPD {
	border: thick;
	border-color: #dfc27c;
	border-style: solid;	
}

#MP {
	border: thick;
	border-color: #a76227;
	border-style: solid;	
}

.modalTRIG {
	border-radius: .1rem;
	cursor: pointer;
	transition: 0.3s;
}
.modalTRIG:hover {opacity: 0.7;}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	
  }
.modal-content {
  margin: auto;
  display: block;
  width: 95%;
  max-width: 1100px;
  
}

.modal1-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal1-content {
    width: 100%;
  }
}
