﻿a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
}


.banner {
    position: relative;
    padding-bottom:10px;
}

.capabilities {
    padding-top: 20px;
    padding-bottom: 20px;
}

.actions {
    padding-top: 10px;
    padding-bottom: 20px;
}

.thumbnails {
    list-style: none;
}

.gutter {
    padding: 5px 20px 5px 20px;
    background-color: transparent!important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.widget-footer {
  padding: 5%;
  background-color: #EEEEEC;
  border-top: 1px solid #DDD;
}

.widget-footer p {
  margin: 0;
}


.social a {
  padding: 0 .5em;
}

/* SOCIAL BUTTONS */

.share-btn { border-radius: 4px; height: 40px; }
.share-btn:hover { background-color: darkgray; }
.follow-btn { border-radius: 40px; height: 36px; float: right; margin-left: 5px; }
.follow-btn:hover { background-color: darkgray; }

/* BACKGROUND COLORS*/

.blue-google { background-color: #4285f4; }
.gold-google { background-color: #FBBC05; }
.green-google { background-color: #34a853; }
.red-google { background-color: #ea4335; }

.blue-fb { background-color: #3b5998; }
.blue-li { background-color: #007bb6; }
.blue-tw { background-color: #00aced }

.white { background-color: white; }
.black { background-color: black; }
.blue { background-color: blue; }
.lightblue { background-color: lightblue; }
.darkcyan { background-color: darkcyan; }
.red { background-color: red; }
.green { background-color:green; }
.lightgray {background-color: lightgray;}
.darkorange { background-color: darkorange;}

/* TEXT COLORS */

.text-white { color: white; }
.text-darkblue { color: darkblue; }
.text-blue-google { color: #4285f4; }
.text-gold-google { color: #FBBC05; }
.text-green-google { background-color: #34a853; }
.text-red-google { background-color: #ea4335; }


/* ============ Card Blog ============ */

.section-gray {
    background: #E5E5E5;
    padding: 60px 0 0 0;
    margin-bottom: -30px;
}

.row {
    margin-bottom:30px;
}

.card {
    /*/display: inline-block; */
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card .card-image {
    /*height: 45%;  */
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image img {
    width: 100%;
    /*height: auto; */
    border-radius: 6px;
    pointer-events: none;
}

.card-table {
    margin-bottom: 0px;
}

.card .card-table {
    padding: 15px 30px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn,
.navbar .navbar-nav > li > a.btn {
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn.btn-round,
.navbar .navbar-nav > li > a.btn.btn-round {
    border-radius: 30px;
}

.btn.btn-info {
    background-color: #4285f4;
    color: #FFFFFF;
}

