body {
    background-color: rgba(225, 225, 225, 1.0);
    font-size: 14px;
    font-family: sans-serif;
}

hr {
    border-color: darkgray;
    border-width: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
}

#navbar-custom.container-fluid {
    background-color: rgb(254, 254, 255);
}

.navbar.navbar-fixed-top {
    font-family: sans-serif;
    background-color: rgb(254, 254, 255);
    box-shadow: none;
    border-color: lightgray;
}

.navbar-brand {
    font-family: serif;
    letter-spacing: 0.2em;
    padding-top: 15px;
    padding-left: 0.3em;
    padding-right: 0em;
    margin-left: 0em;
    margin-right: 0em;
}

.navbar-toggle {
    background-color: rgba(254, 254, 255, 1.0);
}

.dropdown-menu {
    min-width: auto;
    padding-left: 0em;
    text-align: left;
    background-color: rgba(254, 254, 255, 1.0);
    box-shadow: none !important;
}

a.dropdown-toggle {
    background-color: rgba(254, 254, 255, 1.0) !important;
    background-image: none !important;
    box-shadow: none !important;
}

li.dropdown.open {
    background-color: rgba(254, 254, 255, 1.0) !important;
    background-image: none !important;
    box-shadow: none !important;
}

.navbar-default .navbar-nav > .open > a:hover {
    background-color: rgba(254, 254, 255, 1.0) !important;
    background-image: none !important;
    color: black;
    box-shadow: none !important;
}

.active {
    color: black!important;
    text-shadow: 1.5px 1.5px 3px rgba(0, 0, 0, 0.25) -4px -4px -4px rgba(0, 0, 0, 0.5);
}

.jumbotron {
    background-color: inherit;
    color: #FFFFFF;
    margin-top: 4em;
    padding-top: 1em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.jumbotron h1 {
    font-family: serif;
    text-align: center;
    color: black;
    text-shadow: 1.5px 1.5px 3px rgba(0, 0, 0, 0.25), -4px -4px -4px rgba(0, 0, 0, 0.5);
}

#sans-serif-word {
    font-family: sans-serif;
    font-weight: 400;
}

#serif-wide {
    font-family: serif;
    font-weight: 400;
}

.jumbotron h2 {
    font-family: sans-serif;
    color: black;
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
}

.start-paragraph {
    font-size: 1.25em;
    font-weight: 300;
    font-style: normal;
}

.short_about_us {
    font-family: serif;
    color: black;
    text-align: center;
    padding-bottom: 0px;
}

