@font-face {
  font-family: 'Roboto Slab';
  src: url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap);
}

body{
  background-color: black;
  margin: 0px;
}

table{
  border: none;
}

.con{
  margin: auto;
}

.h4{
  font-size: 16px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.h3{
  font-size: 22px;
  color: #ffffff;
  font-family: 'Roboto Slab';
  font-weight: 900;
}

.h1{
  font-size: 25px;
  color:#fcd116;
  font-family: 'Roboto Slab';
  font-weight: 900;
}

.vid{
  width: 100%;
  height: 100%;
}

.quote{
  font-size: 19px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #0C1C8D;
  padding: 9%;
}

.visionGrid{
  display: grid;
  grid-template-columns: 28% 28% 28%;
  row-gap: 10px;
  border-top: #fcd116;
  border-bottom: #fcd116;
  border-style: solid;
  border-left: none;
  border-right: none;
  margin: auto;
  column-gap: 8%;
  justify-content: center;
}

.visImg{
  width: 25%;
}

.visDiv1, .visDiv2, .visDiv3{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
}

.visDivT1, .visDivT2, .visDivT3{
  width: 90%;
  margin-left: 5%;
}

.visText{
  font-size: 19px;
  text-align: center;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.sofGrid{
  display: grid;
  grid-template-columns: 19.5% 19.5% 19.5%;
  row-gap: 30px;
  margin: auto;
  text-align: left;
  column-gap: 6%;
  justify-content: center;
}

.sofImg{
  width: 100%;
  margin-bottom: -5%;
}

.sofTitle{
  color: #C42033;
  font-family: 'Roboto Slab';
  font-weight: 900;
  text-align: center;
  text-align: left;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: -5%;
}

.sofText{
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 19px;
}

/*.coreCon{
  flex-wrap: wrap-reverse;
}*/

.coreGrid{
  display: grid;
  row-gap: 20px;
  grid-template-columns: 25% 30% 15%;
  margin: auto;
  justify-content: center;
}

.buttonCon{
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
}

.prioritiesStart{
  font-size: 25px;
  text-align: center;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  border-top: #C42033;
  border-bottom: #C42033;
  border-style: solid;
  border-left: none;
  border-right: none;
  padding: 2%;
}

.prioritiesWhite{
  font-size: 25px;
  text-align: center;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.prioritiesRed{
  font-size: 25px;
  color: #C42033;
  font-family: 'Roboto Slab';
  font-weight: 900;
  text-align: center;
}

/*Button Classes*/    
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #0c1c8d;
  float: none;
  clear: both;
  border: #ffffff;
  border-style: solid;
  color: #0c1c8d;
  text-align: center;
  font-size: 35px;
  padding: 14px 40px;
  width: 30%;
  height: 6%;
  transition: all 0.3s;
  cursor: pointer;
}

/*Changes link design*/
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  border: #ffffff;
}

/*Adds pointer arrows to button*/
.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  right: -10%;
  transition: 0.3s;
  font-weight: bold;
  border: #ffffff;
}

/*Shifts text on hover*/
.button:hover span {
  padding-right: 20px;
}

/*Displays pointer arrows*/
.button:hover span:after {
  opacity: 1;
  right: 0;
}

/*Changes color of button*/
.button:hover {
  background-color: white;
  border-color: #0C1C8D;
}

/*This + next Unifies hyperlink colors*/
.linkcolor a{
  color: white;
}

.linkcolor a:visited{
  color:white;
}

.linkcolor a:hover{
  color: #0C1C8D;
}

/*SOF links*/
.soflink a{
  color: #fcd116;
  font-size: calc(12px + 0.5vw);
  grid-column: 1/1;
}

.soflink a:visited{
  color: #caa82d;
  font-size:calc(12px + 0.5vw);
}

/*Chart Container*/
.pieDiv{
  height: 70%;
  grid-area: 2/2/ span 7/ span 2;
}

.whoDiv{
  grid-area: 1/2/1/span 2;
}

@media only screen and (max-width: 768px) {
  .con {width: 100%;padding: 2%;}
  .quoDiv {padding: 2%;}
  .emblem {width: 100%;margin-left: 30%;margin-right: 0%;}

  .visionGrid {width: 95%;margin: auto auto;grid-template-columns: 90%;}
  .visDiv1 {grid-area: 1/1/1/1;}
  .visDivT1 {grid-area: 2/1/2/1;}
  .visDiv2 {grid-area: 3/1/3/1;}
  .visDivT2 {grid-area: 4/1/4/1;}
  .visDiv3 {grid-area: 5/1/5/1;}
  .visDivT3 {grid-area: 6/1/6/1;}
  .visText {font-size: 16px;}

  .coreGrid {grid-template-columns: 38% 38%;grid-template-rows: 10% 10% 10% 10% 10% 10% 10% 10%;column-gap: 20%;align-items: center;row-gap: 5px;}
  .coreCon {grid-area: 1/1/1/span 2;}
  .pieDiv {grid-area: 7/1/span 2/span 2;padding-top: 5%;}
  .whoDiv {grid-area: 6/1/span 2/span 2;}
  /*.soflink {border: 1px solid #C42033;text-justify: center;}*/

  .sofGrid {grid-template-columns: 96%;row-gap: 10px;}
  .sofTitle {font-size: 19px;margin-bottom: 0%;}
  .sofText {font-size: 16px;}
  .sofImg {margin-bottom: 0%;}

  .bumper {display: none;}
  .bottomButton{width: 100%;font-size: 14px;}
  .buttonCon {margin-top: 30%;height: 5%;}
}
 
@media only screen and (min-width: 769px){
  .visionGrid {width: 70%;}
  .con {width: 70%;}
  .pieDiv {width: 60%;}
  .quoDiv {margin-left: 15%;margin-right: 0%;}
  .emblem {flex: 1;margin-left: 10%; margin-right: 0%;width: 60%;}
  .pieImg {width: 100%;height: 100%;flex: 2;}
  .pieDiv {width: 50%;}
  .bumper {width: 100%;height: 100px;background-color: #1F2448;}
  .bottomButton {margin-left: 34%;min-width: 300px;font-size: calc(14px + 1vw);}
}