@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:wght@400;700&display=swap');

.themeFont {
    font-family: 'Old Standard TT', serif !important;
}

.primaryBlue {
    color:#7995bd !important;
}

.secondaryGray {
    color:#a8b1b0 !important;
}

h1,h2,h3,h4,h5 {
    color:#7995bd;
}

body{
    padding-top:50px;
    overflow-x: hidden;
}

p {
    font-size:1.2em;
}

.masthead {
    background-image: url('../images/blue-striped-bg.gif');
}

.bg-pink {
    background-color: rgba(227,154,152,1);
}

.bg-blue {
    background-color: #7697c2;
}

.text-pink {
    color: rgba(227,154,152,1);
}

.btn-primary {
    background-color: #7995bd !important;
    border:1px solid #6884ad;
}

.btn-pink {
    background-color: rgba(199, 119, 117, 0.95) !important;
    background-color: rgba(156, 76, 74, 0.95);
    color: #ffffff;
}

/* TOP MENU TWEAKS */

.navbar {
    transition: all 0.4s;
}

.navbar-action{
    /*background-color: rgba(227,154,152,.95);*/
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
/*.navbar-action a{
    color:#333333 !important;
}*/

/*
#mainNav a{
	color: #FFFFFF;
}

#mainNav a:hover{
	color: #FFFF00;
}
*/

/* SUB-PAGES */

/*To override the css default for lists in articles */
.article li, .article ul, .article ol
{
	font-size:1.1em;  
}
		
		
		
		