body {
  font-family: "Montserrat";
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

p {
  color: #8f8f8f;
}

/* -- FONT Styles -- */
h1, h2, h3, h4 {
  /* font-family: Arial, Verdana, Tahoma, sans-serif; */
  font-size: 2em;
  font-weight: bold;
}

h1#tagline {
  margin-bottom: 0;
  color: #c00;
  font-size: 2.4em;
  font-weight: bold;
}

/* div#topbanner h1 {
	padding-top: 0.75em;
	text-align: center;
} */
h2#tagline {
  color: #14416f;
  ;
  font-size: 2.2em;
}

h3#tagline {
  color: #933;
  font-weight: bold;
}

h4#tagline {
  color: #007dbd;
  font-size: 1.6em;
}

/* Headings */
.big-heading {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 2.5 rem;
  line-height: 1.5;
}

.big-heading_white {
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 2.5;
  color: azure;
  padding-top: 1rem;
}

.centre {
  margin: auto;
  width: 60%;
  padding: 10px;
}

.centre_button {
  margin: auto;
  width: 80%;
}

.section-heading {
  font-size: 3;
  line-height: 1.5;
  font-weight: bold;
}

/* Containers */
/* Thickness of Navigation Bar */
.container-fluid {
  padding: 1.5% 15% 3%;
}

/* Container holding the image and the text */
.img-container {
  position: relative;
}

/* Sections */
.navigation-section {
  background-color: purple;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.colored-section {
  background-color: #244a91;
  /**** MB Powder Blue background ****/
  color: slategrey;
  padding-bottom: 20px;
}

.white-section {
  /* Test Color background-color: purple; */
  background-color: white;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.white-section-intro {
  /* Test Color background-color: pink; */
  background-color: white;
  text-align: center;
  font-size: 10px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Grey #ebf0f8 */
.grey-section {
  /* Test Color background-color: orange; */
  background-color: #ebf0f8;
  text-align: center;
  padding-top: 2rem;
}

.footer-section {
  /* Test Color background-color: green; */
  background-color: white;
  text-align: left;
}

/* Navigation Bar */
.navbar {
  padding: 0 0 0rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
  width: 50%
}

.bump {
  padding-bottom: 3%;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Ubuntu";
}

/* Buttons */
.download-button {
  margin: 1% 3% 5% 0;
}

/* Image Block */
.world-image {
  width: 100%;
  transform: rotate(0);
  position: relative;
}

div.bodysection-grey {
  clear: both;
  margin: 2em 5em 2em 5em;
  text-align: left;
}

div.bodysection-white {
  background-color: #fff;
  clear: both;
  margin: 2em 1em 2em 1em;
  text-align: left;
}

div.center-text {
  text-align: center;
}

div.callout {
  clear: both;
  margin: 1em auto 1em auto;
  padding: 1em 2.5em;
  width: 75%;
  color: #c00;
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
  border: 1px solid #900;
  border-width: 1px 0;
}

/* Images Opacity */
img {
  opacity: 1.0;
  filter: alpha(opacity=40);
}

img:hover {
  opacity: 0.5;
  filter: alpha(opacity=100);
}

img.fleft {
  display: block;
  float: left;
  margin: 1em 2em 1em 1em;
}

img.fright {
  display: block;
  float: right;
  margin: 1em 1em 1em 2em;
}

/* Bottom right text */
.text-block {
  position: relative;
  background-color: #0070b3;
  color: white;
  padding: 20px;
}

/* Title Section */
/* Top Blue Stripe */
#title {
  background-color: #426bb9;
  color: #fff;
  text-align: left;
}

/* Title Image */
.title-image {
  width: 90%;
  transform: rotate(0);
  position: relative;
}

/* Features Section */
#features {
  position: relative;
}

.feature-title {
  font-size: 1.5rem;
}

.feature-box {
  padding: 4.5%;
}

.icon {
  color: #2971b9;
  /**** MB Dark Blue ****/
  margin-bottom: 1rem;
}

.icon:hover {
  color: #50aafc;
  /**** MB Powder Blue background ****/
}

/* Testimonial Section */
#testimonials {
  background-color: #ebf0f8;
  /**** MB Light Blue background ****/
}

#support {
  background-color: #ebf0f8;
  /**** MB Light Blue background ****/
  padding-bottom: 20px;
}

#videos {
  background-color: #2971b9;
  /**** MB Dark Blue background ****/
  color: white;
  padding-bottom: 20px;
}

#spotlight a:hover {
  background-color: #c00;
  border-color: #c00;
  color: white;
}

.testimonial-text {
  font-size: 1.5rem;
  line-height: 1.5;
}

.testimonial-image {
  width: 100px;
  margin: 10px;
  height: 100px;
}

.testimonial-image-chromebook {
  width: 173px;
  margin: 10px;
  height: 100px;
}

.leader {
  padding: 2rem;
}

div.bodysection {
  clear: both;
  margin: 2em 0;
  padding: 3em 0;
  text-align: left;
}

.button-centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

#press {
  background-color: #ebf0f8;
  /**** MB Light Blue background ****/
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing Section */
#pricing {
  padding: 100px;
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

.pricing-column {
  padding: 3% 2%;
}

#panel {
  background-color: white;
  /**** MB Light Blue background ****/
  padding-bottom: 5%;
}

/* -- SPAN Styles -- */
span.mkbk {
  font-weight: bold;
  font-size: inherit;
  color: #14416f;
}

/* CTA Section */
/* Footer Section */
.social-icon {
  margin: 20px 10px;
}

@media (max-width: 1028px) {
  #title {
    text-align: center;
  }
}
