/*Text Fonts*/
/*H3{ 
    ;
}*/
button{
    border: none;
    background-color: transparent;
}
*{box-sizing: border-box;
    padding: 0; margin: 0;
    font-family: 'Quicksand',sans-serif;
}
a{
    list-style: none;
    text-decoration: none;

}
li{
    list-style: none;
    margin: 0 10px 0 10px;
    font-size: 15
}
/*Hover Self-help menu*/
.regNav a:hover{
    text-decoration: underline;
    color:white;
}
.dropdown {
    position: relative;
    display: inline-block;
}
#flexNav .dropdown-content a{
    color:#2C6276;
}

.dropdown-content a{
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin: 0;
    color: #2C6276;
    font-size: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.dropdown:hover .dropdown-content {
    display: block;}
#flexNav .dropdown-content a:hover{
    color: white;
    background-color: #2C6276;
    cursor: pointer;
    text-decoration: none;
}
.dropdown-content{
    display: none;
    position: absolute;
    background-color: #FFF3DB;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    transform: translate(-50px);
    z-index: 2;
}
.dropdown:hover .dropbtn{
    text-decoration: underline;
}
/*end hover*/
/*Breadcrumb*/
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
    border-radius: .1875rem
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .4rem
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 1.1rem;
    color: #434343;
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+);
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}
.breadcrumb-item.active {
    color: #6C757D
}
/*Background*/
#background{
    background-image: url("../FP_group1/images/Background_Image.jpg");
    background-color:rgba(255, 255, 255, 0.7);
    border-radius: 20;
}
/*Grid Header*/
.getHelpBtn{
    font-family: 'Quicksand',sans-serif;
    border: 1px solid black;
    padding: 3%;
}
.gridHeader{
    display: grid;
    width: 100%;
    border: none;
    background-color:#2C6276;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 45px;
    grid-template-areas: "logo nav up-right"
                        "logo nav search";
}
.gridHeader a,.gridHeader a:hover{
    color:white;
}
.regNav{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: white;
}
/*Gid Items*/
#logo{
    grid-area: logo;
}
#flexNav{
    grid-area: nav;
    align-self: flex-end;
    justify-content: center;
    padding: 3% 0;
}
#upperRight{
    grid-area: up-right;
    justify-content: end;
    width: 100%;
    display:flex;
    align-items: center;
    margin: 2% 0;
}
#lowerRight{
    grid-area: search;
    margin: 0 5%;
    justify-self: end;
}
/*Hero image*/
.searchbarbtn{
    justify-content: end;
}
.hero h2, .hero p, .artsearch{
    text-align: center;
    margin: 2% auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.artsearch{
    border: 0px solid black;
    height: 40px;
    width: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.artsearch input{
    height: 40px;
    width: 90%;
    padding: 10px;

}
.containerhead{
    display:flex;
    flex-wrap: wrap;
    position:relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 18%;
    margin-right: auto;
    margin-left: auto;
}
.container{
    display:flex;
    flex-wrap: wrap;
    position:relative;
    width: 100%;
    justify-content:space-evenly;
}
.card{
    margin:5%;
    max-width: 30%;
    max-height: 50%;
}
.filter{
    margin: 0px;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}
.filter div{
    margin:auto;
    width: 50%;
    justify-content: center;
}
.quickfilter{
    list-style-type: none;
    margin:auto;
    padding: 0;
    overflow: hidden;
    justify-content: center;
}
.quickfilter li{
    float: left;
}
.quickopt{
    border: 1px solid black;
    border-radius: 10px;
    padding:5px
}
/*Feedback*/
#feedback{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0 10% 0;
}
/*Footer*/
footer{
    padding: 2%;
    background-color: #2C6276;
}
footer div a{
    color:white;
}
.flexFooter{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footerNav{
    font-size: 15px;
    font-weight:medium;
    margin-bottom: 10px;
}
footer a:hover{
    color: white;
}
#footer1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 5px;
    color: white;
}
#footer2{
    display: flex;
    flex-direction: column;
    margin: 0 5px;
}
@media (max-width:768px){
    #footer2{
        display: none;
    }
}
#footer3{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 5px;
}
.inputEmail{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer input{
    position: relative;
    padding: 3px;
    height: auto ;
}
.submitBtn{
    position: absolute;
    padding: 3px;
    border: 1px solid white;
    color:white;
    background-color:#2F6174;
}
@media all{
    .button{outline:none;}
    .main-slider .fp-tableCell{display:table-cell;position:absolute;z-index:99;top:50%;left:0;right:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);}
    .container{max-width:1200px;position:relative;}
    .searchform_wrapper{border-radius:100px;border-width:12px;border-color:rgba(255,255,255,0.64);background-color:rgba(255,255,255,0.64);position:relative;max-width:750px;margin:auto;box-shadow:0 1px 6px 0 rgba(32,33,36,0.28);}
    .av-input-hasicon{border-radius:100px;background-color:rgba(255,255,255,0.64);line-height:75px;height:75px;width:100%;border:0;padding:0 170px 0 75px;color:#9e9e9e;font: size 15px;;outline:none;}
    .av-input-hasicon:focus{color:#000;}
    .search-icon{position:absolute;left: 40px;top:21px;z-index:2;cursor:pointer;font-size:23px;color:#9e9e9e;}    .searchform_wrapper .buttonsubmit{position:absolute;right:8px;top:8px;bottom:8px;z-index:2;transition:all 0.2s ease-in;background:#F6EEA0;border:0;min-width:150px;border-radius:100px;cursor:pointer;font-size: 15px;color:#000; font-weight: bold;}
    .searchform_wrapper .button:hover{background:#2F6174;color:#fff;}
    .quick-search ul{list-style-type:none;padding:0;margin:0;display:inline;}
    .quick-search li{display:inline-block;margin:5px 10px;}
    .quick-search li a{background:#2F6174;color:#fff;padding:15px 25px;border-radius:100px;transition:all ease .5s;font-weight:400;display:inline-block;}
    .quick-search li a:hover{background:rgb(159, 209, 233);color:#393939;text-decoration:none;}
    .quick-search h4{display:inline-block;margin:0 8px 0;vertical-align:middle;}
    .quick-search{margin-top:40px;text-align:center;}
    .section-title{font-size:3rem;margin-bottom:1.5rem;text-shadow:0px 0px 6px #fff;}
    *,::before,::after{box-sizing:border-box;}
    @media (max-width: 767.98px){
        .section-title{font-size:2rem;margin-bottom:30px;}
        .quick-search{margin-top:30px;}
        .av-input-hasicon{line-height:65px;height:65px;padding:0 170px 0 60px;}
        .quick-search li{margin:5px;}
        .quick-search li a{padding:8px 25px;font-weight:normal;}
        .search-icon{left:25px;top:14px;}
        .searchform_wrapper .buttonsubmit{display:none;}
    }
    @media (max-width: 575.98px){
        .av-input-hasicon{font-size:1rem;}
        .search_section .searchform_wrapper .button{min-width:115px;font-size:1rem;display:none;}
        .av-input-hasicon{line-height:55px;height:55px;padding:0 20px 0 60px;}
        .search-icon{left:25px;top:9px;}
        .quick-search h4{display:none;}
        .quick-search li a{padding:5px 18px;font-weight:normal;border-radius:8px;}
    }
    @media (max-width:1600px){
        .section-title{margin-top:4rem;}
    }
    @media (max-width:1199.98px){
        .section-title{margin-top:0;}
    }
    @media (min-width: 768px) and (max-width: 991.98px){
        .section-title{font-size:2rem;margin-bottom:30px;}
    }
}

@media all{
::after,::before{box-sizing:border-box;}
ul{margin-top:0;margin-bottom:1rem;}
a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
a:hover{color:#0056b3;text-decoration:underline;}
.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
}
}

@media all{
.page-numbers{list-style-type:none;padding:0;margin:auto;}
.page-numbers li{display:inline-block;}
span.page-numbers,a.page-numbers{padding:9px 14px;border-radius:3px;background-color:#f0f0f0;display:inline-block;margin:3px;vertical-align:middle;color:#929292;transition:background .3s,color .3s,border-color .3s;-moz-transition:background .3s,color .3s,border-color .3s;-o-transition:background .3s,color .3s,border-color .3s;-webkit-transition:background .3s,color .3s,border-color .3s;}
span.page-numbers:hover,a.page-numbers:hover{text-decoration:none;background-color:#2F6174;color:#000;}
.page-numbers.current{background:#9ACDE0;color:#000;}
*,::before,::after{box-sizing:border-box;}
}
