table{
    width:80%;
}
div>figure{
    width: 80%;
    margin:auto;
    margin-bottom: .5em;
}
.fig1{
    width:80%;
    margin-bottom:1em;
}
p{
    margin-left: 1em;
    margin-right:1em;
}
.formImg{
    width:50%
}
input[type="text"], input[type="email"]{
    width:15em;
}
label+p{
    width:12.5em;
    margin-left:2em;
    margin-right:2em;
}
input[type="submit"]{
    width: 15em;
}
form>p{
    width:15em;
}
h4{
    width:20%;
}
.navgrid{
    font-size: 100%;
    grid-template-rows:auto;
    grid-template-columns: none;
    width: 50%;   
}
fieldset{
    width: 80%;
    
}
.frontImg2{
    max-width:600%;
    width: 550%;
}
.overImg2{
    width: 200%;
}
.aboutP{
    position: static;
    height: 50%;
    margin-top: 440%;
    margin-left:-490%;
    margin-right: 100%;
}
.aboutImg{
   max-width: 300%;
   width: 300%;
   margin-left: -87%;
}
#txtEmail{
    width: 69%;
    margin-left: 29%;
    margin-top: -10%;
}
.emailP{
    margin-left: 5%;
    padding: 0%;
    
}
.twocolumns{
    position: static;
    grid-template-columns: 95%;
    padding: .5%;
    margin: .5%;
    width: 100%; 
}
.box1{
    color:aqua;
    margin-left: 1%;
}
.box2{
    margin-left:10%;
    margin-right:10%;
    text-align: center;
}
.box3{
    margin-left:10%;
    margin-right:10%;
    text-align: center;
}
.box4{
    margin-left:10%;
    margin-right:10%;
    text-align: center;
}
.feedH{
    margin-left:-10%;
    color: yellow;
}
.footerP{
    background-color: rgba(255,204,255,.8);
    margin-top: 80%; 
    width: 80%;
}
figcaption{
    width:200%;
    margin-left:-40%;
    
}
input[type=submit] {
   border: none;
   width: 25%;
   color: white;
   padding: 3%;
   margin: .7em;
   background-color: orange;
   border-radius: .7em;
   cursor: pointer;
    margin-left:38%;
}
.aboutP1{
    width: 440%;
    margin-left: -480%;
    height: 80%;
    bottom: -100%;
}
.aboutP{
    width: 450%;
    margin-bottom: -400%;
    height: auto;
}
table{
    margin-left: auto;
}