/* -- GENERAL FORMATING --*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');


body {
  margin: 0;
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

/* -- SITE STRUCTURE --*/

.logo {
  float: left;
}

.logo img {
	max-height: 260px;
	margin: 0;
	padding: 0;
}

h1, h3 {
  color: #562a86;
  margin: 0;
  padding: 0;
}

h2 {
  color: #da912b;
  margin: 0;
  padding: 0;
}

ul {
    list-style-position: inside;
}

.quotebox {
  display: block;
  background: #562a86;
  padding: 20px 50px 50px 50px;
  margin: 50px;
  color: #FFF;
  border: 10px solid #381a58;
}

.quotebox a:link,
.quotebox a:visited {
  color: #FFF;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.col {
  width: auto;
  display: inline-block;
}


/* -- NAV BAR --*/

.topbar {
  width: 100%;
  max-height: 260px;
  display: inline-block;
  background-color: #381a58;
  background-image: url('/site-images/bgm-nav-bar.jpg');
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  top:0;
  left: 0;
  z-index: 99;
}

.topnav {
  overflow: hidden;
  float: right;
  width: 300px;
  padding-top: 0px;
  padding-left: 40px;
}

.topnav a {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #FFFFFF;
  text-shadow: 0 0 20px #da912b;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #da912b;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

/* -- SITE CONTENT --*/

.contentbar {
  display: block;
  min-height: 500px;
  margin-top: 300px;
  margin-right: 100px;
  margin-left: 100px;
  margin-bottom: 100px;
  text-align: left;
}

.footerbar {
  position: relative;
  background-color: #1c0044;
  width: 100%;
  text-align: center;
}

.footertext {
  display: block;
  padding: 40px;
  margin-right: 100px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}

.footercircle {
 position: absolute;
  top: -40px;
  right: 25px;
  z-index: 99;
  width: 100px;
  height: 100px;
  background: #da912b;
  border-radius: 50%
}

/*--- MOBILE STYLES ---*/
@media only screen and (max-width: 1055px),
only screen and (max-width: 768px) {			


/*--- CLIENT-SPECIFIC STYLES ---*/
body {
	width:100% !important; 
	min-width:100% !important;
}

/* -- SITE STRUCTURE --*/
.logo img {
	max-height: 100px;
}

.topbar {
  max-height: 100px;
  background-image: url('/site-images/mobile-bgm-header-bar.jpg');
  background-repeat: no-repeat;
}



/*--- NAV BAR ---*/

.topnav {
  padding-top: 0;
  padding-left: 0;
  float: none;
  width: auto;
}

.responsive {
  background: #381a58;
}

.topnav a {
  font-size: 20px;
}


  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }


  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

/* -- SITE CONTENT --*/

.contentbar {
  display: block;
  margin-top: 150px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 50px;
}

.quotebox {
  padding: 20px;
  margin: 10px;
}

input,
textarea {
max-width: 75%;
}

ul {
margin-right: 20px;
}

.col {
  display: block;
  width: 100%;
}

}
