/* Foundation 6 modyfications */

body{
    font: 400 0.875rem/1.125rem 'Lato',sans-serif; /* 14px/18px */
    color: #000;
}

h3{
    font: 300 2rem/2.75rem 'Lato',sans-serif; /* 32px/44px */
    color: #e6511e;
}

h5{
    font: 300 1rem/1.25rem 'Lato',sans-serif; /* 16px/20px */
    color: #e6511e;
}

.keywords{
    font: 400 1.25rem/1.5rem 'Lato',sans-serif; /* 16px/20px */
    color: #444;
}

.keywords_api{
    font: 400 1.25rem/1.5rem 'Lato',sans-serif; /* 16px/20px */
    color: #e6511e;
}

.keywords_dim{
    font: 400 1rem/1.25rem 'Lato',sans-serif; /* 16px/20px */
    color: #aaa;
}

.menu li a{
    font: 700 1rem/2.625rem 'Lato',sans-serif; /* 14px/37px */
    color: #858688;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
}
.top-bar, .top-bar ul{
    background-color: white;
}
.title-bar{
    background-color: transparent;
    margin-bottom: 0.5rem;
    font-size: 75%;
}

code{
    border:none;
}


/* Prism - language code formation */

code[class*="language-"] { white-space: pre-wrap !important; }
.code_type {
    background-color: black;
    color: #ccc;
    font-size: 0.75rem;
    padding:0.125rem 0.75rem 0.125rem 0.75rem
}


/* Projest variables */

.page_header {
    width: 100%;
    height: 6.875rem; /* 110px; */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../res/demo_bg.png');
}

.page_header h2 {
    font: 300 2rem/2rem 'Lato',sans-serif; /* 32px/32px */
    color: #fff;
    padding: 1.25rem 0.875rem 0.75rem; /* 20px 15px 12px; */
}

.page_header h3 {
    font: 300 1.25rem/1.25rem 'Lato',sans-serif; /* 21px/21px */
    color: #fff;
    padding: 0 1rem; /* 0 15px; */
}

.page_header h3 span {
    padding: 0 0.625rem 0 0; /* 0 5px 0 0; */
}


h3.page_desc {
    font: 300 1.25rem/2.625rem 'Lato',sans-serif; /* 36px/42px */
    color: #000;
    margin: 25px 0 50px 330px;
}


.content{
    width: 100%;
    /* max-width: 62.50rem; */
    max-width: 68.75rem;
    margin: 0 auto;
}
.frame {
    border: 1px solid #eeeeee;
}
.inputs{
    height: 15rem;
    /*    overflow:auto;*/
}
.request{
    height: 12rem;
    background-color: #444;
    color: whitesmoke;
}

.curl_zip{
    color:red;
}
.curl_city{
    color:orange;
}
.curl_street{
    color:yellow;
}

.timeline{
    height: 10rem;
}
.response{
    height: 15rem;
    overflow-y:scroll;
    overflow-x: hidden;
    padding: 0rem;
}
.application{
    height: 20rem;
    /*    overflow:auto;*/
}
.colors-invert{
    background: #444;
    color: whitesmoke;
}

.progress-meter{
    background-color: lightgreen;
}
.progress-meter-text{
    color: black;
}
.font-size-75-percent{
    font-size: 75%;
}
.padding-1{
    padding:1rem;
}
.overflow-auto{
    width: 100%;
    overflow:auto;
}


.row .row {
    max-width: none;
}

.img_ok{
    width:1rem;
    margin-right: 0.2rem;
}
