* {
box-sizing: border-box;
}

html {
cursor: crosshair;
}

body {
padding: 10px;
margin-left:100px;
margin-right:100px;
font-family: Arial;
font-size: 14px;
letter-spacing: 0.8px;
color: #ffffff;
text-align: justify;
background: url('/zaleho-vishuls2.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
line-height:18px;
}

@-webkit-keyframes zoomin {
  0% {transform: scale(0);}
  100% {transform: scale(1);}
}

.maya {
  float:right; 
  width: 375px; 
  padding-left: 50px; 
  padding-right: 50px; 
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-animation: zoomin 1.4s ease-in;
  animation: zoomin 1.4s ease-in;
  transition: all 1.4s ease-in;
  overflow: hidden;
  }

.header {
  padding: 30px;
  text-align: center;
  background: url('/bg4.png');
  border: 2px solid #35302f;
}

.header h1 {
line-height: 120%;
font-family: Georgia;
letter-spacing: 5px;
font-size: 35px;
}

.header h2 {
line-height: 120%;
font-family: Georgia;
letter-spacing: 5px;
font-size: 30px;
}

hr {
  height: 4px; 
  border-width: 0; 
  color: #514948; 
  background-color: #514948;
  }

.topnav {
  overflow: hidden;
  background: url('https://i.imgur.com/KLEwsl5.png');
  margin: 0;
  padding:0;
  border-left: 2px solid #35302f;
  border-right: 2px solid #35302f;
  border-bottom: 2px solid #35302f;
}

.row {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
}

.row2 {
display: grid;
grid-gap: 1px;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
margin: 0 auto;
}

.row3 {
display: grid;
grid-gap: 1px;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
margin: 5px;
}

.column {
  border: 2px solid #000000;
  border-radius: 13px;
  box-shadow: 0px 2px 8px #000000;
  padding: 10px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  margin: 10px;
  background: url('/bg2.png');
}

.row:after {
  visibility: hidden;
     content: " ";
     clear: both;
}

.row2:after {
  visibility: hidden;
     content: " ";
     clear: both;
}

.row3:after {
  visibility: hidden;
     content: " ";
     clear: both;
}

.topnav2 {
  float:right;
  overflow: hidden;
  background: url('/bg4.png');
  font-size: 23px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:right;
  border-top: 2px solid #7d706f;
  border-bottom: 2px solid #7d706f;
}
  
  alert {
color: #ffffff;
font-family: Arial;
box-shadow: 0px 0px 5px #000000;
background: #923a3a;
margin: 0 auto;
text-align: center;
padding-left: 10%;
padding-right: 10%;
padding-top: 15px;
padding-bottom: 15px;
border: 2px solid #35302f;
line-height:50px;
}
  
.scrollbox {
  height:250px; 
  overflow:auto;
  padding:15px;
  }
  
  #results {
margin: 0 auto;
display: block;
text-align: center;
text-decoration: none;
background: #414141;
width: 100%;
line-height: 25px;
padding: 20px;
font-family: Arial;
border: 2px solid #35302f;
}
  
.topnav A:link, A:visited {
margin: 0 auto;
float: left;
display: block;
text-align: center;
padding: 25px 40px;
text-decoration: none;
color: #ffffff;
font-size: 12px;
letter-spacing: 1.5px;
border: 2px solid #35302f;
background: url('https://i.imgur.com/KLEwsl5.png');
height:70px;
font-family: Arial;
}

.topnav a:hover {
margin: 0 auto;
float:left;
color: #ffffff;
background: url('/bg4.png');
letter-spacing: 1.5px;
border: 2px solid #35302f;
transition-duration: 0.8s;
}

.midcolumn {   
  background: url('/bg4.png');
  float: center;
  width: 100%;
  padding-top: 20px;
  border: 2px solid #35302f;
}

.leftcolumn {   
  background: url('/bg4.png');
  float: left;
  width: 75%;
  padding-top: 20px;
  border: 2px solid #35302f;
}

.rightcolumn {
  float: left;
  width: 25%;
  background: url('/bg4.png');
  padding: 15px;
  border: 2px solid #35302f;
}

.fakeimg {
  background: url('/bg4.png');
  width: 100%;
  padding: 15px;
  border: 1px solid #35302f;
}

.card {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 20px;
  text-align:center;
}

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

.footer {
  background: url('/bg4.png');
margin-top: 20px;
text-align: center;
padding: 22px;
line-height: 20px;
}
  
a:link, a:visited {
color: #ffffff;
text-decoration: none;
letter-spacing: 1.5px;
border: none;
padding:0;
margin: 0;
}

a:hover {
color: #ffffff;
transition-duration: 0.5s;
text-decoration: none;
letter-spacing: 1.5px;
text-shadow: 2px 2px 5px #000000;
border: none;
padding:0;
margin: 0;
text-decoration: underline;
}

table {
font-family: Verdana, Sans-Serif, Arial;
border-collapse: collapse;
width: 100%;
word-break:break-all;
}

td {
border: 2px solid #000000;
text-align: left;
padding: 10px;
background: url('/bg4.png');
}

