/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 6.5rem;
}

a {
   color: #1c8634;
}

.index-home {
    width: 100%;
    height: 100%;
    background-image: url("../images/SA-globe-wallpaper3.jpg");

    background-size: 100%;

}

.btn {
  line-height: 1.55;
}

.homepage-index {
   //margin: 0;
   //padding: 0;
}

.interior-index {
   margin: 0;
   padding: 0;
}

.index-menu-title {
   font-family: 'Sen', sans-serif;

   font-size: 2.0rem;
   line-height: 2.0rem;
   text-transform: uppercase;
   margin-bottom: 10px;
   margin-top: 20px;
}

.top {
  text-align: center;
  border-style: solid;
  text-transform: uppercase;
  font-size: .85em;
  border-width: 1px;
  border-color: #c3bba4;
  width: 120px;
  margin-bottom: 30px;
  
}

.index-interior {
    width: 100%;

    height: 100%;


    background-size: 100%;

}


.geo-main-column .btn{
     font-size: 0.75rem;
     padding: 3px;
     line-height: 0.85rem;
}

.geo-sidebar-column a{
   color: #000;
}

.curric-key {
   font-family: 'Sen', sans-serif;

   font-size: 1.1rem;
   line-height: 1.0rem;

   margin-bottom: 10px;
   margin-top: 20px;
   color: #6c757d;
}

.questions-to-consider {
   background-color: aliceblue;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 22px;
   margin-bottom: 10px;
}

