
@font-face {
    font-family: 'Emfatick NF';
    src: url('../assets/fonts/EmfatickNF.eot');
    src: url('../assets/fonts/EmfatickNF.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/EmfatickNF.woff') format('woff'),
        url('../assets/fonts/EmfatickNF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html,body{
    overflow: hidden;
	padding:0px;
	margin:0px;
	font-family: "Emfatick NF"
}

#_evh-button {

    display: none;

}

#snapChatScreen{

    position : fixed;
    top : 0px;
    left : 0px;
    width : 100%;
    height:  100%;
    display : none;
    background-color: rgba(0, 0, 0, 0.7);
}

#snapChatScreen h2{
    
    color : white;
    text-align : center;
    margin-top:40px; 

}

#snapChat{

    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;


}

#closeBtn {

    cursor : pointer;
    height : 24px;
    width : 24px;
    right : 20px;
    top : 20px;
    position: fixed;

}

#closeBtn > circle {

    stroke: black;
    fill: white;

}
#closeBtn > path {
    stroke: black;
}
