/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : May 1, 2022, 7:08:03 PM
    Author     : olmedojo
*/


.dbox .icon span {
  font-size: 30px!important;
}

.ftco-section{
    background-image: url('https://images.unsplash.com/photo-1604937455095-ef2fe3d46fcd?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y29sb3JmdWwlMjBiYWNrZ3JvdW5kfGVufDB8fDB8fA%3D%3D&w=1000&q=80');
    background-size: cover;   
    padding: 1em 0;
}
.bg-form{
    background-color: rgba(255, 255, 255, 0.4);    
}

#contactForm .form-control {
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  color: black;
}