#wrapper {
    display: grid;
    grid-template-columns: 0.2fr 2.3fr 0.2fr; 
    grid-template-rows: 125px 2fr 2fr 2fr; 
    gap: 0px 0px; 
    margin: 0px;
    padding: 0px;
}

header {
    background-color: rgb(0, 0, 0);
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    color: red;
    height: 125px;
}

body {
    margin: 0px;
    padding: 0px;
}

nav {
    text-align: right;
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    margin: 0px;
    padding: 0px;
}

main {
    grid-row: 2 / 5;
    grid-column: 2 / 3;
    margin: 0px;
    padding: 0px;
}

main p {
    background-color: black;
    color: white;
    margin-top: 0;
    padding: 10px;
    line-height: 28px;
    text-indent: 50px;
    margin-block-end: 0px;
}

#brock {
    background-image: url("brock.PNG");
    height: 250px;
    width: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px;
    float: right;
}

#weekly {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    background-color: rgb(0,0,0);
}

#featured {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    background-color: black;
    float: left;
}

#featured2 {
    grid-row: 4 / 5;
    grid-column: 2 / 3;
    background-color: black;
}

#featured p {
    color: white;
    margin: 10px;
    line-height: 28px;
    text-indent: 50px;
}

#featured2 p {
    color: white;
    line-height: 28px;
    text-indent: 50px;
    margin-block-end: 0px;
}

#weekly p {
    color: white;
    line-height: 28px;
    text-indent: 50px;
    margin-block-end: 0px;
}

#logo{
    background-image: url("logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 85px;
    width: 260px;
}

#featured h1 {
    color: red;
    margin: 10px;
    float: left;
}

footer {
    grid-row: 5 / 6;
    grid-column: 2 / -2;
    background-image: url("concrete.jpg");
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.flex {
    display: flex;
    flex-flow: row nowrap;
    list-style-type: none;
    justify-content: space-evenly;
    text-decoration: none;
  }
  
.flex div {
    width: 100px;
    margin: 20px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    color: red;
    text-decoration: none;
}

.flex div:hover{
    background-color: rgb(115, 115, 115);
}

.flex div:active {
    color: white;
}

.flex a{
    text-decoration: none;
    font-family: 'Oswald';
    font-style: normal;
}

#videos1 {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    background-color: black;
    float: left;
}

#about1 {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    background-color: black;
    padding-left: 160px;
    padding-right: 160px;
    padding-bottom: 45px;
    padding-top: 30px;
}

#background {
    background-image: url("background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#concrete {
    background-image: url("concrete.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    height: auto;
}

#concrete1 {
    background-image: url("concrete.jpg");
    background-size: cover;
    background-repeat: no-repeat; 
    height: auto;
    display: block;
}

#concrete2 {
    background-image: url("concrete.jpg");
    background-size: cover;
    background-repeat: no-repeat; 
    height: auto;
    display: block;
}

#video-text {
    grid-row: 3 / 5;
    grid-column: 2 / 3;
    background-color: black;
    color: white;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 28px;
    text-indent: 50px;
    margin-block-end: 0px;
}

#video-text1 {
    grid-row: 3 / 5;
    grid-column: 2 / 3;
    background-color: black;
    color: white;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 28px;
    text-indent: 50px;
    margin-block-end: 0px;
}

#video-text2 {
    grid-row: 3 / 5;
    grid-column: 2 / 3;
    background-color: black;
    color: white;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 28px;
    text-indent: 50px;
    margin-block-end: 0px;
}

#abouthero {
    background-image: url("abouthero.jpeg");
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat; 
    height: 630px;
    width: 1180px;
    margin-bottom: -10px;
}

#puma {
    background-image: url("puma.png");
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    float: right;
    height: 250px;
    width: 300px;
    margin: 10px;
}

#zion {
    background-image: url("zion.jpg");
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    float: left;
    height: 250px;
    width: 300px;
    margin: 10px;
    padding-top: 22px;
}

#washington {
    background-image: url("washington.jpg");
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    float: right;
    height: 250px;
    width: 300px;
    margin: 10px;
    margin-bottom: 0px;
}

#video {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    width: 100%;
}

#video1 {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    width: 100%;
}

#video2 {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    width: 100%;
}

iframe {
    width: 100%;
    height: 650px;
}

#contact {
    border: 10px;
    border-style: solid;
    border-color: black;
}

#kam {
    background-image: url("kam.JPEG");
    background-size: cover;
    background-repeat: no-repeat; 
    height: 300px;
    width: 400px;
    margin: 10px;
    float: left;
}

#kam2 {
    background-image: url("kam2.PNG");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    width: 400px;
    margin: 10px;
    float: right;
}

form {
    max-width: 1000px;
    padding: 60px;
    font-family: Arial, sans-serif;
  }
  
  label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
  }
  
  button[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #008CBA;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  button[type="submit"]:hover {
    background-color: #006f8b;
  }

@media screen and (max-width: 992px) {
    #kam2{
        display: none;
    }

    #featured2 p {
        margin-left: 10px;
        padding-bottom: 10px;
    }

    #logo{
        display: none;
    }

    header{
        padding-top: 30px;
    }

    #kam {
        margin-bottom: 10px;
    }

    #video {
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;
        width: 100%;
    }
    

    iframe {
        width: 100%;
        height: 455px;
    }
    
  }

  @media screen and (max-width: 768px) {

    #video {
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;
        width: 100%;
    }
    

    iframe {
        width: 100%;
        height: 355px;
    }
  }