* {
  margin: 0;
  padding-left: 0;
}

body {
  font-family: 'Roboto', sans-serif;
}

h1.yellow {
  color: #FEB600;
  margin-bottom: 10px;
}

h1.blue {
  color: #151937;
  margin-bottom: 10px;
}

h2.blue{                  
  color: #151937;
  margin-bottom: 10px;
}

h4.blue{
  color: #151937;
  margin-bottom: 10px;
}

.page p {
  text-align: justify;
  font-size: 1.25em;
}

.page h1 {
  font-size: 2.5em;

}

p.blue {
  color: #151937;
}

p.niceblue{
  color:#103250;
  text-align: justify;
}

p.black{
  color:black;
  text-align:center;
}

p.gray {
  color: #E6EBEF;
}

.tablecolor{
  color:#103250;
}

.motivation {
  background-color: #E6EBEF;
  padding-left: 250px;
  padding-right: 170px;
  padding-top: 40px;
  padding-bottom: 50px;
  font-family: 'Roboto', sans-serif;

  display: flex
}

.left-column1 {
  background-color: #E6EBEF;
  /* Set background color as desired */
  font-size: 3em;
  padding-right: 20px;
  color: #FEB600;
}

.right-column1 {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  flex: 70%;
}

.top-right-column1 {
  background-color: #E6EBEF;
  font-weight: bold;
  /* Set background color as desired */
  text-align: left;
  flex: 1;
}

.bottom-right-column1 {
  background-color: #E6EBEF;
  /* Set background color as desired */
  text-align: left;
  flex: 1;
}

.background {
  background-color: #FFD02B;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 40px;
  padding-bottom: 50px;
  font-family: 'Roboto', sans-serif;


  display: flex
}

.left-column2 {
  padding-top: 20px;
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
}

.top-left-column2 {
  background-color: #FFD02B;
  /* Set background color as desired */
  text-align: right;
}

.bottom-left-column2 {
  background-color: #FFD02B;
  /* Set background color as desired */
  text-align: left;
}

.right-column2 {
  flex: 1;
  background-color: #FFD02B;
  /* Set background color as desired */
  font-size: 3em;
  padding-left: 20px;
  color: #151937;
}

.current {
  background-color: #151937;
  padding-left: 250px;
  padding-right: 170px;
  padding-top: 40px;
  padding-bottom: 50px;
  font-family: 'Roboto', sans-serif;

  display: flex
}

.left-column3 {
  background-color: #151937;
  /* Set background color as desired */
  font-size: 3em;
  padding-right: 20px;
  color: #FEB600;
  flex: 0 70% 0;
}

.right-column3 {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  flex: 30%;
}

.top-right-column3 {
  background-color: #151937;
  /* Set background color as desired */
  text-align: left;
  flex: 1;
}

.bottom-right-column3 {
  background-color: #151937;
  /* Set background color as desired */
  text-align: left;
  flex: 1;
}

.solution {
  background-color: #E6EBEF;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Roboto', sans-serif;

  display: flex
}

.left-column4 {
  padding-top: 20px;
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
}

.top-left-column4 {
  background-color: #E6EBEF;
  /* Set background color as desired */
  text-align: right;
}

.bottom-left-column4 {
  background-color: #E6EBEF;
  /* Set background color as desired */
  text-align: left;
}

.right-column4 {
  flex: 1;
  background-color: #E6EBEF;
  /* Set background color as desired */
  font-size: 3em;
  padding-left: 20px;
  color: #FEB600;
}

.vision {
  background-color: #FFD02B;
  padding-left: 250px;
  padding-right: 170px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Roboto', sans-serif;

  display: flex
}

.left-column5 {
  background-color: #FFD02B;
  /* Set background color as desired */
  font-size: 3em;
  padding-right: 20px;
  color: #151937;
  flex: 0 70% 0;
}

.right-column5 {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  flex: 30%;
}

.top-right-column5 {
  background-color: #FFD02B;
  /* Set background color as desired */
  text-align: left;
  flex: 1;
}

.bottom-right-column5 {
  background-color: #FFD02B;
  /* Set background color as desired */
  text-align: left;
  flex: 1;
}


.references {
  background-color: #151937;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  display: flex;
  word-break: break-all;
}

.left-column6 {
  padding-top: 20px;
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
}

.top-left-column6 {
  background-color: #151937;
  /* Set background color as desired */
  text-align: right;
}

.bottom-left-column6 {
  background-color: #151937;
  /* Set background color as desired */
  text-align: left;
}

.right-column6 {
  flex: 1;
  background-color: #151937;
  /* Set background color as desired */
  font-size: 3em;
  padding-left: 20px;
  color: #FEB600;
}


.highlight-yellow {
  color: #FEB600;
  font-weight: bold;
}

.highlight-blue {
  color: #151937;
  font-weight: bold;
}

.highlight-white {
  color: white;
  font-weight: bold;
}

.italics {
  color: white;
  font-style: italic;
}

.italicsblack{
  color:black;
  font-style:italic;
  font-size:small;
}

/* footer */
footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

.font-orange {
  color: #FEBE00;
  font-weight: bold;
}

.f-num {
  font-family: 'Tourney', cursive;
  font-size: 75px;
}

.black {
  color: black;
}

.curved .graybg {
  background-color: #E6EBEF;
}

.curved .orangebg {
  background-color: #FFD02B;
}

.curved .bluebg {
  background-color: #151937;
}

.destable table {
  border: 2px solid;
  width: 100%;
  border-spacing: 2px;
}


.destable th,
.destable td {
  border: 2px solid;
  padding-left: 5px;
  padding-bottom: 5px;
  height: 50px;
  vertical-align: bottom;
}
