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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.logopad {
    margin-top: 15px;
}
      .imgbottompad {
    margin-bottom: 20px;
        width: 70%;
}

     .imgbottompad2 {
    margin-bottom: 20px;
   
}

html .btn-primary:hover, html .btn-primary.hover {
    background-color: #014990;
    border-color: #014990 #014990 #014990;
    color: #FFF;
}

.btn-modern {
    text-transform: uppercase;
    font-size: .8em;
    padding: 12.8px 24px;
    padding: 0.8rem 1.5rem;
    font-weight: 600;
}

.btn-rounded {
    border-radius: 35px;
}