th {
border: 2px solid #000000;
text-align: left;
padding: 10px;
background: url('/bg4.png');
}

tr:nth-child(even) {

}

th1 {
border: 2px solid #000000;
color:#000000;
background-color: #bfabaa;
display:block;
float: center;
text-align: center;
box-shadow: 0px 0px 10px #000000;
}

table a:link, table a:visited {
color: #ffffff;
text-decoration: none;
letter-spacing: 1.5px;
font-weight:bold;
border: none;
padding:0;
margin: 0;
}

table a:hover {
color: #543f3d;
transition-duration: 0.5s;
text-decoration: none;
letter-spacing: 1.5px;
font-weight:bold;
border: none;
padding:0;
margin: 0;
}


input[type=text], input[type=password] {
color: #000000;
font-size: 16px;
width: 350px;
padding: 10px;
text-align: left;
background: #7d706f;
border: 1px solid #3c2e2d;
}

input:read-only {
color: #b1b1b1;
font-size: 16px;
width: 350px;
padding: 10px;
text-align: center;
background: #6a605e;
border: 1px solid #3c2e2d;
    display: none;
}

textarea, textarea:focus {
color: #b1b1b1;
font-size: 16px;
width: 340px;
padding: 10px;
margin: 5px;
text-align: center;
background: transparent;
resize: none;
border: none;
}

.button, .button:visited {
margin: 0 auto;
text-align: center;
text-decoration: none;
background: #bfabaa;
border-radius: 5px;
width: 250px;
line-height: 25px;
padding: 15px;
font-family: Verdana, Sans-Serif, Arial;
border: 2px solid #35302f;
outline: none;
}

.button:hover {
margin: 0 auto;
text-align: center;
text-decoration: none;
color: #2c201f;
background: #f1f1f1;
transition-duration: 0.8s;
border-radius: 5px;
width: 250px;
line-height: 25px;
padding: 15px;
font-family: Verdana, Sans-Serif, Arial;
border: 2px #fff solid;
outline: none;
}

.copy {
margin: 0 auto;
display: block;
text-align: center;
text-decoration: none;
background: url('/bg4.png');
width: 100%;
line-height: 25px;
padding: 20px;
font-family: Arial;
border: 2px solid #35302f;
}

.copy a:link, .copy a:visited, .copy a:hover {
  transition-duration: 0.5s;
  }


.button2, .button2:visited {
margin: 0 auto;
text-align: center;
text-decoration: none;
background: #414141;
border-radius: 5px;
width: 250px;
line-height: 25px;
padding: 10px;
font-family: Verdana, Sans-Serif, Arial;
border: 1px solid #ffffff;
outline: none;
}

.button2:hover {
margin: 0 auto;
text-align: center;
text-decoration: none;
color: #000000;
background: #f1f1f1;
transition-duration: 0.8s;
border-radius: 5px;
width: 250px;
line-height: 25px;
padding: 10px;
font-family: Verdana, Sans-Serif, Arial;
border: 1px #fff solid;
outline: none;
}

::-webkit-scrollbar {
  width: 20px;
  
}

::-webkit-scrollbar-track {
  background: #c2c2c2;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0px 0px 10px 3px rgba(0,0,0,0.70);
-moz-box-shadow: inset 0px 0px 10px 3px rgba(0,0,0,0.70);
box-shadow: inset 0px 0px 10px 3px rgba(0,0,0,0.70);
  
}
 
::-webkit-scrollbar-thumb {
  background: #35302f;
  border: 1px solid #000;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(125,112,111,0.70);
-moz-box-shadow: inset 0px 0px 6px 3px rgba(125,112,111,0.70);
box-shadow: inset 0px 0px 6px 3px rgba(125,112,111,0.70);
}

::-webkit-scrollbar-thumb:hover {
  background: #35302f;
  border: 1px solid #000;
}

#resultsBreed {
display: block;
text-align: center;
text-decoration: none;
background: #414141;
border-radius: 20px;
width: 100%;
line-height: 15px;
padding: 10px;
font-family: Arial;
border: 2px solid #35302f;
height: 0 auto;
overflow: hidden;
overflow-x: hidden;
  }










@media screen and (max-width: 1400px) {

body, .leftcolumn, .rightcolumn, .midcolumn, .card, .fakeimg, .footer, .copy {
background-position:right;
margin: 0 auto;
}
.topnav2 {
}

}



  
@media screen and (max-width: 1080px) {

body, .leftcolumn, .rightcolumn, .midcolumn, .card, .fakeimg, .footer, .copy {
background: url('/zaleho-vishuls2.png') no-repeat right right fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.maya {
width: 100%;
padding:100px;
}

.topnav a:link, a:visited {
width:100%;
}
.topnav2 {
width:100%;
}

}



  
@media screen and (max-width: 800px) {

body, .leftcolumn, .rightcolumn, .midcolumn, .card, .fakeimg, .footer, .copy {
background: url('/zaleho-vishuls2.png') no-repeat right right fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.maya {
width: 100%;
padding:30px;
}
.topnav a:link {
width:100%;
}
.topnav2 {
width:100%;
}

}
