@import 'https://fonts.googleapis.com/css?family=Roboto';

@import 'https://fonts.googleapis.com/css?family=Righteous';

@import 'https://fonts.googleapis.com/css?family=Oswald';

@import 'https://fonts.googleapis.com/css?family=Courgette';




.wrapper {
   overflow: hidden;
   width: 88%;
   font-family: 'Righteous', sans-serif;
background-color: #FFFFFF;

}

body {

   background-color: #D0D0D0;
}

h2 {
margin-top: 0  !important;
margin-bottom: 0 !important;
background-color: #D0EED0;
padding: 6px;
border-radius: 12px;
text-shadow: 2px 2px 2px  #909090;
border-bottom: 3px #606060 solid;

}

h3 {
margin: 0 auto  !important;

}

.header {
   text-align: center;
   height: 100px;
    margin-bottom: 4px;
    margin-top: 0;
    padding: 18px 0;

}



.sidebar-nav {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
    list-style: none;
    height: 87vh;
    overflow-y: auto;
    --border-right: solid limegreen 5px ;
    border-left: solid black 2px;
    border-top:  solid black 2px;

}

.sidebar-nav li {
    position: relative; 
    --line-height: 20px;
    display: inline-block;
    width: 100%;
    padding: 12px 0px;
    cursor: pointer;
    margin-left: 0px;
    

}

.menubaricon {

    z-index: 100;
    --position: absolute;
    --top: 68px;
    --left: 50px;
    --margin-top: -38px;
    width: 40px;
    cursor: pointer;
    background-color: #D0EED0;
    border: 2px solid dodgerblue;
    border-radius: 8px;
    height: 35px;
    max-height: 35px;
    line-height: 5px;
    text-align: center;
    
}

.menubaricon span {
    display: inline-block;
    
}

.menubarmobile {
    z-index: 100;
    position: absolute;
    top: 66px;
    left: 36px;
    width: 96px;
    cursor: pointer;
    background-color: #D0EED0;
    border: 2px solid dodgerblue;
    border-radius: 8px;
    padding: 3px;

}

.menubarmobile li {

   margin-bottom: 8px;
}

.menubarmobile li:hover {
	--border: 2px solid dodgerblue;
	border-radius: 8px;
	color: green;
	background-color: white;
}


ul li span {
padding-left: 3px;
}

.sidebar-nav li:hover {
	border: 2px solid dodgerblue;
	border-radius: 8px;
	color: green;
}

.main {
    height: 87vh;
    padding: 8px;
    border-right: solid dodgerblue 5px ;
    overflow: auto;
    border-top: solid black 2px ;
    border-left: solid limegreen 5px ;

}

.welcome {
    padding: 8px;
    text-align: left;
    text-indent: 10px;
    font-family: 'Courgette', cursive;
    color: blue;
    margin-bottom: 4px;

}

.newsitem {
   border-top: dashed dodgerblue 2px;
   --border-bottom: dotted #808080 2px;
   text-indent: 12px;
   
}

.middle {
  text-align:center;
}

.newsitem h4 {
background-color: #D0EED0;
border-radius: 6px;
padding: 6px;

}


ul {
	    list-style-type: none;
    padding: 4px;

}


.right-bar {
    height: 87vh;
    overflow: auto;
    border-right: solid black 2px;
    border-top: solid black 2px ;
    padding: 8px;

}

.event {
  border: 2px solid limegreen;
  padding: 4px;
  border-radius: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-left: 8px;
}

.date {
  color: dodgerblue;
  font-style: italic;

}

.classTitle {
  color: dodgerblue;
}

.officer {
   border-bottom: 3px solid dodgerblue;
   width: 50%;
}

.content h3 {

   text-align: left;
}

.content p {
  --text-align: left;
  font-family: 'Roboto',  sans-serif;
  color: black;
}

.content .event p {
  --text-align: left;
  font-family: 'Roboto',  sans-serif;
  font-weight: bold;
  color: black;
  --font-size: 16px;
}

.content .newsitem p {
  --text-align: left;
  font-family: 'Roboto',  sans-serif;
  font-weight: bold;
  color: black;
  font-size: 16px;
}

table tr td {
  font-family: 'Roboto',  sans-serif;
  font-weight: bold;
  color: black;
  font-size: 16px;
}

ol li {

  font-size: 16px;
}
#mapContent {

   overflow: auto;
}

  #map {
    height: 500px;
    width: 730px;

  }
  
  fieldset {
    font-family:'Roboto',  sans-serif;
    border: 3px solid dodgerblue;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
}

fieldset legend {
    background-color: white;
    font-family:'Righteous',  sans-serif;
    color: purple;
    padding: 5px 10px ;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 0 0 2px limegreen;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}


.linkItem {
   margin-top: -16px;
   margin-bottom: 24px;

}

.linkItem a {
   font-weight: bold;
   margin-left: 6px;

}

.linkItem p {
   padding-left: 8px;

}

.linkComment {
   font-style: italic;
   color: purple;
   margin-left: 18px;
   margin-bottom: -18px;
   display: block;

}

.linkTitle {
   font-weight: bold;

}

.linkLink {
   margin-left: 18px;
   margin-right: 4px;
   display: block;

}


img {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
   /* width: 150px; */ /* Set a small width */
}

/* Add a hover effect (blue shadow) */
img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.photo_thumbnail {
  display: inline-block;
  margin: 16px;

}

@keyframes flash {
  0%   {color: purple;}
  40%  {color: red;}
  70%  {color: blue;}
}
