/* 3P update 2019 */
/* font-family: 'Domine', serif; */

body {
  background: #fff;
  color: #505050;
  line-height: 2em;
  font-family: 'Thasadith', sans-serif;
}

.myIcon {
    display:inline;
    float:right;
    padding-right:30px;
}

.myIcon2 {
    display:inline;
    margin-left:150px;
}

p {
  font-size: 1.8em;
  line-height: 2em;
}

h2 {
    font-size: 3em;
    padding:40px 0;
}

h3 {
	font-size: 2.6em;
	line-height: 2em;
}

.navLinks, .navLinks a:hover {
    margin-top: 20px;
    padding-right: 15px;
    text-decoration:none;
    text-transformation: none;
}

.container-fluid, .col-md-6, article, .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

a, a:hover {
    text-decoration:none;
}

.itemLinks {
    margin-top: 20px;
    text-align:center;
    font-size: 0.8em;
}

.itemLinks a {
    color:#989898;
}


.introPg {
    padding: 100px 0;
    text-align:center;
    font-size:1.4em;
}

.lightbanner {
    background-color:#B4C5E4;
}

.bigTitle {
    color: #bbb;
}

.largeText {
    font-size: 1.8em;
    line-height: 1.2;
    margin: 80px 20px 20px 150px;
}

.whiteText {
    color:#fff;
}

.boldText {
    font-weight:bold;
}

.centerText {
    text-align: center;
}

.moreSpace {
    margin: 80px 0 40px 0;
}

.moreSpace2 {
    margin:130px 0 100px 0;
}

.moreSpace3 {
    margin-bottom:100px;
}

.spaceFiller {
    height:300px;
    width:auto;
}

.darkbanner {
    background-color:#3C3744;
    padding:30px 0;
}

.blueBanner {
	background-color: #000090;
	color: #fff;
	/*padding: 10px 10px; */
	text-align: center;
	/*box-shadow: 0px 3px 5px rgba(0,0,0,0.4);*/
}

.blueBanner2 {
	background-color: #000090;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.blueBanner2 img {
	text-align: center;
}

.blueBanner3 {
	background-color: #000090;
	padding: 30px 20px 30px 120px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}

.blueBanner3 p, h3, h2, ul {
	
}

.bannerIn {
      /* This timing applies on the way IN */
  transition-timing-function: ease-out;

  /* A litttttle slower on the way in */
  transition: 1.25s;
  
  /* Move into place */
  transform: translateY(0);
}

li {
    font-size: 1.4em;
    letter-spacing: 1px;
}

.glyphicon {
  font-size: 100px;
  text-shadow: 0 0 15px blue;
}

#myBtn {
  display: none;
  
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #A42C3A;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #777;
}

#myGreenBtn {
  display: none;
  
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #009736;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myGreenBtn:hover {
  background-color: #777;
}

footer {
	text-align: center;
}

@media screen and (max-width: 600px) {
	.introPg {
	    font-size: 1.1em;
	    line-height: 0.9em;
	}
    .largeText {
        font-size: 1.3em;
        margin: 5px 20px 30px 30px;
    }
    h3 {
    font-size: 1.8em;
    line-height: 1.4em;
    }
    .spaceFiller {
    height:150px;
    }
    data-aos-delay
    {100;}
}