.container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  /*height: 100vh;*/
  grid-auto-columns: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
}

.headder {
    font-family: sans-serif;
    font-weight: bold;
    grid-area: 1 / 1 / 2 / 2;
    grid-row: 1;
    background: #191413;
    background-size: 75px;
    color: #cc6e6d;
    padding: -0.5vw 3vh;
    text-align: center;
    BORDER-BOTTOM: #A34341 3px solid;
}

.footer {
  grid-area: 3 / 1 / 4 / 2;
  background: #191413;
  grid-row: 3;
  color: #22485A;
}

.boddy {
    background-size: 300px;
    background: #176B8C;
    display: grid;
    grid-row: 2;
    grid-template-columns: 264px 1.5fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "sidebar content "
        "sidebar content "
        "sidebar content ";
    grid-area: 2 / 1 / 3 / 2;
}

.sidebar {
    grid-area: sidebar;
    background: #22485A;
    background: url(images/aungusplad.jpg);
    background-size: 121px;
    color: #000;
    box-shadow: inset -11px 0px 15px 0px #002534;
}
  


.sidebar button:hover {
    background: #000000;
    color: #cc6e6d;
    outline: 3px solid#cc6e6d;
}


#menu{display: block}
#menu_m{display: none}
.sidebar .menubutt ,.menubutt_m{
    display: block;
    padding: 16px;
    margin-left: 0;
    background: #191413;
    margin: 12px;
    padding: 8px;
    outline: 3px solid #A34341;
    border-radius: 11px;
    width: 232px;
    font-family: sans-serif;
    font-weight: bold;
    color: #cc6e6d;
    font-size: 25px;
}

.menubutt_m{
	    display: inline-block;
    padding: 16px;
    margin-left: 0;
    background: #191413;
    margin-bottom: 4px;
    padding: 0px;
    outline: 1px solid #A34341;
    border-radius: 6px;
    /* width: 232px; */
    font-family: sans-serif;
    font-weight: bold;
    color: #cc6e6d;
    font-size: 14px;
	}
	
	.menubutt_m:hover {
    background: #cc6e6d;
    color: #000;
}
.content {
    grid-area: content;
    height: 84vh;
    overflow: auto;
}
 
.grid {
  display: grid;
  grid-template-columns: 1fr;
}  
 
video {
    position: relative;
    display: block;
    margin: auto;
    height: 76vh;
    top: 3vh;
    box-shadow: #0e303d 0 0 20px 11px;
}
 


}

/*guessbook*/
div#bn-guestbook-1-1-2237556384-wrapper {
    opacity: .8;
}

/*Tree*/
  table {
    width: 100%;
    border-collapse: collapse;
  }

  th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }

  th {
    background-color: #f2f2f2;
  }
  table {
    display: block;
    margin: auto;
    color: #f0dcaf;
    width: 60%;
    border-collapse: collapse;
    box-shadow: 0 0 20px 5px #926a50;
    background: #a54717d6;
    /* border-radius: 17px; */
}
th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-family: sans-serif;
    text-align: center;
}
th {
    border: 1px solid #ddddddd6;
    text-align: left;
    padding: 8px;
    background: #3a2a1fd6;
    color: #f0d9a3;
	text-align:center;
}
td.dates {
    background: #4d34255e;
    color: #efd8a1;
    font-size: 31px;
    font-weight: 900;
    font-family: serif;
}
td.president {
    background: #cd8a4d69;
    color: #462c20;
    font-weight: 700;
    font-size: 14px;
    padding: 4px;
}
intro {
   
    display: block;
    width: 58%;
    margin: 22px auto;
    padding: 11px;
    color: #f0dcaf;
	 font-size: 18px;
    font-family: sans-serif;
    box-shadow: 0 0 20px 5px #926a50;
    background: #a54717d6;
    border-radius: 17px;
    outline: 2px solid #4d3120;
}
/*Trivia*/


tabFrame {
    display: block;
    position: absolute;
    width: 560px;
    outline: 4px solid #a34341;
    left: calc(50% - 140px);
    top: calc(50% - 335px);
    box-shadow: 0 0 20px 5px #926a50;
    border-radius: 17px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
tabhead {
    background: #000000e8;
    outline: 1px solid #a34341;
    display: block;
    color: #a34341;
    text-align: center;
    font-size: 25px;
	font-weight: 700;
    padding: 4px;
    font-family: sans-serif;
    width: 99%;
    margin-bottom: 0px;
}
tabhead.top {   border-radius: 17px 17px 0 0;}
tabhead.bottom  {   border-radius: 0 0 17px 17px;}
tabcontent {
    display: block;
    background: #e0af85cf;
    margin: 0;
    height: 0vh;
	overflow-y: auto;
	transition: height 0.3s ease;
 }
inner {
    display: block;
    padding: 12px;
    font-size: 24px;
    font-family: sans-serif;
}
.first { height: 50vh; }
/*Photo*/

#slideshow,#slideshowBG {
    width: 520px;
    height: 623px;
    position: relative;
    background-color: #342722;
    left: calc(50% - 250px);
    top: calc(50% - 363px);
    box-shadow: 0 0 20px 5px #926a50;
    border-radius: 17px;
	z-index:111;
}

