body {
    background-image: url(../images/background1.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #00375;
    font-size: 87.5%;
    font-family: Arial, 'Lucida Sans Unicode';
    text-align: left;
}

.body {
    margin: 0 auto;
    width: 75%;
    clear: both;
    
}
a {
    text-decoration: none;
}

a:link, a:visted {
    background-color: deepskyblue;
}

a:hover, a:active {
    background-color: deepskyblue;
}

.mainheader nav {
    
    background-color: #666666;
    height: 40px;
    border-radius: 10px;
}

.mainheader nav ul {
    list-style: none;
    margin: 0 auto;
    
}
.mainheader nav ul li {
    float: left;
    display: inline;
    
    
}

.mainheader nav a:link, .mainheader nav a:visited {
    
    color: #FFF;
    display: inline-block;
    padding: 10px 25px;
    height: 20px;
}


.mainheader nav ul li  a {
    border-radius: 10px;
    
}

.maincontent {
    background-color: rgba(102, 102, 102, .6);
    width: 90%;
    margin: 0 auto;
    height: 400px;
}

.maincontent h1 {
    color: white;
    text-align: center;
}
.ph2 {
    margin: 10px;
    margin-left: 5%;
    margin-right: 60%;
    color: white;
    border: 1px solid black;
    border-radius: 20px;
    height: 34%;
    position: absolute;

}

.ph3 {
    margin: 10px;
    margin-left: 55%;
    margin-right: 10%;
    color: white;
    border: 1px solid black;
    border-radius: 20px;
    height: 34%;
    position: absolute;
    
}
h2 {
    text-align: center;
}
div.me2 p {
    text-indent: 25px;
    margin-left: 10px;
    font-size: 24px;
    color: lightblue;
}
div.me p {
      text-indent: 25px;
    margin-left: 180px;
    font-size: 24px;
    color: lightblue;
}
div.me img{
    margin-left: 20px;
    border: 1px solid #ccc;
    float: left;
    width: 25%;
}
div.gallery {
    margin: 20px;
    border: 1px solid #ccc;
    float: left;
    width: 21.5%;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}
.gal {
margin: 3px;
border: 1px solid white;
object-fit: cover;
object-position: center;
width: auto;
height: 25%;  

}
input[type=button], input[type=submit], input[type=reset] {
  background-color: rgba(102, 102, 102, .6);
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
input[type=button], input[type=file], input[type=reset] {
  background-color: rgba(102, 102, 102, .6);
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
h1 {
    color: skyblue;
    margin: auto;
}
div.uploaddiv {
    text-align: center;
}
form {
    display: inline-block;
}
div.homepage h1 {
    font-size: 50px;
    color:skyblue;
}
div.homepage {
    text-align: center;
    align-self: center;
    margin: 5%;
}
div.homepage p {
      background-color: rgba(102, 102, 102, .6);
    font-size: 24px;
    color: white;
    margin-left: 20%;
        margin-right: 20%;
    
}