 /*   
Theme Name: City of Clinton 
Theme URI: 
Description: Custom Header for City of Clinton, MN
Author Name: Susan Belanger
Author URI: https://creativelyewe.com
Version: 2
 */


:root {
  --primary-color: #2f5061;
  --secondary-color: #1b206e;
}


/* BASE STYLES */
* {
  /*box-sizing: border-box;*/
  margin: 0;
  padding: 0;
}



/*  Navigation */


/* TOGGLE */
.toggle, .toggle.reverse {
	position: absolute;
  	top: 32px;
  	right: 25px;
	width: 60px;
    height: 60px;
	background: url(../images/menu_dk.png);
    background-size: 35px;
	background-position: center;
	background-repeat: no-repeat;
 	z-index: 1000;
	cursor: pointer;
    
}


.toggle.reverse {
	
	background: url(../images/menu_white.png);
   background-size: 35px;
	background-position: center;
	background-repeat: no-repeat;
  
}

.toggle.active {
  background: url(../images/close_dk.png);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}



/* NAVIGATION */
.navigation {
	
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation.active {
  	left: 0;
	
}

.navigation ul {
  position: relative;
}

.navigation ul li {
  position: relative;
  list-style: none;
  text-align: center;
}

.navigation ul {
    position: relative;
}



.navigation ul li {
	
    position: relative;
    list-style: none;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 1rem;
}

.navigation ul li a, .navigation ul li  {
    font-size: 2.2rem;
    font-family: 'McLaren', cursive;
    color: #2f5061;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
}

.navigation ul li a:hover {
  color: var(--primary-color);
}

.navigation ul li.contactLink, .navigation ul li.aboutLink, .navigation ul li.servicesLink, .navigation ul li.portfolioLink, .navigation ul li.paymentsLink, .navigation ul li.homeLink {
    color: #c1684c;
    font-style: normal;
    font-weight: bold;
}


.navigation .social-bar {
  position: absolute;
  top: 0;
  left: 3%;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation .social-bar a {
  display: inline-block;
  transform: scale(1.25);
}


.navigation .email-icon {
  
  transform: scale(0.5);
}
