body {
    padding-top: 84px;
    background-color: #1d1d1d;
}

p {
    color: #ededed;
}

#amp-img, #camera-img, #laptop1, #laptop2, #nintendo, #graphic-card, #computer, #boombox {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.carousel-inner {
    background-color: #1d1d1d;
    overflow: hidden;
}

.carousel-inner > .item > img.slide-image {
    width: 100%;
    height: 420px;
    object-fit: contain;
}

.carousel-inner > .item:first-child > img.slide-image {
    width: 60%;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    .carousel-inner > .item > img.slide-image {
        height: 280px;
    }
}

.sub-heading {
    font-size: 24px;
    text-align: center;
    color: #f45950;
    margin-top: 5px;
}

.caption {
    height: 150px;
    overflow: hidden;
}

.section_header {
    color: #f45950;
    font-size: 42px;
    font-weight: bold;
}

.thumbnail {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

/**MODAL**/
.btn-secondary {
    background-color: #1f1f1f;
    border: 1px solid #2a2a2a;
    color: #ededed;
    border-radius: 6px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #181818;
    border-color: #f45950;
    color: #ededed;
}

/**CONTACT ME**/
#contact_me {
    min-height: 700px;
    width: 100%;
    background-color: #1d1d1d;
    padding-top: 10px;
    margin: 0;
}

#contact_me_img {
    height: 100px;
    width: 100px;
}

.feedback-input {
    color: #3F51B5;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: white;
    border: 5px solid #f45950;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width: 90%;
    box-sizing: border-box;
    outline: 0;
    margin-left: 3.5%;
}

#contact_header {
    font-size: 22px;
    color: black;
    font-family: Helvetica, Arial, sans-serif;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
}

.feedback-input-services:focus { border: 2px solid black; }

textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
}

[type="reset"] {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 40%;
    background: #e62c21;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 22px;
    padding: 5px 0;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 500;
    display: inline-block;
}

[type="submit"] {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 40%;
    background: #e62c21;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 22px;
    padding: 5px 0;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 500;
    display: inline-block;
}

#form_buttons {
    margin-bottom: 40px;
}

[type="submit"]:hover { background: #7986cb; font-weight: bold; color: black; }
[type="reset"]:hover  { background: #7986cb; font-weight: bold; color: black; }

/**Stars**/
.glyphicon-star {
    color: yellow;
    margin-left: 5%;
}

.div-star {
    margin-left: 25%;
}

/**POM table/inputs**/
table {
    width: 100%;
}

input {
    width: 60%;
}

/**Footer section div**/
#footer {
    text-align: center;
    color: #585858;
    background-color: #283593;
    height: 50px;
    margin-top: 50px;
}

#footer p {
    color: #9FA8DA;
    padding-top: 20px;
}

body > .container {
    position: relative;
    min-height: calc(100vh - 84px);
    padding-bottom: 70px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    margin: 0;
}

@media only screen and (max-width: 992px) {
    .caption {
        height: 200px;
        max-height: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .caption {
        height: 270px;
        max-height: 270px;
    }
}

@media only screen and (max-width: 320px) {
    .caption {
        height: 360px;
        max-height: 360px;
    }
}
