﻿header {
    width: 100%;
    height:300px;
    color: white;
    background-image: url("../images/GurleyHeader.jpg");
    background-size: cover;
    background-color: black;
    resize:horizontal;
    background-position-x:right;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius:10px;
}

.logos {
    position:absolute;
    margin-top: 1px;
}

h3 {
    text-align:center;
    color: rgb(255,207,1);
    white-space:nowrap;
    margin-bottom: 0;
    margin-top: 1px;
    margin-left: 160px;
    /*display: inline;*/
    position:absolute;
}


hgroup {
	color:black;
	background: none;
    font-size: 3em;
    text-align:center;
    margin-bottom: 0;
    margin-top: 0;
    margin-left:auto;
    margin-right:auto;
}

div {
    display: inline;
}

nav {
    background-color:black;
    font-size: 1.2em;
    font-weight:600;
    /*text-align: center;*/
    width: 100%;
    /*margin:auto;*/
    color: white;
    page:auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

nav ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
}

nav li {
    display: inline;
    display: inline-block;
    padding-left: 5%; 
    align-content:center;
    height:45px;
}


body {
  font-family:Arial,Helvettica,sans-serif;
  background-color:#333333;
  
}

section {
  width:80%;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  border-color:black;
  border-style: solid;
  border-width:5px;
  border-radius:10px;
}



table {
	column-gap: ;
    /*box-decoration-break:clone;*/
    text-wrap: ;
    margin:auto;
	width:75%;
}
td, th {
    /*width: 75px;
    height: 75px;*/

    empty-cells:hide;}

 td{
    border:groove;
    width:250px;
	height:100px;
	box-shadow:2px 2px #110111; 
    font-weight:600;
    background-color: black;
    text-align:center;
 }

 p {
     margin: 12px;
 }

img {
    box-shadow: 3px 3px 8px 1px black;
    cursor: pointer;
}


#linkimage {
  width: 130px;
  height: 190px;
  box-shadow: 3px 3px 8px 1px black;
}

#linkimage2 {
  width: 130px;
  height: 190px;
  /*background-image:url("CaptFrankBGurley1866small.jpg");*/
  box-shadow: 3px 3px 8px 1px black;
}

#linkimage3 {
    width: 130px;
    height: 190px;
  /*background-image:url("CaptFrankBGurley1866small.jpg");*/
  box-shadow: 3px 3px 8px 1px black;
 }

#linkimage4 {
    width: 130px;
    height: 190px;
  /*width: 91px;
  height: 133px;*/
  /*background-image:url("GurleyHeader.jpg");*/
  box-shadow: 3px 3px 8px 1px black;
}

#linkimage5 {
    width: 130px;
    height: 190px;
  /*width: 100%;
  height: 100px;*/
  /*background-image:url("GurleyHeader.jpg");*/
  box-shadow: 3px 3px 8px 1px black;
}

#linkimage6 {
    width: 130px;
    height: 190px;
  /*width: 100%;
  height: 100px;*/
  /*background-image:url("GurleyHeader.jpg");*/
  box-shadow: 3px 3px 8px 1px black;
}

footer {
  background-color: black;
  color:white;
  text-align: left;
 /*  text-indent:10px; */
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  font-size:90%;
}

/* unvisited link RED */
a:link {
    /*color: #FF0000;*/
    color: rgb(255,207,1);
}

 /*visited link GREEN 
a:visited {
    color: #00FF00;
}*/

a {color: rgb(255,207,1);}

 /*mouse over link PURPLE*/ 
a:hover {
    color: #FF00FF;
}

 selected link 
a:active {
     color: #0000FF;
}
