/*RGB value for dark blue 3,36,64 */
/*PERSON STUFF*/
/*tablet and mobile stuff*/
/*PERSON STUFF Tablet*/
/*PERSON STUFF MOBILE*/
/*Roadtrip app*/
/*HERO SECTION*/
#roadtripherocontain {
  width: 100%;
  margin: auto;
}

#roadtripheroimg {
  width: 100%;
  text-align: center;
  margin: auto;
}

/*APP NAME AND ABOUT*/
#roadtripaboutcontain {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #032440;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 90%;
}

#roadtripblurbtitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #032440;
  text-align: center;
}

/*WALKTHROUGH VIDEO*/
#roadtripwalkthroughvideo {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#roadtripwalkthroughvideo video {
  width: 80%;
  text-align: center;
  margin: auto;
}

/*PROTOTYPE LINK*/
#roadtripapplinkcontain {
  width: 20%;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 15px;
}

#roadtripsitebuttongroup {
  background-color: #22ABBB;
}

#roadtripsitebtext {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#roadtripsitebtext:hover {
  color: #5a618b;
}

/*COMPETITOR RESEARCH*/
#competitorresearchcontain {
  width: 100%;
}

#competitortitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #032440;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#compresearchtabletmobilecontain {
  display: none;
}

/*CUSTOMER JOURNEY MAP*/
#customerjmapmobilecontain {
  display: none;
}

#customerjourneymapcontain {
  display: block;
  width: 100%;
}

#customerjourneytitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #032440;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#journeymapinfocontain {
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
#journeymapinfocontain table {
  width: 100%;
  table-layout: fixed;
}
#journeymapinfocontain table th {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#journeymapinfocontain table #color1 {
  background-color: #C8102E;
  color: #F7F0E1;
}
#journeymapinfocontain table #color2 {
  background-color: #1B365D;
  color: #F7F0E1;
}
#journeymapinfocontain table #color3 {
  background-color: #ACC1E0;
}
#journeymapinfocontain table #color4 {
  background-color: #F7F0E1;
}
#journeymapinfocontain table .opcolor1 {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  padding-left: 10px;
  background-color: rgba(200, 16, 46, 0.66);
  color: #F7F0E1;
}
#journeymapinfocontain table .opcolor2 {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-color: rgba(27, 54, 93, 0.6);
  color: #F7F0E1;
}
#journeymapinfocontain table .opcolor3 {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  padding-left: 10px;
  background-color: rgba(172, 193, 224, 0.6);
}
#journeymapinfocontain table .opcolor4 {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  padding-left: 10px;
  background-color: rgba(247, 240, 225, 0.66);
}
#journeymapinfocontain table td {
  line-height: 25px;
}

/*PERSONAS AND SCENARIOS*/
#personroadgroupcontain {
  width: 100%;
}

#personroadtitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #032440;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#actualpersongroup {
  width: 100%;
}

.rtdetailstitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 25px;
}

.rttasktitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 25px;
}

/*PERSON 1*/
#rtperson1group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: auto;
  background-color: #C8102E;
}

#rtperson1nameageimgcontain {
  width: 55%;
  margin-left: 10px;
  margin-right: 10px;
  color: #F7F0E1;
}

#rtperson1name {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#rtperson1age {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#retperson1detailtaskgroup {
  width: 55%;
  padding-right: 15px;
}

#rtperson1detailcontain {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
  color: #F7F0E1;
}

#rtperson1taskscontain {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
  color: #F7F0E1;
}

/*PERSON 2*/
#rtperson2group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: auto;
  background-color: #ACC1E0;
}

#rtperson2nameageimgcontain {
  width: 55%;
  margin-left: 10px;
  margin-right: 10px;
}

#rtperson2name {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#rtperson2age {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#retperson2detailtaskgroup {
  width: 55%;
  padding-right: 15px;
}

#rtperson2detailcontain {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#rtperson2taskscontain {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

/*PERSON 3*/
#rtperson3group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: auto;
  background-color: #C8102E;
}

#rtperson3nameageimgcontain {
  width: 55%;
  margin-left: 10px;
  margin-right: 10px;
  color: #F7F0E1;
}

