/* Trevanna entity totle text */
h2 {font-family: "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: "Times New Roman",Times,serif; 
   color: #fff;text-align:center;
   font-size: 72px; line-height:72px;}
/* .titlesection {
   height:100% !important;
} */

/* Totle in menu bar */
.navtitle, .navbar-brand {font-family: century-gothic;
   color:#fff;
   font-size:25px;line-height:25px;
}

#TopContainer {
   width:100%;margin-top:100px;
   /* min-height: 50vh; */
/*   background: url(./lpassets/watercolor2.jpg) no-repeat top left;
   background-size: contain; */
}
.tpBackground {   background: url(./lpassets/Background.jpg) no-repeat bottom center;
   background-size: cover;
}
/* 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;
  }
}
#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;}
