﻿.frontPageBody {
  font-family:'Trajan Pro';
}

.frontpagetransText {
    z-index:0;
    /*width: 90%;*/
    padding-left:5px;
    font-size: 14px;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 0;
    margin-right:8%;
    overflow-wrap: break-word;
    overflow:auto;
  }

p.bannerText {
    display:inline;
}

 .headerValues {
    font-size: 14px;
    display:inline;
    /*margin-top: 0.67em;
    margin-bottom: 0.67em;*/
    margin-top:inherit;
    margin-bottom:inherit;
    margin-left: 0;
    margin-right: 0;
    font-weight:normal;
}

  span.frontpagetransTextFirstLetter {
    /*font-size: 40px; 
    font-family:'Prata';*/ 

    margin-top:5px;
    margin-right:5px;
    float: left;
    font-family:algerian, courier;
    width: 0.5em;
    font-size: 425%;
    line-height: 80%;
    color: blue;
    background-color:lightblue;
  }
   
.greetingDiv {
  z-index:0; 
  font-size: 14px;
  right: 100px;
  position:absolute;
}

.frontPageBannerDiv {
  /*left: 0px;*/
  /*padding-top:7px;*/
  top: 150px;
  width: 100%;
  /*margin-left: -20px;*/
  margin-right:2px;
  height: 285px;
  border-color:black;
  border-style: solid hidden solid hidden;
  border-width: 1px;
  position: absolute;
  background-color: rgb(24, 183, 242)
}

.frontPagePicture {
  /*top: 152px;
  right: 40px;
  position: fixed;*/

  top: 1px;
  right: 40px;
  position: absolute;

  margin-left:15px;
  display: inline-block;
}

.frontPagePicture:before {
  /*display: inline-block;*/
  /*z-index:-1;*/
  content: "";
  top: 1px;
  left: 0px;
  position: absolute;
  height: 100%;
  width: 100%;

  /*background-image:url("images/Patrick1.jpg");*/
  /*background: linear-gradient(to right, rgba(104, 184, 242, 1) 0%, rgba(104, 184, 242, 0) 49%, rgba(104, 184, 242, 1) 100%);*/
  background-image:
              linear-gradient(to right, rgba(24, 183, 242, 1) 0%, rgba(24, 183, 242, 0) 13%),
              linear-gradient(to left, rgba(24, 183, 242, 1) 0%, rgba(24, 183, 242, 0) 13%),
              linear-gradient(to left, rgba(24, 183, 242, 0) 0%, rgba(104, 184, 242, 0) 70%);
  /* W3C */
 }

.frontPagePictureGradient {
  position:absolute;
  margin-left:10px;
  margin-right:215px;
}

