#wrapper {
    background-color: ##ED4825;
    width: auto;
    min-width: 700px;
    max-width: 1024px;
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
    margin-left: auto;
    margin-right: auto;
    
}

body { 
    background-color: #FFFFFF;
    background-image: tent life1.jpg(#eeeeee, #ffffff);
    background-size: cover;
    background-attachment: fixed;
    color: #666666;
    font-family: "Verdana", "Arial", sans-serif;

    
}

header {
        background-color: #ED4825;
        color: #000000;
        font-family:  "Georgia", serif;
        text-align: center;
}


}

nav {
        padding-top: 0.2em;
        padding-bottom: 0.5em;
        font-weight: bold;
        background-color: #454545;
        display: flex;
    
               
}


h3{
    color: #000000;
}



#TentBackground {
        background-image: url(rooftopaluminum.jpg);
        background-size: cover;
        background-repeat: repeat;
        background-position: left;
        height:325px;       
}


<img src="rooftopaluminum.jpg" style='width:100%;">

.TentLife {
        font-size: 2.2em;
        color: #BA1C21;
    font-style: bold;
}
main{
        padding-left: 2em;
        padding-right: 2em;
        display: block;
    background-color:#FFFFFF;
    margin-left:170px;
    padding-top:1px;
    padding-bottom:1px;
    font-size: 1.2em;
}


/*footer*/

*{
    
    margin:0;
    padding:0;
    color:#d9d9d9;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}
footer{
    position: fixed;
    bottom:0px;
    width: 100%;
    background: #111;
    height: 40%;
    padding-top: 4px;
}
.main-content{
    display: flex;
}

.main-content .box{
    flex-basis: 50%;
    padding: 5px 10px;
    
}


.box h2{
    
    font-size: 1.0625 rem;
    font-weight: 600;
    text-transform: uppercase;
    
}
.
.box .content{
    
    margin:10px 0 0 0;
    
    }
.box .content: before{
    position: absolute;
    content: '';
    top:-10px
    height: 2px;
    width: 100%;
    background: #1a1a1a;
}
.box .content:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 15%;
    background: #f12020;
    top:  -10px;
}
.left .content p{
    
    text-align:justify-all;
    
}
.left .content .social{
    margin:20px 0 0 0;
    
}
.left .content .social a{
    padding:0 2px;
}
.left .content .social a span{
    height: 40px;
    width:40px;
    background: #1a1a1a;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
}
.left .content .social a span:hover{
    background: #f12020;
}
.center .content .fas{
    font-size: 1.4375rem;
    background: #1a1a1a;
    height:45px;
    width:45px;
    line-height: 45px;
    text-align: center;
    border-radius:50%;
     transition: 0.3s;
    cursor: pointer;
    
}
.center .content a .fas:hover{
    background: #FFFFFF;
}

.center .content .text{
    font-size: 1.0625rem;
    font-weight: 500;
    padding-left: 10px;
}
.center .content .phone{
    margin: 10px 0;
}

.right form .text{
    font-size: 1.0625rem;
    margin-bottom: 2px;
    color: #656565;
}
.right form .msg{
    margin-top:10px;
}
.right form input, .right form textarea{
    width: 100%;
    font-size: 1.0625rem;
    background: #151515;
    padding-left: 10px;
    border: 1px solid #222222;
  
}

.right form input{
    height: 35x;
}
.right form .btn{
     margin-top: 10px;
    
}
.right form .btn button{
    height: 45px;
    width:90px;
    border:none;
    border-radius: 4px;
    outline: none;
    background: #f12020;
    font-size: 1.0625rem;
    font-weight:700;
  
    cursor: pointer;
    transition: .3s;
}
.right form .btn button:hover{
    background: #FFFFFF;
    
}
.right form input:focus;
.right form textarea:focus{
    outline-color: #3498db;
}





@media screen and (max-width: 900px;) {
    footer{position: relative;
    bottom: 0px;
        
}
    .main-content{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main-content .box {
        margin: 5px 0;
    }