#rtperson3name {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#rtperson3age {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#retperson3detailtaskgroup {
  width: 55%;
  padding-right: 15px;
}

#rtperson3detailcontain {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
  color: #F7F0E1;
}

#rtperson3taskscontain {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
  color: #F7F0E1;
}

/*PERSON 4*/
#rtperson4group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: auto;
  background-color: #ACC1E0;
}

#rtperson4nameageimgcontain {
  width: 55%;
  margin-left: 10px;
  margin-right: 10px;
}

#rtperson4name {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#rtperson4age {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#retperson4detailtaskgroup {
  width: 55%;
  padding-right: 15px;
}

#rtperson4detailcontain {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#rtperson4taskscontain {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

/*PERSON 5*/
#rtperson5group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: auto;
  background-color: #C8102E;
}

#rtperson5nameageimgcontain {
  width: 55%;
  margin-left: 10px;
  margin-right: 10px;
  color: #F7F0E1;
}

#rtperson5name {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#rtperson5age {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}

#retperson5detailtaskgroup {
  width: 55%;
  padding-right: 15px;
}

#rtperson5detailcontain {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
  color: #F7F0E1;
}

#rtperson5taskscontain {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
  margin: auto;
  color: #F7F0E1;
}

/*PROCESSFLOW*/
#roadtripprocessflowcontain {
  width: 100%;
  margin: auto;
}

#roadtripprocesstitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #032440;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#roadtripprocessimg {
  margin: auto;
  text-align: center;
}

/*WIREFRAMES*/
#roadtripwireframescontain {
  width: 100%;
  margin: auto;
}

#roadtripwireframestitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #032440;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#roadtripwireimg {
  margin: auto;
}

/*USABILITY TESTING SCRIPT*/
#roadtriptestingtitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #032440;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#roundonetitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin: auto;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*ROUND 1*/
#roadtriptestingone {
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
}
#roadtriptestingone table {
  width: 100%;
  table-layout: fixed;
}
#roadtriptestingone table th {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  background-color: #C8102E;
  color: #F7F0E1;
  padding-top: 10px;
  padding-bottom: 10px;
}
#roadtriptestingone table th:first-child,
#roadtriptestingone table td:first-child {
  width: 40%;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#roadtriptestingone table th:nth-child(2),
#roadtriptestingone table td:nth-child(2),
#roadtriptestingone table th:nth-child(3),
#roadtriptestingone table td:nth-child(3) {
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
#roadtriptestingone table td .checkmarkround1 {
  width: 15%;
  height: auto;
  display: inline-block;
}
#roadtriptestingone .round1lb {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  background-color: #ACC1E0;
}
#roadtriptestingone .round1cream {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  background-color: #F7F0E1;
}

/*CHANGES MADE*/
#changesmadetitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin: auto;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#changesmadelist {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin: auto;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*ROUND 2*/
#usertestingtwocontain {
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
}
#usertestingtwocontain table {
  width: 100%;
  table-layout: fixed;
}
#usertestingtwocontain table th {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  background-color: #C8102E;
  color: #F7F0E1;
  padding-top: 10px;
  padding-bottom: 10px;
}
#usertestingtwocontain table th:first-child,
#usertestingtwocontain table td:first-child {
  width: 40%;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#usertestingtwocontain table th:nth-child(n+2):nth-child(-n+4),
#usertestingtwocontain table td:nth-child(n+2):nth-child(-n+4) {
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
#usertestingtwocontain table td .checkmarkround2 {
  width: 15%;
  height: auto;
  display: inline-block;
}
#usertestingtwocontain .round2lb {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  background-color: #ACC1E0;
}
#usertestingtwocontain .round2cream {
  font-family: "Queensides";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  background-color: #F7F0E1;
}

#roundtwotitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin: auto;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*BRANDING SHEET*/
#roadtripbrandingcontain {
  width: 100%;
}

#roadtripbrandingtitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #032440;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#roadtripbrandingimg {
  margin: auto;
  text-align: center;
}

