@font-face {
	font-family: font;
	src: url(font/OregonLdo-d9q7.ttf);}

@media all{
	.disabled{
		color: #fff;
		opacity: 0.5;
		pointer-events: none;
	}
/*------------navbar-------------*/

.navbar  .dropdown-menu{
    display: none;
    text-align: end;
    min-width: 0;
    width:auto;
}
.navbar .nav-item:hover .nav-link{ 
    text-decoration-line: underline;
    text-decoration-color: #cc0102;
    color:#cc0102;
}
.navbar #ind-drop:hover .dropdown-menu{
    display:block;
    right: 0;
}
.navbar #nav-ind-drop:hover .dropdown-menu{
    display:block;
    top: 0%;
    right: 100%;
}
.navbar .dropdown-menu .dropdown-item:hover{
    background-color: #333333;
    text-decoration-line: underline;
    text-decoration-color: #cc0102;
    color: #cc0102;					 
}
.navbar .dropdown-menu{ 
    background-color: #333333;
    border-color: #333333;
}
.navbar .dropdown-menu .dropdown-item{
    color: #fff;
    font-size: 20px;
    font-family: 'font';
}
.navbar-nav {
    display: block;
      list-style-type: none;
      margin: 0;
      padding: 0;
    background-color: #333333;
}
.navbar-nav .nav-item{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333333;
    font-family: 'font';
    font-size: 18px;
}
.navbar-nav .nav-link{
    display: block;
    color: #fff;
    text-align: end;
    padding:0
}
.navbar{
    background-color: #333333;
}
.active .nav-link{
    text-decoration-line: underline;
    text-decoration-color:#cc0102;
}
body .navbar .navbar-toggler{
    color: #333333;
    border: none;
}
.navbar-brand img{
    width: 250px;
    margin-left: 5px;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5)) !important;
    transform: scale(1.);
}
.navbar-brand:hover{
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5)) !important;
    transform: scale(1.);
}


	/* Tab layout */
.nav>li>button.active,
.nav>li>button.active:hover,
.nav>li>button.active:active,
.nav>li>button.active:focus {
  background-color: #333333 !important;
 font-family: font;
}


.nav-pills button{
    background-color: transparent;
    color: black;
    font-family: font;
    font-size: 25px;
}
.nav-pills .nav-item button:hover{
    background-color: #272727;
    color: rgb(253, 9, 9);
    font-family: font;
}
	
	/*INTRO & MAIN CONTENT*/
.main-content{
	background: linear-gradient(to bottom, #ccccff 0%,#ffcccc 100%)
}

.bg-image{
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: cover;
}

.bg-image h1{
margin-top: 50px;
font-size: 50px;
font-family: font;
color: white;
text-shadow: 2px 2px 4px #000000;
}

    .grid-container{
display: inline-grid;
grid-template-columns: auto auto auto;
background-color: rgb(172, 172, 172);
padding: 10px;
}

.grid-item{
    background-color: rgb(172, 172, 172);
    border: none;
    padding: 20px;
    font-size: 20px;
    text-align: center;
	font-family: font;
}

.industry-page-h1 h1{
	font-family: font;
	color: white;
}

.intro-title-h2 h2{
    font-size: 40px;
    font-family: font;
	text-align: center;
}


.intro-paragraph p{
	font-size: calc(32px - 0.5vw) ;
    font-family: font;
}

.industry-paragraph-1 p{
    font-size: calc(32px - 0.5vw);
    font-family: font;
    text-align: justify;
    padding-top: 10px;
}

.industry-paragraph-2 p{
    font-size: calc(32px - 0.5vw);
    font-family: font;
    text-align: justify;
    padding-top: 10px;
}

.industry-paragraph-3 p{
    font-size: calc(32px - 0.5vw);
    font-family: font;
    text-align: justify;
    padding-top: 10px;
}

.industry-paragraph-4 p{
    font-size: calc(32px - 0.5vw);
    font-family: font;
    text-align: justify;
    padding-top: 10px;
}

.industry-paragraph-5 p{
    font-size: calc(32px - 0.5vw);
	font-family: font;
    text-align: justify;
    padding-top: 10px;
}

.industry-paragraph-6 p{
    font-size: calc(32px - 0.5vw);
	font-family: font;
    text-align: justify;
    padding-top: 10px;
}

.center{
	text-align: center;
}

/*------------footer---------------*/

#main_footer{background-color: #333333;
    padding-left: 5.208333333333333vw;}
        
    #main_footer h6{font-family: font;
        color: #fff;
    }
    
    #main_footer hr{
        width: 60px;
        min-height: 2px;
        background-color: #fff;
    }
    
    #footer_logo{max-height: 50px;
                min-width: 250px;
                align-self: center;
                filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.75)) !important;
            }
    
    #main_footer p a{text-decoration: none;
            font-family: font;
            font-size: 14px;
            color: #fff;}
    
    #main_footer .active{
        text-decoration: underline;
        text-decoration-color: #cc0102;
        }
    #main_footer a:hover{
        text-decoration: underline;
        text-decoration-color: #cc0102;
                color: #cc0102;
    }
    #main_footer p{font-size: 12px;
        font-family: font;
        color: #fff;
        font-size: 14px;}	
    
    table i{color: #fff;}
    
    #main_footer td{padding-inline-end: 10px;}
        /*FOOTER*/
    }