/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* NAVIGATION */
.nav {
    display: flex;
    flex-direction: row;
    max-width: 1000px;
    margin: 10px auto;
}

.nav .brand-logo {
    flex-grow: 1;
}

.nav .brand-logo :hover{
    text-decoration: none;
}

.nav .spacer {
    flex-grow: 2;
}

.nav .menu {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.nav .menu a:hover {
    text-decoration: none;
    color: rgb(2, 187, 169);

}

/* NAVIGATION */

/* BRAND */
.nav .brand-logo {
    font-size: 32px;
}
.nav .brand-logo .pix {
    color: rgb(85, 85, 85);
}
.nav .brand-logo .boost {
    color: rgb(2, 187, 169);
}

/* BRAND */

/* MENU */
.nav .menu a {
    font-size: 20px;
    color: rgb(84, 66, 66);
}

.login {
    background-color: rgb(56, 191, 177);
    height: 20px;
    color: white;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    border: 0px solid rgb(172, 168, 168);
}

.menu-login {
    align-items: center;
    display: flex;
    margin-left: 30px;
    margin-right: 10px;
}

.login:hover {
    background-color: rgb(48, 165, 153);
    /* border: 0px solid rgb(172, 168, 168); */
    text-decoration: none;
}

.login:active {
    background-color: rgb(172, 168, 168);
    border: 0px solid white;
    text-decoration: none;
}

/* MENU */

/* HERO */
.hero {
    height: 600px;
    background-image: url("https://pixboost.com/api/2/img/https://pixboost.com/img/hero.jpg/optimise?auth=MzY2MjQ4NzQ2Mw__");
    background-size: cover;
    padding: 50px 0;
}

.hero .hero-content {
    display: flex;
    flex-direction: row;
    height: 100%;
    max-width: 1000px;
    margin: auto;
}

.hero .hero-content .left-column {
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero .hero-content .left-column .title {
    color: rgb(56, 191, 177);
    font-size: 50px;
    font-weight: 800;
}

.hero .hero-content .left-column .sub-title {
    font-size: 35px;
    color: #ccc;
}


.summary {
    color: white;
    font-size: 22px;
    font-weight: 300;
}

.summary ul li {
    list-style: none;
    line-height:200%;
}

.summary ul{
    margin: 0px;
    padding: 0px;
}


.hero .hero-content .left-column .invite-form {
    display: flex;
    flex-direction: column;
    background: #80808080;
    opacity: 5;
    padding: 10px;
    border-radius: 5px;
}

.hero .hero-content .left-column .invite-form .no-cc-required {
    color: white;
}

.hero .hero-content .left-column .invite-form .spacer {
    height: 20px;
}

.hero .hero-content .left-column .invite-form input {
    height: 35px;
    font-size: 18px;
    width: calc(100% - 10px);
    border: 1px rgb(172, 168, 168);
    border-radius: 5px;
    padding-left: 7px;
}

.hero .hero-content .right-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    flex-grow: 1;
}

.hero .hero-content .right-column img {
    width: 50px;
}
/* HERO */

/* BOTTOM TITLE */
.title-bottom {
    height: 200px;
    background-color: rgb(56, 191, 177);
    color: white;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.title-bottom .text {
    width: 500px;
    font-weight: 600;
}

/* BOTTOM TITLE */

/* MENU SPLITTER */
.menu-splitter-gray {
    height: 10px;
    background-color: rgb(224, 224, 224);
    color: white;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.menu-splitter {
    height: 10px;
    background-color: rgb(56, 191, 177);
    color: white;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/* MENU SPLITTER*/

/* GIF API */

.gif-api {
    max-width: 1000px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.gif-api > img {
    width: 100%;
}

/* GIF API */

/* FEATURES */
.features {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
}

.features .column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.features .column .card {
    width: 300px;
}

.features .column .card .title {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.features .column .card .image-wrapper {
    width: 100%;
    text-align: center;
}

.features .column .card ul {
    padding-left: 20px;
    margin-top: 3px;
}

.features .column .card img {
    width: 100px;
}
/* FEATURES */

/* PLANS */
.plans {
    background-color: rgb(209, 209, 209);
}

.plans .plans-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
    padding-top: 30px;
}

.plans .plans-list .plan {
    background-color: white;
    padding: 20px;
    flex-basis: 200px;
    display: flex;
    flex-direction: column;
}

.plans .plans-list .spacer {
    width: 10px;
}

.plans .plans-list .plan .title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

.plans .plans-list .plan .price {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: rgb(234, 141, 38);
}

.plans .plans-list .plan ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.plans .plans-list .plan li {
    margin: 15px 0;
}

.plans .plans-list .plan li .no-cc-required {
    color: rgb(175, 161, 161);
}

.plans .plans-list .plan .spacer {
    flex-grow: 2;
}

.plans .plans-list .plan .btn-panel {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.plans .plans-list .plan .traffic {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.plans .plans-list .plan .btn {
    background-color: rgb(56, 191, 177);
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
}

.plans .plans-list .plan .btn:hover {
    background-color: rgb(48, 165, 153);
}

.plans .plans-list .plan .btn:active {
    border: 0;
    outline: 0;
}

/* PLANS */

/* QUICK START */
.quick-start {
    padding: 10px;
    max-width: 1000px;
    margin: auto;
}

.quick-start .title {
    font-weight: 800;
}

.quick-start .op .op-name {
    color: red;
}


/* QUICK START */

/* WHY */
.why {
    padding: 10px;
    max-width: 1000px;
    margin: auto;
}

.why .btn-panel {
    display: flex;
    justify-content: space-around;
}
/* WHY */

/* CONTACT US */
.contact-us {
    padding: 10px;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 20px;
}

.contact-us .contact-form {
    display: flex;
    flex-direction: column;
}

.contact-us .contact-form input {
    height: 35px;
    font-size: 18px;
    padding-left: 7px;
    border-radius: 5px;
    border: 1px solid rgb(172, 168, 168);
}

.contact-us .contact-form textarea {
    font-size: 18px;
    padding-left: 7px;
    border-radius: 5px;
    border: 1px solid rgb(172, 168, 168);
}

.contact-us .contact-form .spacer {
    height: 10px;
}

.contact-us .contact-form .btn-panel {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.contact-us .contact-form .btn-panel .feedback-btn {
    background-color: rgb(56, 191, 177);;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    border: 0px solid rgb(172, 168, 168);
    font-weight: bold;
}

.contact-us .contact-form .btn-panel .feedback-btn:hover {
    background-color: rgb(48, 165, 153);
}
/* CONTACT US */

/* FAQ */
.faq {
    padding: 10px;
    max-width: 1000px;
    margin: auto;
    /*Make up free space for scrolling*/
    padding-bottom: 700px;
}

.faq .qa {
    padding-top: 20px;
    padding-bottom: 5px;
}

.faq .qa .q {
    background-color: #FAFAD2;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 18px;
}

/* FAQ */

/* FOOTER */
.footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(70, 70, 70);
    height: 320px;
}

.footer .footer-list {
    display: flex;
    flex-direction: row;
    max-width: 1000px;
    margin-left: 100px;
}

.footer .footer-list-item {
    width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .footer-list-item a {
    color: white;
    font-size: 16px;
}

/* Why this style is not working? */

.footer .footer-list-item a :hover {
    text-decoration: none;
    color: rgb(2, 187, 169);
}

.footer .footer-social {
    margin-top: 30px;
}

.footer .footer-social img{
    width: 50px;
}

.footer .docs {
    color: white;
    margin-top: 30px;
}

.footer .docs a {
    color: white;
    font-size: 14px;
    margin-right: 20px;

}

.footer .footer-list-item .spacer {
    width: 20px;
}

.footer .brand-logo {
    font-size: 32px;
    padding-bottom: 15px;
    margin-top: 30px;
}
.footer .brand-logo .pix {
    color: rgb(148, 146, 147);
}
.footer .brand-logo .boost {
    color: rgb(12, 168, 154);
}

/* FOOTER */

/* COMMON */
h2 {
    
    font-size: 32px;
}

h2 > small {
    font-size: 16px;
}

h3 .price-note {
    text-align: center;
    color:rgb(250, 121, 1);
    padding-top: 15px;
}

.btn {
    cursor: pointer;
}

.big-red-btn {
    background-color: rgb(230, 5, 0);
    border-radius: 5px;
    width: 120px;
    height: 40px;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
}

.big-red-btn:hover {
    background-color: rgb(211, 8, 5);
}

.big-red-btn:active {
    background-color: rgb(172, 168, 168);
    border: 0px solid white;
    text-decoration: none;
}

.thanks, .error {
    font-weight: 600;
    color: rgb(230, 5, 0);
}

input:invalid {
    border: 1px solid rgb(230, 5, 0) !important;
}

/* ABOUT PAGE */

.h1-formatting{
    max-width: 1000px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 20px;        
}

.overview-block {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;    
}

.overview-block .overview-block-header {
    font-size: 25px;
    margin-bottom: 20px;
}
.overview-block .overview-block-description {
    margin-bottom: 20px;        
}

.out-of-the-box {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px; 
}
.out-of-the-box .bg {
    font-size: 20px;
    margin-bottom: 15px;
   
    padding-left: 10px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    
    font-family: 'Consolas', sans-serif;

    background-color:rgb(12, 168, 154);
    /* background-color: rgb(247, 243, 243); */
    border: 0px solid rgb(233, 230, 230);
    color: white;
}

.out-of-the-box .bg .header {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.out-of-the-box .bg .list {
    font-size: 22px;
    text-align: left;
    font-weight: bolder;
    margin-right: 20px;
}
.out-of-the-box .bg table {
    width: 100%;
}
.out-of-the-box .bg table td{
    width: 33%;
}

.url-block {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px; 
}

.url-block .url-block-header {
    font-size: 25px;
    margin-bottom: 20px;
}

.url-block .url-block-description{
    margin-bottom: 20px;
}

.url-block .url-block-url {
    font-size: 20px;
    margin-bottom: 15px;
    background-color: rgb(247, 243, 243);
    padding-left: 10px;
    height: 50px;   
    text-align: center;
    padding-top: 20px;
    border-radius: 5px;
    border: 1px solid rgb(233, 230, 230);
    font-family: 'Consolas', sans-serif;
}

.url-block .url-block-table{
    margin-bottom: 20px;
}

.url-block .url-img-url {
    color: #20948B;
}

.url-block .url-operation {
    color: #de7a22;
}

.url-block .url-operation-params {
    color: #6ab187;
}

.url-block .url-api-key {
    color: #fc9c5c;
}

.url-block .url-block-table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;

}

.url-block .url-block-table td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.basic-func-block {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

.basic-func-block .basic-func-block-header {
    font-size: 25px;
    margin-bottom: 20px;
}
.basic-func-block .basic-func-block-description {
    margin-bottom: 20px;        
}
.basic-func-block .basic-func-block-image{
    margin-bottom: 20px;    
}

.basic-func-block .resize .basic-func-block-table table{
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.basic-func-block .resize .basic-func-block-table td, th {
    border: 1px solid #dddddd;
    text-align: center;
    width: 33%;
    padding: 8px;
    font-weight: bolder;
}

.cdn-block {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 50px;    
}

.cdn-block .cdn-block-header {
    font-size: 25px;
    margin-bottom: 20px;
}
.cdn-block .cdn-block-description {
    margin-bottom: 20px;        
}
.cdn-block .cdn-block-image {
    margin-bottom: 20px;        
}

.responsiveness-block {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 50px;    
}
.responsiveness-block .responsiveness-block-header {
    font-size: 25px;
    margin-bottom: 20px;
}
.responsiveness-block .responsiveness-block-description {
    margin-bottom: 20px;        
}
.responsiveness-block .responsiveness-block-image {
    margin-bottom: 20px;        
}

.enterprise-block {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 50px;    
}
.enterprise-block .enterprise-block-header {
    font-size: 25px;
    margin-bottom: 20px;
}
.enterprise-block .enterprise-block-description {
    margin-bottom: 20px;        
}
.enterprise-block .enterprise-block-textimage {
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 20px; 
}
.os-block {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 50px;    
}
.os-block .os-block-header {
    font-size: 25px;
    margin-bottom: 20px;
}
.os-block .os-block-description {
    margin-bottom: 20px;        
}
/* ABOUT PAGE */   

/* BILLING */

.billing-about {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;    
}
.billing-about .billing-about-header {
    font-size: 25px;
    margin-bottom: 20px;
}
.billing-about .billing-about-description {
    margin-bottom: 20px;        
}

.table-block {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 20px;       
}

.table-block table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 50px;
}

.table-block td, th {
    border: 1px solid #e9e3e3;
    text-align: left;
    padding: 8px;
    width: 10%;
}

.table-block tr:nth-child(odd) {
    background-color: #e9e7e7;
}

.table-block tr:nth-child(1) {
    background-color:rgb(12, 168, 154);
    color: white;
}

.table-block .btn-panel {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.table-block .btn {
    background-color: rgb(56, 191, 177);
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    font-weight: bold;
}

.table-block .btn:hover {
    background-color: rgb(48, 165, 153);
}

.table-block .btn:active {
    border: 0;
    outline: 0;
}

.example .example-header {
    font-size: 25px;
    margin-bottom: 20px;
}
.example .example-description {
    margin-bottom: 20px;        
}

.extra {
    padding-top: 20px; 
    max-width: 1000px;
    margin: auto;
    padding-bottom: 20px;    
}

.extra .extra-header {
    font-size: 25px;
    margin-bottom: 20px;
}
.extra .extra-description {
    margin-bottom: 20px;        
}

.example {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 20px;  
    padding-top: 20px;   
}

.enterprise-plan {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 20px;  
    padding-top: 20px;   
}

.enterprise-plan .enterprise-plan-header {
    font-size: 25px;
    margin-bottom: 20px;
}
.enterprise-plan .enterprise-plan-description {
    margin-bottom: 20px;        
}

.plan-limitations {
    padding-top: 20px;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 20px;    
}
.plan-limitations .plan-limitations-header {
    font-size: 25px;
    margin-bottom: 20px;
}
.plan-limitations .plan-limitations-description {
    margin-bottom: 20px;        
}

.prices-description-bottom {
    margin-bottom: 50px;
}

/* BILLING */

/* COMMON */
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {

}
@media all and (max-width: 35em) {
    .nav .menu .sm-hidden {
        display: none;
    }

    .nav .brand-logo {
        padding-left: 10px;
    }

    .hero {
        height: 400px;
        background-image: url("https://pixboost.com/api/2/img/https://pixboost.com/img/hero.jpg/fit?size=275x400&auth=MzY2MjQ4NzQ2Mw__");
        flex-direction: column;
        padding: 10px;
    }

    .hero .hero-content .left-column {
        max-width: 100%;
        min-width: 260px;
        width: 90%;
    }

    .hero .hero-content .left-column .title {
        font-size: 35px;
    }

    .hero .hero-content  .right-column {
        align-items: flex-end;
    }

    .hero .hero-content .right-column img {
        width: 30px;
        display: block;
    }

    .summary {
        display: none;
    }

    .gif-api {
        padding-top: 20px;
    }

    .features {
        flex-direction: column;
        padding: 10px;
    }

    .features .column {
        width: 100%;
    }
    .features .column .card {
        width: 100%;
        text-align: center;
    }

    .features .column .card ul {
        text-align: left;
    }

    .plans .plans-list {
        flex-direction: column;
    }

    .plans .plans-list .plan {
        flex-basis: auto;
        border: 10px solid rgb(209, 209, 209);
    }

    .footer {
        height: auto;
    }

    .footer .menu {
        display: none;
    }
    .example .example-img > img {
        width: 100%;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }   
}
