/*CSS Based on*/
/* Front Version 7.2
Created by Jerred Shepherd (RiotShielder) */

/* Typography */
body,
p,
a {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

/* Global Styles */
body {
    color: #5a5a5a;
    margin: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.text-center {
    text-align: center;
}

/* Home Page */
.bg-container {
    overflow-x: hidden;
}

.bgimg {
    max-height: 640px;
    width: 100%;
    display: block;
    margin: auto;
}

.home-text {
    position: relative;
    bottom: 400px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0px;
    color: #fff;
    text-align: center;
}

.home-title {
    font-size: 80px;
    text-shadow: none;
}

.home-desc {
    font-size: 17px;
    text-shadow: none;
}

.home-img {
    margin-top: 30px;
    text-align: center;
}

.img-circle {
    border: 8px solid rgba(151, 151, 151, 0.34);
    border-radius: 50%;
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

/* Footer */
.footer {
    background-color: #f5f5f5;
    padding: 15px;
    text-align: center;
}

.footer p {
    margin-bottom: 0;
}

/* Animation */
@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.marketing .col-lg-4 {
    animation-name: heartBeat;
    animation-duration: 1.3s;
    animation-timing-function: ease-in-out;
}