#slideshowBG {
    top: -629px;
    z-index: 1;
}
#back, #forward, #restart {
    padding: 10px 15px;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    background-color: #f9fcff;
    color: #000;
    font-weight: 900;
}



img {
    position: relative;
    left: 8px;
    border-radius: 9px 9px 0 0;
    top: 8px;
}
div#text {
    /* outline: 1px solid red; */
    position: relative;
    top: 4px;
    padding: 6px;
    color: #cfa886;
    font-family: system-ui;
    text-align: center;
}
data {
    display: block;
    position: absolute;
    bottom: 12px;
    right: -168px;
    color: white;
    font-family: sans-serif;
}
ContrilButtons {
    width: 520px;
    height: 623px;
    position: relative;
    left: calc(50% - 79px);
    top: calc(50% - 354px);
}
/*anguss*/
img.cow {
    width: 17vw;
    margin: auto;
    display: block;
    float: right;
    margin: 1vw;
    border-radius: 11px;
    outline: 3px solid #632613;
    box-shadow: 5px 5px 11px 0px #00000073;
}
img#dad {
    position: revert;
    width: 433px;
    border-radius: 17px;
    margin: auto;
    display: block;
}
anguss {
    display: block;
    font-size: 22px;
    font-family: sans-serif;
    padding: 1vw;
    width: 60%;
    position: relative;
    background-color:  #8a824ed1;
    left: calc(50% - 30%);
    top: calc(50% - 363px);
	    outline: 3px solid #632613;
    box-shadow: 0 0 20px 5px #926a50;
    border-radius: 17px;
    z-index: 111;
}
note {
    display: block;
    font-size: 22px;
    font-family: sans-serif;
    padding: 1vw;
    width: 60%;
     color: #fff;
    position: absolute;
    background-color: #8a4e4ed1;
    left: calc(50% - 24%);
    top: calc(50% - 83px);
    outline: 3px solid #632613;
    box-shadow: 0 0 20px 5px #926a50;
    border-radius: 17px;
    z-index: 111;
}
 
 
/*===================================================================*/
/* Media query for mobile devices */
@media screen and (max-width: 768px) {
 data {
    display: block;
    position: absolute;
    bottom: 12px;
    right: -63px;
    color: white;
    font-family: sans-serif;
}

 .footer {
    grid-area: 3 / 1 / 4 / 2;
    background: #191413;
    grid-row: 3;
    color: #22485A;
    display: none;
}
img#dad {
    position: revert;
    width: 86%;
    margin: auto;
    display: block;
}
 

* {
  margin: initial;
  padding: initial;
  font-size: initial;
}
  ul, ol, li {
    padding-left: 20px; 
	    font-size: 18px;
  }
  
h1 {
    font-size: 32px;
}
  .boddy {
display:block
  }
#menu{display: none}
#menu_m{display: block}
.sidebar{display:none}

.headder .menubutt ,.menubutt_m {
    display: inline-block;
    padding: 16px;
    margin-left: 0;
    background: #191413;
    margin-bottom: 4px;
    padding: 0px;
    outline: 1px solid #A34341;
    border-radius: 6px;
    /* width: 232px; */
    font-family: sans-serif;
    font-weight: bold;
    color: #A34341;
    font-size: 14px;
}
button.menubutt_m {
    margin: unset;
}
.container {
    display: block;
    width: 100%;
}

 

.content {
    grid-area: content;
    height: 92vh;
    overflow: auto;
}
/*==home==*/
p.Name { 
    font-size: 45px;
     }
p.span {
    font-size: 27px;
}
	 
	 
/*==M Trivia ==*/
tabFrame {
    display: block; 
    left: calc(50% - 140px);
    top: calc(50% - 335px);
	    position: unset;
    display: block;
    width: unset;
    box-shadow: 0 0 20px 5px #926a50;
     -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
   intro {
    font-size: 18px;
    display: block;
    width: unset;
    margin: 0 0 20px 0;
    padding: 11px;
   }
   
   table {
    display: block;
    margin: unset;
    color: #f0dcaf;
    width: unset;
   }
   
   td.dates {
   font-size: 17px;
   }
	
slideshow, #slideshowBG {
    width: 100vw;
    height: unset;
    position: unset;
}	
#slideshow, #slideshowBG {
    width: 101%;
    height: unset;
    position: unset;
    border-radius: 0;
}
img {
    position: relative;
    /* position: unset; */
    border-radius: unset;
    width: 91vw;
    left: 23px;
}
/*anguss*/
img.cow {
    POSITION: relative;
    LEFT: calc(50% - 31vw);
    width: 62vw;
    display: block;
    float: UNSET;
    margin: 0vh 0vw 4vh;
    border-radius: 11px;
    outline: 3px solid #632613;
    box-shadow: 5px 5px 11px 0px #00000073;
}

h2 {
    font-size: 22px;
    margin-bottom: 2vh;
}
anguss {
    display: block;
    font-size: 29px;
    font-family: sans-serif;
    padding: 5vw;
    width: unset;
    position: UNSET;
	border-radius: unset;
    background-color:  #8a824eb0;
    left: calc(50% - 30%);
    top: calc(50% - 363px); 
    z-index: 111;
}
anguss p{font-size: 29px;}
anguss h2{font-size: 33px;}
}

 
