
a:hover
{
	color: green;
	text-decoration: none;
}


h4{
background-color: white;
color: black;


 
}



 .intLink {
  cursor: pointer;
  text-decoration: underline;
  color: #0000ff;
}

#cap:hover
{
  background-image:url(adminlogin/new/closehover.jpg);



}

 #ryt {
float:bottom;

 border:3px solid rgba(0,0,0,0);
-webkit-border-radius:5px;
-moz-border-radius:5px;
 border-radius:5px;
-webkit-box-shadow:0 0 10px rgba(0,0,0,20.4);
-moz-box-shadow:0 0 18px rgba(0,0,0,20.4);
 box-shadow:0 0 18px rgba(0,0,0,20.4);
 margin-top:50px;
 font-size: 15px;
 height: 100%;
 }
 #sel {
float:top;

 border:3px solid rgba(0,0,0,0);
-webkit-border-radius:5px;
-moz-border-radius:5px;
 border-radius:5px;
-webkit-box-shadow:0 0 10px rgba(0,0,0,10.4);
-moz-box-shadow:0 0 18px rgba(0,0,0,10.4);
 box-shadow:0 0 18px rgba(0,0,0,10.4);
 margin-top:5%;
 font-size: 15px;
  height: 100%;
 }

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}



  .blog_item {
                   padding: 0.9% 0.9%;
                    background-color:#F2F2F2;
                    margin: 5px 0px 2px;
                }


                        
                .blog_item a {
                    text-decoration: none;
                    padding-bottom: 0px;
                    color: #0074a2;
                }

                  .blog_item a:hover {
                    text-decoration: none;
                    padding-bottom: 0px;
                    color: green;
                }



                .show_more_container {
                    margin: 1.5% 2.5%;
                }
                .show_more {
                    cursor: pointer;
                    display: block;
                    padding: 10px 0;
                    text-align: center;
                    font-weight:bold;
                }




  .blog_itemo {
                    padding: 0.9% 0.9%;
                    background-color:transparent;
                     margin: 5px 0px 2px;
                }

 .blog_itemo a {
                    text-decoration: none;
                    padding-bottom: 0px;
                    color: #0074a2;
                }

                  .blog_itemo a:hover {
                    text-decoration: none;
                    padding-bottom: 0px;
                    color: green;
                }



                .show_more_containero {
                    margin: 1.5% 2.5%;
                }
                .show_moreo {
                    cursor: pointer;
                    display: block;
                    padding: 10px 0;
                    text-align: center;
                    font-weight:bold;
                }


#top
{
  color: white;
}
#top:hover {
    background-color: #ddd;
    color: black;
}

.topa {
    background-color: #4CAF50;
    color: white;
}


#nexto
{
  color: white;
}
#nexto:hover {
    background-color: #ddd;
    color: black;
}


.previous {
    background-color: #f1f1f1;
    color: black;
}

.next {
    background-color: #4CAF50;
    color: white;
}

.round {
    border-radius: 50%;
}


.thumb {
  position: relative;
  max-width: 350px;


   /* Maximum width */
 

}



.containera {
  position: relative;
  max-width: 700px; /* Maximum width */

}

.containera .contenta {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 10px; /* Some padding */
}



.containeros {
  position: relative;
  max-width: 700px; /* Maximum width */
  margin-left: 1.5%;
  margin-right:1.5%;
}

.containeros .contentos {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 10px; /* Some padding */
}

#tabula {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 2px solid #ddd;
    margin-bottom:-10px;
    margin-top:-10px;
}

#tabula tr{
   background-color: #f2f2f2
}


body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the 
page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: relative;

  width: 100px;

}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;

  border: 3px solid #f1f1f1;
  z-index: 9;

}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container 
input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

#closo{
  color: white;
}
#closo:hover{

color:yellow;

}


#thumbo {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    
    margin-right: 5px;
   
}
#thumbo:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

#thumba:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.intro
{
width:100%;
max-width:350px;
float: left;

 background-color:#F2F2F2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.containere {
  position: relative;
  max-width: 80px; /* Maximum width */
 /* Center it */
}

.containere .contente {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgba(0, 0, 0, 0.3); /* Fallback color */
  background: rgba(0, 0, 0, 0.3); /* Black background with 0.5 opacity */
  color: white; /* Grey text */
  width: 60%; /* Full width */
  padding: 0px;
  margin-left: 26px; /* Some padding */
  height: 80%;
  font-size: 100%;
  border: 3px rgba(0, 0, 0, 0.5) solid;

 
 margin-bottom: 10%;
}


.comment-form-container {
    background: #F0F0F0;
    border: #e0dfdf 1px solid;
    padding: 20px;
    border-radius: 2px;

}

.input-row {
    margin-bottom: 20px;
}

.input-field {
    width: 100%;
    border-radius: 2px;
    padding: 10px;
    border: #e0dfdf 1px solid;
}

.btn-submit {
    padding: 10px 20px;
    background: #333;
    border: #1d1d1d 1px solid;
    color: #f0f0f0;
    font-size: 0.9em;
    width: 100px;
    border-radius: 2px;
    cursor:pointer;
}

ul {
    list-style-type: none;
}

.comment-row {
    border-bottom: #e0dfdf 1px solid;
    margin-bottom: 15px;
    padding: 1.5%;
}

.outer-comment {
    
    padding: 20px;
   
}

span.commet-row-label {
    font-style: italic;
}

span.posted-by {
    color: #09F;
}

.comment-info {
    font-size: 0.8em;
}
.comment-text {
    margin: 10px 0px;
}
.btn-reply {
    font-size: 0.8em;
    text-decoration: underline;
    color: #888787;
    cursor:pointer;
}
#comment-message {
    margin-left: 20px;
    color: #189a18;
    display: none;
}

  .newscontainer {
                     padding: 0.9% 0.9%;
                    background-color:#F2F2F2;
                      margin: 5px 0px 2px;
                    border-bottom: 1px solid lightgray;
                    border-left: 5px solid lightgray;

                }

  .newscontainer:hover {
                   padding: 0.9% 0.9%;
                    background-color:#dcdcdc;
                       margin: 5px 0px 2px;
                    border-bottom: 1px solid gainsboro;
                    border-left: 5px solid gray;
                    -webkit-transform: scale(1.01);
                    -moz-transform: scale(1.01);
                    -ms-transform: scale(1.01);
                    -o-transform: scale(1.01);
                    transform: scale(1.01);
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                   

                }
                
                
                
                
.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: 40px;      /* or adjust to your navbar height */
  width: auto;
}

.navbar-brand .brand-text {
  font-size: 18px;
  margin-left: 8px;  /* spacing between logo and text */
  white-space: nowrap; /* keep on one line */
}