.testContainer {
  display: flex;
  justify-content: space-between;
}



.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke=' rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

 



@media only screen and (min-width: 600px) {
.navbar {
height: 50px !important;
}
}
@media only screen and (min-width: 768px) {
.navbar {
height: 70px !important;
}
}


	body {
  		font-family: "Open Sans";
  		font-weight: 300;

	/*	font-style: italic;*/

  		font-style: italic;

	 	font-size: 12px;



	   background-image: url("sunset.jpg");
	   background-repeat: no-repeat;
	   background-size: 100% 100%;
	   background-attachment: fixed;

	}




// MAKE BURGER MENU SMALLER //
.burger-inner.header-menu-icon-tripleLineHamburger .top-bun {
  transform: translatey(-6px);
}

.burger-inner.header-menu-icon-tripleLineHamburger .bottom-bun {
  transform: translatey(6px);
}

.burger-inner > div {
  width: 60% !important;
}
