﻿.link a {
    font-size: 15px;
    color:black;
}
.link a:hover {
    color: dodgerblue;
}
.link_white a {
    font-size: 15px;
    color: white;
}

    .link_white a:hover {
        color: dodgerblue;
    }


.linkA a {
    color: black;
}
 .linkA a:hover {
        color: dodgerblue;
    }
.home-icon {
    color: #414040;
}

.mouse-click {
    cursor: pointer;
}

.section-title {
    color: #414040;
    font-size:34px;
    font-weight:900;
   /* font-family:Impact;*/

}

.mail {
    color: #414040;
    font-size:18px;
    font-weight:900;
}
.f img{
    font-size: 96px;
    width:100px;
}

.t {
    
    left: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.img {
    opacity: 0.3;
}

.img_text {
    color: #FAE800;
    /*font-family: Impact;*/
    font-weight: 800;
    font-size: 30px;
    text-shadow: 3px 3px black;
}
.centered_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1 !important;
    z-index: 100;
}

.section {
    min-height: 200px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.section a {
    color: red
}
.section a:hover{color:yellow;}


.down a {
    font-weight: 500;
}

.down {
    /*min-height: 100px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    /*border-top: .5px solid rgba(0,0,0,0.125)*/
}

.iconTitle {
    font-weight: 700;
    font-size: 17px;
    padding-top: 10px;
    color: white;
}

.iconTitle:hover {
        color: white; /*#e10101;*/
        /*text-decoration:underline;*/
    }

.service-map input[type="text"] {
    width: 120px;
}

.service-map label {
    font-weight: 600;
}

.service-map span.message {
    color: #0074D9;
    font-size: 20px;
    font-weight: 800;
}

.service-map span.result {
    font-size: 22px;
    font-weight: 700;
}

.card {
    /*position: relative;
    display: flex;
    flex-direction: column;*/
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}


.sb-card {
    margin-bottom: 5px;
    border: 2px solid #ededed;
    background: #f5f5f5;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    border-radius: 1rem;
    /* height:auto*/
    /*background-color: yellow;*/
}
 

.h-100 {
    height: 100% !important
}

/*Container holding the image and the text*/
.container1 {
    position: relative;
    text-align: left;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}
.top-right img{width:1px;}

 /* Bottom right text */
 .bottom-right {
        position: absolute;
        bottom: 8px;
        right: 17px;
    }

.bottom-right-2 {
    position: absolute;
    bottom: 8px;
    right: 0px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tweet a{color:dodgerblue;}
.tweet a:hover {
    color: orangered;
}

.text-center-1{text-align:center;}

.mall {
    border: 2px solid #ccc7c7;
    border-radius: 10px;
    padding: 10px 15px 15px 15px;
    min-height:200px;

} 

.mall .header{font-weight:600; font-size:18px;}


@media only screen and (min-width : 120px) {
    .f {
        font-size: 50px;
    }
        .f image {
            width: 70px;
        }

    .iconTitle {
        font-size: 13px;
    }
    .img_text {
        color: #FAE800;
        font-size: 15px;
    }
    .link a {
        font-size: 12px;
    }

    .mTop{margin-top:10px;}


    .weather {
        font-size: 12px;
    }

    .top-right img {
        width: 20px;
    }
    .section-title {
        font-size: 28px;
    }
}

@media only screen and (min-width : 380px) {
    .f {
        font-size: 70px;
    }
    .f image{width:90px;}

    .iconTitle {
        font-size: 13px;
    }
    .img_text {
         font-size: 22px;
    }

    .mall {
        min-height: 300px; 
    }

    .text-center-1 {
        text-align: left;
    }
    .link a {
        font-size: 13.5px; 
    }
    .section-title {
         font-size:28px;
       
    }

    .mTop {
        margin-top: 10px;
    }

    .weather {
        font-size: 15px;
    }
    .top-right img {
        width: 30px;
    }
   /* .sb-card {
       height: auto;
    }*/
  
}

@media only screen and (min-width : 768px) {
    .sb-card {
        height: auto;
        /*background-color: aliceblue;*/
    }

    .f {
        font-size: 55px;
    }

    .iconTitle {
        font-size: 14px;
    }

    .img_text {
        font-size: 26px;
     }
    .mall {
        min-height: 400px;
        /*background-color: red;*/
    }
    .text-center-1 {
        text-align: center;
    }

    .link a {
        font-size: 12.5px; 
    }

    .section-title {
        font-size: 34px; 
    }
    .mail {
        color: #414040;
        font-size: 16px;
        font-weight: 900;
    }
    .mTop {
        margin-top: 0;
    }

    .weather {
        font-size: 16px;
    }

}

@media only screen and (min-width : 992px) {
    .sb-card {
       /* background-color:yellow;*/
        min-height:810px;
    }

    .f {
        font-size: 75px;
    }

    .iconTitle {
        font-size: 17px;

    }
    .img_text {
        font-size: 30px;
    }
    .link a {
        font-size: 15px;

    }

    .section-title {
        font-size: 30px; 
    }
    .mail {
        font-size: 18px;
        font-weight: 900;
    }

    .weather {
        font-size: 17px;
    }
    .top-right img {
        width: 50px;
    }
}

@media only screen and (min-width : 1100px) {
    .sb-card {
        /*background-color: darkseagreen;*/
        min-height: 790px;
    }
}

@media only screen and (min-width : 1200px) {
   
    .f {
        font-size: 80px;
    }
    .section-title {
        font-size: 34px;
    }
    .img_text {
        font-size: 36px;
      
    }
    .sb-card {
       /* background-color: cornflowerblue;*/
        min-height:820px;
    }
}

@media only screen and (min-width : 1500px) {
    .sb-card {
       /* background-color: red;*/
        min-height: 880px;
    }
    .img_text {
        font-size: 38px;
    }
}
