@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/Raleway-Medium.ttf);
}

body {
    padding: 0 15%;
    font-size: 15px;
    font-family: Raleway-Medium;
    background-color: #107D79;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway-Bold;
}

a {
  color: #107D79;
}

.container-fluid.main-container {
    background-color: white;
    padding: 0;
    height: 105%;
    margin-bottom: 50px;
}

.page-header {
    padding-top: 9px;
    text-align: center;
    margin: 0;
    border-bottom: none;
}

.row {
  margin: 0 0;
}

#logo {
    max-width: 85%;
}

#button {
    max-width: 25%;
}

#headshot {
  width: 30%;
  float: left;
  padding: 1% 2% 1% 1%;
}

#index-intro {
  padding-right: 10%
}

.highlighted {
  font-weight: bolder;
  text-shadow: 1px 0;
  letter-spacing: 1px;
}

.text-block {
  padding: 3% 3% 0 0;
  text-align: justify;
}

.text-block2 {
  padding: 1% 3%;
  text-align: justify;
}

.underlined {
  text-decoration: underline;
}

.communication-well {
  background: #DFE592;
  margin-right: 9%;
}

.navbar-default {
    background-color: #92938C;
    font-family: Raleway-Bold;
    font-weight: 200;
    line-height: 95px;
    font-size: 18px;
    border-radius: 0px;
    border-color: #92938C;
}

.navbar-default .container-fluid {
    padding: 0;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

.navbar-collapse {
    padding: 0;
}

.equal .header-link {
    padding: 0;
    width: 20%;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
    color: #DFE592;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
    color: #58C1BB;
}

.image {
    padding: 3% 0;
    text-align: center;
}

.photo {
    border-radius: 10px;
    width: 100%;
}

.starburst {
    padding: 0 0 0 80px;
    border-radius: 10px;
    width: 80%;
}

.building-name {
    text-align: center;
    margin-top: 0px;
}

.list-header,
.list-header:hover {
  text-align: left;
  width: 100%;
  font-size: 16px;
  margin: 0 0 3%;
  border-radius: 10px;
  padding: 3% 3%;
  cursor: default;
  white-space: normal;
  font-family: Raleway-Bold;
  background-color: #92938C;
  border-color: #92938C;
  color: #DFE592;
}

.list-header p {
  text-align: justify;
}

.faq-link {
  color: #DFE592;
}

.disabled {
  pointer-events: none;
}

th {
  text-align: center;
}

.special1 { 
  border: 2px double;
  padding: 1%;
  background-color: #FFFFFF; 
}

.special2 { 
  border: 2px double;
  padding: 1%;
  background-color: #C0C0C0; 
}

#speech {
    cursor: pointer;
    width: 100%;
    height: 202px;
    background: no-repeat url(../imgs/speech.png) center center;
}

#speech:hover {
    cursor: pointer;
    width: 100%;
    height: 202px;
    background: no-repeat url(../imgs/speech_hover.png) center center;
}

#language {
  cursor: pointer;
  width: 100%;
  height: 202px;
  background: no-repeat url(../imgs/language.png) center center;
}

#language:hover {
  cursor: pointer;
  width: 100%;
  height: 202px;
  background: no-repeat url(../imgs/language_hover.png) center center;
}

#social-language {
  cursor: pointer;
  width: 100%;
  height: 202px;
  background: no-repeat url(../imgs/social_language.png) center center;
}

#social-language:hover {
  cursor: pointer;
  width: 100%;
  height: 202px;
  background: no-repeat url(../imgs/social_language_hover.png) center center;
}

@media screen and (max-width: 768px) {
  body {
    padding: 0;
  }

  .navbar-nav {
    margin: 0;
  }

  .equal .header-link {
    width: 100%;
  }

  .list-header {
    padding: 3% 3%;
    white-space: normal;
  }

  #button {
    max-width: 50%;
  }
  
  #articulation-container,
  #language-container,
  #social-language-container {
    float: none!important;
  }

  #articulation-modal.modal.fade.in
  #language-modal.modal.fade.in,
  #social-language-modal.modal.fade.in {
    top: 5%;
  }

  .modal-dialog {
    margin: 0;
    width: 94%;
  }
}