/*
Theme Name: Technique Starter Theme
Theme URI: https://www.techniquewebdesign.co.uk
Author: techniqueweb
Author URI: https://www.techniqueweb.co.uk
Description: A simple Gutenberg ready WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: technique-theme
Tags: translation-ready
*/

.welcome-heading h2 {
    color: #0A6582;
    text-align: center;
    font-size:60px;
	font-family: 'Adobe Clean', sans-serif;

}

.welcome-btn {
    display: flex;
    justify-content: center;
    align-items: center;
	margin:80px 0px;
}

.welcome-btn a {
    border: 4px solid #0A6582;
    border-radius: 30px;
    padding: 70px 50px;
    margin: 0px 30px;
    color: #0A6582;
    font-size: 50px;
    text-decoration: none;
	font-weight: 800;
	    width: 500px;
    text-align: center;
}	

.welocome-text p {
   text-align: center;
    font-size: 60px;
    color: #0A6582;
}
.welocome-text b a {
    text-decoration: none;
    color: #0a6582;
}

.welcome-btn a:hover {
    background: #0A6582;
    color: #ffffff !important;
}
.active, .welcome-btn a:hover {
 background: #0A6582;
    color: #ffffff !important;
}

a:focus {
    color: #0A6582 !important;
}
.welocome-text b a:hover {
    color: #88a041;
    text-decoration: underline;
}
button#login-btn {
    padding: 0.7rem 1.5rem;
    border: 1px solid #0A6582;
    background-color: #0A6582;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1.125rem;
    font-family: 'Adobe Clean', sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
    margin-right: auto;
    display: block;
}
button#login-btn img {
    position: relative;
    right: unset;
    bottom: -2px;
}

/* header section css */

ul#menu-home-menu ul.sub-menu {
    padding: 10px;
    margin-top: 5px;
	z-index:999999;
}

ul#menu-home-menu ul.sub-menu li {
    border: unset;
    box-shadow: unset;
}


/* listing page */

.section-listing {
    width: 80% !important;
}
.search1{
	
	width:80% !Important;
}
.listing-table{
	width:80% !important;
}

















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

.welcome-btn{
display:block;
margin:20px 0px;
}

.welcome-heading h2 {
    font-size: 40px;
    padding: 0px 20px 20px 20px;
}
.welcome-btn a {
    padding: 40px;
    font-size: 30px;
}
a.taxon {
    display: block;
    width: auto;
}

a.accession {
    display: block;
    width: auto;
    margin: 20px;
}

.welocome-text p {
    font-size: 30px;
    line-height: 1.5em;
}


}