/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (https://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

#parallax-custom-image {  
    background-image: url("/downloads/parallax-top.jpg");
    max-height: 600px;
}

#parallax-custom-image-bottom {  
    background-image: url("/downloads/parallax-bottom.jpg");  
    max-height: 600px;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 text
{
    background-color: #415464;
    color: #fff;
    width: 75%;
    height:25px;
    border: 2px solid #2b3d4b;
}
.wpcf7 textarea
{
    background-color: #415464;
    color: #fff;
    width: 75%;
    border: 2px solid #2b3d4b;
}


#2b3d4b;