@charset "utf-8";


a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color:grey;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: grey;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

.polaroid {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.polaroidx {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 px 20px 0 rgba(0, 0, 0, 0.30);
}

.datecolor {
	color: darkcyan;
	text-align: end;
}

.header-bg-1 {
    background-color:#41AAB3;
}

.header-bg-2 {
    background-color:#585955;
}

.display-1 {
    font-size: 2rem;
}
.display-5 {
        font-size: 1.1rem;
    }
.shrink{
	font-size: 0.9rem;
}
@media (min-width: 576px) { 
	.shrink {
		font-size: 0.9rem;
	}
.display-1 {
    font-size: 3rem;
}
.display-5 {
    font-size: 1.2rem;
}
    
}

@media (min-width: 768px) { 
	.shrink {
		font-size: 1rem;
	}
.display-1 {
    font-size: 4rem;
}
.display-5 {
    font-size: 1.3rem;
}
}

@media (min-width: 992px) { 
.display-1 {
    font-size: 6rem;
}
.display-5 {
    font-size: 1.3rem;
}
}

@media (min-width: 1200px) {  

.display-1 {
    font-size: 7rem;
}
}