body {
  font-size:14px;
  font-family: "Montserrat", "Lucida Sans", sans-serif;
  background: #663348;
  }
  

.montserrat-uniqueid {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

  
.main {
  margin: 0 auto;
  margin-top:30px;
  margin-bottom:45px;
  border:4px solid #1d1c32;
  width:600px;
  border-radius:5px;
  }
  
/*Box to contain header image*/
.header {
  border-bottom:4px solid #1d1c32;
  padding:0px;
  overflow-y:auto;
   }
   
.header img {
  width:100%;
  padding:0px;
  display:block; /*Prevents extra space after image*/
  }
  
/*Inner text area inside main div, below the header and image.*/
.text {
  background:white;
  padding:25px;
  }
  
/*Prevent overflow of large images in main text areas.*/
.text img {
  max-width: 100%;
  height: auto;
  }
  
/*Used for the header below the header image.*/
.sub {
  font-size:16px;
  font-weight:bold;
  color:white;
  background:#1d1c32;
  padding-top:3px;
  padding-bottom:6px;
  text-align:center;
  }  

/* unvisited link */
a:link {
  color: #000000;
  text-decoration: underline;
}

/* visited link */
a:visited {
  color: #000000;
  text-decoration: underline;
}

/* mouse over link */
a:hover {
  color: #000000;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

/*Classes for links section.*/
.links {
  font-size:12px;
  color:white;
  background:#1d1c32;
  padding-top:1px;
  padding-bottom:5px;
  text-align:center;
  }
 
/*Links are put into a ul list element*/ 
.links ul {
  list-style-type: none;
  margin:0px;
  padding: 0;
  }
  
/*Use li for the individual links*/
.links li {
  list-style-type: none;
  display: inline-block;
  padding: 3px 10px 3px 10px;
  margin: 3px 2px 3px 2px;
  background: #663348;
  }
  
.links a {
  color: #fff;
  text-decoration:none;
  font-weight:bold;
  }
  
.links li:hover { /*The color link buttons turn when hovered over*/
  background: #774459;
  }
  

h2 {
border-bottom: 1px solid #011913;
}
  
.footer {
  font-size:12px;
  color:white;
  background:#1d1c32;
  padding-top:4px;
  padding-bottom:1px;
  text-align:center;
  }
  
  
  .footer a {
  color: #fff;
  text-decoration:none;
  font-weight:bold;
  }
  
@media(max-width:640px) {
  .main {
    margin-top:15px;
    margin-bottom:15px;}
  }
  
    .highlighter{
background:#ffe796;
background:-webkit-linear-gradient(rgba(255,231,150,0) 50%, #ffe796 0%);
background:linear-gradient(rgba(255,231,150,0) 50%, #ffe796 0%);
padding:1px 1px;
}