/* Global Styles */
@font-face {
    font-family: RussoOne;
    src: url("./../fonts/RussoOne-Regular.ttf");
    font-weight:400;
}

html,
body {
    height: 100%;
    width: 100%;
    letter-spacing: 0.5px;
    font-size: 1.0em;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-size: 2em;
    font-family: "RussoOne", "Helvetica Neue", "Helvetica", sans-serif !important;
}

h3 {
    font-size: 1.8em;
}

body {
    font-family: "Ubuntu", "Helvetica Neue", "Helvetica", sans-serif !important;
    line-height: 1.4;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    width: 100%;  
    color: #000000;
}

.vert-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

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

/* Full Page Image Header Area */

.header {
    display: table;
    height: 40%;
    width: 100%;
    min-height: 40%;
    position: relative;
    background: url(../img/cover.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 99999;
    background-color: #adadad;
}

.header canvas{
    position: absolute;
}

.logo {
    max-width: 95%;
    width: 40em;
    padding: 0.5em;
}

.buttonbox {
    margin: 2em 0 4em;
}


#main {
    z-index: 99999;
    position: relative;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* TEXT AND LINKS */

/* COUNTERPOINT */
.counterpoint {
    padding: 50px 0;
    background-color: #dddddd;
    color: #444444;
}

.counterpoint a {
    color: #444444;
}

.counterpoint a:hover {
    color: #000000;
}

.counterpoint hr {
    border-top: 1px solid #444444;
}

/* POINT */

.point {
    background-color: #222222;
    padding: 50px 0;
    color: #aaaaaa;
}

.point a {
    color: #aaaaaa;
}

.point a:hover {
    color: #ffffff;
}

.point hr {
    border-top: 1px solid #aaaaaa;
}

.point h2, .counterpoint h2 {
    line-height: 1.2;
}

/* Footer */

footer {
    padding: 100px 0;
    background-color: #dddddd;
    color: #444444;
}

footer a {
    color: #272727;
}

footer a:hover {
    color: #000000;
}

footer hr {
    border-top: 1px solid #272727;
}

i.callout-icon, i.point-icon, i.lead-icon {
    border-radius: 50%;
    display: inline-block;
    font-size: 56px;
    width: 140px;
    height: 140px;
    line-height: 136px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

i.lead-icon {
    border: 3px solid #222;
}

i.point-icon, i.callout-icon {
    border: 3px solid #ffffff;
}

i.lead-icon:hover {
    color: #fff;
    border: 3px solid black;
    background: black;
}

i.point-icon:hover {
    color: rgb(22, 203, 230);
    border: 3px solid #fff;
    background: #fff;
}

.icon-2x {
    font-size: 200%;
}

/* Callout */

.callout {
    color: #ffffff;
    display: table;
    height: 420px;
    width: 100%;
    background-color: rgb(80,80,80);
    padding: 50px 0;
    color: #ffffff;
}

i.callout-icon:hover {
    color: rgb(249, 176, 190);
    border: 3px solid #fff;
    background: #fff;
}


/* Call to Action */

.call-to-action {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.19);
    padding: 50px 0;

}

#footer {
    padding: 50px 0px 25px 0px;
    background-color: #dddddd;
    color: #272727;
}

.call-to-action .btn {
    margin: 10px;
}

/* Bootstrap Addons */

.btn {
    margin: 10px;
    font-weight: 100;
}

.btn-dark {
    background-color: rgba(30,30,30, 0.8);
    border-color: #000000;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background-color: #272727;
    border-color: #000000;
}

/* FANCY BORDER */

.fancy-border {
    border: 2px solid;
    border-radius: 15px 50px;
}

.fancy-border-inv {
    border: 2px solid;
    border-radius: 50px 15px;
}

/* SERVICE */

.section-service .fa {
    font-size: 150px;
}

.section-service .flip-card {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    margin-top: 1em;
}

.section-service .flip-card-front {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.section-service .flip-card-back {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

/* TEAM */

.section-team .title {
    text-align: center;
}

.section-team img {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
}

.section-team .flip-card {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    margin-bottom: 1em;
}

.section-team .flip-card-back {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

/* REFERENCES */

.owl-carousel blockquote {
    border-left: 0px;
}

.section-references img {
    width: 450px;
    height: 300px;
    margin: 0 auto;
}

.section-references .flip-card {
    width: 450px;
    height: 300px;
    display: block;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (max-width: 600px) {
    .section-references img {
        width: 300px;
        height: 220px;
        margin: 0 auto;
    }

    .section-references .flip-card {
        font-size: 0.7em;
        width: 300px;
        height: 220px;
        display: block;
        margin: 0 auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
}


.section-references .flip-card-back {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.owl-prev, .owl-next {
    color: #000000 !important;
}

/* FLIP CARD */

.flip-card {
  position: relative;
  /*float: left;*/
  /*text-align: center;*/
  cursor: pointer;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flip-card-front,
.flip-card-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
          transition: transform 0.7s;
}

.flip-card-back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.flip-card.flipped .flip-card-front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.flip-card.flipped .flip-card-back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.float-images {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height:100px;    
    width: 100%;
    list-style:none;  
    text-align:center;  
}
