/*
 Theme Name:   USC CETL: Testing
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

.bg-primary {
        background-color: #08244a !important;
    }
    
    #main-menu {
        padding-top: 70px !important; 
    }
    .navbar a:hover {
        color: #AE1140 !important;
        text-decoration: none !important;
    }
    a {
    color: #AE1140;
    }
    a:hover {
    color: #08244a;
    text-decoration: underline !important;
    }
    .btn-primary{
       background-color: #08244a;
       border-color: #08244a;
    }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {    
      background-color: #0A3A7B;
      color:#FFF;
      border-color: #0A3A7B;
     }
    
    .btn-secondary{
        background-color: #AE1140;
        border-color: #AE1140;
    }
    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary {
    
      background-color: #D7144E;
      color:#FFF;
      border-color: #D7144E;
     }
     
    .pt-cv-content h2 {
     display: none;
     line-height: 1.1;
     color: blue;
     }
     