/*
Theme Name: ngweb stackable
Theme URI: https://wpstackable.com/theme
Template: stackable
Author: GΛMBIT
Author URI: https://wpstackable.com
Description: Made for Stackable - Ultimate Blocks &amp; the new WordPress editor. Perfect for a business or personal sites and blogs.
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-image-header,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,translation-ready,blog
Version: 1.0.4.1569337977
Updated: 2019-09-24 17:12:57

*/

@import url('https://fonts.googleapis.com/css?family=Mr+Dafoe&display=swap');

/*
html {
	font-family: "GillSansMTStd-Medium", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	font-family: "GillSansMTStd-Medium", sans-serif;
}

*/

.widget-footer-bottom-area {
	border-top: none;
}

.mrdafoe {
	font-family: 'Mr Dafoe', cursive;
	font-weight: 400;
	font-size: 3rem;
}

.ncolor {
	color:#ff7e00;
}
.gcolor {
	color:#ff5400;
}
.wcolor {
	color:#ff004e;
}

header {
	background-color: transparent !important;
}
.site-header {
	padding-bottom: 0;
	box-shadow: none;
}
h2.whitetext {
	color: #ffffff;
}
#languages {
	width: 100%;
	height: 1rem;
	overflow: visible;
	font-size: small;
	margin-top: 10px;
}
#languages li {
	list-style-type: none;
	text-align: center;
}
#languages a {
	color: #ffffff;
}
#languages a:hover {
	text-decoration: underline;
}
.bubblesframe {
	height: 300px;
	width: 100%;
	min-width: 320px;
	border: none;
}
.hideonsmartphone {
}
@media screen and (max-width: 640px) {
	.hideonsmartphone {
		display: none;
	}
	
	.bubblesframe {
		display: none;
	}
	
	.ugb-blockquote {
		font-size: 1.4rem !important;
	}
}