/*
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 : 03.11.2018, 23:29:59
    Author     : Nick Denry
*/

.fish-service {
    background: url('../../theme/images/fish-service/background.jpg') no-repeat top center;
    min-height: 369px;
    padding: 70px 0px;
}

.fish-service__header {
    color: #fff;
    font-family: 'Sochi 2014 Bold', 'PT Sans', 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
    font-size: 38px;
}

.fish-service__description {
    color: #fff;
    font-size: 18px;
    margin: 10px 0px 30px 0px;
}

.fish-service__callback {
    background: #f7b217;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: rgba(255, 255, 255, 0.7) 0px 0px 3px 0px;
    border: 0px solid #000000;
    color: #fff;
    display: inline-block;
    font-family: 'Sochi 2014 Bold', 'PT Sans', 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
    font-size: 17px;
    padding: 15px 25px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.fish-service__callback:active,
.fish-service__callback:focus,
.fish-service__callback:hover {
    box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 15px 0px;
    color: #fff;
    text-decoration: none;
}