/* Page Container Style */
#page-container {
    /*position: relative;
    min-height: 100vh;
    margin: 0;
    padding-bottom: 6rem*/
}

/* Header Style */
/* Navbar Style */
header.navbar {
    height: 3.5rem;
}

header.navbar > nav-link.main-menu-link {
    padding: .5rem;
}

/* brand-image */
.navbar .navbar-brand img {
	cursor: pointer;
	width: 70px;
}

/* Section Styling */
section {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 3.5rem);
	padding: 30px 20px;
}

section.half {
	min-height: calc(50vh - 60px);
}

.carousel-indicators li {
	width: 20px;
}

.carousel-control-next, .carousel-control-prev {
	top: auto;
	bottom: 10px;
}

div.carousel-item-content {
	min-height: 85vh;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Footer Style */
#footer {
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    height: auto /* 200px */
}

/* All Footer Links */
#footer a {
    color: white;
}


/* Justify Content Center */
p {
	text-align: justify;
}

/* Document Style */
pre {
	background-color: #000;
    color: #9e9e9e;
    margin: 15px 0 25px 0;
    padding: 10px;
}

.product-card {
	cursor: pointer;
}

.product-card:hover {
	box-shadow: 0px 0px 5px #00000033
}

/* Border Width */
.border-1p {
	border-width: 1px !important
}

.border-2p {
	border-width: 2px !important
}

.border-3p {
	border-width: 3px !important
}

.border-4p {
	border-width: 4px !important
}

.border-5p {
	border-width: 5px !important
}

.border-6p {
	border-width: 6px !important
}

.border-7p {
	border-width: 7px !important
}

.border-8p {
	border-width: 8px !important
}

.border-9p {
	border-width: 9px !important
}

.border-10p {
	border-width: 10px !important
}

.border-15p {
	border-width: 15px !important
}

.border-20p {
	border-width: 20px !important
}


.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
}

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