

.topBar{
 position: fixed;
 width: 100%;
 height: 150px;
 top: 0px;
 padding: 20px;
 background: navy;
 margin: -8px;
 z-index: 1;
}

.bottomBar{
 width: 100%;
 height: 100px;
 bottom: 0%;
 padding: 20px;
 background: #b6ccf0;
 z-index: 1;
 margin-left:-8px;
}



.nav-wrapper{

}

.logo{
  padding: 15px;
  background: white;
  float: left;
  height: 125px;
}

.VFPlogo{
  float: left;
  height: 120px;
  margin-top: -10px;
}
.bottomBarWords{
  text-align: center;
  font-size: 50px;
  margin-top:20px;
  color: white;
}
.donate{
  position: absolute;
  top: 20px;
  right: 55px;
  background: red;
  border: none;
  color: white;
  font-size: 32px;
  padding: 10px;
  text-decoration: none;
}

.twords{
  left: 18%;
  bottom: 20px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 75%;
}
.topWords{
 color: white;
 background: navy;
 font-size: 2vw;
 text-decoration: none;
}

@media only screen and (max-width: 960px){
  .twords{
    left: 175px;
    width: calc(90% - 175px)
  }

}

.content{
 padding-top: 215px;
}
.carouselContainer{
  z-index: 0;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.quote{
  text-align: center;
  color: white;
  background: #405bc9;
  font-size:40px;
  padding: 30px;
  margin: 20px;
}
.t1{
  text-align: center;
  color: red;
  font-size: 32px;
  font-weight:bold;
  margin: 50px;
  font-style: italic;
}

.t2{
  text-align: left;
  color: #405bc9;
  font-size: 24px;
  margin: 100px;
  margin-bottom: 20px;
  border-style:solid;
  border-color: red;
  border-width: thick;
  padding: 50px;
}

.t3{
  text-align: left;
  color: white;
  font-size: 32px;
  background: red;
  font-weight: bold;
  padding: 50px;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: -40px;
}

.resize{
  max-width: 100%;
  height:auto;
  margin-left: 100px;
  margin-right: 100px;
}

.flexCenter{
  display:flex;
  justify-content: center;
}

.flexCenter2{
  display:flex;
  justify-content: center;
}
.grid1{
  display: inline-grid;
  width: 950px;
  height: 700px;
  grid-template: auto auto/ auto auto;
  grid-gap: 10px;

}

.historyPic{
  max-width:80%;
}

.fedLaw{
  text-align: left;
  color: #405bc9;
  font-size: 32px;
  width: 500px;
  grid-area: 1/1/2/2;
  padding-right: 30px;
  padding-bottom: 10px;

}

.national{
  text-align: right;
  color: #405bc9;
  font-size: 32px;
  grid-area: 2/2/3/3;
  padding-left: 10px;
  padding-top: 20px;
}

.call{
  text-align: left;
  color: #405bc9;
  font-size: 32px;
  grid-area: 3/1/4/2;
  padding-right: 30px;
  padding-top:20px;

}
.red1{
  background: red;
  opacity: 0.8;
  color: white;
  text-align: center;
  font-size: 25px;
  padding-top: 85px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 75px;
  grid-area: 1/2/2/3;
  font-style:italic;

}

.red2{
  background: red;
  opacity: 0.8;
  grid-area: 2/1/3/2;
}

.red3{
  background: red;
  opacity: 0.8;
  grid-area: 3/2/4/3;

}
.services{
  text-align: left;
  font-size: 32px;
  background: red;
  color: white;
  border-style:none;
  padding-right: 80px;
  padding-left:80px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: 100px;
  margin-right: 100px;
}

.servicePic{
  max-width: 70%;
}

.s2{
  width: 700px;
  text-align: left;
  font-size: 32px;
  color: #405bc9;
  border-style: solid;
  border-width: thick;
  padding-left: 250px;
  padding-right: 250px;
  padding-top: 30px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}


.involved{
  grid-area: writing;
  font-size: 32px;
  color: #405bc9;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

#petition{
  font-size: 32px;
  color: white;
  background: red;
  padding: 15px;
  width: 180px;
  height: 40px;
  margin-bottom:50px;
  margin-top:20px;
  text-decoration:none;
}

.grid2{
  display: inline-grid;
  grid-template-areas:
  "writing p1"
  "writing p2";
}

.writing{
}

.pic1{
  grid-area:p1;
  margin-top: 70px;
  margin-left:100px;

}

.pic2{
  grid-area:p2;
  margin-left: 100px;

}

.w1{
  grid-area: w1;
}
.w2{
  grid-area: w2;
}
.w3{
  grid-area: w3;
}
.pOne{
  width : 620px;
  height : 430px;
}
.pTwo{
  width : 620px;
  height : 430px;
}
.space{
  grid-area: sp;
  padding-top: 900px;
}

.grid3{
  display: inline-grid;
  grid-template-areas:
  'socialM address'
  'sm ad'
  'email phone'
  'em pn';
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  margin-top: 50px;
  margin-bottom: 40px;

}


.socialMedia{
  border: thick groove #405bc9;
  font-size: 32px;
  text-align: center;
  color: #405bc9;
  padding-left:15px;
  padding-right:15px;
  grid-area: socialM;
  width: 430px;
}

.address{
  border: thick groove #405bc9;
  font-size: 32px;
  color: #405bc9;
  text-align: center;
  padding-left:15px;
  padding-right:15px;
  grid-area:address;
  width: 430px;
}

.email{
  border: thick groove #405bc9;
  text-align: center;
  font-size: 32px;
  color: #405bc9;
  padding-left:15px;
  padding-right:15px;
  grid-area: email;
  width: 430px;
}

.phone{
  border: thick groove #405bc9;
  font-size: 32px;
  text-align: center;
  color: #405bc9;
  padding-left:15px;
  padding-right:15px;
  grid-area:phone;
  width: 430px;
}

.sm{
  background:#405bc9;
  opacity: .85;
  grid-area: sm;
  color: white;
  text-align: center;
  font-size: 25px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  height: 350px;
  margin-bottom: 40px;
  width: 450px;
}

.ad{
  background:#405bc9;
  opacity: .85;
  grid-area: ad;
  color: white;
  text-align: center;
  font-size: 25px;
  padding-top:20px;
  height: 350px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  width: 450px;
}

.em{
  background:#405bc9;
  opacity: .85;
  grid-area: em;
  color: white;
  text-align: center;
  font-size: 25px;
  padding-top: 20px;
  height: 350px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  width: 450px;
}

.pn{
  background:#405bc9;
  opacity: .85;
  grid-area: pn;
  color: white;
  text-align: center;
  font-size: 25px;
  padding-top: 20px;
  height: 350px;
  padding-left: 10px;
  padding-right: 10px;
  width: 450px;
}

.smwords{
 margin-top:120px;
}

.adwords{

}

.emwords{
  margin-top:80px;
}

.pnwords{
  margin-top:80px;
}




.content2{
  padding-top: 150px;
}

.content3{
  padding-top: 250px;
}

.content4{
  padding-top: 220px;
}


.content5{
  padding-top: 195px;
}

.content6{
  padding-top: 210px;
}


.horizontal{
  padding: 20px;

}

.vertical{
  padding: 30px;

}
@media only screen and (orientation:portrait){
  .vertical{
    margin-left: 50px;
  }
  .flexCenter2{
    display:flex;
    justify-content: normal;
    }
  }
