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



 
}


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


}






 #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%px;
 }
 #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%px;
 }




#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: 1px 0px;
                    background-color:#F2F2F2;
                    margin: 5px 15px 2px;
                    
                }




  .blog_itemi {
                    padding: 1px 0px;
                    background-color:#F2F2F2;
                    margin: 5px 7px 2px;
                     border-bottom: 1px solid lightgray;
                  
                }

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

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




  .blog_itemo {
                    padding: 1px 0px;
                    background-color:white;
                    margin: 5px 7px 2px;
                }

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

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


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




    .show_more_containeri {
                    margin: 15px 25px;
                }
                .show_morei {
                    cursor: pointer;
                    display: block;
                    padding: 10px 0;
                    text-align: center;
                    font-weight:bold;
                }




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


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

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

.rounda {
    border-radius: 50%;
}



#thumb
{
  max-height:60px; 
}


.containere {
  position: relative;
  max-width: 85px;

}

.containere .contente {
  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: 68%; /* Full width */
  padding: 0px;
  margin-left: 22px;
   margin-bottom: 4px;
}


.btno {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 15px;
}

/* Darker background on mouse-over */
.btno:hover {
    background-color: RoyalBlue;
}


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;

}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}



.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: 15px;
}

.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: green;
    display: none;
}


 #more {display: none;}

 .icon-smile:before {
    content: " ";
    width: 16px;
    height: 16px;
    display: flex;
    background: url(vendor/icon-smile.png);
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid transparent;
  background-color: #f1f1f1;
    
}



/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: 2px  solid #ccc;
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
 height: 35px;
  transition: 0.3s;
  font-size: 17px;
  width: 50%; 
  margin-bottom: 0px;
  color: gray;
  
   
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
   
  background-color: #ccc;
  border-top-color: dodgerblue;
  color: dodgerblue;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 1px 1px;
  border: 1px solid #ccc;
  border-top: none;
}

.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 */
}