﻿@import url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/584938/library.less");
@import url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/584938/variables.less");

body {
    background-color: #252830;
    color: white;
    font-family: "Lato";
}
.container-fluid {
    width: 100%;
}
.anim-button i {
    line-height: 40px;
}
.media {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
}
figure {
    height: 370px;
    overflow: hidden;
    position: relative;
}
    figure:hover .media {
        transform: scale(1.25);
    }
figcaption {
    color: #252830;
    height: calc(100% - 30px);
    margin: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 225px;
}
.body {
    background-color: white;
    bottom: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
}
.btn {
    float: left;
    /* padding: 0 43px; */
    font-size: .9em;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 40px;
    width: 160px !important;
    line-height: 40px;
    transition: all 400ms linear;
    border: 1px solid rgb(0 28 59);
    margin-left: 15px;
}
svg {
    height: inherit;
    width: 100%;
}
    svg text {
        text-anchor: middle;
    }
[id^="alpha"] {
    fill: white;
}

svg .title {
    font-size: 20px;
    font-family: "Montserrat";
    letter-spacing: 3px;
}

[id^="base"] {
    fill: white;
    -webkit-mask: url(.mask);
    mask: url(.mask);
}

@media(max-width:767px) {
    .hidden-xs {
        display: block !important;
    }
}
