@media screen and (min-width: 0) and (max-width: 799px) {
.quotes {
width: 95%!important;
}
.check-wrap h3 {
width: 95%!important;
width: unset!important;
}
}
@media screen and (min-width: 0) and (max-width: 595px) {
h1 {
font-size: 18px!important;
}
.inital-wrap {
font-size: 16px!important;
}
h4 {
font-size: 12px!important;
}
.quotes {
font-size: 10px!important;
}
.check-wrap select {
width: 90px!important;
}
}
body {
background-image: url(lake.jpg);
background-size: cover;
background-attachment: fixed;
}
.ui-datepicker-calendar {
background-color: #ffffff;
}
.check-wrap {
position: relative;
text-align: center;
margin: 0 20px;
}
.instruct .text {
max-width: 410px;
}
.check-wrap h1 {
margin: 20px 0 5px 0;
}
.check-wrap .inital-wrap,
.check-wrap .open-inst,
.check-wrap .quotes,
.check-wrap h1,
.check-wrap h3,
.check-wrap h4 {
color: #fff;
}
.check-wrap h3 {
width: 50%;
height: 50px;
font-size: 18px;
font-weight: bold;
padding: 10px;
margin: 0 auto 5px auto;
text-align: left;
}
.check-wrap .inital-wrap {
display: block;
height: 50px;
font-size: 30px;
font-weight: bold;
letter-spacing: 3px;
}
.check-wrap .fish-wrap {
height: 115px;
}
.check-wrap .fish, .check-wrap .fish2 {
width: 120px;
}
.check-wrap .fish {
display: none;
}
.check-wrap select, .check-wrap .game-btn, .check-wrap input[type=text], .check-wrap .reset {
background-color: #c3e0e0;
text-transform: uppercase;
}
.check-wrap input[type=text] {
width: 100px;
padding-left: 10px;
}
.check-wrap select {
width: 135px;
}
.check-wrap .quotes {
font-size: 16px;
font-weight: bold;
width: 50%;
margin: 20px auto 0px auto;
text-align: left;
}
.check-wrap placeholder {
color: #000;
}
.check-wrap ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #000;
opacity: 1; 
}
.check-wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000;
}
.check-wrap ::-ms-input-placeholder { /* Microsoft Edge */
color: #000;
}
.go-btn {
height: 32px;
margin-left: 10px;
}
