/* For experts page styles.

   @file            for-experts.css.pt-br
   @author          marionm
   @dependencies    /language/css/language.css.pt-br
   ========================================================================== */

/* global overrides
   ========================================================================== */

#gl-footer { background: #fff; }

/* language overrides
   ========================================================================== */

main {
    margin: 0;
    padding: 0;
    width: 100%;
}
.main { width: 100%; }

/* origins section
   ========================================================================== */

#origins p:first-child {
    color: #f77700;
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.9375rem;
}

/* fast intro video
   ================================== */

#fast-intro a {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0.625rem;
}

#fast-intro img { border: 1px solid #ddd; }

/* buzzwords section
   ========================================================================== */

#buzzwords {
    background: #f77700;
    padding: 2.5rem 0 3.75rem 0;
}

#buzzwords h2 {
    color: #fff;
    margin-bottom: 0;
}

#buzzwords p {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0;
    width: 43.75rem;
    max-width: 100%;
}

/* wolfram language is... section
   ========================================================================== */

#wl-is {
    background: #f0f0f0;
    padding: 0 0 6.25rem 0;
}

#wl-is .orange-triangle {
    border-color: #f77700 transparent transparent transparent;
    border-style: solid;
    border-width: 1.25rem 2.5rem 0 2.5rem;
    display: block;
    height: 0;
    margin: 0 auto 3.125rem auto;
    width: 0;

}

#wl-is h2 {
    display: block;
    font-family: 'Merriweather', 'Source Sans Pro', Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: center;
}

#wl-is h2 + p {
    display: block;
    margin: 0 0 3.125rem 0;
    text-align: center;
}

#wl-is .h4 {
    color: #f77700;
    font-family: 'Merriweather', 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
}