/* scss for living muay thai */
/* to compile scss to css: >> sass main.scss:main.css */
/* sass files */
/* colors  */
/* these mimic Foundations media queries */
/* Mobile - smaller phone viewpoints */
/* */
@media screen and (min-width: 320px) {
  .large-screen {
    display: none; }

  .mobile-screen {
    display: block; } }
/* Mobile - small devices and small phones */
/* */
@media screen and (min-width: 481px) {
  .large-screen {
    display: none; }

  .mobile-screen {
    display: block; } }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .large-screen {
    display: none; }

  .mobile-screen {
    display: block; } }
/* Most tablets */
/* */
@media screen and (min-width: 768px) {
  .large-screen {
    display: none; }

  .mobile-screen {
    display: block; } }
/* Desktops: smaller desktop viewpoints */
/* */
@media screen and (min-width: 992px) {
  .large-screen {
    display: block; }

  .mobile-screen {
    display: none; } }
/* Desktops: smaller desktop viewpoints */
/* */
@media screen and (min-width: 1025px) {
  .large-screen {
    display: block; }

  .mobile-screen {
    display: none; } }
/* Desktops with large screens and wide screens */
/* */
@media screen and (min-width: 1200px) {
  .large-screen {
    display: block; }

  .mobile-screen {
    display: none; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .large-screen {
    display: block; }

  .mobile-screen {
    display: none; } }
body {
  background-color: #e5e4e2;
  font-family: 'Source Sans Pro','Sans Serif', arial;
  font-size: 16px;
  font-weight: 400; }

.page-content {
  padding-left: 20px;
  padding-right: 20px; }

header {
  background-color: #666; }

.lmt-header {
  background-color: #666;
  margin: auto;
  width: 100%;
  text-align: center; }

#lmt-header {
  background-color: #666; }

.layout {
  margin: auto;
  width: 100%;
  max-width: 100rem; }

.left-column {
  background-color: #c5c6c7;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
  padding-left: 10px; }

.right-column {
  border-top: 2px solid #666;
  padding-left: 15px; }

a:link {
  text-decoration: none;
  color: #00008b;
  /*dark-blue*/
  /*was  #369; blue */
  font-size: 1.1em; }

a:visited {
  text-decoration: none;
  color: #00008b; }

a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #b31b1b; }

#topnavs {
  width: 100%;
  max-width: 100rem;
  margin: auto;
  background-color: #c5c6c7; }

.topnavs {
  width: 100%;
  margin: auto;
  display: inline;
  background-color: #c5c6c7;
  text-align: center;
  border-left: 2px solid #666; }

#topnavs a:link {
  color: #00008b; }

#topnavs a:visited {
  color: #00008b; }

#topnavs a:hover {
  background-color: #b31b1b;
  color: #e5e4e2; }

.current {
  color: #00008b;
  background-color: #f89e1b;
  text-decortation: none; }

.active {
  color: #00008b;
  background-color: #f89e1b;
  text-decortation: none; }

.side_navs {
  background-color: #c5c6c7;
  color: #00008b;
  text-decoration: none; }

.side_navs p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid #000; }

.padding-left-ten {
  padding-left: 10px; }

.padding-left-fifteen {
  padding-left: 15px; }

.padding-left-twenty {
  padding-left: 20px; }

.padding-right-five {
  padding-right: 5px; }

.padding-right-ten {
  padding-right: 10px; }

.padding-right-fifteen {
  padding-right: 15px; }

.padding-right-twenty {
  padding-right: 20px; }

.page-title {
  text-align: center;
  font-size: 1.3em; }

h1 {
  font-size: 1.5em;
  font-weight: 600; }

h1 .italic {
  font-family: 'Source Sans Pro','Sans Serif', arial;
  font-style: italic; }

h2 {
  font-size: 1.3em;
  font-weight: 600; }

h3 {
  font-size: 1.2em;
  font-weight: 600; }

ul li {
  margin-bottom: 8px; }

p {
  line-height: 1.5;
  /* Increase the line spacing between paragraphs */
  font-family: 'Source Sans Pro','Sans Serif', arial;
  font-size: 16px;
  font-weight: 400; }

.center {
  margin: auto;
  text-align: center; }

.spacing-top-point-5 {
  padding-top: .5rem; }

.border-right {
  border-right: solid 1px #000; }

.border-left {
  border-left: solid 1px #000; }

.border-bottom {
  border-bottom: solid 1px #000; }

.border-top {
  border-top: solid 1px #000; }

.border {
  border: solid 1px #000; }

.clear {
  clear: both; }

footer {
  background-color: #515151;
  margin: auto;
  width: 100%; }

#lmt-footer {
  background-color: #515151;
  margin: auto;
  width: 100%;
  text-align: center; }

.lmt-footer {
  background-color: #515151;
  margin: auto;
  width: 100%;
  text-align: center;
  color: #ffffff; }

.lmt-footer a {
  color: #fff; }

.lmt-footer a:visited {
  color: #fff; }

.lmt-footer a:hover {
  background-color: #ffffff;
  color: #000; }

.red {
  color: #b31b1b; }

.error {
  color: #b31b1b; }

.required {
  color: #880808; }

#student-image {
  margin: auto;
  width: 100%;
  height: 250px; }

.pop-out {
  transition: transform .5s; }

.pop-out:hover {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }

.dark-grey-background {
  background-color: #515151; }

button {
  background-color: #f89e1b;
  border: none;
  color: #000;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.3em;
  font-weight: 600;
  margin: 4px 2px;
  cursor: pointer; }

.button {
  background-color: #f89e1b;
  border: none;
  color: #000;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  margin: 4px 2px;
  cursor: pointer; }

fieldset {
  border: 1px solid #000; }

.row {
  display: flex; }

.row div {
  min-height: 25px;
  min-width: 100px; }

/*# sourceMappingURL=main.css.map */
