﻿body {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.brandLogo {
    white-space: nowrap;
    clear: both;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    justify-content: center;
}

.container2 {

    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.brandLogo a {
    display: inline;
    color: red;
    clear: both;
}

.jumbotron {
    height: auto;
    padding: 20px 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
}


.Read-me {
    font-size: 20px;
    font-weight: bolder 200;
    margin: 30px 25px 30px 25px;
}

.card-image {
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
    background-size: cover;
}


.card {
    background-color: white;
    width: 100%;
    height: auto;
    margin: 10px 0;
    box-sizing: border-box;
}


.cardik {
    background-color: white;
    width: auto;
    height: 84px;
    margin: 20px;
    /*border: 1px solid #a7a4a4;*/
}

.cardikner {
    background-color: beige;
    width: 100px;
    height: 100px;
    margin: 15px;
    
    
   border: 1px solid #a7a4a4;

}


h3 {
    color: cornflowerblue;
}



.row1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}


.card-button {
    background-color: cornflowerblue;
    text-decoration-color: white;
    display: cornflowerblue;
    padding: 15px 20px;
    text-align: center;
    margin: 20px 50px;
}

.inbox {
    height: 50px;
    width: 250px;
    background: #ffffff;
    border-radius: 5px;
}

.box {
    padding: 10px;
    justify-content: center;
  
}



.small-box {
    min-width: 300px;
    padding: 10px 10px;
    border: 1px thin #808080;
}

.small-font {
    color: #54779B;
    font-size: large;
}

.start-new-ticket {
    background-color: #ffffff;
    text-decoration-color: white;
    padding: 15px 20px;
    display: block;
    text-align: center;
    margin: 20px 20px;
}


.card-button {
    background-color: black;
    text-decoration-color: white;
    padding: 15px 20px;
    display: block;
    text-align: center;
    margin: 20px 50px;
}

.card-button_white {
    background-color: black;
    text-decoration-color: white;
    padding: 15px 20px;
    display: block;
    text-align: center;
    margin: 20px 50px;
}

.textshadoweffect {
    text-shadow: 2px 2px black;
}

.color {
    background-color: rgba(255, 255, 255, 0.45);
}


.dodgerblue {
    background-color: dodgerblue
}

.margin_0 {
    margin: 0px 0px 0px 0px;
    background-color: antiquewhite;
}

.responsive {
    width: auto;
    height: auto;
}

ul {
    list-style-type: none;
}
li {
    list-style-type: none;
}



.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .vid iframe,
    .vid object,
    .vid embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }










.DSL_camera_repair {
    background-image: url('../../assets/images/canon_eos_5d_6d_EOS-1d_mark.jpg')
}


.Industrial_Camera_Service {
    background-image: url('../../assets/images/Industrial_Camera_Repair.Png')

   
}
.Deck {
    background-image: url('../../Sony/Sony-Camcorder/Images/HDWM2000P.jpg');
}

@media (min-width: 600px) {
    .flex-container,
    .container2,
    .row1 {
        flex-direction: row;
        align-items: center;
        padding: 30px;
    }
    .card {
        width: 400px;
        margin: 25px;
    }
    .cardikner {
        width: 100px;
        height: 100px;
        margin: 15px;
    }
    .cardik {
        height: 84px;
        margin: 20px;
    }
    .card-image {
        height: 170px;
    }
}