/*--------------------------------- Text Styles ---------------------------------*/

p1 {     /* -----List----- */
  
  color: #2835FF;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: normal;}

p2 {     /* -----Header----- */
  font-family: 'Inria Serif', serif;
  color: #2835FF;
  letter-spacing: -0.175rem;
    width: 100%;
    font-size: 3.5em;
    line-height: 0.75;
    font-weight: 700;
}

p3 {     /* -----Paragraph Header----- */
  font-family: 'Inria Serif', serif;
  color: #2835FF;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: bold;}


  
p4 {     /* -----General----- */
  color: #2835FF;
  font-size: 13px;
  line-height: 2.5;
  letter-spacing: 1px;
  font-weight: normal;transition: 0.3s ease-in-out;border-bottom: solid 2px #ffffff;}

p4:hover{color: #FFB6D3; border-bottom: dashed 2px ; transition: 0.3s ease-in-out;}


/*--------------------------------- Link Styles ---------------------------------*/


.linky {color: #ffffff;font-size: 15px;  line-height: 2.5;  letter-spacing: 1px;
  font-weight: 600;
  text-shadow: -1px -1px 0 #2835FF, 1px -1px 0 #2835FF, -1px 1px 0 #FFB6D3, 1px 1px 0 #2835FF;
}

.linky:hover{text-shadow: -1px -1px 0 #b3b8ff, 1px -1px 0 #b3b8ff, -1px 1px 0 #FFB6D3, 1px 1px 0 #b3b8ff;
transition: 0.3s ease-in-out;}


/*--------------------------------- List Styles ---------------------------------*/




ul {list-style-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpolygon%20points%3D%2220%2C1%2027%2C12.3%2040%2C15.5%2031.4%2C25.7%2032.4%2C39%2020%2C34%207.6%2C39%208.6%2C25.7%200%2C15.5%2013%2C12.3%22%20fill%3D%22%23FF006B%22%20%2F%3E%3C%2Fsvg%3E');
padding: 0px 20px 0px 20px;}

ul a{color: #FFB6D3;text-decoration: none;}
ul a:hover{color: #2835FF;text-decoration: none; transition: 0.3s ease-in-out;}

ol {list-style-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M34%2C23.5H23.5V34c0%2C0.8-0.7%2C1.5-1.5%2C1.5H18c-0.8%2C0-1.5-0.7-1.5-1.5V23.5H6c-0.8%2C0-1.5-0.7-1.5-1.5V18%20c0-0.8%2C0.7-1.5%2C1.5-1.5h10.5V6c0-0.8%2C0.7-1.5%2C1.5-1.5H22c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5v10.5H34c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5V22%20C35.5%2C22.8%2C34.8%2C23.5%2C34%2C23.5z%22%20fill%3D%22%232933FE%22%20%2F%3E%3C%2Fsvg%3E');





/*--------------------------------- Horizontal Line Styles ---------------------------------*/

padding: 0px 20px 0px 50px;}

hr.new1 {
  border: 1px dotted #2835FF;
}

hr.break {
  border: 10px #ffffff;
}

