body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
}

.homeInfo {
    color: #777;
    background-color: white;
    text-align: center;
    padding: 50px 80px;
}
.galleryText
{
    width: auto;
    margin:auto;
    text-align: center;

}
.gallery
{
    display:flex;
    flex:wrap;
    padding: 0 4px;
   margin-top: 15px;
    width:92%;
    position: absolute;
    left:6%;
    right:50%;
}
.gallery img
{
    margin:5px;
   
    box-shadow: 3px 3px 5px rgb(83, 83, 83);
    width:100%;
    
}

.photoDownloads
{
 /* background: url("download-button.png");
 
*/
margin-top: 0px;
margin-bottom: 10px;
font-size:26px;
background-color:transparent;
border:none;
box-shadow: 0px 0px white;
}

.column
{
flex:30%;
max-width: 30%;
padding-left: 8px;
padding-right: 8px;
}

.column img
{
margin-top:8px;
vertical-align: middle;
width:100%;
object-fit: cover;
transition: 0.3s;
cursor:pointer;


}

.photoDesc
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 24px;
    border-bottom: solid 3px black;
    text-align: center;
    margin:auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.gallery img:hover
{
   
   
    box-shadow: 5px 5px 10px rgb(59, 59, 59);


}

.photoDownloads
button {
    /* border: 5px groove navy;
    border-width: 10px;
    border-radius: 5px; */
    /* width: px */
    font-size: 20pt;
    background: rgb(54, 158, 255);
    color: white;
    border-color:  rgb(47, 95, 185);
    border-radius: 6px;
    padding: 10px;
}



.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 1.00;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #bbb;
    border-width: 50px;
}

.bgimg-1 {
    background-image: url("images/Baskins.jpg");
    /*min-height: 100%;*/
    height: 600px;
}

#footer
{
position: relative;
z-index: 4;
margin-top:550px;
width:100%;
top:6000px;
bottom:0;
height: 120px;
background-color: rgb(201, 193, 183);
}

#footer p
{
    width:100%;
    font: 16pt "Lato", sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px #000000;
}


/*.parallax {*/

/*    !* The image used *!*/

/*    background-image: url("Baskins.jpg");*/

/*    !* Set a specific height *!*/

/*    height: 500px;*/

/*    !* Create the parallax scrolling effect *!*/

/*    background-attachment: fixed;*/

/*    background-position: center;*/

/*    background-repeat: no-repeat;*/

/*    background-size: cover;*/

/*}*/

.logo {
    position: absolute;
    left: 0;
    top: 5%;
    width: 100%;
    text-align: center;
    color: #000;
    
}

.logo img{
	height: auto;
	width: 270px;
    border-color: #bbb;
    border-width: 50px;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 89px;
    letter-spacing: 10px;
    font-family: 'Lucida Console',  Times, serif;
}

h1 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 30pt "Lato", sans-serif;
    color: #111;
}

h2 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20pt "Lato", sans-serif;
    color: #111;
}

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 15pt "Lato", sans-serif;
    color: #111;
}

h4 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 10pt "Lato", sans-serif;
    color: #111;
}

p {
    color: black;
    font: 20pt "Lato", sans-serif;
    color: #111;
    width: 50%;
}

a {
    /* color: black; */
    /* font: 20px "Lato", sans-serif; */
    /* color: #111; */
}

/* Add a black background color to the top navigation */

.topnav {
    background-color:black;
    overflow: hidden;
}

/* Style the links inside the navigation bar */

.topnav a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font: 20px "Lato", sans-serif; 
}

/* Change the color of links on hover */

.topnav a:hover {
    background-color: rgb(23, 2, 99);
    color: white;
}

.topnav #photoButton
{
    background-color: rgb(23, 2, 99);


}
/* Add a color to the active/current link */

.topnav a.active {
    background-color:  rgb(47, 95, 185);
    color: white;
}

/*
.officers h1{
    color: blue;
}
*/
.submitButton {

left:45%;
right:45%;
position: absolute;


}

.submitFeelings {
    /*width: 75%;*/
    padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

.teamreps {
    position: absolute;
    left: 55%;
    top: 50px;
    width: 30%;
    background-color: #e3f2fd;
    padding-left: 20px;
    padding-right: 20px;
}

/* Slideshow container */

.slideshow-container {
    width: 960px;
    height: 500px;
    position: relative;
    margin: 0 auto;
}

/* Next & previous buttons */

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}



.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

.socialmedia {}

.mainmedia {
    position: absolute;
    left: 50%;
    top: 20%;
    background-color: #e3f2fd;
    padding-left: 20px;
    padding-right: 20px;
}
