@charset "utf-8";
/*headline: 
.domine-<uniquifier> {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
paragraph: 
.libre-franklin-<uniquifier> {
  font-family: "Libre Franklin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
*/

/* Colors:
black: #000000
light grey: #CECFD2
dark grey: #999999
purple: #2E1C6D
pink: #FF5EA2
yellow: #FFBA00
pastel green: #67F0C1
*/

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #CECFD2;
	
}
/* Text color for navbar and dropdown menus */
.navbar-custom , .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #000000;
}
/*navbar font*/
.navbar-brand {
    font-family: Tracion;
    color: #000000;
}

/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #2E1C6D;
    color: #fff;
    
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: #2E1C6D;
    color: #000000;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(46,28,109, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand {
	background-image: url(../MDLogo.png);
	background-repeat: no-repeat;
	background-size: 36px auto;
	background-position: 5% center;
	padding-left: 51px;
}



body {
	background-color: #CECFD2
}

/*3 col main section*/
.main h2 {
    text-align: center;
    font-weight: 500;
    font-size: 1.6em;
    color: #000000;
    font-family: "BentonSans Regular";
}
.main img {
    max-width: 100%;
    margin-bottom: 26px;
    margin-left: 0px;
    padding-top: 5px;
    height: 156px;
    width: 284px;
}

.main2 h3 {
    font-family: Tracion;
    text-align: center;
    margin-left: 176px;
    margin-top: 73px;
}

.main2 h4 {
    font-family: "Century Schoolbook";	
	
}

.main3 h1 {
    font-family: "BentonSans Regular";	
}

.main3 h5 {
    font-family: "BentonSans Regular";
}

.main4 h1{
    font-family: "BentonSans Regular";	
}

.main4 p{
    font-family: "Century Schoolbook";	
}

featurette-divider{
    margin-top: 44px;
    margin-bottom: 44px;
    padding-top: 34px;
    padding-bottom: 34px;
}

/*footer*/
footer {
    text-align: right;
    line-height: 60px;
    background-color: #2E1C6D;
    color: #FF5EA2;
}
.social a {
    margin: 0;
    display: inline-block;
    text-decoration: none;
    margin-left: 16%;
    margin-right: 10%;
}
/* Style all font awesome icons */
.fa {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 13px;
    padding-bottom: 10px;
    font-size: 30px;
    width: 40px;
    margin-right: 5px;
    text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Instagram */
.fa-instagram {
  background: #125688;;
  color: white;
}

/*head banner section*/
#home_banner {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

/*rem values are relative to the root html element, 1rem=16px*/
#home_banner h1 {
    font-family: "BentonSans Regular";
    font-size: 10rem;
    color: #000000;
    text-shadow: 2px 1px rgba(71,71,71,0.68);
    position: absolute;
    left: 7%;
    bottom: 33%;
}

/*Media Query Breakpoints*/
/*X-SMALL ONLY*/
@media screen and (min-width:375px){
#home_banner h1 {
    font-size: 3rem;
    bottom: 33%;
    left: 10%;
    }    
}


/*SMALL SIZE ONLY*/
@media screen and (min-width:576px){
#home_banner h1 {
    font-size: 4rem;
    bottom: 33%;
    left: 14%;
    }    
}

/*MEDIUM SIZE ONLY*/
@media screen and (min-width:768px){
  #home_banner h1 {
    font-size: 6rem;
    bottom: 33%;
    left: 11%;
              }
  }


/*LARGE SIZE ONLY*/
@media screen and (min-width:992px){
    #home_banner h1 {
    font-size: 10rem;
    bottom: 33%;
    left: 3%;
        }
	}