@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
    
    #logo {
        width: 320px;
    }

    .modal-dialog {
        width: 500px;
    }

    .modal-body {
        font-size: 18px;
    }

    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding 1s;
        -moz-transition: padding 1s;
        transition: padding 1s;
    }

    .navbar-nav>li>a {
        padding: 2px;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        padding: 15px;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .navbar-brand .logo {
        left: 35px;
        top: 0px;
        width: 0px;
    }

    .navbar-shrink .navbar-brand .logo {
        left: 0px;
        top: -22px;
        width: 70px;
        display: block;
    }

    section {
        padding-top: 100px;
    }
}


@media(max-width:767px) {
    section {
        padding-top: 50px;
    }

    #logo {
        display: block;
    }

    .navbar-brand .logo {
        left: 18px;
        top: 0px;
        width: 0px;
    }

    .navbar-shrink .navbar-brand .logo {
        left: 0px;
        width: 35px;
        top: -8px;
        display: block;
    }

    .modal-dialog dd {
        margin-left: 20px;
    }

    .modal-body {
        font-size: 16px;
    }
}

@font-face {
  font-family: 'ChampagneLimousines';
  src: url('../fonts/Champagne_Limousines.eot?v=4.2.0');
  src: url('../fonts/Champagne_Limousines.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/Champagne_Limousines.ttf?v=4.2.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'ChampagneLimousines';
    src: url('../fonts/Champagne_Limousines_Bold.ttf?v=4.2.0') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    font-family: "ChampagneLimousines", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.services_section {
    background-color: white;
    color: #555555;
}

.services_section i {
    color: #10B2D0;
}

#navbar-collapse {
    background-color: #F28C32;
}

body {
    overflow-x: hidden;
}

header {
    background: white;
}

.logo {
    position: relative;
    top: -20px;
    width: 0px;
}

.fond_logo {
    background: white;
    color: #FFFFFF;
    background: -webkit-linear-gradient(#F28C32, white, white, #10B2D0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F28C32, white, white, #10B2D0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F28C32, white, white, #10B2D0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F28C32, white, white, #10B2D0); /* Standard syntax */
}

#contact {
    color: #555555;
    font-size: 20px;
}

#contact a {
    color: #F28C32;
}

#contact dd i {
    color: #10B2D0;
}

p {
    font-size: 20px;
}

footer {
    color: white;
    font-size: 10px;
    padding-top: 5px;
    background-color: #555555;
    text-transform: uppercase;
}

footer a,
footer a:focus,
footer a:visited {
    color: #F28C32;
}

footer a:hover {
    text-decoration: underline;
    color: #10B2D0;
}

footer p {
    font-size: 1.5em;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active {
    outline: 0;
}

section .container hr {
    color: #10B2D0;
    border: 1px dashed;
    width: 75%;
}

h1, h2 {
    text-transform: uppercase;
    font-weight: 700;
}

h3 {
    font-weight: 500;
    text-transform: uppercase;
    color: #10b2d0;
    background-color: white;
}

h4 {
    font-weight: bold;
    text-transform: uppercase;
}

header {
    text-align: center;
}

header .container {
    padding-top: 140px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text {
    /*text-transform: none;*/
}

header .intro-text {
    display: block;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

.navbar {
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.85;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
    padding: 10px;
}

.navbar .navbar-nav li {
    padding-bottom: 5px;
    padding-right: 15px;
}

.navbar .navbar-nav li a {
    padding: 5px;
    border: 1px solid #F28C32;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
    background-color: #F28C32;
}

.navbar-default .navbar-toggle {
    border-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #10B2D0;
    opacity: 1;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: white;
    border: 1px solid white;
    background: #10B2D0;
    /*border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-radius: 5px;*/
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
    background-color: #A9A9A9;
    border: 1px solid white;
    /*border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-radius: 5px;*/
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-nav>li>a:focus {
    border: 1px;
    background-color: unset;
}

.navbar>.container .navbar-brand {
    color: white;
}

.navbar-brand .logo {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-shrink .navbar-brand .logo {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*.navbar>.container .navbar-brand:hover {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-radius: 5px;
}*/


section h2 {
    margin: 0;
    font-size: 3em;
}

.scroll-top {
    z-index: 1000;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #F28C32;
    font-size: 25px;
    background-color: unset;
    border-color: #F28C32;
    margin-bottom: 10px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.caravela-text {
    display: inline;
    font-style: unset;
    font-size: 3em;
    color: #10b2d0;
}

.solutions-text {
    display: inline;
    text-transform: uppercase;
    color: #F28C32;
    font-size: 1.5em;
}

.slogan {
    font-family: 'Cookie', cursive;
    color: #555555;
}

.modal-dialog {
    font-family: ChampagneLimousines;
}

.modal-header {
    background-color: #555555;
    color: #F28C32;
}

