html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Josefin Sans', sans-serif;  
  background: rgb(235, 230, 215) !important; 
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow-x: hidden;
}

/* mobile first approach - Galaxy S20 (360x699px) as referance for both 
   portrait and landscape
*/

.container {
  text-align: center;
  margin: 0;
  padding: 32px 0 0 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.logo-container img.logo {
  margin-bottom: 4px;
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 900px) {
  .logo-container img.logo {
    max-width: 90vw;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (min-width: 1024px) {
  .logo-container img.logo {
    max-width: 350px;
    height: auto;
    object-fit: contain;
  }
}

.strapline {
  margin-top: 0 !important;
}

.table-container {
  margin: 5px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  clear: both;
}

.table-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0 !important;
  text-align: center;
  letter-spacing: 1px;
}

.info-table {
  border-collapse: collapse;
  width: 75vw;
  max-width: 75vw;
  background: rgb(240, 235, 220);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.info-table th {
  background: rgb(179, 182, 125);
  color: rgb(255, 255, 255);
  padding: 8px 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.info-table td {
  padding: 15px 10px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  color: rgb(78, 28, 62);
  border-bottom: 1px solid rgba(179, 182, 125, 0.2);
  min-height: 50px;
}

.info-table tbody tr:last-child td {
  border-bottom: none;
}

.info-table tbody tr:hover {
  background: rgba(179, 182, 125, 0.1);
}

.bottom-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
}

.table-container .contacts,
.table-container .socials {
  align-items: flex-start;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.table-container .contacts > *,
.table-container .socials > * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.table-container .social-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.table-container .social-links a {
  font-size: 1.2rem;
  color: rgba(179, 182, 125, 1);
}

.table-container .socialname p {
  color: rgb(179, 182, 125);
  font-weight: bolder;
  font-size: 1.1rem;
  margin: 0;
}

.comingsoon {
  background: rgb(179, 182, 125);
  border-radius: 3px;
  color: rgb(255,255,255);
}

.comingsoon p {
  padding-top: 8px;
  padding-bottom: 5px;
  margin-top: 2%;
  font-size: 1.5rem;
}

.title {
  margin-block-end: 0;
  margin-block-start: 0;
  font-size: 1.75rem;
  margin-top: 10%;
}

.subtitle {
  margin-block-start: 0rem;
  margin-block-end: 0rem;
}

.partnership-text {
  font-size: 1.4rem;
  margin-top: 8px;
  margin-bottom: 24px;
}

.cic-logo {
  width: 260px;
  height: auto;
  margin-top: 0;
  margin-bottom: 32px;
}

.socialname {
  color: rgb(179, 182, 125);
  font-weight: bolder;
  font-size: 1.5rem;
  margin-top: 10%;
}

.socials {
  margin-top: 3%;
}

.socials a {
  font-size:1.5rem;
  display: inline-block;
  margin: 0px 6px 0px 6px;
}

.contacts {
  margin-top: 10%;
}

.contacts a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 3%;
}

.claret {
  color: rgb(78,28, 62);
}

a:link { text-decoration : none; }
a {
  color: rgba(179, 182, 125, 1);
  
}

p {
  margin-block-start: 0rem;
  margin-block-end: 0rem;
}

.custom-hr {
  border: none;
  border-top: 2px solid rgba(179, 182, 125, 0.35); /* soft accent color */
  width: 150%;
  max-width: 100vw;
  margin: 24px auto 12px auto;
  opacity: 0.8;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.gp-info {
  width: 40vw;
  max-width: 40vw;
  margin: 0 auto 18px auto;
  text-align: center;
  font-size: 1.1rem;
}

@media screen and (orientation:landscape) and (min-width: 1024px)  {
  
  .content-wrapper {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 20px 0;
  }
  
  .logo-container {
    text-align: center;
  }
  
  .logo {
    content:url("./rissalove_circular_logo_desktop.png"); 
  }
    
  .strapline {
    margin-top: 2px !important;
  }

  .container {
    margin-top: 0%;
  }

  .table-container {
    margin-top: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .table-title {
    margin-bottom: 20px !important;
    font-size: 2rem;
  }

  .info-table {
    width: 50vw;
    max-width: 50vw;
  }

  a.disabled {
    pointer-events: none;
  }

}

@media screen and (orientation:landscape) and ((max-width: 768px) or (max-width: 896px) or (max-width: 915px
))  {

  .content-wrapper {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 20px 0;
  }
  
  .logo-container {
    text-align: center;
  }

  .logo {
    content:url("./rissalove_circular_logo_small.png"); 
  }

  .container {
    margin-top: 1%;
  }

  .strapline {
    margin-top: 2px !important;
  }

  .table-container {
    margin-top: 6px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .table-title {
    font-size: 1.6rem;
  }

  .title {
    font-size: 1.75rem;
    margin-top: 5%;
  }

  .socialname {
    margin-top: 5%;
  }
  
  .contacts {
    margin-top: 5%;
  }
}

@media screen and (orientation:portrait) and (min-width: 712px)  {
    
  .logo {
    content:url("./rissalove_circular_logo_desktop.png"); 
  }
  
}

@media screen and (orientation:portrait) and (max-width: 320px) {

  .logo {
    content:url("./rissalove_circular_logo_small.png"); 
  }

  .container {
    margin-top: 0%;
  }

  .info-table {
    width: 95%;
    font-size: 0.9rem;
  }

  .info-table th {
    padding: 10px 5px;
    font-size: 1rem;
  }

  .info-table td {
    padding: 10px 5px;
    font-size: 0.9rem;
  }

  .bottom-info {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .table-container .contacts {
    align-items: center;
  }

  .table-container .socials {
    align-items: center;
  }

  .comingsoon p {
    padding-top: 8px;
    padding-bottom: 5px;
    margin-top: 5%;
    font-size: 1rem;
  }

  .title {
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 1.5rem;
    margin-top: 8%;
  }
  
  .subtitle {
    font-size: 1rem;
  }

  .socialname {
    color: rgb(179, 182, 125);
    font-weight: bolder;
    font-size: 1.25rem;
    margin-top: 8%;
  }
  
  .socials a {
    font-size:1.0rem;
    display: inline-block;
    margin: 0px 6px 0px 6px;
  }

  .contacts {
    margin-top: 8%;
  }

  .contacts a {
    display: block;
    font-size:1rem;
    font-weight: bold;
    margin-bottom: 3%;
  }

}

@media screen and (orientation:portrait) and (min-width: 712px)  {
    
  .logo {
    content:url("./rissalove_circular_logo_desktop.png"); 
  }
  
}

/* iphone se 2020 */
@media screen and (orientation:portrait) and (max-width: 375px) {

  .logo {
    content:url("./rissalove_circular_logo_small.png"); 
  }

  .container {
    margin-top: 0%;
  }

  .comingsoon p {
    padding-top: 8px;
    padding-bottom: 5px;
    margin-top: 5%;
    font-size: 1rem;
  }

  .title {
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 1.5rem;
    margin-top: 8%;
  }
  
  .subtitle {
    font-size: 1rem;
  }

  .socialname {
    color: rgb(179, 182, 125);
    font-weight: bolder;
    font-size: 1.25rem;
    margin-top: 8%;
  }
  
  .socials a {
    font-size:1.0rem;
    display: inline-block;
    margin: 0px 6px 0px 6px;
  }

  .contacts {
    margin-top: 8%;
  }

  .contacts a {
    display: block;
    font-size:1rem;
    font-weight: bold;
    margin-bottom: 3%;
  }

}

/* iphone 4 */
@media screen and (orientation:landscape) and ((max-width: 480px) or (max-width: 568px)) {

  .container {
    margin-top: 5%;
  }

  .content-wrapper {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 10px 0;
  }

  .logo-container {
    text-align: center;
  }
  
  .logo {
    content:url("./rissalove_circular_logo_small.png"); 
  }
    
  .strapline {
    margin-top: 2px !important;
  }

  .table-container {
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .table-title {
    font-size: 1.4rem;
  }

  .comingsoon p {
    padding-top: 8px;
    padding-bottom: 5px;
    margin-top: 2%;
    font-size: 1rem;
  }

  .title {
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 1.25rem;
    margin-top: 5%;
  }
  
  .subtitle {
    font-size: 1rem;
  }

  .socialname {
    color: rgb(179, 182, 125);
    font-weight: bolder;
    font-size: 1.0rem;
    margin-top: 5%;
  }
  
  .socials a {
    font-size:1.0rem;
    display: inline-block;
    margin: 0px 6px 0px 6px;
  }

  .contacts {
    margin-top: 5%;
  }

  .contacts a {
    display: block;
    font-size:1rem;
    font-weight: bold;
    margin-bottom: 3%;
  }

}

@media screen and (max-width: 600px) {
  html, body {
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  .container {
    padding-top: 16px;
  }
  .logo-container {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }
  .logo-container img.logo {
    width: 80%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .table-title {
    margin-bottom: 0 !important;
  }

  .content-wrapper {
    min-height: 0;
    padding: 0;
  }

  .strapline {
    text-align: center;
    width: 100vw;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .gp-info {
    width: 80vw;
    max-width: 80vw;
  }

  .table-title {
    margin-bottom: 10px !important;
  }
}