/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 20, 2017, 12:39:33 PM
    Author     : Lamyarahman
*/

.frost-parent {
  position: relative;
  width: 100%;
  margin: 1em auto;
}

.frost,
.frost-parent {
  background-position: center center;
  background-size: cover;
}

.frost-image {
  opacity: 0;
}

.frost-container {
  top: 25%;
  border-radius: 3px;
  box-sizing: border-box;
  right: 10%;
  overflow: hidden;
  padding: 1.618em;
  position: absolute;
  text-shadow: rgba(51, 51, 51, 0.25) 1px 1px 0;
  z-index: 100;
}

.frost {
  background-size: cover;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  position: absolute;
  z-index: -1;
}



.frost-container h3{
  background:  none !important;
  color: #ffffff !important;
    font-family: 'Raleway', Arial, sans-serif;
  font-size: 2.618em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-shadow: rgba(51, 51, 51, 0.25) 1px 1px 0;
  z-index: 100;
}
