* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

/* Mobile Phones */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* Tablets */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
    /* Desktop */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

html, body {
    overflow-x: hidden;
}

.container {

}

p {
    font-size: 1.2em;
}

section {
    margin: 0px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
}

nav {

}

.main_photo_tag {
    width: 100%;
    font-weight: bold;
    position: absolute;
    top: 40%;  /*original is 50%*/
    z-index: 3;
    padding: 20px;
    color: white;
    text-align: center;
    font-size: 1.4em;
    background-image: url('../images/trans_black.png');
    background-repeat: repeat;
}
/****************
*    Sections   *
****************/
.title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2em;
    text-align: center;
    color: white;
}

.lefty {
    margin-left: 10%;
}

.righty {
    margin-right: 10%;
}

.centery {
    margin-left: 10%;
    margin-right: 10%;
}

#icons{
    margin-left: 2%;
    margin-right: 2%;
    height: 10%;
    width: 10%;
}

/*Main Image*/
.m-image {
    margin-bottom: -10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.main-image {
    width: 1920px;
    /*height: 750px;*/
    z-index: 0;
}

/*Nav-Bar*/
.nav-bar {
    overflow: hidden;
    position: fixed;
    z-index: 4;
    width: 100%;
    background-color: #2874BA;
    /*background-color: #45699B; Orginal blue purple replaced 04/12 by ernesto*/
    /*height: 65px; original 50px*/
    padding-top: 10px;
    padding-bottom: 18px;
}

.nav-logo {
    float: left;
    margin-left: 10%;
    width: 4%;
}

.m-logo {
    margin-top: 5px;
    width: 230%;
}

.mobile_menu{
    display: none;
}

/*.nav-links {
    width: 57%;
    float: right;
    margin-top: 36px;
}*/

.nav-links {
    width: 56%;
    float: right;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.nav-link {
    text-decoration: none;
    font-size: 18px;
    margin-right: 3%;
    color: white;
    margin-left: 4%;
}

.nav-link:hover {
    color: #D77057;
}

.nav-links hr {
    width: 10%;
    margin: 0 auto;
    height: 1px;
    border: 0;
    border-top: 1px solid blue;
    margin-top: 10px;
}

.left {
    margin-left: 5%;
}

/*Main*/
.main {
    background-color: #D77057;
    color: white;
    overflow: hidden;
}

.main-info {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 3%;
}

.main-logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 4%;
}

.slogan {
    font-size: 2em;
}

/*Services*/
.services-desktop {
    display: block;
}

.services-mobile {
    display: none;
}

.services {
    background-color: #2874BA;
    color: white;
    padding-top: 4%;
    padding-bottom: 4%;
    height: 600px;
}

.services hr {
    margin: 0 auto;
    border: 0;
    height: 5px;
    width: 30%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
    display: none;
}

.service {
    width: 100%;
    margin-left: -3px;
    margin-right: auto;
    text-align: center;
    margin-bottom: 2%;
    margin-top: 4%;
    overflow: hidden;
    display: flex;
    background-color: #2874BA;
    padding-top: 25px;
}

.info {
    text-align: center;
    position: relative;
    top: -10px;
    width: 65%;
    margin: 0 auto;

}

.mobile-title {
    display: none;
}

/*.serv {
    float: left;
    width: 0%;
} */

/*.serv:hover {
    color: #D77057;
}  */ /*erased serv div in index.php

.services-info {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

/*Box Clients*/
.clients-desktop {
    display: block;
}

.clients-mobile {
    display: none;
}

.clients-box {
    overflow: hidden;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -8px;
}

.client-box img {
    width: 100%;
    vertical-align: bottom;
}

.client-box {
    margin: 0;
}

.cl-bx {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%
}

.client-solo {
    position: relative;
    float: left;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
    width: 25%;
    height: 199px;
}

.client-solo a {
    position: absolute;
    z-index: 2;
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: .3;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
}

/*.client-solo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(23, 26, 26, 0.5);
    transition: all .3s linear;
}  */


/*.client-solo:hover:before {
    background: none;
    content: attr(data-content);
    position: absolute;
    top: 50%;
    font-size: 1.5em;
}  */

.client-more {
    display: block;
    color: white;
    position: absolute;
    z-index: 3;
    font-size: 1.4em;
    left: 15%;
    right: 15%;
    top: 40%;
    bottom: 45%;
    height: 15%;
    width: 70%;
    background: rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-color: white;
    border-width: 2px;
    font-family: 'Slabo 27px', serif;
    padding-top: 7px;
    padding-bottom: 7px;
}

/*Clients*/
/*.clients {
    background-color: #D77057;
    padding-top: 1%;
    padding-bottom: 2%;
}  No longer need */

.clients hr {
    margin: 0 auto;
    border: 0;
    height: 5px;
    width: 30%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
    display: none;
}

.client-show {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 5%;
}

.monitor {
    width: 50%;
    z-index: 1;
    margin-top: -28.6%;
}

.monitor-client {
    width: 47%;
    margin-right: 5%;
    margin-left: 5%;
}

.client-logos {
    margin-top: 3%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.logo {
    border-style: solid;
    border-color: black;
    border-radius: 10px;
}

.white {
    border-color: pink;
}

/*About Us*/
.about {
    background-color: #2874BA;
    color: white;
    padding-top: 4%;
    padding-bottom: 4%;
}

.about hr {
    margin: 0 auto;
    border: 0;
    height: 5px;
    width: 30%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
    display: none;
}

.about-team {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 2%;
    margin-top: 4%;
    overflow: hidden;
}

.member {
    float: left;
    width: 20%;
}

.member-photo {
    border-radius: 500px;
    height: 160px;
    width: 160px;
}

.about-info {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

/*Contact*/
.contact {
    background-color: #D77057;
    color: white;
    overflow: hidden;
    padding-top: 3%;
    padding-bottom: 5%;
}

.contact hr {
    margin: 0 auto;
    border: 0;
    height: 5px;
    width: 30%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
    display: none;
}

.contact-info {
    float: left;
    width: 30%;
    margin-left: 45%;
    margin-right: 10%;
}

.contact-form {
    float: left;
    margin-top: 2%;
}

.contact-form img {
    margin-left: 5px;
}

.contact-form input {
    font-size: 1.5em;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    width: 500px;
    padding: 5px;
    margin: 5px;
    border: none;
    border-radius: 5px;
}

.contact-form textarea {
    font-size: 1.5em;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    width: 500px;
    padding: 5px;
    margin: 5px;
    border: none;
    border-radius: 5px;
}

.contact-form button {
    font-size: 1.5em;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    padding: 5px;
    margin: 5px;
    width: 25%;
    border-radius: 5px;
    background-color: #2874ba;
    border: none;
    color: white;
}

/********************
*    Font Awesome   *
*********************/
.fa-2 {
    font-size: 2em;
}

.fa-3 {
    font-size: 4em;
}

.fa-4 {
    font-size: 7em;
}

.fa-5 {
    font-size: 7em;
    /* original 8em*/
}

.fa-6 {
    font-size: 20em;
}

/**************************
*   Added  *
***************************/
.t{
	font-size: 1.4em;
}

#map {
    width:100%;
    height: 525px;
    position: relative;
}

/*******************
    Footer
*******************/

.footer-text {
    text-align: center;
    background: #2874ba;
    color: white;
    padding: 1%;
    font-size: 13pt;
}

/*
    Pay Page
*/
.invoice-form {
    background-color: #D77057;
    color: white;
    padding-top: 10%;
    padding-bottom: 5%;
}

.invoice-form form {
    width: 55%;
    margin: 0 auto;
}

.invoice-form input {
    font-size: 1.5em;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    padding: 5px;
    margin: 5px;
    border: none;
    border-radius: 5px;
}

.invoice-form button {
    font-size: 1.5em;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    padding: 5px;
    margin: 5px;
    width: 25%;
    border-radius: 5px;
    background-color: #2874ba;
    border: none;
    color: white;
}

.invoice-form .right {
    text-align: right;
}

.sq-input {
    font-size: 1.5em;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    padding: 5px;
    margin: 5px;
    border: none;
    border-radius: 5px;
}

.sq-input--focus {
    /* Indicates how form inputs should appear when they have focus */
    outline: 5px auto rgb(59, 153, 252);
}

.sq-input--error {
    /* Indicates how form inputs should appear when they contain invalid values */
    outline: 5px auto rgb(255, 97, 97);
}









