

@font-face {
    font-family: 'fonttitle';
    src: url('./assets/fonts/soria.soria-webfont.woff2') format('woff2'),
         url('./assets/fonts/soria.soria-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontsecondary';
    src: url('./assets/fonts/notosans-light-webfont.woff2') format('woff2'),
         url('./assets/fonts/notosans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fontprimary';
    src: url('./assets/fonts/notoserif-medium-webfont.woff2') format('woff2'),
         url('./assets/fonts/notoserif-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: 'fontsecondary', sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #39393A;
  background-color: #F5F5F5;
  text-align:justify;
}

h1 {
  font-family: fontprimary;
  font-size: 56px;
  line-height: 112px;
  font-weight: 200;
}

h2 {
  font-family: fontprimary;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
}

h3 {
  font-family: fontprimary;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  font-family: fontprimary;
  font-size: 24px;
  line-height: 72px;
  font-weight: 200;
}

h5 {
  font-family: 'fontsecondary', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

footer {

  color: #F5F5F5;
  background-color: #F25B5B;
}
footer a {
  color: #F5F5F5;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #E0E0E0;
}

a {
  text-decoration: none;
}

#lets {
  font-family: fontprimary;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.black {
  color: #39393A;
}

.blackbg {
  background-color: #39393A;
}

.white {
  color: #F5F5F5;
}

.whitebg {
  background-color: #F5F5F5;
}

.pinky {
  color:#D24A4A;
}

.grey {
  color:#A39594;
}

.cardshadow {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.cardshadow:hover{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#logofull #name {
  color:#F25B5B;
  font-family: 'fontprimary';
  font-size: 12px;
}

#logofull:hover #name {
  color:#D24A4A;
}



#logofull #logo img{
  filter: invert(68%) sepia(54%) saturate(4640%) hue-rotate(320deg) brightness(92%) contrast(108%);
}

#logofull:hover #logo img{
  filter: invert(41%) sepia(31%) saturate(1200%) hue-rotate(314deg) brightness(94%) contrast(94%);
}

.icons{
  filter: invert(100%) sepia(38%) saturate(0%) hue-rotate(287deg) brightness(109%) contrast(92%);
  transition: filter 0.3s ease;
}

.icons:hover {
  filter: invert(90%) sepia(7%) saturate(25%) hue-rotate(289deg) brightness(123%) contrast(76%);
}


#dani {
  color: #F25B5B;

}

#scrolling {
  font-family: 'fontsecondary';
  color:#F25B5B;
  line-height: 28px;
}


.superbar {
  height: 2px;
  background: #D24A4A;
  width: 0%;
  border-radius: 4px;
}


.linegeneral {
  border-left: 2px solid #F25B5B;
}

.linecasedetails {
  border-left: 2px solid #F25B5B;
}

@media screen and (max-width: 1024px) {

body {
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

  h1 {
    font-size: 40px;
    line-height: 80px;
  }

  .linecasedetails {
      border-left: 0px;
  }
