* { 
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
    


#wrapper {

        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(25,100px);
        width: 100%;
        
        
    }

        

    


nav {
    
    background: linear-gradient( rgba(0, 0, 0, 0.7), 
    rgba(0, 0, 0, 0.3));
    grid-column: 3 / 13;
    grid-row:1;
    
    font-weight:lighter ;
    word-spacing: 250px;
    height: 50px;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;

    
    
}

header, nav {
    position: sticky;
}

a {
    text-decoration: none;
    color: #fff;
    position: sticky;
    
}




#sidebar1, .main, nav {
    grid-row:1 / 3;
    grid-column: 3 / 13;

}



    

    

.main {
    background-image: url(green.jpg);
    grid-column: 1 /13;
    grid-row: 1 / 9;
    width: 100%;
}




header {
    grid-row: 1;
    grid-column: 1 / 3;
    background: linear-gradient( rgba(0, 0, 0, 0.7), 
    rgba(0, 0, 0, 0.3));
    height:50px;
    color: #fff;
    font-size:25px;
    font-family: cursive;
    position: sticky;
    top: 0;
    z-index: 1000;
    
    

        
}

#sidebar1{
    
    
    background: linear-gradient( rgba(0, 0, 0, 0.7), 
    rgba(0, 0, 0, 0.3));
    color: #fff;
    grid-row: 7;
    grid-column: 1 / 5;
    font-weight: bold;
    height: 50px;
    text-align: left;
    margin-top: 50px;
    font-size: 30px;
    padding-left:20px;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    
    
    
    

}

#content {
    
    grid-column: 1 / 13;
    grid-row: 9 / 11;
    background-color: #dedede;
    text-align: center;
    
    
    

    
}

#content2 {
    
    
    background-image:url(SunbrookPond_JoeNewman\ \(1\).jpg);
    grid-column: 3 / 11;
    grid-row:11 / 17;
    width: 100%;
    background-repeat: no-repeat;
    
}
#Content3 {
    grid-row:18;
    grid-column: 6/ 8;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    

    
    
}

#Content4 {
    
    background-image: url(golfball.jpg);
    background-image: url(golfball.jpg);
    background-repeat: repeat;
    background-size: calc(100% / 3) calc(100% / 2);
    grid-column: 4 / 10;
    grid-row: 19 / 23;
    font-weight: bolder;
    
    
    
    
}

#content5 {

grid-row: 21;
grid-column: 3 / 11;
word-spacing: 220px;
 margin-left:30px;
 text-align: center;
font-weight: bolder;
}

#content6 {

    grid-column: 3 / 11;
    grid-row:23;
    text-align: center;
    font-weight: bolder;
    word-spacing: 210px;
    margin-left: 30px;

}

footer {

    grid-column: 1 / 13;
    grid-row: 25;
    background-color: black;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
}

#footercontent {

    grid-column: 9;
    grid-row: 25;
    background-image: url(insta\ \(1\).webp);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
    


}

#footercontent2 {
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    grid-column: 10;
    grid-row: 25;
    background-image:url(facebook\ \(2\).jpg) ;
}

#footercontent3 {
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    grid-column: 11;
    grid-row: 25;
    background-image: url(x\ \(1\).jpg);
    
}
