/*Add Proxima Nove Font Family */
@font-face {
	font-family: 'proxima_nova_rgregular';
	src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot');
	src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff') format('woff'),
		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf') format('truetype'),
		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_nova_rgbold';
	src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot');
	src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.woff') format('woff'),
		 url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.ttf') format('truetype'),
		 url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'adelle_rgregular';
	src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot');
	src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://litmus.com/fonts/Emails/adelle_reg-webfont.woff') format('woff'),
		 url('https://litmus.com/fonts/Emails/adelle_reg-webfont.ttf') format('truetype'),
		 url('https://litmus.com/fonts/Emails/adelle_reg-webfont.svg#adelle_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*Set Body Parameters */
body {
    font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}

/*Set Head Parameters */
head {
    font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}

/*Set Image Parameters for rounded images */
.imageround {
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  max-width: 100%;
  height: auto;
  margin: auto;
}

/*Set Image Parameters for rounded images */
div.center {
  margin: auto;
  justify-content: center;
  width: 80%;  
}

/* Set div Parameters for a shadow box */
div.shadowbox {
  margin: auto;
  border: 1px solid;
  text-align: center;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #8EED8E;
  color: black;
  position: relative;
  font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  /* background-color: #800080; */
  font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}

/* Style the hamburger menu */
.topnav a.icon {
  color: black;
  background: #8EED8E;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #800080;
  color: white;
} 
