  @font-face {
  font-family: 'PTSansNarrow';
  src: url(/assets/fonts/PTSansNarrow-Regular.tff);
}

* {
  box-sizing: border-box;
}



 body {
                font-family: 'Courier', sans-serif;
                margin: 0;
                /*background-image: url("/images/");*/
                background-color: black;
                /* you can delete the line below if you'd prefer to not use an image */
               
                color: #fceaff;
                
            }
            
            h1 {                
                border: 5px dashed purple;
                margin-right: 35%;
                margin-left: 35%;
                
                background-color: Black;
            }


 /* unvisited link */
a:link {
  color: hotpink;
}

/* visited link */
a:visited {
  color: skyblue;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
} 
#navbar ul {

  list-style-type: none;
  overflow: hidden;
  background-color: rgb(172, 0, 149);
}

#navbar li {
  float: right;
  
}

#navbar li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
}

#navbar li a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(11, 205, 84);
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: rgb(11, 161, 11);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #4f4f4f;}

.dropdown:hover .dropdown-content {
  display: block;
}


 #container {
                max-width: 1100px;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                /* this centers the entire page */
            }

            /* the area below is for all links on your page
    EXCEPT for the navigation */


/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 25%;
  padding-left:20px
}

/* Right column */
.rightcolumn {
  float: right;
  width: 75%;
  padding-left: 20px;
  padding-right:50px
}

/* Add a card effect for articles */
.card {
  background-color: black;
  border-style: outset;
        border-width: 2px;
        border-color: rgb(11, 205, 115);
        border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

footer {
  background-color: rgb(172, 0, 149);
  padding: 10px;
  text-align: center;
  clear:both;
  color: rgb(255, 255, 255);
}


 .dropnav {
        margin-left: auto;
        margin-right: auto;
        background-color: purple;
        border-style: outset;
        border-width: 2px;
        border-color: rgb(11, 205, 115);
        border-radius: 5px;
        padding: 10px;
        width: 200px;
        margin: 10px 10px 10px 10px;
    }


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}



.newspaper {
  column-count: 3;
  column-gap: 40px;
  column-rule: 1px solidrgb(11, 205, 115)
}

#samTit  {
  font-family:PTSansNarrow;
  color:blueviolet;
  text-align: center;
}
       
       /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(11, 205, 115); 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: purple; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(11, 205, 115); 
}

.read-more .more-text {
    display: none;
}

.read-more button {
    background: none;
    border: none;
    color: rgb(248,24,148);
    cursor: pointer;
    padding: 0;
    font-size: 1em;
}
.read-more .more-text {
    display: none;
}

.read-more .dots {
    display: inline;
}
.more-content {
    display: none;
}

.toggle {
    background: none;
    border: none;
    color: #0f91ff;
    cursor: pointer;
    padding: 0;
    font-size: 1em;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.mySlides {display:none; width: 20%; height: auto;}


.markee1{
  font-size:50px;
  font-family: georgia;
  font-style:italic;
  font-weight:bold;
  color:purple;
  text-shadow: 2px 2px 8px #FF0000;
}


.markee4{
  color:rgb(146, 3, 101);
  font-style: italic;
  font-family: Georgia;
  font-weight:bold;
  word-spacing:2px;
}




