.wrapper {
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0.7763480392156863) 5%, rgba(136,218,210,1) 50%, rgba(255,255,255,1) 100%);

    width: 100%;
    min-height: 100vh;
    color: white;
    position: relative;
    border:none;
    padding: none;
    margin: none;
    display: grid;
}

*{
    font-family: 'Trebuchet MS', serif;
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
    height: 80px;
    align-items: center;
    background-color: white;
    padding-bottom: 10px;
}
#logo {
float: left;
    padding: 15px 5px 5px 10%;
    width: 60px;
}


nav {
    align-items: center;
    padding: 30px 10vw;
}
nav ul {
    text-align: right;

}

nav ul li{ 
display: inline-block;
    list-style: none;
    margin: 0 1vw;
    font-size: 20px;
    
}

a:link, a:visited, a:active {
    color: green;
    text-decoration: none;
}

a:hover {
    color: green;
    text-decoration: underline;
}
.content {
    width: 80%;
    background: white;
    color: black;
    position: relative; 
    align-content: center;
    border-collapse: collapse;
    padding: 0.25em;
    margin: auto;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    /*The below code is from https://getcssscan.com/css-box-shadow-examples*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

p { 
text-align: center;
margin-left: 10%;
    margin-right: 10%;
    padding: 10px;
}


#scrolltotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: solid black 1px;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 4px;
}

#scrolltotop:hover {
  background-color: #555;
}

h2 {
    font-size: 40px; 
    padding: 30px 0 10px 0;
    }

h3 {
    padding: 20px;
}


    .footer {
        background-color: white;
        width: 100%;
        padding: 20px 0 0 0;
        height: auto;
    }
    .SMSicons {
        display: flex;
        justify-content: center;
    }
.SMSicons a{
    padding: 10px;
    background-color: #88dad2; 
    margin: 10px;
    border-radius: 50%;
}

.SMSicons a i{
    font-size: 2em;
    color:black;
}

.content ul li {
    list-style-position: inside;
}
.content ul {
    padding: 20px 0 0 0;
    margin-left: 10%;
    margin-right: 10%;
}

#image {
    padding: 20px 0 0 0;
    width: 75%;
    height: auto;
}


#collage { 
width: 25%;
    height: 22%;
}

.contactcontent{ 
margin-left: 10%;
    margin-right: 10%;
    padding: 10px;
    text-align: center;
}

#comment {
    width: 25%;
    margin: 20px 0 20px;
}

input {
    margin:5px;
    padding: 5px;
    
}

#othercontact{
    margin: 20px 0 20px;
}
input[type=text]:focus {
  background-color: lightblue;
}


img {
    padding: 0 0 10px 0;
}

embed { 
margin: 10px;
}

.column1 {
    width: 45%;
    float: left;
    border-right: solid 1px black;
    margin-top: 2%;
    margin: 20px 0 0 5%;
        align-content: center;
}
#fooddropin {
    padding: 10px;
    width:90%;
    height: 40%;
    float: left;

}
h4 {
    font-size: 15px;
    text-decoration: none;
}
.column2 { 
width: 44%;
    float: right;
    margin-top: 2%;
    margin: 20px 5% 0 0;
    border-radius: 10px;
    background-color: lightgray;
    padding: 0%;
    margin-bottom: 2%;
}


p2 {
    text-align: left;
    float: left;
    line-height: 50px;
    padding: 0 5% 0 5%; 
}

h3 {
text-decoration: underline;
}


#fadeimage {
    opacity:0.5;
        padding: 20px 0 0 0;
    width: 75%;
    height: auto;
}

textarea{
    width: 100%;
  height: 10%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
#news {
    border-bottom: solid 1px black;
    margin-bottom: 20px;
}
#fadeimage:hover {
    opacity: 1.0;
}



@media screen and (max-width: 1000px) {
  div.content, div.footer, nav ul li, p2 {
    font-size: 0.8em;
    line-height: 2em;
  }
    h2  {
    font-size:2em;
  }
    img { 
    
    }
}


