﻿
.header {
    background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(238, 119, 51) 100%, rgb(238, 119, 51) 100%);
}

.header2 {
    font-size:larger;
}

h1 {
    color: #808080;
    text-shadow: 2px 2px white;
}

.h2 {
    background: linear-gradient(360deg, rgba(238,119,51,1) 0%, rgba(238,119,51,1) 80%, rgba(255,255,255,1) 100%);
    color:white;
}

.card {
    margin: 20px;
    padding: 20px;
}

.card-title {
    font-weight: bold;
}

div.carousel-item img {
    width: 300px !important;
    margin-left: 60px;
    margin-right: 60px;
}

.btnBuyNow {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
}

.btnBuyNow:hover {
    background-color: #f1f1f1;
}

/*.buyLabel{
    width:200px;
    display:inline;
}*/

input, select{
    margin-top:4px;
}

select {
    width: 200px;
}

#eXTReMe-Free-pcarmor img{
    width: 1px !important;
}


@media screen and (max-width: 600px) {
    .header {
        background: none;
        text-align:center;
    }

    main {
        text-align: center;
    }

    div.carousel-item img {
        width: 200px !important;
        margin-left: 30px;
        margin-right: 30px;
    }

}