*{
    font-family: 'Open Sans';
}
.navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.nav-item {
    margin-left: 10px !important;
}
.jumbotron{
    border-bottom: 1px solid #90bcbd;
    height: 500px;cover-min.jpg
}
.jumbotron-with-cover{
    background-image: url("https://itaipeleg.com/images/cover-min2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}
.jumbotron-with-cover-404{
    background-image: url("https://itaipeleg.com/images/cover-black-and-white-min-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}
@media (max-width: 600px){
    .jumbotron-with-cover{
        height: 400px;
    }
}
.jumbotron.container{
    margin-top: 96px;
}
.jumbotron .container h1, .jumbotron .container p{
    text-shadow: 0 0 2px gray, 0 0 2px gray;
}
.jumbotron-with-cover .container{
    margin-top: 400px;
}
@media (max-width: 600px){
    .jumbotron-with-cover .container{
        margin-top: 130px;
    }
}
.navbar .navbar-brand a{
    color: white !important;
}
.navbar .navbar-brand a:hover{
    text-decoration: none !important;
}
footer{
    font-size: 10px;
    text-align: center;
    min-height: 20px;
    padding: 10px;
    background-color: turquoise;
}


.jumbotron h1{
    /*font-weight: bold;
    color: white;
    font-size: 60px;
	
    color: steelblue;
    font-size: 93px;
    -webkit-text-stroke: 1px lightskyblue;*/
}
.jumbotron p{
    color: white;
}
.nav-icons{
    font-size: 25px;
    color: white;
}
.nav-icons:hover{
    color: darkcyan;
}
.area{
    min-height:300px;
    width: 100%;
    padding: 50px;
    /*background-image: linear-gradient(gray, white, white, white);*/
}
.area:nth-child(even){
    /*background-color: #E9F7FF;*/
    /* created easily: https://cssgradient.io/ */
    background: rgb(233,247,255);
    background: linear-gradient(180deg, rgba(233,247,255,1) 0%, rgba(233,247,255,1) 78%, rgba(209,237,254,1) 100%);

}
.area h2{
    margin-bottom: 20px;
}
.area h3{
    margin-bottom: 30px;
    font-size: 1.3rem;
}

/*.card{
    width: 300px;
    align-items: center;  ---- horizontal align in flex
}*/
.card.active-today{
    border-color: limegreen;
}
.card:hover{
    border-width: 2px;
}
@media (max-width: 1200px){
    .card{
        margin-top: 20px;
    }
}
.card .card-title{
    font-weight: bold;
}
.card .card-title-video{
    margin-bottom: 10px;
}
.card img{
    padding: 30px;
    max-height: 200px;
    max-width: 200px;
    width: auto;
    height: auto;
}
@media (max-width: 600px){
    #broadcom-logo{
        max-width: 200px !important;
        margin-top: 0px !important;
    }
}
.card-body .subtitle{
    font-size: 14px;
    font-weight: bold;
}
.card .card-text{
    font-size: 14px;
}
.card-close{
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    color: darkcyan;
}
.card .img-container{
    height: 120px;
    text-align: center;
}
.card .img-container-big{
    height: 150px;
    text-align: center;
}
.card .img-container-bigger{
    height: 170px;
    text-align: center;
}
/*.card.mini{
    width: 150px;
}*/
.card.mini .img-container{
    height: 100px;
}

.card.mini img{
    padding: 10px;
    max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
}
.card.mini h5{
    font-size: 19px;
}

/* override bootstrap - background color of page when modal is open */
.modal-backdrop {
    background-color: lightblue;
}
.modal-content{
    border-width: 2px;
    font-size: 14px;
}
.years{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: darkslategray;
}

.carousel-control-next-icon.blue-arrows {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='lightblue' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon.blue-arrows {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='lightblue' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}


/* 404 page */
.jumbotron-with-cover-404 .container h1 {
    color: white;
    font-size: 100px;
    font-weight: bold;
    text-shadow: 0 0 3px black, 0 0 5px black;
}
.jumbotron-with-cover-404 .container p {
    color: white;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 0 0 3px black, 0 0 5px black;
}
@media (max-width: 600px){
    .jumbotron-with-cover-404 .container h1 {
        font-size: 50px;
    }
    .jumbotron-with-cover-404 .container p {
        font-size: 25px;
    }
    .jumbotron-with-cover-404 .container {
        margin-top: 150px;
    }
}


.filterOutClass{
    color: lightgray;
}
.filterOutClass .card.active-today{
    border-color: #CFFFC0 ;
}
.filterOutClass img{
    filter: grayscale(100%);
.filterOutClass }
.filterOutClass .btn-outline-info {
    color: lightblue;
    border-color: lightblue;
}