.btn-primary:hover,
.btn-primary:focus {
    background-color: #c90505;
    border-color: #c90505;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #c90505;
    border-color: #c90505;
}

section {
    /*padding: 60px 0;*/
    padding: 3.125vw 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #000000;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
    /*width: 500px;*/
    width: 26vw;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    /*background: white;*/
     background: black;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(109, 1, 1);
    -moz-box-shadow: 5px 7px 9px -4px rgb(175, 0, 0);
    box-shadow: 5px 7px 9px -4px rgb(190, 3, 3);
    /*width: 500px;*/
    width: 26vw;
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    outline-color: rgb(255, 0, 0);
    outline-style: solid;
    outline-width: 0.1vw;
}

.frontside .card,
.backside .card {
    /*min-height: 345.4px;*/
    min-height: 17.9vw;
}

.backside .card a {
    font-size: 18px;
    color: #c90505 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #c90505 !important;
}

.frontside .card .card-body img {
    /*width: 120px;*/
    /*height: 120px;*/
    width: 6.25vw;
    height: 6.25vw;
    border-radius: 50%;
}

.ContactText 
{
    font-size: 1.5624vw;
    /* font-size: 30px; */
}

h4 
{
   /* font-size: 1.25vw;*/
   font-size: 1.12vw;
}

.card-body 
{
    padding: 1vw !important;
}

.Flag 
{
    /*height: auto !important;
    width: 5vw !important;*/
    height: 3vw !important;
    width: auto !important;
    border-radius: 0px !important;
    margin-right: 1vw;
    border-color: #fff;
    border-style: solid;
    border-width: 0.1vw;
}