.trados>img {
    width: 200px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.reference_icon>a>img {
    margin: 0.7em 0.6em;
}

.languages_short_about_us {
    text-align: center;
    padding: 0px;
    display: inline;
}

.languages_short_about_us li {
    list-style: none;
    display: inline;
}

.languages_short_about_us li a {
    font-family: serif;
    text-decoration: none;
    color: black;
    border-bottom: 1px dotted grey;
    display: inline-block;
    transition: all .25s ease-in-out;
}

.references {
    color: rgb(71, 71, 71);
}

.card,
.btn-widewords {
    color: black;
    position: relative;
    height: auto;
    margin-top: 1em;
    margin-bottom: 8em;
    padding: 1em 3em 1em 3em;
    border: 1px solid lightgrey;
    background-color: rgba(254, 254, 255, 1.0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
}

.card-title {
    font-family: serif;
    font-weight: 600;
    text-align: left;
}

.card-text {
    font-family: sans-serif;
    text-align: left;
    text-decoration: none;
}

.card-text li span {
    font-weight: 600;
}

.quotes q {
    font-style: italic;
}

.quotes p {
    font-weight: 600;
    font-size: 95%;
}

.btn-widewords:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card:visited {
    color: black;
}

.card-auto .card-text {
    height: auto;
    padding-bottom: 3em;
}

.contact p {
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}

.contact p a,
#contact_prices {
    text-decoration: none;
    color: black;
    border-bottom: dotted 1px grey;
}

.contact p a:hover {
    color: grey;
}

.btn-widewords {
    /*
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
*/
    text-align: center;
    font-family: sans-serif;
    margin-bottom: auto;
    border-radius: 0px;
    color: grey;
}

footer {
    width: 100%;
    background-color: rgba(254, 254, 255, 1.0);
    margin-top: 5em;
    padding: 1em;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: lightgray;
}

.disclaimer p {
    color: grey;
}

.disclaimer a {
    text-decoration: none;
    color: grey;
}

.disclaimer a:hover {
    color: black;
}

@media only screen and (min-width: 320px) {
    .navbar-nav>li:hover {
        background-color: rgba(225, 225, 225, 1.0);
    }
    .navbar-nav>li:active {
        background-color: rgba(225, 225, 225, 1.0);
    }
    .jumbotron h1 {
        font-size: 3em;
        font-weight: 400;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        text-shadow: none;
    }
    #sans-serif-word {
        font-size: 0.93em;
    }
    .jumbotron h2 {
        font-size: 1.3em;
        font-weight: 300;
    }
    .short_about_us {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .short_about_us p {
        font-size: 1.5em;
        letter-spacing: 0.08em;
        line-height: 1.75em;
    }
    .languages_short_about_us li {
        font-size: 1.5em;
    }
    .languages_short_about_us li a {
        font-size: 1em;
        letter-spacing: 0.08em;
        line-height: 1.75em;
        margin-left: 0.13em;
        margin-right: 0.13em;
    }
    .languages_short_about_us a:hover {
        transform: scale(1.15);
    }
    .card {
        height: auto;
        margin-bottom: 1em;
        padding: 1.5em 1.0em 1em 1.5em
    }
    .card h2 {
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    .card h3 {
        font-size: 1.4em;
        line-height: 1.5em;
        letter-spacing: 0.05em;
    }
    .card-text {
        font-size: 1.3em;
        line-height: 1.7em;
        letter-spacing: 0.05em;
    }
    .fa-linkedin-square {
        margin-bottom: 0.2em;
        margin-left: -0.4em;
    }
    .btn-widewords {
        font-size: 1.2em;
    }
    footer {
        height: auto;
    }
}


}
@media only screen and (min-width: 480px) {
    .jumbotron h1 {
        font-size: 3.5em;
        font-weight: 600, bold;
        letter-spacing: 0.3em;
        text-indent: 0.15em;
        text-shadow: none;
    }
    
    .jumbotron h2 {
        font-size: 1.5em;
        letter-spacing: 0.05em;
    }
    
    .short_about_us {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    
    .short_about_us p {
        font-size: 1.5em;
        letter-spacing: 0.08em;
        line-height: 1.75em;
    }
    
    .languages_short_about_us li {
        font-size: 1.5em;
    }
    
    .languages_short_about_us li a {
        font-size: 1em;
        letter-spacing: 0.08em;
        line-height: 1.75em;
        margin-left: 0.13em;
        margin-right: 0.13em;
    }
    
    .languages_short_about_us a:hover {
        transform: scale(1.15);
    }
    
    .card {
        height: auto;
        margin-bottom: 1em;
        padding: 1.5em 2em 1em 2em
    }
    
    .card h2 {
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    
    .card h3 {
        font-size: 1.4em;
        line-height: 1.5em;
        letter-spacing: 0.05em;
    }
    
    .card-text {
        font-size: 1.5em;
        line-height: 2em;
        letter-spacing: 0.05em;
    }
    
    .fa-linkedin-square {
        margin-bottom: 0.2em;
        margin-left: -0.4em;
    }
    
    .btn-widewords {
        font-size: 1.2em;
    }
    
    footer {
        height: auto;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-brand {
        letter-spacing: 0.02em;
        padding-top: 1.1em;
    }
    
    .navbar-nav li:hover {
        background-color: transparent !important;
        background-image: none !important;
    }
    
    .navbar-nav > li > a {
        font-size: 1em;
        padding-top: 1.48em;
        padding-left: 0.40em;
        padding-right: 0.40em;
        margin-left: 0em;
        margin-right: 0em;
    }
    
    .jumbotron h1 {
        font-size: 5.6em;
        letter-spacing: 0.3em;
        text-indent: 0.3em;
        text-shadow: 1.5px 1.5px 3px rgba(0, 0, 0, 0.25);
    }
    
    .jumbotron h2 {
        font-weight: 300;
        font-size: 2em;
        letter-spacing: 0.13em;
    }
    
    .short_about_us {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    
    .short_about_us p {
        font-size: 1.5em;
        letter-spacing: 0.08em;
        line-height: 1.75em;
    }
    
    .languages_short_about_us li {
        font-size: 1.5em;
    }
    
    .languages_short_about_us li a {
        font-size: 1em;
        letter-spacing: 0.08em;
        line-height: 1.75em;
        margin-left: 0.13em;
        margin-right: 0.13em;
    }
    
    .languages_short_about_us a:hover {
        transform: scale(1.15);
    }
    
    .card {
        margin: 3em 0.5em 1em 0.5em;
        padding: 3em 2.5em 3em 2.5em;
    }
    
    .card h2 {
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    
    .card h3 {
        font-size: 1.4em;
        line-height: 1.5em;
        letter-spacing: 0.05em;
    }
    
    .card-text {
        font-size: 1.5em;
        line-height: 1.7em;
        letter-spacing: 0.05em;
    }
    
    .fa-linkedin-square {
        margin-bottom: 0.3em;
        margin-left: -0.4em;
    }
    
    .btn-widewords {
        font-size: 1.2em;
        margin-left: 0.5em;
        width: 98%;
    }
    
    footer {
        height: 3em;
        text-align: center;
    }
    
    .disclaimer p {
        display: inline;
        margin-right: 1em;
        margin-left: 1em;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-brand {
        padding-top: 0.85em;
    }
    
    .navbar-nav li:hover {
        background-color: transparent;
    }
    
    .navbar-right li a {
        background-color: transparent;
        background-image: none;
        padding-top: 1.15em;
        padding-left: 0.8em;
        padding-right: 0.8em;
        margin-left: 0em;
        margin-right: 0em;
        font-size: 1em;
        transition: all .25s ease-in-out;
    }
    
    .navbar-right li a:hover {
        background-image: none!important;
        background-color: transparent;
        transform: scale(1.1, 1.1);
    }
    
    .navbar-right li a:visited {
        background-image: none!important;
        background-color: rgb(254, 254, 255)!important;
    }
    
    .dropdown > a {
        background-image: none;
        background-color: transparent;
        /*        border-color: red;*/
        /*        border-width: thick;*/
    }
    
    .dropdown > a:hover {
        background-image: none;
        background-color: transparent;
        border: none;
    }
    
    .dropdown > a:active {
        background-image: none;
        background-color: transparent;
    }
    
    .dropdown-toggle {
        background-image: none!important;
        background-color: rgb(254, 254, 255)!important;
        border-width: thick!important;
    }
    
    .dropdown-toggle:hover {
        background-image: none!important;
        background-color: transparent!important;
    }
    
    .dropdown-toggle a:active {
        background-image: none!important;
        background-color: rgb(254, 254, 255)!important;
    }
    
    .dropdown-toggle:visited {
        background-image: none!important;
        background-color: rgb(254, 254, 255)!important;
    }
    
    .active {
        color: black!important;
    }
    
    .navbar-right .active:hover {
        transform: none;
        margin-left: inherit;
        margin-right: inherit;
    }
    
    .jumbotron h1 {
        font-size: 7em;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0.3em;
        text-indent: 0.35em;
        color: black;
        text-shadow: 1.5px 1.5px 3px rgba(0, 0, 0, 0.25);
    }
    
    #sans-serif-word {
        font-size: 0.93em;
    }
    
    .jumbotron h2 {
        font-weight: 300;
        font-size: 2.3em;
        letter-spacing: 0.13em;
    }
    
    .short_about_us {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    
    .short_about_us p {
        font-size: 1.5em;
        letter-spacing: 0.08em;
        line-height: 1.75em;
    }
    
    .languages_short_about_us li {
        font-size: 1.5em;
    }
    
    .languages_short_about_us li a {
        font-size: 1em;
        letter-spacing: 0.08em;
        line-height: 1.75em;
        margin-left: 0.13em;
        margin-right: 0.13em;
    }
    
    .languages_short_about_us a:hover {
        transform: scale(1.15);
    }
    /*
    #about-en .card {
        height: 108em;
    }
*/
    
    #language-en .card {
        height: 74em;
    }
    
    #about-es .card {
        height: 116em;
    }
    
    #about-ca .card {
        height: 133em;
    }
    
    #language-es .card {
        height: 78em;
    }
    
    #correct-offset-about-reference-en {
        margin-top: 1.2em;
    }
    
    #correct-offset-about-quotes-en {
        margin-top: -0.65em;
    }
    
    #correct-offset-language-es {
        margin-top: 1em;
    }
    
    #correct-offset-language-ca {
        margin-top: 1em;
    }
    
    #correct-offset-about-reference-en {
        margin-top: 1.2em;
    }
    
    #correct-offset-about-quotes-en {
        margin-top: -0.65em;
    }
    
    #correct-offset-about-reference-ca {
        margin-top: 1.2em;
    }
    
    #correct-offset-about-quotes-ca {
        margin-top: 1em;
    }
    
    #correct-offset-about-reference-es {
        margin-top: 1.2em;
    }
    
    #correct-offset-about-quote-es {
        margin-top: 1em;
    }
    
    .card {
        margin: 3em 0.5em 1em 0.5em;
        padding: 3em 2.5em 1em 2.5em;
    }
    
    .card h2 {
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    
    .card h3 {
        font-size: 1.3em;
        line-height: 1.5em;
        letter-spacing: 0.05em;
    }
    
    .card-text {
        font-size: 1.2em;
        line-height: 1.7em;
        letter-spacing: 0.05em;
    }
    
    .fa-linkedin-square {
        margin-bottom: 0.3em;
        margin-left: -0.4em;
    }
    
    .btn-widewords {
        font-size: 1em;
        margin-left: 0.5em;
        width: 95.4%;
    }
    
    #two_button .btn {
        width: 97%;
    }
}
@media only screen and (min-width: 1200px) {
    .navbar-brand {
        font-size: 1.2em;
        padding-top: 0.9em;
        letter-spacing: 0.15em;
    }
    
    .navbar-right li a {
        background-color: transparent;
        background-image: none;
        padding-top: 0.9em;
        padding-left: 1em;
        padding-right: 1em;
        margin-left: 0em;
        margin-right: 0em;
        font-size: 1.2em;
        transition: all .3s ease-in-out;
    }
    
    .navbar-right li a:hover {
        background-image: none!important;
        background-color: transparent !important;
        padding-left: 1em;
        padding-right: 1em;
        transform: scale(1.1, 1.1);
    }
    
    .active {
        color: black!important;
    }
    
    .jumbotron h1 {
        font-size: 8em;
        font-weight: 300;
        letter-spacing: 0.4em;
        text-indent: 0.35em;
        text-shadow: 1.5px 1.5px 3px rgba(0, 0, 0, 0.25);
    }
    
    .jumbotron h2 {
        font-weight: 300;
        font-size: 2.25em;
        letter-spacing: 0.2em;
    }
    
    .start-paragraph {
        font-weight: 400;
    }
    
    .short_about_us p {
        font-weight: 300;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-size: 1.5em;
        letter-spacing: 0.08em;
    }
    
    #language-en .card {
        height: 70em;
    }
    
    #language-es .card {
        height: 75em;
    }
    
    #correct-offset-language-en {
        margin-top: 1.3em;
    }
    
    #correct-offset-language-es {
        margin-top: 1.3em;
    }
    
    #correct-offset-language-ca {
        margin-top: 1.3em;
    }
    
    .single_card {
        margin-top: 2em;
        margin-bottom: 1em;
        padding: 7em 12em 7em 12em;
    }
    
    .two_card {
        margin-top: 2em;
        margin-bottom: 1em;
        padding: 3em 5em 3em 5em;
    }
    
    .card h2 {
        line-height: 1.5
    }
    
    .card h3 {
        font-size: 1.3em;
        line-height: 1.5em;
    }
    
    .card-text {
        font-size: 1.2em;
        line-height: 1.5em;
        letter-spacing: 0.05em;
    }
    
    .fa-linkedin-square {
        margin-bottom: 0.3em;
        margin-left: -0.4em;
    }
    
    .btn-widewords {
        width: 96%;
    }
    
    #two_button .btn {
        width: 97.5%;
    }
}