#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;
    }

    .content-navbar .dropdown-menu {
        background-color:#f9fafb;/*#22395a;*/
        color:#fff;
    }

    .content-navbar .dropdown-item {
        /*color:#fff;*/
        opacity:1;
    }
}

@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;
    }

    .content-navbar .dropdown-menu {
        background-color:#f9fafb;
    }

    .content-navbar .dropdown-item {
        /*color:#fff;*/
        opacity:1;
    }
}

@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;
    }

    .content-navbar .dropdown-menu {
        box-shadow: 2px 2px 5px 4px rgba(0, 0, 0, 0.075);
    }
}

@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;
    }

    .content-navbar .dropdown-menu {
        box-shadow: 2px 2px 5px 4px rgba(0, 0, 0, 0.075);
    }
}

@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;
    }

    .content-navbar .dropdown-menu {
        box-shadow: 2px 2px 5px 4px rgba(0, 0, 0, 0.075);
    }
}

/* 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;
}

.blockquote {
    background-color:#f8f8f8;
    padding:20px;
}



/* 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;
    }

}

/* Carb Icing Calculator */

.severe-icing {
    color:#1F3F59;
}

.serious-icing {
    color:#366E9C;
}

.moderate-icing {
    color:#87B7D5;
}

.light-icing {
    color:#AECFE2;
}