@charset "utf-8";
/* CSS Document */

body, html {
  height: 100%;
  	/*font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; */ 
	font-size: 120%;
	line-height: 130%;
    font-family: Papyrus, cursive;
	background-color: rgb(151 178 206);
	color:#fff;
	scroll-behavior: smooth; 

}
a {
	color: #fff;
	text-decoration: underline;
}
.parallax {
  /* The image used */
  background-image: url('images/large_background.jpg');

  /* Full height */
  height: 25%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#logoRow {
  background-color:rgb(151 178 206);
  text-align:center;
  padding-bottom: 20px;

}
.topnav {
  overflow: hidden;
  background-color:rgb(151 178 206);
  /*background-color:#96b3d1;*/
  text-align: center;
}

.topnav a {
  
  display: inline-block;
  /*color:rgba(0,60,186,1);*/
  color:#fff;
  text-shadow: 1px 1px 1px navy;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 110%;
  background-color: none;
}

.topnav a:hover {
  /*background-color: #ddd;*/
  color: black;
}

.topnav a.active {
  /*background-color:darkorange;
  color: white;*/
  font-weight: bold;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {

  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
#myCarousel {
    height:auto;
}
.box-img    {
    width: 30%;
    border-radius: 10px;
    margin-top:15px;
    margin-bottom: 15px;
}
.menuH2 {
	font-wwight: bold;
	text-shadow: 1px 1px 1px navy;
	background-color: #97B2CE;
	color:#fff;
}

.logoRow {
    text-align: center;
}
.contact {
    border-radius: 10px; 
    padding: 20px; 
    background-color: #97B2CE; 
    border: 1px solid #fff;  
    width: auto;
}
#footerTAC {
    font-size: 80%;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .box-img {
        width: 100%;
    }
    .well { 
        width: 100%;
    }
}
