a.navbar-brand{
	margin-bottom: 2.4em;
}
@font-face {
	font-family: "Cardo";
	src: url(../fonts/Cardo-Regular.ttf);
}
@font-face{
	font-family: "Arvo";
	src: url(../fonts/Arvo-Regular.ttf);
}
@font-face{
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Bold.otf);  /* .ttf  .eot*/  /* IE */ 
}
@font-face{
    font-family: "Verdana";
    src: url(../fonts/verdana.ttf);  /* .ttf  .eot*/  /* IE */ 
}
@font-face{
    font-family: "Verdana Bold";
    src: url(../fonts/verdanab.ttf);  /* .ttf  .eot*/  /* IE */ 
}

@font-face{
    font-family: "Corbel";
    src: url(../fonts/corbel.ttf);  /* .ttf  .eot*/  /* IE */ 
}

@font-face{
    font-family: "Josefin Sans";
    src: url(../fonts/JosefinSans-Regular.ttf);  /* .ttf  .eot*/  /* IE */ 
}

a {
	font-size: 1.5em;
	font-family: Montserrat;
}
.dropdown-menu a {
	font-size: 1em;
	font-family: Corbel;
}
ul.navbar-right {
	margin-bottom: 1em;
}
h1 {
	font-family: Montserrat!important;
}
p {
	font-family: Cardo; 

}
.social_media a {
	display: inline-block;
	margin: 0 auto;
}

.send {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}.send:hover {
	background-color:#e9e9e9;
}.send:active {
	position:relative;
	top:1px;
}
