
/* 
#ec0909 red
#2eaadf turquoise blue light
#2b3040 dark slate
#fbfbfb white
#999ea7 light gray

#224570 blue from YALE
#ecb20f orange yellow from Yale

*/

.cadson-blue{
    background-color:#224570;
}

.cadson-lightblue{
    background-color:#3971b4;
}

.text-yellow {
    color: #ee8c0c;
}
.text-blue {
    color: #224570;
}

.bg-cadson-slate{
    background-color: #2b3040 !important;
}
.text-red{
    color: #c30505 !important;
}

.lead{
    font-size: 1.10rem !important;
}
.cadSize{
    font-size: 34px !important;
}
.icon-col{
    color: #2eaadf;
}

.carousel-inner img {
    width: 100%;
    height: 350px;
}

.cover {object-fit: cover;}

.text-20 {
    font-size: 20px !important;
}

.text-16{
    font-size: 16px;
}

.text-rem1{
    font-size: 1.0rem !important;
}

.text-brand-24{
    font-size: 24px !important;
    line-height: 0.9;
}

.font-cor{
    font-family:Courier New, sans-serif;;
}

.font-ver{
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}

/* Navbar */

.ulclass{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.liclass{
    float: left;
    border-right: 2px solid black;
}

.liclass a{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.liclass:hover{
    background-color: #ee8c0c;
}

.liactive{
    background-color: #ec8c0f;
}

/* changing bootstrap nav */

.navbar{
    padding: 0.1rem 1rem !important;
}


.ulnavbar{
    color: white;
    /* font-size: 16px; */
}

.linav:hover{
    background-color: #ee8c0c;
    color: white;
    /* font-weight: bold; */
}

.linav{
    border-bottom: 1px solid #AAAAAA;
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: #ee8c0c;
}

@media (max-width: 500px){
    .ulnavbar div {
        width: inherit;
    }

    .mobHead{
        justify-content: center !important;
    }

    .mobForm{
        flex-flow: row !important;
    }

    .mobAff{
        justify-content: center !important;
    }
    
}

/* SIDE NAVBAR */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    font-weight: bold;
    color: #000;
}
.nav-tabs .nav-link{
    color: #ffffff;
    /* font-weight: bold; */
}

/* btn cadson */
.btn-cadson {
    color: #fff;
    background-color: #224570;
    border-color: #224570;
}

.btn-cadson:hover{
    color: #fff;
    background-color: #ee8c0c;
    border-color: #ee8c0c;
}

/* dropdown button */

.btn-drop .btn.focus, .btn:focus{
    box-shadow: none !important;
}


.affSize{
    width: 50px;
    height: 50px;
}

.news{
    text-decoration: none !important;
}

/* slider */

.carousel-caption{
    background-color: rgba(0, 0, 0, 0.51);
    width: -webkit-fill-available;
    bottom: 0px;
    right: 0px !important;
    left: 0px !important;
    padding-bottom: 2px;
    padding-top: 10px;
    text-align: left;
    padding-left: 20px;
}


.carousel-control-next, .carousel-control-prev{
    width: 10% !important;
}

.dropdown-menu{
    background-color: #224570;
    color: white !important;
}

.dropdown-item{
    color: white;
}

.text-deco {
    text-decoration: none !important;
}

.text-deco:hover{
    text-decoration: none !important;
}


.parallax {
    /* The image used */
    background-image: url("../../images/cadson2.jpg");
  
    /* Set a specific height */
    height: 400px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
  }

  .paraContent{
    height: 100%;
    width: 100%;
    background:rgba(34, 69, 112, 0.5);
  }


  .fuildPad{
      padding-right: 0px !important;
      padding-left: 0px !important;
  }

  .ulContact {
    list-style-type: none;
  }

  /* MAP */

  .map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive2{
    overflow:hidden;
    padding-bottom:340px;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.map-responsive2 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* font cor */

.font-cor{
    font-family:Courier New;
}

.headline {
    font-family: Calibri, "Helvetica", san-serif;
    line-height: 1.5em;
    font-weight: 501;
    /* color: #2b3040; */
    /* font-size: 20px; */

}

.headline:after
{
    content:' ';
    display:block;
    border:2px solid #2b3040;
    
    width: 20%;
}


.navTitle{
    font-size: 37px;
    font-weight: bolder;
}

.navLink:hover{
    color: #ec8c0f;
}

.headCard{
    padding: 0.15rem 1.25rem !important;
}

@media (max-width: 799.99px){
    .navTitle{
        font-size: 31px;
    }
}

@media (max-width: 1400.99px){
    .newscard{
        min-height: 350px !important;
    }
}


/* .vliagn{
    vertical-align: center !important;
} */

.table thead th{
    vertical-align: initial !important;
}


.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
    .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    
    @media (max-width: 450px) {
    .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    }
    }
    
    @media (max-width: 400px) {
    .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    }
    }


