﻿/*body {
    padding-top: 100px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    /*background-repeat: repeat;
    font-family: 'Source Sans Pro', sans-serif;
}*/


#mycarousel .item {
    height: 480px;
}

.carousel-inner > .item > img {
    margin: auto;
}

#mycarousel {
    margin-top: 60px;
}

#slide1 {
    background: url('~/images/socalppma-1.jpg') center no-repeat;
}

#slide2 {
    background: url('~/images/socalppma-2.jpg') center no-repeat;
}

#slide3 {
    background: url('~/images/socalppma-3.jpg') center no-repeat;
}

#slide4 {
    background: url('~/images/socalppma-4.jpg') center no-repeat;
}


.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

/*
.addToCart {
    padding-right: 10px;
    padding-left: 10px;
}*/

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

/*
.navbar {
    background-image: none;
    background-color: #FFCB1F;
    border-color: #FFCB1F;
    min-height:75px; 
   
}

.navbar-inverse {
    
    background-color: #FFCB1F;
    border-color: #FFCB1F;

    
}

.nav.navbar-nav.navbar-right li a {
   
    font-size: 1.2em;
   
   

}
*/

/*
.navbar .nav > li > a {
    font-size: 1.2em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color:  #837958;
}

.navbar a:hover {
    color: #837958;
    Background-color: #FFCB1F;
    
}*/
/*
.nav-link {
    font-size: 1.2em;
    position: relative;
}


.nav-link::after {
    content: '';
    transition: all 0.2s;
    opacity: 0;
    height: 2px;
    width: 100%;
    background-color: greenyellow;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-link:hover::after {
    
    opacity: 1;
    
 }
    */

/*body {
    padding-top: 100px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    /*background-repeat: repeat;
    font-family: 'Source Sans Pro', sans-serif;
}*/
html {
    height: 100%
}

body {
    padding-top: 180px;
    /*height: 2000px;*/
    background-color: #ffcc00;
    /*background-image: linear-gradient(#ffcb1f, white, #ffcb1f) !important;*/
    color:black;
    display: flex;
    flex-direction: column;
    min-height:100vh;
    /*min-height: 100%;*/
}


footer {
    /*background-color: #36393F;
    min-height: auto;
    position: fixed;
    bottom: 0;
    width:100%;*/
    margin-top: auto;
}



.logo-img {
    margin-top: -4px;
}

/* adjust the membership login display */
/*
.nav-login {
    margin-top: -2px;
}
.nav-logout {
    margin-top: -8px;
}
*/

.navbar{
    border-bottom: 3px solid #000;
}

.bg-yellow {
    background-color: #ffcb1f;
    /*background-image : linear-gradient(#ffcb1f, white);*/
    color: black;
}


.nav-link,.nav-brand {
    color: black !important;
}

.c-item {
    height: 480px !important;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(1.0);
}


.form-label {
    font-weight:bold !important;
}


.control-label {
    font-weight: bold !important;
}

.nav-link {
    font-size: 1.2em;
    position: relative;
    
}

.nav-link::after {
    content: '';
    opacity: 0;
    transition: all 0.2s;
    height: 2px;
    width: 100%;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-link:hover::after {
    opacity: 1;
}

/* fixes the underline on the Admin menu to single bar instead of bolded bar */
.dropdown-toggle::after {
    border-top: 0 !important;
}


hr {
    background-color:  black;/*#2876f9;*/
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


/*footer {
    margin: 50px 0;
}
*/
.font {
    font-size: 1rem;
    font-weight: 200;
    text-align: center;
    vertical-align: baseline;
    position: relative;
}

.required {
    color: red;
    font-weight: bold;
}