/* mm_styles_01.css */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
font-family: 'Gentium Basic', serif;
font-family: 'Gentium Book Basic', serif;
font-family: 'Cormorant', serif;

@charset "UTF-8";

h1 {
    font-family: open sans;
    font-weight: 200;
    color: #592F8E;
}

h2 {
    font-family: open sans;
}

h3 {
    font-family: open sans;
}

h4 {
    font-family: open sans;
}

p {
    font-family: open sans;
    font-size: 15px;
    line-height: 20px;
}

BodyText09pt {
	font-family: open sans;
	font-size: 9pt;
	line-height: 20px ;
}

BodyText10pt {
	font-family: open sans;
	font-size: 10pt;
	line-height: 20px ;
}

.navbar.navbar-expand-lg.navbar-light.bg-light {
    font-family: open sans;
    font-weight: bold;
    font-size: 15px;
}

.navbar.navbar-expand-lg.navbar-light.bg-light {
}

.ChapterTitle {
	font-family: open sans;
    font-weight: bolder;
    font-size: 24px;
}

/* CSS Document */

@media (min-width: 1600px){
	
.container-fluid.container60 {
    width: 50%;
    margin-left: 25%;
}
}

@media (min-width: 1800px){
}

.container90 {
    width: 90%;
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: 1%;
}

.center {
    text-align: center;
}

.teal {
    color: #0091a2;
}

.lightTeal {
	color: azure;
}

@media (max-width: 450px){
.container-fluid.container60 {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 1%;
}
.img-fluid.footer-logo {
    width: 50%;
    margin-left: 25%;
}
}

.container60 {
    width: 60%;
    margin-left: 20%;
}

.gradient1 {
    background-image: url(../images/blue_yellow_gradient.png);
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    background-position: 42% 0%;
}

<style>
.div-teal {
	background-color: lightseagreen;
}
</style>

.container70 {
    width: 70%;
    margin-left: 15%;
}

.container-buttons {
    width: 80%;
    margin-left: 1px;
}

.button-purple {
    background-color: #8079b8;
    font-family: open sans;
    font-weight: 600;
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.button-teal {
    background-color: #055F6A;
    font-family: open sans;
    font-weight: 600;
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.button-blue {
    background-color: #209CAB;
    font-family: open sans;
    font-weight: 600;
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.blue-bar {
    color: #ffffff;
    text-align: center;
    background-color: #67bedb;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.purple {
    color: #380548;
}

.container95 {
    width: 95%;
    margin-left: 2.5%;
    margin-bottom: 2%;
    margin-top: 1%;
}

.footer {
    background-image: url(images/transparent_sky.png);
    background-repeat: repeat;
    border-top: 4px solid #0091a2;
    margin-bottom: 2%;
    padding-top: 5px;
}

.footer-logo {
}

@media (max-width : 1157px ){
.img-fluid.footer-logo {
    width: 40%;
    margin-left: 30%;
}	
.img-fluid.header-logo {
    width: 70%;
    margin-left: 15%;
}
}

.fill-div {
    width: 100%;
}

.header {
    background-image: url(../images/blue_yellow_gradient80.png);
    background-repeat: repeat-y;
}

.right {
    text-align: right;
}

.phone {
    font-weight: 600;
    margin-top: 65px;
}

.header-logo {
    width: 80%;
}

.strong {
}

.style2 {
}

.H1_Playfair {
}

.h2_Playfair {
}

.bodytext {
}
