/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #3d3536;
  background-color: white;
}

main {
    overflow:hidden;
}

@font-face {
  font-family: ITVreemBold;
  src: url(font/ITVReem-Bold.otf);
}

@font-face {
  font-family: ITVreemReg;
  src: url(font/reem-regular.otf);
}

@font-face {
  font-family: ITVreemItalic;
  src: url(font/ITVReem-Italic.otf);
}

p,
.row p {
  margin: 20px 0;    
  font-size: 16px;
  line-height:24px;    
  font-family: "ITVreemReg", sans-serif;
}

.psmall,
.row .psmall {
  margin: 20px 0;    
  font-size: 12px;
  line-height:24px;    
  font-family: "ITVreemReg", sans-serif;
}

.italic,
.row .italic {
  margin: 20px 0;    
  font-size: 16px;
  line-height:24px;    
  font-family: "ITVreemItalic", sans-serif;
}

.bold {
  margin: 10px 0;     
  font-weight:bold;
}

li {
  margin: 20px;    
  font-size: 16px;
  line-height:24px;    
  font-family: "ITVreemReg", sans-serif;
  list-style: disc;
}

.row h1 {   
  font-size: 60px;
  line-height:60px;    
  font-family: 'ITVreemBold', sans-serif;  
  font-weight: ;  
  text-transform: ;
}

.row h2 {  
  font-size: 40px;
  line-height:40px;    
  font-family: 'ITVreemBold', sans-serif;   
}

.row h3 {
  margin: 0;    
  font-size: 30px;
  line-height:30px;    
  font-family: 'ITVreemBold', sans-serif;  
}

.row h4 {
  margin-bottom: 10px;    
  font-size: 20px;
  line-height:20px;    
  font-family: "ITVreemReg", sans-serif;
}

.row h5 {
  margin: 0;    
  font-size: 26px;
  line-height:26px;    
  font-family: "ITVreemReg", sans-serif;    
}

a
.row a {
  color: #19BEC8;
  text-decoration: none;
}

.row .small {
  margin: 20px 0;    
  font-size: 14px;
  line-height:24px;    
  font-family: "ITVreemReg", sans-serif;
}

.row .name {
  margin: 16px 0;    
  font-size: 16px;
  line-height:16px;    
  font-family: 'ITVreemReg', sans-serif; 
}

.row .title {
  margin: 10px 0;    
  font-size: 12px;
  line-height:14px;  
  color: #1B3F15;  
  font-family: "ITVreemBold", sans-serif;
}

@media only screen and (max-width: 567px) {
.row h1 {   
  font-size: 34px;
  line-height:34px;    
  font-family: 'ITVreemBold', sans-serif;  
  font-weight: 800;  
  text-transform: ;
}
.row h2 {  
  font-size: 26px;
  line-height:26px;    
  font-family: 'ITVreemBold', sans-serif;   
}
.row h3 {
  margin: 0;    
  font-size: 20px;
  line-height:20px;    
  font-family: 'ITVreemBold', sans-serif;  
}
}

/* -------------------------------- 

Main

-------------------------------- */

.front {
  position: relative;
  z-index:999;
}

.back {
  position: absolute;
  z-index:0;
  opacity:1;
}

.space {
  padding: 80px 0;
}

.spacetop {
  padding: 80px 0 0 0;
}

.spacebottom {
  padding: 0 0 100px 0;
}

@media only screen and (max-width: 567px) {
.spacetop {
  padding: 20px 0 0 0;
}
.space {
  padding: 20px 0;
}
.spacebottom {
  padding: 0 0 20px 0;
}
}

.rh-main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0);
  z-index: 3;
}

.rh-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.rh-main-header__logo {
  float: left;
  margin: 20px 0 0 5%;
  width: 50px;
}

.rh-main-header__logo img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .rh-main-header {
    height: 50px;
  }
  .rh-main-header__logo {
    margin: 20px 0 0 5%;
    width: 50px;
  }
}

.rh-fixed-bg {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 1;
}

.rh-fixed-bg__content {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
}

