﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family:'Open Sans'; 
    font-size:18px;
    padding-left: 5px;
    margin-top:10px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type=text],
select,
textarea {
    width: 35%;
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0;
    box-shadow: 5px 8px 5px rgba(0,174,239,0.1);

}

input[type=submit] {
    background-color: #008BCC;
    font-size: 14px;
    color: white;
    font-weight: bold;
    padding: 14px 15px;
    border: none;
    border-radius: 4px;
    text-align: left;
    margin-top: 10px;
    cursor: pointer;

}


.sz_button{
    margin-top :1%;
    margin-left:14%;

}

.listingbutton{
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 2%;
    margin-right:1px;
    display:inline-block;

}
.dropdown {
    border: 1px solid #999;
    padding-right: 1px;
    padding-left: 8px;
    font-size: 14px;
    margin-right: 2px;
    margin-left: 2px;
 }


p{
    margin: 0 0 10px;
    text-align: justify;
    font-size: 14px;
    width: 60%;
}

.zfLabel {
    width: 100%;
    padding: 2px 2px;
    margin: 8px 0px;
    /*border: 1px solid #ccc; */
    border-radius: 4px;
    display: inline-block;
    text-align: left;
    color: #008BCC;
    font-weight: bold;
    font-size:16px;
}


.hero {
    background-color:white;

}
h1 {
    display: flex;
    text-align: left;
    color: #008BCC;
    font-size: 1.8em;
}

.header1{
    display: flex;
  align-items:center;
    
}

.zoneResults a{
    
    margin-left:20px;
}

.header-img{
    width: 16%;
    justify-content:center;
    flex-direction:row;
}
img{
    object-fit:cover;
    display:flex;
    max-width: 100%;
    margin-right:0px;
    padding-right: 0px;

}

.header1-txt{
    display:flex;
    flex-direction:row;
    float: left;
    margin-left:20px;
    justify-content:center;
}

.container {
    max-width: 1140px;
    margin: auto;
}
h2{
    color: #A22873;
    font-weight:700;
    font-size: 1.4em;
}

.zonelabels {
    width: 10%;
    padding: 1px 2px;
    margin: 1px 2px;
    border-radius: 4px;
    display: inline-block;
    text-align: left;
    color: #008BCC;
    font-weight: bold;
    font-size: 14px;
}


.zoneResults {
    width: 100%;
    margin: auto 0;
    position: relative;
    display: inline-block;
    padding: 4px 2px;
    font-size: 14px;
}

.datagrid {
    width: 60%;
    border: solid 2px #D3A50D;
    min-width: 60%;
    padding-top:10px;
    margin-top:10px;
    margin-bottom: 2px;
    padding-bottom: 2px;
    font-family:"Open Sans";
}

.dataheader {
    background-color: #D3A50D;
    font-family: "Open Sans";
    color: white;
    border: transparent;
    height: 25px;
    text-align: center;
    font-size: 16px;
}

.datarows{
    background-color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: center;
    border: transparent;
}

.datapager {
    background-color: #D3A50D;
    font-family: "Open Sans";
    color: white;
    text-align: left;
}

.datapager a{
    color:white;

}
.footer{
    
    width:100%;
    font:inherit;
    font-size: 12px;
    left:1%;
    bottom:5%;
    padding-top:1em;

}
/* Responsive: Portrait tablets and up */
@media (max-width: 1200px) {
    .container {
        max-width:970px;
    }

    h1{
        font-size: 1.4em;
    }

    h2{
        font-size: 1.1em;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 740px;
    }

    h1 {
        font-size: 1.2em;
    }

    h2 {
        font-size: .9em;
    }
}
}

@media (max-width: 768px) {
    .container {
        max-width: 500px;
    }

    h1 {
        font-size: 1.2em;
    }

    h2 {
        font-size: .9em;
    }
}

@media (max-width: 568px) {
    .container {
        max-width: 90%;
    }

    h1 {
        font-size: 1.2em;
    }

    h2 {
        font-size: .9em;
    }
}