/***** CSS Document *****/
/***** MAIN CSS PAGE *****/
/***** MICHAEL MORGAN 2020 *****/
@charset "UTF-8";
@import url("../MyFontsWebfontsKit/MyFontsWebfontsKit.css");
}
/*** Text meant only for screen readers ***/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*** End of Text for screen readers ***/
html {
  min-height: 100%;
}
body {
  margin: 0;
  box-sizing: border-box;
  backgronud-color: #fff;
  font-family: 'Nexa-Regular', Helvetica, sans-serif;
  text-align: center;
}
/*** HEADER ***/
.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
}
.logo {
  margin: 0.625em;
  width: 4.313em;
  height: 4.125em;
  display: block;
  float: left;
  padding: 0 0.938em 0 0.738em;
}
.myname {
  margin-top: 1.350em;
  float: left;
  text-align: center;
}
.myname h1 {
  margin: 0;
  font-size: 0.938em;
  line-height: 1.2em;
}
.myname h3 {
  margin: 0;
  font-size: 0.7em;
  padding-top: 0.4em;
  line-height: 1em;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #003da5;
}
.header li a {
  display: block;
  padding: 0.625em;
  border-right: 0.063em solid #fff;
  text-decoration: none;
  color: #fff;
}
.header li a:hover, .header .menu-btn:hover {
  color: #003da5;
  background-color: #fff;
}
/*** MENU ***/
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
/*** MENU ICON ***/
.header .menu-icon {
  cursor: pointer;
  float: right;
  padding: 1.750em 1.250em;
  position: relative;
  user-select: none;
}
.header .menu-icon .nav-icon {
  background: #333;
  display: block;
  height: 0.125em;
  position: relative;
  transition: background .2s ease-out;
  width: 1.125em;
}
.header .menu-icon .nav-icon:before, .header .menu-icon .nav-icon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.header .menu-icon .nav-icon:before {
  top: 0.313em;
}
.header .menu-icon .nav-icon:after {
  top: -0.313em;
}
/*** MENU BTN ***/
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 15.000em;
}
.header .menu-btn:checked ~ .menu-icon .nav-icon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .nav-icon:before {
  transform: rotate(-45deg);
  top: 0;
}
.header .menu-btn:checked ~ .menu-icon .nav-icon:after {
  transform: rotate(45deg);
  top: 0;
}
.spacer {
  width: 100%;
  height: 5em;
}
/***----- End of Header/Navation -----***/
/***----- Start of Home Page Content -----***/
.main-rows {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
.top_text h2 {
  margin: 0;
  font-size: 2em;
  letter-spacing: 0.07em;
  line-height: 1.3em;
  padding: 0.5em;
}
p {
  text-align: center;
}
.top_cont_index {
  color: #fff;
  text-align: center;
  margin-top: 0px;
  background-image: url("../images/mobile_image.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.text-ada {
  padding-top: 1.5em;
  text-align: center;
}
.text-ada h3 {
  margin: 0;
  line-height: .02em;
  font-size: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.125em;
}
.text-ada p {
  padding: 0.125em 0.938em;
  font-size: 0.950em;
  line-height: 1.2em;
}
/*----- End of Home Page Content -----*/
/*----- Footer -----*/
h5 {
  font-size: 1em;
}
/***----- End of Home Page Content -----***/
/***----- FOOTER -----***/
.footer_content {
  clear: both;
  color: #fff;
  padding: 1em;
  background-color: #000;
}
.footer_content h4 {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.4em;
  letter-spacing: 0.06em;
}
/*** ----- End of Footer -----***/
/***---- Media Querie for TABLETS 48em = 768px ----***/
@media (min-width: 48em) {
  .spacer {
    width: 100%;
    height: 7em;
  }
  .logo {
    margin: 0;
    width: 6.313em;
    height: 6.125em;
    padding: 1.2em 3em 0.8em 1.5em;
  }
  .myname {
    margin-top: 2.2em;
  }
  .myname h1 {
    font-size: 1.3em;
    line-height: 1.2em;
  }
  .myname h3 {
    font-size: 1em;
  }
  .top_cont_index {
    background-image: url("../images/tablet_image.png")
  }
  .top_text h2 {
    padding-top: 1.250em;
  }
  .text_ada h3 {
    margin: 0;
    padding-top: 0.4em;
    padding-bottom: 0.425em;
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .text_ada p {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.2em
  }
}
/* ----- Media Querie for DESKTOP 62em = 968px Desktop -----*/
@media (min-width: 62em) {
  .spacer {
    width: 100%;
    height: 10em;
  }
  .backgound_img {
    background-image: url("../images/braille_bkground.png")
  }
  .main_cont {
    max-width: 65.000em;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .logo {
    width: 8.313em;
    height: 8.125em;
    padding-top: 0.7em;
    padding-right: 8.313em;
    padding-bottom: 0.5em;
    padding-left: 2em;
  }
  .header a .logo {}
  .header a .logo {}
  .myname {
    margin-top: 2em;
  }
  .myname h1 {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  .myname h3 {
    font-size: 1.1em;
  }
  .header ul {
    padding-right: 0.313em;
    padding-left: 6.250em;
    background-color: #fff;
  }
  .header li {
    float: left;
    color: #000;
  }
  .header li a {
    color: #000;
    padding: 0.8em 1.200em 0.4em;
  }
  .header li a:hover {
    color: #fff;
    background-color: #003da5;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  .top_cont_index {
    margin-bottom: 2.5em;
    color: #fff;
    padding: 2em 1em;
    background-image: url("../images/desktop_image2.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #003da5;
    background-position: right;
  }
  .top_text h2 {
    padding-top: 0.5em;
    padding-right: 19.5em;
    padding-bottom: 0.7em;
    text-align: center;
    font-size: 2.em;
    line-height: 1.6em;
    letter-spacing: 0.07em
  }
  .text_ada h3 {
    margin: 0;
    padding-top: 0.125em;
    padding-bottom: 0.2em;
    font-size: 2.5em;
    line-height: 1.1em;
  }
  .text_ada p {
    padding: 0.313em 1em 1em 1em;
    margin: 0;
    font-size: 1.9em;
    line-height: 1.2em;
  }
    .footer_content{
        padding: 1.5em;
    }
}