/*
 Theme Name:   Twenty Twenty 4w Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twenty Child Theme
 Author:       Lance Dyas
 Author URI:   http://example.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentychild
*/

@import url('https://fonts.googleapis.com/css?family=Pontano+Sans|Oswald:400,700,300&subset=latin,latin-ext');
 
.header-navigation-wrapper {
	background-color:rgba(0,0,0,0.4);
	padding:8px;
	padding-left:12px;
	padding-right:24px;
	border-radius:16px;
}
.site-title{
	text-shadow: 2px 2px #000000;
 font-style:italic;
}
.site-description {
	 padding-left:34px;
	   font-weight:bold;
	   color:black;
		text-shadow: 2px 2px #fff;
}
.header-navigation-wrapper a{
	color:white !important;
	font-size:12px;
}
 
.toggle, .toggle-icon {
	color:white;
}
.toggle-text {
		display:none;
}

body:not(.overlay-header) .primary-menu ul {
    	background-color:rgba(0,0,0,0.4);
}
.svg-icon {
	COLOR:WHITE !IMPORTANT;
}
.social-icons a {
	BACKGROUND-COLOR:RED;
}

@media (min-width: 700px)
.footer-widgets {
    margin-left: 4rem;
    width: 33%;
}

.img-social {
	display:inline-block;
	width:42px;
}

.bullet img {
	display:inline-block;
	vertical-align:middle;
	width:42px;
	margin-right:15px;
}

h2, h1, h3, h4 {
    font-family: Oswald;
}
p,td,div{
	font-family:Pontano Sans !important;
	font-size:18px;
}
.h2, h2 {
    font-size: 30px;
}
.bullet a {
	color:white;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}