/*
Theme Name: Lions Clubs Millennium
Theme URI: https://lions.quantr.hk
Author: Peter
Author URI: https://peter.quantr.hk
Description: A WordPress theme for Hong Kong Lions Clubs
Version: 1.0
License: Quantr Commercial License
License URI: https://www.quantr.hk
Text Domain: lions-clubs
Tags: Lions Clubs
*/

body {
    background-color: #1c2653;
    color: white;
    background-image: url('./image/lionsBlack.png');
    background-size: 300px 300px;
    background-position: top right;
    background-repeat: no-repeat;
}

#logo{
    height: 120px;
}

.navbar-light .navbar-nav .nav-link{
    color: white;
    margin-top: 40px;
    height: 100px;
    padding: 20px 20px;
}

.navbar-light .navbar-nav .nav-link:hover{
    background-color: #8E71F2;
}

.footer{
    background-color: #7560ED;
    padding: 50px;
}

.footer a{
	color: white;
	text-decoration: none;
}

.footerIcon{
    height: 50px;
    margin-right: 10px;
}


.btn-primary{
    color: black;
    background-color: #FCD200;
    border-color: #FCD200;
    border-radius: 30px;
    padding: 10px 30px;
}