body {
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	line-height: 1.3;
	background: #eee;
	text-rendering: geometricPrecision;
	padding: 0;
	margin: 0;
}

/**Import Icon Font Family**/
@font-face {
  font-family: "image-icons";
  src:url("fonts/image-icons.eot");
  src:url("fonts/image-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/image-icons.woff") format("woff"),
    url("fonts/image-icons.ttf") format("truetype"),
    url("fonts/image-icons.svg#image-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "image-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/** End Import Icon Font Family **/

/** Begin Kit **/

::selection {
	background: rgba(254,190,16,1);
	color: #ffffff; /* Safari */
	}

::-moz-selection {
	background: rgba(254,190,16,1); /* Firefox */
	color: #ffffff; 
}


/** Colors 

/** orange/yellow - #febe10, 254,190,16

/**

End Colors **/

a{
	text-decoration: none;
	color: inherit;
}

.bg-transition{
	transition: 
		background 0.5s ease, 
		color 0.25s ease, 
		border 0.25s ease,
		opacity 0.25s ease;	
}

.bg-transition-two{
		transition: 
		background 0.5s ease, 
		color 0.25s ease, 
		border 0.25s ease,
		opacity 0s ease;
}

.bg-transition-three{
		transition: 
		background 0.5s ease, 
		color 0.25s ease, 
		border 0.25s ease,
		opacity 0.5s ease,
		box-shadow 5s ease;		
}


.opacity{
	opacity: 0.5;
}

.opacity:hover{
	opacity: 1.0;
	transition: 
		opacity 0.25s ease;	
}


.opacity-two{
	opacity: 0.75;
}

.opacity-two:hover{
	opacity: 1.0;
	transition: 
		opacity 0s ease;	
}


ul li{
	  list-style-type: none;
	  list-style: none;
}


ul ul{
	list-style-type: none;
}

ul, h1, p{
	padding: 0;
	margin: 0;
}

.message-sent-menu{
	font-size: 36px;
	color: #28b0c0;
	font-weight: 400;
	line-height: 175%;
	padding: 25px 0 0 0;
	
}

.message-sent-body{
	font-size: 36px;
	color: #7f8283;
	font-weight: 400;
	line-height: 175%;
	padding: 25px;
	background-color: #fff;
}		