body {
	margin: 0px;
	padding: 0px;
	
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: white;
}

h1, h2, h3 {
    color: #289ED9;
    word-wrap: break-word;
}


.header {
	top: 0px;
	width: 100%;
	margin: 10px 0px;
}

.header .container {
    display: flex;
}

.header-fill {
    flex: auto;
}

.logo {
	display: block;
	z-index: 1000;
}

.logo {
    margin: auto;
}

.logo-image {
	width: 160px;
	height: 160px;
}

.menubar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
    margin: 10px 0px;
}

.contact {
    display: flex;
    align-items: center;
}

.contact-info {
    
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    font-size: 20px;
    color: #289ed9;
}

.menu-mini {
    display: none;
}

.socialmedia {
    
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    font-size: 30px;
    color: #289ed9;
}

.socialmedia a {
    color: #289ed9;
    margin: 0 5px;
}

.socialmedia div {
    color: #289ed9;
    margin: 0 5px;
    
}

.socialicon {
    width: 15px;
}

.socialmedia-icons {
    width: 30px;
    height: 30px;
}

.menu {
    margin: auto;
}

.nav-bar {
	position: relative;
	display: flex;
	
	height: 40px;
	margin: auto;
}

.nav-bar-right {
	position: absolute;
	display: flex;
	
	right: 0px;
	top: 0px;
	
	padding: 20px 40px;
}

.nav-link {
	margin-right: 20px;
	background-color: #289ED9;
	padding: 10px;
	border-radius: 10px;
}

.nav-link-active {
	background-color: #cf8053;
}

.nav-bar a {
    
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

}

.content {
	display: block;

	width: 100%;
	overflow : hidden;
	
	position: relative;
}

.carrousel {
	width: 100%;
	height: 600px;
	overflow: hidden;
	
	box-shadow: 5px 5px 3px darkgrey;
}

.carousel, .slide, .carousel-hero {
	    height: 600px;
    
}

.carousel-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-title {
    position: relative;
    color: #289ED9 !important;
    font-weight: bold;
    text-shadow: 1px 1px 1rem rgba(0,0,0,0.4);
}

.hero-subtitle {
    position: relative;
    color: white !important;
    font-weight: bold;
    text-shadow: 1px 1px 1rem rgba(0,0,0,0.4);
}

.jumbotron {
	width: 100%;
	object-fit: cover;
	max-height: 800px;
}

.content-items {
	background-color: white;
}

.content-item {
	background-color: white;
	width: 100%;
	color: black;

	z-index: -1;
	
	padding: 80px; 20px;
	
	font-size: 18px;
}

.content-item h1, .content-item h2, .content-item h3 {
    color: #289ED9;
}

.content-item-alt {
	background-color: #289ED9;
}

.content-item-alt h1, .content-item-alt h2, .content-item-alt h3 {
    color: black;
}

.footer {
	height: 250px;
	width: 100%;
	
	display: flex;
	justify-content: center;
	
	background-color: black;
	color: white;
	
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-column {
	margin: 0px 20px;
			
	padding: 0px 30px;
	
	display: flex;
	flex-direction: column; 
}

.footer-title {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.2em;
}

.footer-item {
	padding-bottom: 15px;
}

.footer-item a {
	text-decoration: none;
	color: white;
}

.copyright {
    padding-top: 40px;
	background-color: black;
	color: white;
	display: flex;
	justify-content: center;
}

.product-row {
    margin-bottom: 20px;
}

.product-item-image {
   /** box-shadow: 3px 3px 3px #5A5A5A; */
    margin-left: auto;
    margin-right: auto;
    max-height: 220px;
}

.product-col, .product-item {
    min-height: 260px;
}

.product-item {
    
    background-color: white;
    padding: 5px;
}

.product-item-container {
    height:220px;
}

.product-item-image-small {
    max-height: 160px;
}

.product-item-name {
    
    padding: 5px 10px;
    margin-top: 5px;

    color: black;
    background-color: #289ED9;
    
    position: relative;
    padding-top: 10px;
    
    font-weight: bold;
}

.spec-table {
    border: 1px solid #CCCCCC;
    margin: 0 18px;
}

.spec-row {
    padding: 10px 0;
}

.spec-row-alt {
    background-color: #b6def2;
}

.img-shadow {
    box-shadow: 3px 3px 3px #5A5A5A;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

@media only screen and (max-width: 600px) {
    
 
    
    .contact {
        display: none;
    }
    
    .logo-image {
	    width: 80px;
	    height: 80px;
    }
    
    .menu {
        display: none;
    }
    
    .menu-mini {
        display: block;
        font-size: 30px;
        padding: 0px 10px;
        background-color: #289ED9;
        color: white;
    }
    
    .menubar {
        align-self: center;
    }
    
    .footer {
        display: none;
    }
    
    .menu-mini-content {
        display: block;
        position: fixed;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1001;
        padding: 20px;
        
        display: flex;
        flex-direction: column;
        
        visibility: hidden;
    }
    
    .menu-mini-contact-info {
        color: #289ED9;
        font-size: 20px;
        align-self: center;
    }
    
    .menu-mini-contact-info div {
        text-align: center;
    }
    
    .menu-mini-items {
        display: flex;
        flex-direction: column;
        height: 70%;
    }
    
    .menu-mini-items nav {
        display: flex;
        flex-direction: column;
    }
    
    .menu-mini-social-media {
        align-self: center;    
    }
    
    .menu-mini-social-media a {
        align-self: center;    
        margin: 0px 15px;
    }
    
    .nav-link {
        margin-right: 0px;
        margin: 10px 0px;
    }
        
    .nav-bar {
        height: unset;
    }
    
    .content-item {
        padding: 20px;
    }
    
    .carrousel {
        height: 250px;
    }
    
    .carousel {
        height: 250px;
    }
    
    .carrousel-inner {
        height: 250px;
    }
    
    .jumbotron {
        max-height: 250px;
    }
    
    h1, h2, h3 {
        font-size: 18px;
    }
    
   .content-item {
        font-size: 15px;
    }
    
    .copyright {
        font-size: 12px;
    }
}