body{
    position: relative;
    font-family: 'Heartwrecked';
}

.link{
    color: black;
    text-decoration: underline;
}

.paragraph{
    font-size: 20px;
}

html,body,.container {
    height:100%;
}

.row {
    height: 100%;
    display: table-row;
}

.adresa-break{
    display:none;
}
 

 @media (min-width: 1200px) {
    h1{
        font-size: 2.85rem;
    }

    .paragraph{
        font-size: 1.5rem;
    }

    .slottt-machine-recipe {
    margin: 0px auto;
    width: 600px;
    margin-top: 50px;
  }
  
  .slottt-machine-recipe__mask {
      width: 100%;
      height: 150px;
      overflow: hidden; 
      position: relative;
      display: inline-block;
      margin-bottom: -40px;
  }
  
  .slottt-machine-recipe__items_container {
      position: absolute;
  }
  
  .slottt-machine-recipe__item {
      min-height: 150px;
      max-height: 150px;
      margin: 0px;
      padding: 0px;
      background-size: contain;
  }
  
  .recipe_if, .recipe_then {
      font-weight: bold;
      font-size: 60px;
  }
  
  .tagline {
    font-weight: normal;
    font-size: 24px;
  }
  
  a {
   font-weight: bold;
   text-decoration: none;
   color: #33CCFF;
  }
    
  body{
      background-image: url('Images/background-image-blured.png');
      background-size: 100%;
      background-repeat: no-repeat;
  }
  
  .foreground{
    z-index: -1;
    top:0;
    position: absolute;
    background: -moz-linear-gradient(-45deg, #6ebdff 0%, #ff0707 100%); 
    background: -webkit-linear-gradient(-45deg, #6ebdff 0%,#ff0707 100%);
    background: linear-gradient(135deg, #6ebdff 0%,#ff0707 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebdff', endColorstr='#ff0707',GradientType=1 );
    opacity: 0.4;
    min-width: 100%;
    min-height: 100%;
    }
}

@media (min-width: 992px) and (max-width:1200px) { 
    h1{
        font-size: 2.8rem;
    }
}

@media (min-width: 992px){
    
    .foreground{
        z-index: -1;
        top:0;
        position: absolute;
        background: -moz-linear-gradient(-45deg, #6ebdff 0%, #ff0707 100%); 
        background: -webkit-linear-gradient(-45deg, #6ebdff 0%,#ff0707 100%);
        background: linear-gradient(135deg, #6ebdff 0%,#ff0707 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebdff', endColorstr='#ff0707',GradientType=1 );
        min-width: 100%;
        min-height: 100%;
    }

    .row .no-float {
        display: table-cell;
        float: none;
    }

    .container {
        display: table;
        margin-top: -50px;
        padding: 0px;
        box-sizing: border-box;
        margin: auto;
    }
}

@media (max-width: 992px) {   
    body{
    background: -moz-linear-gradient(-45deg, #6ebdff 0%, #ef1818 100%); 
    background: -webkit-linear-gradient(-45deg, #6ebdff 0%,#ef1818 100%);
    background: linear-gradient(135deg, #6ebdff 0%,#ef1818 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebdff', endColorstr='#ef1818',GradientType=1 );
    min-width: 100%;
    min-height: 100%;
    }

    .left-half-content{
        margin-top: 10px;
    }

    .adresa-break{
        display:block;
    }

    h1{
        font-size: 1.7rem;
    }
    
    .col-sm-6:nth-child(1){
        max-width: 100%;
        flex: 0 0 100%;
    }

    .col-sm-6:nth-child(2){
        display:none;
    }
}

@media (min-width: 576px) and (max-width:992px) {  

    h1{
        font-size: 3.5rem;
    }
}

@media (max-width: 576px) and (min-width: 330px)  {   
    
    .adresa-break{
        display:block;
    }

    h1{
        font-size: 2.5rem;
    }

    .paragraph{
        font-size: 25px;
    }
 }    


