/*
Theme Name: Povi Con Group Final
Author: Povi Con Group
Version: 1.0
Description: Tema WordPress site in constructie + contact + dinamica
*/

body{
margin:0;
font-family:Arial;
background:url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?q=80&w=1600') center/cover no-repeat;
color:#fff;
}

.overlay{
background:rgba(0,0,0,0.75);
height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
animation:fade 1.5s ease-in-out;
}

@keyframes fade{from{opacity:0;}to{opacity:1;}}

.content img{max-width:200px;margin-bottom:20px;}

h1{font-size:38px;}

.btn{
padding:12px 25px;
margin:10px;
border:none;
border-radius:5px;
cursor:pointer;
color:white;
}

.call{background:#0a84ff;}
.whatsapp{background:#25D366;}

.whatsapp-float{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
}

.map{width:100%;height:250px;border:0;margin-top:20px;}
