/* 4everinthelight CSS © 2016 Steve Varty 4everinthelight.co.uk */

/*---- START GLOBAL SETTINGS ----*/
html{}
body{
	width:100%;
	padding:0px;
	margin:0px;
	font:14px/18px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	}
div, p, ul, h2, h3, img{
	padding:0px;
	margin:0px;
	}
/*---- END GLOBAL SETTINGS ----*/

#HeaderUserPanel ul li a{
	font-family: 'Lato', serif;
	font-size: 15px;
	line-height: 1.5;
	text-decoration:none;
	background-color:#000000;
	color:#ffffff;
	padding:0 5px 0 1px;
	float:left;
	}
#HeaderUserPanel ul li a:hover{
	text-decoration:none;
	color:#636363;
	}
#HeaderUserPanel ul li.active a {
    color:#B8CEDA;
}

/*----START HEADER PANEL----*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}
a {
    text-decoration: none;
}
.header{
    height:125px;
	margin:0 auto;
	padding:0px;
	font-family: 'Lato', serif;
	font-size: 20px;
	line-height: 1.5;
	text-decoration:none;
	background-color:#000000;
	color:#ffffff;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}
.hamburger {
    display: none;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color:#ffffff;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-item {
    margin-left: 15px;
}
.nav-link{
    font-family: 'Lato', serif;
	font-size: 20px;
	line-height: 1.5;
	text-decoration:none;
	background-color:#000000;
	color:#ffffff;
}
.nav-link:hover{
    color: #636363;
}
.nav-link-active{
    font-family: 'Lato', serif;
	font-size: 20px;
	line-height: 1.5;
	text-decoration:none;
	background-color:#000000;
	color:#B8CEDA;
}
.nav-link-active:hover{
    color: #636363;
}
@media only screen and (max-width:768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 7.3rem;
        flex-direction: column;
        background-color: #000000;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }
    .nav-menu.active {
        left: 0;
    }
    .nav-item {
        margin: 0.5rem 0;
    }
    .hamburger {
        display: block;
        cursor: pointer;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}
@media only screen and (max-width:375px) and (min-width:200px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 7.3rem;
        flex-direction: column;
        background-color: #000000;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }
    .nav-menu.active {
        left: 0;
    }
    .nav-item {
        margin: 2.5rem 0;
    }
    .hamburger {
        display: block;
        cursor: pointer;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}
/*----END HEADER PANEL----*/

/*----START BODY MAIN PANEL----*/
#BodyMainPanel{
	width:100%;
	height:20px;
	position:relative;
	top:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	z-index:-1;
	color:#0000000;
	padding:0 0 0 0;
	clear:both;
	}
/*----END BODY MAIN PANEL----*/

.footer-link{
    font-family: 'Lato', serif;
	font-size: 15px;
	line-height: 1.5;
	text-decoration:none;
	background-color:#000000;
	color:#ffffff;
}
.footer-link:hover{
    color: #636363;
}
.footer-link-active{
    font-family: 'Lato', serif;
	font-size: 15px;
	line-height: 1.5;
	text-decoration:none;
	background-color:#000000;
	color:#B8CEDA;
}
.footer-link-active:hover{
    color: #636363;