
 
    /* Navigation Styles */
    .main-nav {
      transition: all 0.3s ease;
    }
    
    .menu {
      display: flex;
      list-style: none;
    }
    
    .menu li {
      margin-left: 2rem;
    }
    
    .menu a {
      color: white;
      text-decoration: none;
      font-size: 1rem;
      font-weight: 500;
      transition: color 0.3s;
      padding: 0.5rem 0;
      position: relative;
    }
    
    .menu a:hover {
      color: #3498db;
    }
    
    .menu a::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      background: #3498db;
      bottom: 0;
      left: 0;
      transition: width 0.3s;
    }
    
    .menu a:hover::after {
      width: 100%;
    }
    
    /* Mobile Toggle Button */
    .menu-toggle {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0.5rem;
      /* z-index: 101; */
    }
    
    .hamburger {
      display: block;
      width: 25px;
      height: 2px;
      background: white;
      position: relative;
      transition: background 0.3s;
    }
    
    .hamburger::before,
    .hamburger::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: white;
      left: 0;
      transition: all 0.3s;
    }
    
    .hamburger::before {
      top: -8px;
    }
    
    .hamburger::after {
      bottom: -8px;
    }
    
    /* Active State for Toggle */
    .menu-toggle.active .hamburger {
      background: transparent;
    }
    
    .menu-toggle.active .hamburger::before {
      transform: rotate(45deg);
      top: 0;
    }
    
    .menu-toggle.active .hamburger::after {
      transform: rotate(-45deg);
      bottom: 0;
    }
    
    /* Mobile Menu Styles */
    @media (max-width: 768px) {
      .menu-toggle {
        /* display: block; */
		display: block !important;
        position: fixed !important;
        top: 25px !important;
        right: 12px !important;
        z-index: 9999 !important;
		padding: 12px;
      }
      
      .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(44, 62, 80, 0.95);
        clip-path: circle(0px at calc(100% - 65px) 45px);
        transition: clip-path 0.5s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        pointer-events: none;
      }
      
      .main-nav.active {
        clip-path: circle(1500px at calc(100% - 65px) 45px);
        pointer-events: all;
      }
      
      .menu {
        flex-direction: column;
        align-items: center;
      }
      
      .menu li {
        margin: 0.2rem;
      }
      
      .menu a {
        font-size: 1.5rem;
      }
      
      .menu a::after {
        display: none;
      }
    }

html {
	scroll-behavior: smooth;
}

.h1-content{
color: #ffffff;
font-size: 60px;
font-weight: 600;
margin-bottom: 0;
display: inline-block;
}

.kofefm-link {
	float: right;
	color: #dadada;
}

.header-contacts {
display: inline-block;
clear: both;
position: inherit;
z-index: 10;
width: auto;
padding: 0 10px;
font-weight: 500;
color: #ffffff;
}

.hc-address a {
	font-size:1em;
	color: ivory !important;
}

.hc-phone a {
	border-bottom: 0.1px dashed ivory;
	font-size: 1.5em !important;
	color: yellow !important;
	white-space: nowrap !important;
}

.hc-phone a:hover, .hc-address a:hover, .hc-phone a:hover, .hc-address a:focus {
	color: #ff7902 !important;
}


#sklogo {
    text-align: center;
    -webkit-filter: drop-shadow(2px 2px 0px #fff);
    filter: drop-shadow(2px 2px 0px #fff);
    max-height: 66px;
}

.slider-yellow {
	background-color: yellow;
	color:black !important;
	padding:0.2em;
	max-width: -moz-fit-content !important;
	text-transform: none !important;
	font-size: 2.6em !important;
	font-weight: 700 !important;
	line-height:0.9 !important;
}

.slider-yellow-name {
	color: #d83217 !important;
	font-size: 1.7em !important;
	font-weight: 900 !important;
}

.slider-yellow-sub {
	background-color: yellow;
	color:black !important;
	padding:0.2em;
	max-width: -moz-fit-content !important;
	text-transform: none !important;
	font-size: 1.6em !important;
}


@media only screen and (max-width: 767px) {
	
	.header-contacts {
display: inline-block;
clear: both;
position: inherit;
z-index: 10;
width: auto;
padding: 3px;
font-weight: 500;
color: #000;
margin-left: -2rem !important;
margin-top: 0.5rem !important;
}

.hc-address a {
	font-size:1em;
	/* color: black !important; */
}

.hc-phone a {
	border-bottom: 0.1px dashed ivory;
	font-size: 1.3em !important;
	/* color: black !important; */
}

.top-social-info {
	display:none;
}

.hc-phone a:hover, .hc-address a:hover, .hc-phone a:hover, .hc-address a:focus {
	color: #ff7902 !important;
}
	
	
         }
		  

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.header-contacts {
display: inline-block;
clear: both;
position: inherit;
z-index: 10;
width: auto;
padding: 3px;
font-weight: 500;
color: #000;
margin-left: -2rem !important;
margin-top: 0.5rem !important;
}

.hc-address a {
	font-size:1.5em;
	/* color: black !important; */
}

.hc-phone a {
	border-bottom: 0.1px dashed ivory;
	font-size: 1.5em !important;
	/* color: black !important; */
}

.hc-phone a:hover, .hc-address a:hover, .hc-phone a:hover, .hc-address a:focus {
	color: #ff7902 !important;
}
	
	
         }		  


.classynav ul li a {		 
		 font-size: 1.2em !important;
}


.section-padding-30-0 {
	padding-top:30px;
}

.anchor {
    display: block;
    height: 99px;
    margin-top: -100px;
    visibility: hidden;
}

.image_cells_tech {
	min-height:330px;
	background: #313c6a;
}


.image_cells_buildings {
	min-height:360px;
	background: #313c6a;
}

.docs_header {
    background: transparent url(icons/bullet.png) left 8px no-repeat;
    padding-left: 15px;
    color: darkgray;
}

.docs_links {
background: transparent url(icons/file.png) left 8px no-repeat;
padding-left: 30px;
border-bottom: 1px dotted #b9b9b9;
margin-bottom: 15px;
padding-bottom: 10px;
}

.docs_links a {
	    color: #014070;
    text-decoration: underline;
}

.docs_links a:hover {
	    color: #000;
    text-decoration: none;
}

.contacts_link {
	font-size: 1.6em !important;
}

.contacts_link a {
	font-size: 1em !important;
}

.contacts_link a:hover {
	color:red;
}

.skmcurrent {
	text-decoration: underline !important;
	color:red;
}


blockquote p {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 14px;
    color: #585858;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 30px;
    background: transparent url(icons/quote.png) no-repeat left 7px;
}


