
@font-face {
    font-family: 'Carena-Regular';
    src: url('../fonts/Carena-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Juniper and Sage Regular';
    src: url('../fonts/Juniper and Sage Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/montserrat/Montserrat-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/montserrat/Montserrat-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
} 
body {
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

html {
    height: 100%;
}

p {
    color: #475B66;
}

.navbar-brand a img {
    width: 225px;
}

.row {
    margin-right: 0% !important;
    margin-left: 0% !important;
}

.bg-grey {
    background-color: #475B66;
}

.bg-red {
    background-color: #BB1C3C;
}

.card {
    border-top: 5px solid #BB1C3C;
}

nav {
    /*border-top: 5px solid #BB1C3C;*/
    border-bottom: 3px solid #ffffff;
}

.fixed-top {
    top: 18px;
}

h6 {
    letter-spacing: 6px;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.card-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h3, h4 {
    font-family: 'Montserrat-Regular';
}
.header h1, .MyBannerHeader h1{
	 font-family: 'Carena-Regular';	 
}
h1 {
    font-family: 'Montserrat-Regular';
    font-size: 6rem;
}
h2, h5, h6 {
    font-family: 'Montserrat-Regular';
}
.hero-para {
    font-family: 'Juniper and Sage Regular';
    font-size: 3rem;
}

header, .header {
    margin-top: 7rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 10rem;
}

.LoginPanel {
    margin: 20%;
}

.bg-graphics {
    background-image: url(../images/Junctionleaf.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

footer {
    border-bottom: 2px solid #BB1C3C;
}

.dropdown-item.text-white:hover {
    color: #475B66 !important;
}

@media(max-width:756px) {
    h1 {
        font-size: 3rem;
    }
	.navbar-toggler{
		margin-right: 15%;
        margin-bottom: 40px;
	}
}


/*External css*/


.gray-bg {
    background: #f4f9fc;
}

.btn-round-full {
    border-radius: 50px;
}

.btn-main-2 {
    background: #e12454;
    color: #fff;
    border-color: #e12454;
}

    .btn-main-2:hover {
        background: #e12454;
        color: #fff;
        border-color: #e12454;
    }

.btn {
    display: inline-block;
    font-size: 14px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: .5px;
    padding: .75rem 2rem;
    font-family: Montserrat-Regular;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all .35s ease;
}

.feature-item {
    flex-basis: 33.33%;
    margin: 0px 10px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.service .service-item {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.service .icon {
    float: left;
    margin-bottom: 10px;
}

.header-top-bar {
    background: #BB1C3C;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}
.header-top-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media only screen and (max-width: 400px) {
    .bg-graphics {
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
	   .hero-para{ font-size: 2rem;	   }	
}
.top-margin{
	margin-top: 6rem;
}
@media only screen and (max-width: 375px) {	  
	   .navbar-toggler {margin-right: 0%; margin-bottom: 0px;}
       .navbar-brand a img {width: 160px;}	
       .top-margin{	margin-top: 4rem;}
.col-lg-4 .card .card-body{height:100% !important;}	   
}
@media only screen and (max-width: 255px) {	 	  
       .navbar-brand a img {width: 130px;}	      	  
}

/* #dnn_BannerPane{
	min-height:350px;
} */