@media (max-width: 768px) {
      /* Styles for screens 768px and smaller */
      body { font-size: 14px; }
      .navbar { display: none; }
    }

body {
    background-color: ;
}

body { 
    background-image: url('');
    background-repeat: true;
    background-attachment: fixed;
}


/*iframe {
    border:none;
}*/

th, td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
}

/*This command makes body transparent - nice - set to 0.80ish for nice transparent page*/
body {
    opacity: 100;
    filter: alpha(opacity=30); /* For IE8 and earlier */  
}

img {
    opacity: 100; /* Sets image transparency from 0 to 99 or just use 100 for no transparency */
    filter: alpha(opacity=93); /* For IE8 and earlier */
}

iframe {
opacity: 100;
}

.iframe {
    height:100%;
    width: 85%;
    margin-left:auto;
    margin-right:auto;

    }

/* unvisited link */
a:link {
    color: black;
 }

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: red;
}

/* Fonts */

/* selected link */
a:active {
    color: black;
}

pn {
    color: #ffffff;
    margin-left: 0px;
}
pn {
  font-weight: normal;
}

pn {
    font-size: 60px;
}

pn {
    font-family: "Times", verdana, Arial, Times, serif;
}
pn {
    color: #5D1406;
    margin-left: 20px;
}

p {
    font-family: "Verdana", Arial, Times, serif;
}

p {
    font-size: 14px;
}

p {
    font-color: black;
}