/*
 Theme Name:   Panacea Diagnostics
 Theme URI:    https://arttia.co.uk
 Description:  Panacea Diagnostics child theme
 Author:       Arttia Creative
 Author URI:   https://arttia.co.uk
 Template:     generatepress
 Version:      0.1
*/

/* Hamburger Mobile Menu Size Increase */
.main-navigation .menu-toggle, .main-navigation .menu-toggle:active, .main-navigation .menu-toggle:hover {
    font-size: 25px;
}

/* Equal height buttons centered https://www.beaverjunction.com/bottom-aligned-buttons-on-columns/ */
.equal-height-buttons{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex: 1 1 0;
    }

/* Equal height buttons left https://www.beaverjunction.com/bottom-aligned-buttons-on-columns/ */
.equal-height-buttons-left{
    display: flex;
    justify-content: ;left;
    align-items: flex-end;
    flex: 1 1 0;
    }
    
    
    /* Equal height paragraph */
    .equal-height-para-left{
        display: flex;
        justify-content: ;left;
        align-items: flex-end;
        flex: 1 1 0;
        }

   /* Menu button */
    
    @media (min-width:769px) {
        .main-navigation .main-nav ul li.nav-button a {
            background-color: #F10079;
			border: 3px solid #F10079;
            color: #FFFFFF;
            line-height: 35px;
			cursor: pointer; /* Cursor changes to a hand icon when hovered over */
			font-weight: 900;
			font-size: 16px;
            padding: 2px 35px; /* Padding around the text */
			margin-left: 20px;
			border-radius: 40px; /* Rounded corners */
        }
    }
    
    @media (min-width:769px) {
        .main-navigation .main-nav ul li.nav-button a:hover {
			border: 3px solid #7030A0;
            color: #FFFFFF;
            line-height: 35px; 
			margin-left: 20px;
			cursor: pointer; /* Cursor changes to a hand icon when hovered over */
			font-weight: 900;
			font-size: 16px;
			border-radius: 40px; /* Rounded corners */
        }
    }
    

