body {
    font-family: 'Source Sans Pro', sans-serif;
    background: rgb(218, 245, 249);
    font-size: 14px;
    position: relative;
    margin-top: 16px;
    margin-left: 25px;
    margin-right: 25px;
    min-height: 100%;
    line-height: 1.5; 
}

.container {
    max-width: 800px;
    margin: 1rem auto;
}

.welcome {
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    text-align: center;
    display: block;
    background: rgb(15, 160, 182);
    font-size: 17px;
    max-width: 800px;
    position: relative;
    padding: 5px 15px 5px 15px;
    margin: 1rem auto;
    line-height: 1.5; 
    border-radius: 6px;
}

.thumbs_container {
    clear: both;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.thumbs{
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin: 0 5% 5% 0;
    width: 30%;
    padding: 0;    
}


.wild_flowers_1 {
    background: url("Wild_flowers_1.jpg");
}

.wild_flowers:hover .text_1, .wild_flowers:hover .text_2{
    opacity: 0.5;
}

.wild_flowers:hover .goto{
    opacity: 1;
}

.wild_flowers_2 {
    background: url("Wild_flowers_2.jpg");
}

.wild_flowers_3 {
    background: url("Wild_flowers_3.jpg");
}

.wild_flowers_4 {
    background: url("Wild_flowers_4.jpg");
}

.wild_flowers_5 {
    background: url("Wild_flowers_5.jpg");
}

.wild_flowers {
    position: relative;
    display: block;
    background-size: cover;
    border-radius: 8px;
    height: 200px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(57, 81, 83);
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

.text_0 {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    background-color: rgb(15, 160, 182);
    left: 5%;
    right: 5%;
    border-radius: 5px;
    position: absolute;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.text_1{
    top: 5%;
    font-size: 24px;
}

.text_2{
    font-size: 14px;
    bottom: 5%;
}

.goto {
    position: absolute;    
    background-color: rgb(115, 118, 119);
    opacity: 0;
    right: 10%;
    left: 10%;
    top: 35%;
    border-radius: 5px;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 20px;
    padding: 4%;
    line-height: 1.5;
    -webkit-transition: opacity 0.2s, font-size 0.2s ease-in-out;
    transition: opacity 0.2s, font-size 0.2s ease-in-out;
    z-index: 1;
}

html {
  height: 100%;
  box-sizing: border-box;
}

h1 {
    text-align: left;
    font-size: 22px;
}

p {  
    margin: 0 auto;
}

.footer {
  padding: 1rem;
  background-color: #efefef;
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  overflow: hidden;
  margin-left: -25px;
  margin-right: -25px;
}

a {
    text-decoration: none;
    color: rgb(0, 82, 255);
}

.thumbs:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 425px) {
    body {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 700px) {
    .thumbs:nth-child(3n) {
        margin-right: 0;
        margin: 0 8% 8% 0;        
    }
    .thumbs {
        width: 46%;
        margin: 0 8% 8% 0;
    }
    .thumbs:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 450px) {
    .thumbs {
        width: 100%;
        margin-right: 0;
    }
}



#bluebells {
    background: url("Bluebells 3.JPG");
    height: 100px;
    background-size: 100% auto;
    background-position: center;
    border-radius: 8px;
    border-style: solid;
    border-width: 2px;
    border-color: #efefef;
}

nav ul {
    list-style-type: none;
    margin: 14px 0;
    padding: 0;
    background-color: #333;
    overflow: hidden;
    border-radius: 8px;
}

nav ul li {
    float: left;
}

nav ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: none;
    background-color: #111;
}

