﻿body {
    max-width: 100%;
    height: 3000px;
    align-items: center;
    justify-content: center;
    background-image: url('../images/round table/village pics/toddair2.jpg');
    background-attachment: fixed;
    background-size: cover;
    z-index: 10;
}
.jumbotron {
    width: 100%;
    height: 150px;
    display: block;
    margin: 50px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    background-image: url('../images/backgrounds/bluegreen1.jpg');
  
    background-color: black;
    background-size: cover;
    border: double 4px darkgoldenrod;
    border-radius: 5px 5px 5px 5px;
    z-index: 200;
}

.topbits img {
    width: 100px;
    height: 100px;
    cursor:pointer;
    background-color: black;
    margin: 0px 2px 10px auto;
    text-align: center;
    border: double 4px darkgoldenrod;
    border-radius: 10px 10px 10px 10px;
}


.lectern h2 {
    color: white;
    -webkit-text-stroke: 1.5px black;
    font-weight: bolder;
  
    font-size: x-large;
    margin: 40px auto;
    text-align: center;

}

.lecimg img {
    width: 300px;
    height: 200px;
    background-color: black;
    margin: 10px 0px 0px 0px;
    border: double 4px darkgoldenrod;
    cursor: pointer;
    border-radius: 10px 10px 10px 10px;
   
}
.topbits {
    width: 100%;
    height:fit-content;
   
    padding:20px;
    margin:0px 0px 0px 0px;
    background-image: url('../images/backgrounds/257_royal_navy-little-greene-paint.jpg');
    border: double 4px darkgoldenrod;
    border-radius: 10px 10px 10px 10px;
}

.sidemenu {
    width: auto;
    height: auto;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    float: left;
    margin: 15px 5px 5px 0px;
    padding: 20px;
    text-align: left;
}
.linktxt {
    text-align:left;
    margin:650px 0px 0px -50px;
}
    h4 {
        width: 90%;
        height: 105px;
        margin: 0px 0px 0px 60px;
    }

    .sidemenu a {
        width:min-content;
        height: fit-content;
        
        background-image: url('../images/backgrounds/257_royal_navy-little-greene-paint.jpg');
       
        color: white;
        font-size: large;
        text-align: left;
        margin: 6px 0px 1px -20px;
        padding: 10px 40px 10px 10px;
        border: double 4px darkgoldenrod;
        border-radius: 10px 10px 10px 10px;
    }
 .sidemenu a:hover {
     
     color:red;

 }
.secondside  {
    width: 30%;
    height: 400px;
   
   
    margin: 6px 5px 5px 5px;
    padding: 5px 10px 5px 0px;
    text-align: left;
}
    .secondside a {
        width: 100%;
        height: fit-content;
        float: left;
        background-image: url('../images/backgrounds/257_royal_navy-little-greene-paint.jpg');
        color: white;
        font-size: large;
        text-align: left;
        margin: 6px 0px 1px -5px;
        padding: 10px 40px 10px 10px;
        border: double 4px darkgoldenrod;
        border-radius: 10px 10px 10px 10px;
    }

.secondside a:hover {
    color: red;
}




    .row {
    width: 60%;
    height: fit-content;
    float: right;
    
    background-image: url('../images/backgrounds/257_royal_navy-little-greene-paint.jpg');
    background-size: cover;
   
    font-size:larger;
    padding: 10px 20px 10px 20px;
    margin: -1244px 0px 0px 0px;
    border: double 4px darkgoldenrod;
    border-radius: 10px 10px 10px 10px;
    z-index: 50;
}

  /*  .row p {
       
        font-size: medium;
        font-weight: bolder;
        margin: 20px auto;
        color: white;
        text-shadow: 2px 2px 3px black, 0 0 1em black, 0 0 0em black;
        
    }*/



  