.question {
  margin-left: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.question-lower {
  margin-left: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.btn-outline-secondary {
    background-color: #fff;
    margin-top: 10px;

    color: #000;
    font-weight: 700;
}

.btn-outline-secondary-selected {
    background-color: #adb5bd;
    color: #fff;
    margin-top: 10px;

    border-color: #fff;
}

.geo-ea-circles {
   padding-bottom: 15px;
}

.geo-title {
   font-size: 3.5em;
   line-height: 1.0em;
   text-align: center;
   font-family: 'Alfa Slab One', sans-serif;
   color: #000;
   padding-bottom: 15px;
}

.geo-subtitle {
   font-size: 1.25em;
   line-height: 1.25em;
   text-align: center;

   color: #000;
   font-weight: 700;
   padding-bottom: 30px;
   padding-top: 20px;
}

.geo-site-footer {
   padding-top: 50px;
   text-align: center;
   //position: fixed;
   bottom: 0;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: 'Alfa Slab One', sans-serif;
}

h2 {
  margin-top: 2.0rem;
  background-color: #000;
  color: #eeece8;
  padding-left: 10px;
  font-size: 1.9em;
}

h2, h3, h4, h5 {
  font-family: 'Sen', sans-serif;
}

h3 {
  background-color: #c3bba4;
  padding-left: 10px;
}

h4 {
  background-color: #d9d3c5;
  padding-left: 10px;
}


h5 {
  background-color: #e0ded8;
  padding-left: 10px;
}

h1 span {
  margin-top: -130px;
  padding-bottom: 130px; 
  display: block; 
}

h2 span {
  margin-top: -130px;
  padding-bottom: 130px; 
  display: block; 
}

h3 span {
  margin-top: -130px;
  padding-bottom: 130px; 
  display: block; 
}

h4 span {
  margin-top: -130px;
  padding-bottom: 130px; 
  display: block; 
}

h5 span {
  margin-top: -130px;
  padding-bottom: 130px; 
  display: block; 
}

.image-in-text {
  display: inline-grid;
  font-size: .8em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #6f6959;
  border-style: solid;
  border-width: 1px;
  border-color: #c3bba4;
  padding: 10px;
  width: 100%;
}

.list-general li {
  list-style: circle;
}





.image-in-text img {
   margin-bottom: 10px;
}

.image-in-text-sm {
  display: inline-grid;
  font-size: .8em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #6f6959;
  border-style: solid;
  border-width: 1px;
  border-color: #c3bba4;
  padding: 10px;
  width: 100%;
}

.image-in-text-sm img {
  margin-bottom: 10px;
}

.image-in-list {
  display: inline-grid;
  font-size: .9em;
  font-weight: 700;

  color: #6f6959;

  width: 100%;
  padding-top: 10px;
}

.image-in-list img {
  margin-bottom: 10px;
}

.image-in-list-sm {
  display: inline-grid;
  font-size: .9em;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 10px;
}

.image-in-list-sm img {
  margin-bottom: 10px;
}

.row .no-margin {
  margin-right: 10px;
}

@media screen and (min-width: 900px) {
  .image-in-text-sm {
   width: 50%;
  }
  .image-in-list-sm {
  width: 50%;
  }
}


.image-container {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-dark .navbar-brand {
   //color: #e4a71d;
   margin-left: 0.5rem;
   margin-bottom: 0.23rem !important;
}

.navbar-dark .navbar-nav .nav-link {
   color: #e0b34d;
}

.bg-modern {
   background-color: #000;
}

@media (min-width: 576px)
.container, .container-sm {
   max-width: 760px;
}

/* AFE button upper left menu--------START */

.btn-primary-afe {
    background-color: #b83d2c;;
    //border-color: #0b5779;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 2px;
}

.btn-primary-afe:hover {
    background-color: #fff;
    border-color: #fff;
    color: #b83d2c !important;
}

.btn {
    //border-radius: 5rem;
}


.navbar-brand-afe a{
  color: #fff;
  text-decoration: none;
}

.navbar {
   border-radius: 0px;
}

.navbar-brand-afe a:hover{
  color: #b83d2c;
}

.navbar-brand-afe {
  font-size: 20px;
  font-family: 'PT Serif', serif;
  margin-top: 3px;
  margin-left: 1px;
}

.popover {
   font-family: 'PT Serif', serif;
   max-width: 300px;
   padding: 0px;
   border-width: 0px;
   margin-top: 15px;
   line-height: 12px;
   background-color: transparent!important;
}

.popover-header {
  display: none;
  background-color: transparent!important;
}

.popover-body {

  background-color: transparent!important;
  padding: 0px;
  border-width: 0px;
}

.popover .arrow {
  display: none;
}

img.media-object {
  width: 100%;
}

/* AFE button upper left menu--------END */

/* GEO intro table HOMEPAGE--------BEGIN */

.hmpg-geo1 {
  background: rgba(184, 61, 44, 0.5);
  text-align: center;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.0em;

  font-weight: 700;

}
.hmpg-geo2 {
  background: rgba(222, 157, 3, 0.5);
  text-align: center;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.0em;

  font-weight: 700;

}
.hmpg-geo3 {
  background: rgba(32, 143, 206, 0.5);
  text-align: center;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.0em;

  font-weight: 700;

}
.hmpg-geo4 {
  background: rgba(53, 160, 91, 0.5);
  text-align: center;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5em;
  line-height: 1.0em;

  font-weight: 700;

}

/* GEO intro table HOMEPAGE--------END */

/* GEO intro table INTERIOR-------BEGIN */


.int-geo1 {
  background: rgba(197, 140, 3, 0.5);
  text-align: center;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.8em;
  line-height: 1.0em;

  font-weight: 700;
  word-break: break-word;
}
.int-geo2 {
  background: rgba(139, 70, 2, 0.5);
  text-align: center;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.8em;
  line-height: 1.0em;

  font-weight: 700;
  word-break: break-word;
}
.int-geo3 {
  background: rgba(2, 119, 179, 0.5);
  text-align: center;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.8em;
  line-height: 1.0em;

  font-weight: 700;
  word-break: break-word;
}
.int-geo4 {
  background: rgba(2, 141, 2, 0.5);
  text-align: center;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.8em;
  line-height: 1.0em;

  font-weight: 700;
  word-break: break-word;
}

/* GEO intro table INTERIOR-------END */

/* SIDEBAR MENU--------START */

.side-menu-title {
   font-family: 'Sen', sans-serif;

   font-size: 1.1rem;
   line-height: 1.0rem;
   text-transform: uppercase;
   margin-bottom: 10px;
}

.side-menu-1 {
   background-color: #000;
   font-family: 'Sen', sans-serif;
   font-size: 1.0rem;
   padding-left: 10px;
   padding-right: 10px;
   line-height: 1.2rem;
}

.side-menu-1 a{
   color: #eeece8;
   font-size: .85em;
}

.side-menu-2 {
   padding-left: 10px;
   background-color: #c3bba4;
   font-weight: 700;
   font-size: .85em;
}

.side-menu-3 {
   padding-left: 20px;
   background-color: #d9d3c5;
   font-size: .75em;
   line-height: 1.0em;
   padding-top: 4px;
   padding-bottom: 4px;
}

.side-menu-4 {
   padding-left: 35px;
   background-color: #d9d3c5;
   font-size: .75em;
   line-height: 1.0em;
   padding-top: 4px;
   padding-bottom: 4px;
}

.page-site-title {
   font-family: 'Sen', sans-serif;
   font-size: 0.8rem;
   font-style: italic;
   line-height: 1.0rem;
   text-transform: uppercase;
   margin-bottom: 10px;
}

/*back-to-top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 1rem;
  font-weight: 400;
  border: solid #000;
  border-width: 1px;
  outline: none;
  background-color: white;
  color: #000;
  cursor: pointer;
  padding: .375rem .75em;
}

#myBtn:hover {
  background-color: #000;
  color: white;
}
