h1{
    text-align: left;
}

h2{
    display: block;
    border-bottom: 6px solid #f8cc65;
}

h3{
    display: block;
    font-size: x-large;    
    border-bottom: 3px solid #f8cc65;
}

.container{
    width: 100%;
    padding: 0;
    margin: 0;
}

.embedpdf {
    width: 100%;
    height: 100vh;
}

/*** carousel controls ***/
.carousel-control-prev {
    left: -50px;
    border-bottom: 0;
    font-size: 40px;
    color: #999999;
    opacity: 1;
}
 
.carousel-control-next {
    right: -50px;
    border-bottom: 0;
    font-size: 40px;
    color: #999999;
    opacity: 1;
}

.carousel-control-prev:focus {
    color: #999999;
}

.carousel-control-next:focus {
    color: #999999;
}

.carousel-control-prev:hover {
    color: #444444;
}

.carousel-control-next:hover {
    color: #444444;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #555555;
    border-radius: 50%;
}

pre{
    background-color: #dddddd;
    border-radius: 10px;
}

/*** Laser Marking ***/
.drawcontainer {
    justify-content: left;
}

.drawicon {
    display: inline-block;
    width: 10vw;
}

.edit {
    width: 80%;
}

.applicationIcon{
    width: 50%;
}

.pdfcontainer {
    position: relative;
    width: 100%;
    height: 100vh;
}

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

.video {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .carousel-control-prev {
        left: -90px;
        border-bottom: 0;
        font-size: 40px;
        color: #999999;
        opacity: 1;
    }
     
    .carousel-control-next {
        right: -90px;
        border-bottom: 0;
        font-size: 40px;
        color: #999999;
        opacity: 1;
    }

    .drawicon {
        width: 6vw;
    }

    .edit {
        width: 60%;
    }
    
}