body{
    background-color: rgb(250,250,250);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-opactiy: 0.5;
    font-family: "Avenir", Avenir, avenir, Helvetica ,sans-serif;
    font-weight:100;
    color:rgb(51,51,51);
}

.fixed-bg {
  background-image: url("PTRTC.jpg");
  min-height:300px;
  height:100vh;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.paulturner {
    font-size: 40px;
    float:left;
    margin-left:30px;
    font-weight:100;
}

header {
    background-color:rgb(20,120,120);
    min-height:30px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin: -10px;
}


.menu {
    margin-top:5px;
    text-align:left;
    font-size: 18px;
    margin-right:30px;
    margin-left:60px;
}



.subheader {
    background-color:rgb(171,171,171);
    height:2px;
    position:relative;
    top:0px;
    margin-left: -10px;
    margin-right: -10px;
    /* align:block; */
}




    

.subsubheader {
    background-color:rgb(120,20,20);
    height:25px;
    position:relative;
    top:0px;
    margin-left: -10px;
    margin-right: -10px;
    /* align:block; */
}

 

h2 {
    font-size: 24px;
    font-weight:100;
    padding-top: 20px;
}

h3 {
    font-size: 18px;
    font-weight:100;
}


p {
    font-size:16px;
    font-weight: 100;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 15px;

}

p.avenirsmall {
    font-family: "Avenir", Avenir, sans-serif;
font-weight: lighter;
color:rgb(151,151,151);
font-size: 14px;
}


.mainsection {
    opacity:1;
    color:rgb(51,51,51);
    text-align:left;
    position:relative;
    margin:0px;
    margin-left: 80px;
    margin-right: 60px;
    margin-bottom:40px;
}


a {
    text-decoration: none;
    color:rgb(200,200,200);
    font-weight: 100; 
}
    

a:hover {
    color:rgb(131,41,51);
}


a.home {
    text-decoration: none;
    font-family: "Avenir", Avenir, avenir, Helvetica, helvetica, "DejaVu Sans ExtraLight",  sans-serif;
    color:rgb(200,200,200);
    font-weight: lighter; 
}

a.newhome {
    text-decoration: none;
    font-family: "Avenir", Avenir, avenir, Helvetica, helvetica, "DejaVu Sans ExtraLight",  sans-serif;
    color:rgb(150,50,50);
    font-weight: lighter; 
}

a.home:hover {
    text-decoration:none;
    color:rgb(161,171,171);
}

a.newhome:hover {
    text-decoration:none;
    color:rgb(161,171,171);
}

.column {
  float: left;
  width: 47%;
  padding: 5px;
  margin-top: 30px;
}

.widecolumn {
  float: left;
  width: 80%;
  padding: 5px;
  margin-top: 30px;
}


/* iframe { */
/*    display: block; */
/*    margin: 0 auto; */
/* } */

.iframecontainer {
   display: block;
   margin: 0 auto;
   width:640px
}



/* iframe { */
/*     align:center; */
/*     display:block; */
/* } */

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

table.main  {
    font-family: "Avenir", Avenir, sans-serif;
color:rgb(101,101,101);
margin-left: 20px;
    float:left;
    padding:10px;
position:relative;
     left:-10px;
     top: -20px;
}

.insetleftphoto {
    float:left;
outline-width: 0px;
border: 0px solid black;
margin-left: -10px;
    padding:10px;
position:relative;
top:-5px;
}
