/* 
Theme Name: Penahak
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.site-header{
	max-width: 100%;
	padding: 15px 70px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.site-navigation ul.menu li a{
	color: #414141;
}
.site-navigation ul.menu li a:hover{
	color: #1DA57A;
}
.site-footer{
	padding: 20px 0;
}
.footer-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-container ul{
	list-style: none;
	display: flex;
	align-items: center;
}
.footer-container ul li{
	margin: 0 30px 0 0;
}
.footer-container ul li:last-child{
	margin: 0;
}
.footer-container ul li a{
	color: #414141;
}
.footer-container ul li a:hover{
	color: #1DA57A;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1DA57A;
    color: white;
    cursor: pointer;
    padding: 20px;
    border-radius: 1000px;
    background-image: url(../penahak-child/images/up-arrow.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

#myBtn:hover {
  background-color: #555;
}