#div_id_captcha {
    display: none;
}

@media only screen and  (max-width:576px) { /* extra small */
    
    .logo-title-black {
        font-size: 1.75rem;
    }

    .logo-title-light {
        font-size: 1.75rem;
    }

    .navbar-logo {
        width:32px;
        height:auto;
    }
}

@media only screen and  (max-width:768px) and (min-width:576px) { /* small */

    .logo-title-black {
        font-size: 2.0rem;
    }

    .logo-title-light {
        font-size: 2.0rem;
    }

    .navbar-logo {
        width:40px;
        height:auto;
    }
}

@media only screen and  (max-width:992px) and (min-width:768px) { /* medium */

    .logo-title-black {
        font-size: 2.0rem;
    }

    .logo-title-light {
        font-size: 2.0rem;
    }

    .navbar-logo {
        width:40px;
        height:auto;
    }
}

@media only screen and  (max-width:1200px) and (min-width:992px) { /* large */

    .logo-title-black {
        font-size: 2.0rem;
    }

    .logo-title-light {
        font-size: 2.0rem;
    }

    .navbar-logo {
        width:40px;
        height:auto;
    }
}

@media only screen and  (min-width:1200px) { /* extra large and above */

    .logo-title-black {
        font-size: 2.0rem;
    }

    .logo-title-light {
        font-size: 2.0rem;
    }

    .navbar-logo {
        width:40px;
        height:auto;
    }
}

/* Universal settings */



.post-thumbnail {
    width:100px;
    height:auto;
}


.logo-title-black {
    font-family: 'Lato', sans-serif;
    font-weight:900;
}

.logo-title-light {
    font-family: 'Lato', sans-serif;
    font-weight:300;
}

.category-font, .author-jobtitle {
    font-family: 'Noto Sans Mono', monospace;
    
}

.pop-cat-sidebar {
    font-size:0.8rem;
}



/* css specific to calculators */
.greyText {
	color:#cecece;
}
.emphText {
	color:#212529;
}

/* Wing plot tool */
.wing-result-cell {
    background-color: #fafafa;
    text-align:center;
    border: 1px solid #bfbfbf;
}

/* Unit conversion tool  */
.outputstyle {
    background-color:#fcfcfc;    
	border: solid 1px #ced4da;
	font-weight:400; 
    line-height: 1.75;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
}
.unittext {
    font-size: 0.85rem;
}

@media only screen and  (max-width:576px) {
    .unit-container {
        font-size: 0.9rem;
    }

    .unit-container input, .unit-container select, .unit-container button {
        font-size: 0.85rem;
    }

}