/* 

seal_custom.css

T4 Media ID: 


Last edited:
2020. v1

*/ 



/*  */



/* --------------------------------------------------------------- 
   Google Fonts
-----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Gochi+Hand:100,200,400,500,600,700,800|Nunito:300,400,600,700,800");


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    font-family: 'Gochi Hand', cursive;
    color: #1f1f1f;
    margin: 0;
    letter-spacing: 0.5px;
}





.seal-light-blue {
    color: #0089d2;
    background-color: #0089d2;
}

.dark-blue {
    color: #003366;
}







#header .header-inner #iss-logo a > img, 
#header #header-wrap #iss-logo a > img {
    transition: all .4s ease-in-out;
    height: 40px;
    width: auto;
	vertical-align: middle;
}



@media (max-width: 1100px) {

	#header .header-inner #iss-logo {
		display: none;

	}

}









#mainMenu nav > ul > li > a {
    
    font-family: 'Gochi Hand', cursive;
    padding: 10px 12px;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #003366;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
}



#mainMenu nav > ul > li .dropdown-menu > li > a, #mainMenu nav > ul > li .dropdown-menu > li > span, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    font-family: 'Gochi Hand', cursive;
    font-size: 14px;
}



.portfolio-attributes.style2 .attribute strong {
    font-family: 'Gochi Hand', cursive;
}

.portfolio-attributes {
    text-transform: none

}



/* Make Item Titles more readable  */

.stroke-text{
	font-size: 2em;
	font-family: 'Gochi Hand', cursive;
  --stroke-color:white;
  --stroke-width:1px;
  color:#003366;
  text-shadow: var(--stroke-width)  0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);
}




/* Reduce the overall height of the image heading  */
#page-title { 
    padding: 50px 0;
}




