@import url(http://fonts.googleapis.com/css?family=Montserrat);
/*basic reset*/
@font-face {
font-family: amaranth;
src: url('../font/amaranth/Amaranth-Regular.otf');
}


h1{
	font-family: amaranth !important;
	-webkit-font-family: amaranth !important;
	-moz-font-family: amaranth !important;
	color: #ee9cb0 !important;
		text-align: center;
}


.custom{
	border: 1px solid #f6cdd7;
}
.custom h4{
	color:#81441d !important;
}

#google-maps{
	    position: relative;
        padding-bottom: 30%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
}

#google-maps iframe{
	     position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;	
}