#rtbrandingmobilecontain {
  display: none;
}

/*MOCKUP IMAGES*/
#roadtripmockcontain {
  width: 100%;
}

#roadtripmockupstitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  color: #032440;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mockuptitle {
  font-family: "Queensides";
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin: auto;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#rtmockupsonboardingcontain {
  width: 80%;
  margin: auto;
}

#rtmockupsnewtripcontain {
  width: 80%;
  margin: auto;
}

#rtmockupmuseumcontain {
  width: 80%;
  margin: auto;
}

#rtmockupbookinghotelcontain {
  width: 80%;
  margin: auto;
}

#rtmockupgameticketscontain {
  width: 80%;
  margin: auto;
}

#rtmockupprofilecontain {
  width: 80%;
  margin: auto;
}

#rtmobilemockupscontain {
  display: none;
}

/*tablet*/
@media screen and (min-width: 600px) and (max-width: 900px) {
  /*Roadtrip app*/
  /*HERO SECTION*/
  #roadtripherocitain {
    width: 100%;
    margin: auto;
  }
  #roadtripheroimg {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  /*APP NAME AND ABOUT*/
  #roadtripaboutcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #roadtripblurbtitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  /*WALKTHROUGH VIDEO*/
  #roadtripwalkthroughvideo {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #roadtripwalkthroughvideo video {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  /*PROTOTYPE LINK*/
  #roadtripapplinkcontain {
    width: 20%;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  #roadtripsitebuttongroup {
    background-color: #22ABBB;
  }
  #roadtripsitebtext {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #roadtripsitebtext:hover {
    color: #5a618b;
  }
  /*COMPETITOR RESEARCH*/
  #competitortitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  /*CUSTOMER JOURNEY MAP*/
  #customerjourneymapcontain {
    display: none;
  }
  #customerjmapmobilecontain {
    display: block;
  }
  #customerjmapmobiletitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #customerjmobileinfogroup {
    width: 100%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cjmobileallcapsitems {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .cjmobilecolorbacktitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .cjmobiletext {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    text-align: center;
  }
  #cjmobilevisitappcontain {
    background-color: rgba(200, 16, 46, 0.66);
    color: #F7F0E1;
    line-height: 29px;
    padding-bottom: 10px;
  }
  .color1 {
    background-color: #C8102E;
    color: #F7F0E1;
  }
  #cjmobileplantripcontain {
    background-color: rgba(27, 54, 93, 0.6);
    color: #F7F0E1;
    padding-bottom: 10px;
    line-height: 29px;
  }
  .color2 {
    background-color: #1B365D;
    color: #F7F0E1;
  }
  #cjmobilebookpuchaseitemscontain {
    background-color: rgba(172, 193, 224, 0.6);
    padding-bottom: 10px;
    line-height: 29px;
  }
  .color3 {
    background-color: #ACC1E0;
  }
  #cjmobilegoontripcontain {
    background-color: rgba(247, 240, 225, 0.66);
    padding-bottom: 10px;
    line-height: 29px;
  }
  .color4 {
    background-color: #F7F0E1;
  }
  /*PERSONAS AND SCENARIOS*/
  #personroadgroupcontain {
    width: 100%;
  }
  #personroadtitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #actualpersongroup {
    width: 100%;
  }
  .rtdetailstitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 20px;
  }
  .rttasktitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }
  /*PERSON 1*/
  #rtperson1group {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #rtperson1nameageimgcontain {
    width: 66%;
    margin-left: 10px;
    margin-right: 10px;
  }
  #rtperson1name {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson1age {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #retperson1detailtaskgroup {
    width: 55%;
    padding-right: 15px;
  }
  #rtperson1detailcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson1taskscontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  /*PERSON 2*/
  #rtperson2group {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #rtperson2nameageimgcontain {
    width: 66%;
    margin-left: 10px;
    margin-right: 10px;
  }
  #rtperson2name {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson2age {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #retperson2detailtaskgroup {
    width: 55%;
    padding-right: 15px;
  }
  #rtperson2detailcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson2taskscontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  /*PERSON 3*/
  #rtperson3group {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #rtperson3nameageimgcontain {
    width: 66%;
    margin-left: 10px;
    margin-right: 10px;
  }
  #rtperson3name {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson3age {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #retperson3detailtaskgroup {
    width: 55%;
    padding-right: 15px;
  }
  #rtperson3detailcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson3taskscontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  /*PERSON 4*/
  #rtperson4group {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #rtperson4nameageimgcontain {
    width: 66%;
    margin-left: 10px;
    margin-right: 10px;
  }
  #rtperson4name {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson4age {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #retperson4detailtaskgroup {
    width: 55%;
    padding-right: 15px;
  }
  #rtperson4detailcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson4taskscontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  /*PERSON 5*/
  #rtperson5group {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #rtperson5nameageimgcontain {
    width: 66%;
    margin-left: 10px;
    margin-right: 10px;
  }
  #rtperson5name {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson5age {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #retperson5detailtaskgroup {
    width: 55%;
    padding-right: 15px;
  }
  #rtperson5detailcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson5taskscontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  /*PROCESSFLOW*/
  #roadtripprocessflowcontain {
    width: 100%;
    margin: auto;
  }
  #roadtripprocesstitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #roadtripprocessimg {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  /*WIREFRAMES*/
  #roadtripwireframescontain {
    width: 100%;
    margin: auto;
  }
  #roadtripwireframestitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #roadtripwireimg {
    margin: auto;
  }
  /*USABILITY TESTING SCRIPT*/
  #roadtriptestingtitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #roundonetitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin: auto;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*ROUND 1*/
  #roadtriptestingone {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }
  #roadtriptestingone table {
    width: 100%;
    table-layout: fixed;
  }
  #roadtriptestingone table th {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    background-color: #C8102E;
    color: #F7F0E1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #roadtriptestingone table th:first-child,
  #roadtriptestingone table td:first-child {
    width: 40%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #roadtriptestingone table th:nth-child(2),
  #roadtriptestingone table td:nth-child(2),
  #roadtriptestingone table th:nth-child(3),
  #roadtriptestingone table td:nth-child(3) {
    width: 30%;
    text-align: center;
    vertical-align: middle;
  }
  #roadtriptestingone table td .checkmarkround1 {
    width: 15%;
    height: auto;
    display: inline-block;
  }
  #roadtriptestingone .round1lb {
    font-size: 17px;
  }
  #roadtriptestingone .round1cream {
    font-size: 17px;
  }
  /*CHANGES MADE*/
  #changesmadetitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin: auto;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #changesmadelist {
    font-size: 17px;
  }
  /*ROUND 2*/
  #usertestingtwocontain {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }
  #usertestingtwocontain table {
    width: 100%;
    table-layout: fixed;
  }
  #usertestingtwocontain table th {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    background-color: #C8102E;
    color: #F7F0E1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #usertestingtwocontain table th:first-child,
  #usertestingtwocontain table td:first-child {
    width: 40%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #usertestingtwocontain table th:nth-child(n+2):nth-child(-n+4),
  #usertestingtwocontain table td:nth-child(n+2):nth-child(-n+4) {
    width: 20%;
    text-align: center;
    vertical-align: middle;
  }
  #usertestingtwocontain table td .checkmarkround2 {
    width: 15%;
    height: auto;
    display: inline-block;
  }
  #usertestingtwocontain .round2lb {
    font-size: 17px;
  }
  #usertestingtwocontain .round2cream {
    font-size: 17px;
  }
  #roundtwotitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin: auto;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*BRANDING SHEET*/
  #roadtripbrandingtitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  /*MOCKUP IMAGES*/
  #roadtripmockcontain {
    width: 100%;
  }
  #roadtripmockupstitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  .mockuptitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin: auto;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #rtmockupsonboardingcontain {
    width: 100%;
  }
  #rtmockupsnewtripcontain {
    width: 100%;
  }
  #rtmockupmuseumcontain {
    width: 100%;
  }
  #rtmockupbookinghotelcontain {
    width: 100%;
  }
  #rtmockupgameticketscontain {
    width: 100%;
  }
  #rtmockupprofilecontain {
    width: 100%;
  }
}
@media screen and (max-width: 574px) {
  /*Roadtrip app*/
  /*HERO SECTION*/
  #roadtripherocitain {
    width: 100%;
    margin: auto;
  }
  #roadtripheroimg {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  /*APP NAME AND ABOUT*/
  #roadtripaboutcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #roadtripblurbtitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  /*Roadtrip app*/
  /*HERO SECTION*/
  #roadtripherocitain {
    width: 100%;
    margin: auto;
  }
  #roadtripheroimg {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  /*APP NAME AND ABOUT*/
  #roadtripaboutcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #roadtripblurbtitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  /*WALKTHROUGH VIDEO*/
  #roadtripwalkthroughvideo {
    width: 100%;
  }
  #roadtripwalkthroughvideo video {
    width: 100%;
  }
  /*PROTOTYPE LINK*/
  #roadtripapplinkcontain {
    width: 20%;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 15px;
  }
  #roadtripsitebuttongroup {
    background-color: #22ABBB;
  }
  #roadtripsitebtext {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #roadtripsitebtext:hover {
    color: #5a618b;
  }
  /*COMPETITOR RESEARCH*/
  #competitorresearchcontain {
    display: none;
  }
  #compresearchtabletmobilecontain {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  #compmobiletitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  /*CUSTOMER JOURNEY MAP*/
  #customerjourneymapcontain {
    display: none;
  }
  #customerjmapmobilecontain {
    display: block;
  }
  #customerjmapmobiletitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #customerjmobileinfogroup {
    width: 100%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cjmobileallcapsitems {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .cjmobilecolorbacktitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .cjmobiletext {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    text-align: center;
  }
  #cjmobilevisitappcontain {
    background-color: rgba(200, 16, 46, 0.66);
    color: #F7F0E1;
    line-height: 29px;
    padding-bottom: 10px;
  }
  .color1 {
    background-color: #C8102E;
    color: #F7F0E1;
  }
  #cjmobileplantripcontain {
    background-color: rgba(27, 54, 93, 0.6);
    color: #F7F0E1;
    padding-bottom: 10px;
    line-height: 29px;
  }
  .color2 {
    background-color: #1B365D;
    color: #F7F0E1;
  }
  #cjmobilebookpuchaseitemscontain {
    background-color: rgba(172, 193, 224, 0.6);
    padding-bottom: 10px;
    line-height: 29px;
  }
  .color3 {
    background-color: #ACC1E0;
  }
  #cjmobilegoontripcontain {
    background-color: rgba(247, 240, 225, 0.66);
    padding-bottom: 10px;
    line-height: 29px;
  }
  .color4 {
    background-color: #F7F0E1;
  }
  /*PERSONAS AND SCENARIOS*/
  #personroadgroupcontain {
    width: 100%;
  }
  #personroadtitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #actualpersongroup {
    width: 100%;
  }
  .rtdetailstitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 20px;
  }
  .rttasktitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }
  /*PERSON 1*/
  #rtperson1group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #rtperson1nameageimgcontain {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  #rtperson1name {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson1age {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #retperson1detailtaskgroup {
    width: 55%;
    margin: auto;
    text-align: center;
  }
  #rtperson1detailcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }
  #rtperson1taskscontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }
  /*PERSON 2*/
  #rtperson2group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #rtperson2nameageimgcontain {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  #rtperson2name {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson2age {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #retperson2detailtaskgroup {
    width: 55%;
    margin: auto;
    text-align: center;
  }
  #rtperson2detailcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }
  #rtperson2taskscontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }
  /*PERSON 3*/
  #rtperson3group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #rtperson3nameageimgcontain {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  #rtperson3name {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson3age {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #retperson3detailtaskgroup {
    width: 55%;
    margin: auto;
    text-align: center;
  }
  #rtperson3detailcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }
  #rtperson3taskscontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }
  /*PERSON 4*/
  #rtperson4group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #rtperson4nameageimgcontain {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  #rtperson4name {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson4age {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #retperson4detailtaskgroup {
    width: 55%;
    margin: auto;
    text-align: center;
  }
  #rtperson4detailcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }
  #rtperson4taskscontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }
  /*PERSON 5*/
  #rtperson5group {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
  }
  #rtperson5nameageimgcontain {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  #rtperson5name {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #rtperson5age {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
  }
  #retperson5detailtaskgroup {
    width: 55%;
    margin: auto;
    text-align: center;
  }
  #rtperson5detailcontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }
  #rtperson5taskscontain {
    font-family: "Queensides";
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }
  /*PROCESSFLOW*/
  #roadtripprocessflowcontain {
    width: 100%;
    margin: auto;
  }
  #roadtripprocesstitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #roadtripprocessimg {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  /*WIREFRAMES*/
  #roadtripwireframescontain {
    width: 100%;
    margin: auto;
  }
  #roadtripwireframestitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #roadtripwireimg {
    margin: auto;
  }
  /*USABILITY TESTING SCRIPT*/
  #roadtriptestingtitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  #roundonetitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin: auto;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*ROUND 1*/
  #roadtriptestingone {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }
  #roadtriptestingone table {
    width: 100%;
    table-layout: fixed;
  }
  #roadtriptestingone table th {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    background-color: #C8102E;
    color: #F7F0E1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #roadtriptestingone table th:first-child,
  #roadtriptestingone table td:first-child {
    width: 40%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #roadtriptestingone table th:nth-child(2),
  #roadtriptestingone table td:nth-child(2),
  #roadtriptestingone table th:nth-child(3),
  #roadtriptestingone table td:nth-child(3) {
    width: 30%;
    text-align: center;
    vertical-align: middle;
  }
  #roadtriptestingone table td .checkmarkround1 {
    width: 30%;
    height: auto;
    display: inline-block;
  }
  #roadtriptestingone .round1lb {
    font-size: 17px;
  }
  #roadtriptestingone .round1cream {
    font-size: 17px;
  }
  /*CHANGES MADE*/
  #changesmadetitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin: auto;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #changesmadelist {
    font-size: 17px;
  }
  /*ROUND 2*/
  #usertestingtwocontain {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }
  #usertestingtwocontain table {
    width: 100%;
    table-layout: fixed;
  }
  #usertestingtwocontain table th {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    background-color: #C8102E;
    color: #F7F0E1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #usertestingtwocontain table th:first-child,
  #usertestingtwocontain table td:first-child {
    width: 40%;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #usertestingtwocontain table th:nth-child(n+2):nth-child(-n+4),
  #usertestingtwocontain table td:nth-child(n+2):nth-child(-n+4) {
    width: 20%;
    text-align: center;
    vertical-align: middle;
  }
  #usertestingtwocontain table td .checkmarkround2 {
    width: 30%;
    height: auto;
    display: inline-block;
  }
  #usertestingtwocontain .round2lb {
    font-size: 17px;
  }
  #usertestingtwocontain .round2cream {
    font-size: 17px;
  }
  #roundtwotitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin: auto;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*BRANDING SHEET*/
  #roadtripbrandingcontain {
    display: none;
  }
  #rtbrandingmobilecontain {
    display: block;
  }
  #rtbrandingmobiletitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    color: #032440;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #rtbrandingmobileimage {
    margin: auto;
    text-align: center;
  }
  /*MOCKUP IMAGES*/
  #roadtripmockcontain {
    display: none;
  }
  #rtmobilemockupscontain {
    display: block;
  }
  #rtmobilemockupstitle {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #032440;
    text-align: center;
    margin: auto;
  }
  .rtmobiletitlemockups {
    font-family: "Queensides";
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin: auto;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #rtmobileonboarding {
    width: 100%;
  }
  #rtmobilenewtrip {
    width: 100%;
  }
  #rtmobilemuseumtickets {
    width: 100%;
  }
  #rtmobilehotelandaddingitem {
    width: 100%;
  }
  #rtmobilegametickets {
    width: 100%;
  }
  #rtmobileprofile {
    width: 100%;
  }
}/*# sourceMappingURL=baseballtest.css.map */