/* Trevanna entity title text */
h2 {font-family: 'Comfortaa',"Times New Roman",Times,serif; 
   color: #1d9aaa;text-align:center;
   font-size:48px;line-height:48px;}
h2 a:link, h2 a:visited {color: #1d9aaa;text-align:center;}

/* Regular text */
p {font-family: "Times New Roman",Times,serif; 
   color: rgba(0,0,0,.6);
   font-size: 18px; line-height:23px;}

/* main title (Trevanna over watercolor) */
h1 {font-family: 'Comfortaa',"Times New Roman",Times,serif; 
   color: #fff;text-align:center;
   font-size: 70px; line-height:70px;}
/* .titlesection {
   height:100% !important;
} */

/* Title in menu bar */
.navtitle, .navbar-brand {font-family: 'Comfortaa',century-gothic;
   color:#fff;
   font-size:25px;line-height:25px;
}

#TopContainer {
   width:100%;margin-top:50px;
   /* min-height: 50vh; */
/*   background: url(./lpassets/watercolor2.jpg) no-repeat top left;
   background-size: contain; */
}
#tpTextContainer, .navbar-dark {background: url(./lpassets/water-bg.jpg) no-repeat top left;
   /* background-size: cover; */
}
.nav-link {font-weight:500;color: rgba(255, 255, 255, 1) !important;}
.nav-link:hover {text-decoration:underline;}
.navbar-toggler, .navbar-toggler-icon {color: rgba(255, 255, 255, 1) !important;}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 950px) {
  .tpBackground  {
    background-position: bottom-left;
    background-size: auto;
  }
  .nav-link {font-size:1.4em !important;;}
}
#tpCompanies {background:none;background-color:#FFF;
   }
/* #TopContainerRow {min-height:50%;height:50%;} */
.padded {padding-left:30px; padding-right:30px;}

#footer1 {background-color:#575D60;font-family: century-gothic;
   color:#fff;text-align:center;
   font-size:25px;line-height:25px;
   padding-top:50px;padding-bottom:50px;}
#footer2 {background-color:#CFD1D1;font-family: "Times New Roman",Times,serif; 
   color:#575D60;text-align:center;
   font-size:17px;line-height:17px;
   padding-top:70px;padding-bottom:70px;}
   

/* Modal popup for first time visitors */
#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  width: 36%;
  left: 30%;
  top: 20%;
  padding: 20px 2%;
  font-family: Calibri, Arial, sans-serif;
  background: #FFF;
}

@media only screen and (max-width: 900px) {
  #my-welcome-message {
   width: 70%;
  left: 18%;
  }
}

#my-welcome-message p {text-align:center;}
#my-welcome-message p a:link {color:#1d9aaa;}
#my-welcome-message h3 {font-family: "Times New Roman",Times,serif; 
   color: #1d9aaa;text-align:center;
   font-size:30px;line-height:34px;}
#my-welcome-message h4 {font-family: "Times New Roman",Times,serif; 
   color: #000000;text-align:center;
   font-size:27px;line-height:30px;}
#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }