@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300);

/**************************************************
                  Global style
**************************************************/

* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

h1, h2{
    text-align: center;
    color: #666c70;
    font-weight: 700;
    padding-top: 90px;
    font-size: 1.7em;
    text-transform: uppercase;
    -webkit-margin-before: 15px;
    -webkit-margin-after: 15px;

}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    -webkit-margin-before: 2.5em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

section {
    border-bottom: 1px solid #e6e6e5;
    padding-top: 70px;
    padding-bottom: 30px;
    background-color: #fff;
}

h3{
    text-align: center;
}




/**************************************************
                  Specific styles
**************************************************/
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #c9a400;
}

.navbar-nav {
    line-height: 81px;
    padding-top: 15.5px;
}

.centerDivOnPage {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: translate(-50%, -50%);
    display: inline-block;
}

/*
.centerElementOnPage {
    position: relative;
    height: 100%;
    padding-top: 30px;
    _top: 50%;
    _left: 50%;
    _display: block;
    _transform: translate(-50%, -50%);
}*/



#home h1 {
    color: #fff;
    font-weight: 100;
    text-align: center;
    text-transform: none;
    padding-top: 0;
}
#logo {

    background-image: url("../img/logo_small.png");
    background-repeat: no-repeat;
    text-indent: -999px;
    _width: 61px;
    _height: 61px;
    margin: 10px 10px;
    display: none;
}
/*
.showLogo {
    display: block !important;
}
*/

#home {
    background-image: url(../img/background_section_1.jpg);
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
}

#about .row {
    padding: 10% 0;
}
#about strong, #about span {
    background-color: #FECE10;
    padding: 5px;
    line-height: 2;
}

#about p {
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
}

#portfolio {
    _background-image: url(../img/cubes.png);
    _background-color: #f5f5f5;
    _background-color: #C9C9C9;
    _display: block;
    _position: relative;
    padding: 20px 0 10px;
}



#contact {
    font-size: 1.2em;
    color: #fff;
    background-image: url(../img/bg_sec_contact.png);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
    height: 100%;
}
#contact span{
    font-weight:100;
}


.myYellowColor {
    background-color: rgba(255, 204, 0, 50);
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 120px;
    padding: 20px 0;
}
/*
.forma {
    font-weight: 300;
    background-color: transparent;
    color: #ffffff;
    display: block;
    border: 1px solid white;
}
*/

.my-form-text {
    font-weight: 400;
    padding: 20px 0;
}
.my-form-text span {
    font-weight: 100;
}

.alert-success {
    width: 100%;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    _display: block;
    text-align: center;
    background-color: rgba(255, 204, 0, 80) !important;
}


/********* Helpers  Animated durations & delays ***************/

.first {
    position: relative;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-delay: 1s;
}

.second {
    position: relative;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-delay: 1.5s;
}

.third {
    position: relative;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-delay: 2.0s;
}
.fourth {
    position: relative;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-delay: 2.5s;
}
/******** Form **************/

form {
    margin-bottom: 40px;
}


.btn {
    display: inline-block;
    color: #fff;
    background-color: transparent;
    width: 100%;
    border: 1px solid #fff;
    transition: all .3s;
    text-transform: uppercase;
}

.btn:hover, .btn:focus {
    color: #c9a400;
    background-color: #fff;
}


.form-control {
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff;
    background-color: transparent;
}

.form-control:focus, .form-control:hover {
    text-align: left;
    border-color: #fff;
    outline: 1px;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(59, 9, 39, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(77, 15, 50, 0.6);*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none;
    color: white;
}



/******** Helpers **************/

@media  (min-width: 768px) {

    #home h1 {
        font-size: 2.4em;
    }
    img.img-responsive {
        margin: auto;
    }
}

input[type="email"]::-webkit-input-placeholder {
    color: blue !important;
}

input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: blue !important;
}

input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
    color: blue !important;
}

input[type="email"]:-ms-input-placeholder {
    color: blue !important;
}