/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.dark .form-control:not(.not-dark), .dark .input-group-text {
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    border-color: rgba(255,255,255,0.4);
}

.home-heading {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.green {background-color: #75f27c;}

.dark .form-control:not(.not-dark)::placeholder {color: #E1E1E1;}

#slider .emphasis-title h1 {font-size: 52px;}

.limes {font-family: 'Yellowtail script=latin rev=2'; font-weight: 400; font-style: normal;}

.menu-item.menu-item-emphasis:hover {color:#FFF}

.green-boldtext {color: #3db014;font-weight: 500;}

.sm-form-control {border:1px solid #ccc;}

.h1-shadow {text-shadow: -4px 4px 6px rgba(0, 0, 0, 0.5);color:#FFF;}

.row {margin-left:0; margin-right:0;}