* {
    box-sizing: border-box;
}
html,body{
    margin:0;
}
h1,h2 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 1.5vw;
letter-spacing: 0.3vw;
font-family: 'Crimson Text', Georgia, Times, serif;

}

@media screen and (max-width: 1200px) {
h1,h2 {
font-size: 20px;
}

}

   .colortext {
     color: red;
   }


.row {
justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.sortCont {
  float: left;
  background-color: #ffffff;
  color: #000000;
  width: 30%;
  height: 50vw;
  margin: 1.6vw;
  text-align: center;
  padding-bottom: 15px;
  align-items: center;
  justify-content: center;
  	border-radius: 3px;
  -webkit-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
  	border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sortCont img {
width: 90%;
height: auto;
  object-fit: contain;
}

.sortCont a {
text-decoration: none;
}

.sortCont p {
    margin: 8px;
    text-align: center;
    font-family: 'Crimson Text', Georgia, Times, serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1vw;
}
.sortCont h3 {
	text-align: center;
    font-family: 'Crimson Text', Georgia, Times, serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1.5vw;
    letter-spacing:1px;
}

@media screen and (max-width: 1200px) {
  .sortCont {
    float: none;
	width: 100%;
	height: auto;
  }
.sortCont img {
width: 100%;
height: auto;

} 
.sortCont p {
font-size: 15px;
}
 .sortCont h3 {
font-size: 15px;

}
}

.ist9 p{
	padding: 5px;
	margin: 10px;
    text-align: left;
    font-size: 1.4vw;
    text-transform: none;
}
.ist9 a{
color: #008000;
text-decoration: none;
}
.ist9 a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1200px) {
.ist9 p{
font-size: 16px;
}

}


.row:after {
    content: "";
    display: table;
    clear: both;
}



.top_text {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px 20px;
        background-color: #ffffff;
          -webkit-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
        box-shadow: 1px 1px 13px 2px rgba(34, 60, 80, 0.2);
          	border-radius: 3px;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;

}
.top_text:hover {
	  -webkit-box-shadow: 1px 1px 13px 2px rgba(64, 80, 120, 0.8);
        -moz-box-shadow: 1px 1px 13px 2px rgba(64, 80, 120, 0.8);
        box-shadow: 1px 1px 13px 2px rgba(64, 80, 120, 0.8);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
	
}
	
.top_text p {
    font-weight: 500;
    font-family: 'Crimson Text', Georgia, Times, serif;
    text-align: left;
    padding: 3px;
    font-size: 1.5vw;
    line-height:1.9vw;
    letter-spacing: 0.5px;
}
.top_text a{
text-decoration: none;
font-family: Times, serif;
color: green;
}
.top_text a:hover{
font-weight: 600;
}
@media screen and (max-width: 1200px) {
.top_text p {
padding: 3px;
font-size: 20px;
letter-spacing: 0.5px;
line-height:25px;
}

}