.rh-fixed-bg h1, .rh-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.rh-fixed-bg.rh-fixed-bg--1 {
  background-image: url("../img/Logo w text.png");
  color: #fff;
}


@media only screen and (min-width: 768px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1170px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-size: 4.8rem;
    font-weight: 300;
  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .rh-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.rh-fixed-bg.rh-fixed-bg--1:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height:100%;
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 1;
}

.rh-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  /*-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);*/
  z-index: 2;
}

.rh-scrolling-bg.rh-scrolling-bg--color-1 {
  background-color: #A90061;
  color: #FFFFFF;
}

.rh-scrolling-bg.rh-scrolling-bg--color-2 {
  background-color: #FFFFFF;
  color: #000000;
}

.rh-scrolling-bg.rh-scrolling-bg--color-3 {
  background-color: #FDAA02;
  color: #000000;
}

.rh-scrolling-bg.rh-scrolling-bg--color-4 {
  background-color: #000000;
  color: #FFFFFF;
}

.rh-scrolling-bg__content {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}

.rh-scrolling-bg__content a {
  font-family: ITVreemBold;
  color: #000000;
  text-decoration: underline;
}

.rh-scrolling-bg__content a:hover {
  color: #A90061;
  text-decoration: underline;
}

.footer a {
  font-family: ITVreemReg;
  color: #19BEC8;
  text-decoration: none;
}

.footer a:hover {
  color: #A90061;
  text-decoration: none;
}


@media only screen and (min-width: 768px) {
  .rh-scrolling-bg {
    padding: 4em 0;
    font-size: 1rem;
    line-height: 2;
    font-weight: 300;
  }
}

.row.pink-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.pink-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.pink {
  background-color: #FD94ED;
  height:100%;
  padding:20px;
}

.light-pink {
  background-color: #FDABF2;
  height:100%;
  padding:20px;
}

.black {
  background-color: #000000;
  color: #ffffff;
  padding:20px;
}

.button {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    padding: 10px 20px;    
    font-size: 18px;
    line-height:18px;    
    font-family: "ITVreemReg", sans-serif;
    border-radius: 20px;
    background-color: #A90261!important;
    border: 2px solid #A90261;
    color: #FFFFFF!important;
    white-space: nowrap;
    -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    position: relative;
    text-align: center;
    opacity: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    text-transform: none;
    text-decoration: none!important;
    z-index: 99999;
}

.button:hover{
background-color: #ffffff!important;
text-decoration: none;
border: 2px solid #A90261;
color: #A90261!important;
opacity:1;    
}

.card {
  background-color: rgba(255, 255, 255, .2)!important;
}

.rounds {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10px!important;
  width: 100%;
  height: 100%;
}

.blur {
  backdrop-filter: blur(10px) brightness(1);  
}

.card-img, .card-img-top {
  border-top-left-radius: 10px!important;
  border-top-right-radius: 10px!important;
}

.card-header .btn:hover {
  text-decoration:none;
}

.card-body {
  background-color:#EDEDED;
}

/* MODAL THEME */

.modal-backdrop {
    background-color:#000000!important;
    opacity:.8!important;
}

.modal-content {
    background-color: rgba(255, 255, 255, .0)!important;
    border:0!important;
    padding:10px;
    border-radius: 10px!important;
}

.modal-header {
    border-bottom: 0!important;
    font-size:16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    color: #1B3F15;
    text-transform: uppercase;
}

.modal-footer {
    border-top: 0!important;
    justify-content:flex-start;
}

.close {
    color:#FFFFFF!important;
    background-color:#A90061!important;
    text-shadow: 0!important;
    margin-bottom:10px;
    opacity:1!important;
    font-size:30px;
    line-height: 30px;
    border-radius: 40px;
    padding:4px 7px!important;
}

.diamond {
    position: absolute;
    width:90%;
    max-width:90%;
    height:40px;
    margin-top:-4px;
    z-index: 3;
}

.diamond img {
  width:80px;
  margin-left:100%;
}

@media only screen and (max-width: 568px) {
.diamond img {
  width:60px;
  margin-left:90%;
}
}