*{padding:0;margin:0;box-sizing:border-box}
body .bg-color-grey {
   /*background-color: #f0f3f5;*/
}
.bg-color-white {
    background-color: #ffffff;
}
.logo-styles {
    font-size: 1.4rem;
    background-color: #b92e3c;;
    color: #ffffff;
    padding: 4px 24px;
    border-radius: 40px 0 40px 0;
    border: 4px solid #ffffff;
    text-decoration: none;
}
.logo-img {
    width: 300px;
}

@media (max-width: 767px) {
    .logo-img {
        width: 240px;
    }
}
@media (max-width: 575px) {
    .logo-img {
        width: 160px;
    }
}

.jambotron {
    border-bottom: 2px solid #232b3d;
}
.jambotron h1 {
    font-size: 2.6rem;
    color: #ffffff;
    text-shadow: 3px 2px 12px #293143;
}
.jambotron h3 {
    font-size: 1.6rem;
    color: #ffffff;
    text-shadow: 1px 1px 3px #293143;
}
.jambotron p {
    font-size: 1.6rem;
    color: #ffffff;
    text-shadow: 1px 1px 3px #293143;
}
.jambotron ul li {
    color: #ffffff;
    font-size: 1.4rem;
    /*text-shadow: 1px 1px 3px #000000;*/
} 
.jambotron .card-title-home {
    color: #000000;
}
.jambotron .p-home {
    font-size: 1.8rem;
    color: #000000;
    font-weight: 600;
}
.jambotron .list-home li {
    color: #000000;
}

.bg-color-light-gray {
    background-color: #f3f6f7;
    padding-bottom: 2rem;
}
.bg-color-light-gray .card{
    background-color: #ffffff;
    border: 1px solid #7a7979;
}
.country-name-general img {
   filter: brightness(60%);
}
.country-name-general img:hover {
   filter: brightness(90%);
}
.border {
    border: 1px solid #afb7c3!important;
}
.fonts-1 {
    font-size: 1.12rem;
}
.navbar {
    background-color: #ffffff;
    border-top: 4px solid #83a1b1;
    border-bottom: 2px solid #486575;
}

.btn-deep-blue {
    background-color:#3191b3;
    border-color: #ffffff;
    color: #ffffff;
}
.link-info {
    text-decoration: none;
    /*color: #026faf!important;*/
    color: #005f97;
    color: #0c547e;
    color: #176ea3!important;
} 
.link-info:hover {
   color: #cccccc;
}
.home-dev-btn button {
    text-align: right;
}
.page-header {
    padding: 3rem 0 2rem 0;
}
.pages li {
    display: inline-block;
    list-style-type: none;
}
.sidebar {
    background-color: #f0f3f5;
}
.shadow-text-1 {
    text-shadow: 2px 2px 5px #282828;
}

.shadow-text-2 {
    text-shadow: 1px 1px 4px #1c1c1c;
}
.list-icon {
   list-style-image: url("public/img/icons/loon-icon-18.png"); 
}
.card-body .card-title {
    font-weight: 600;
    color: #272727;
    text-align: center;
}
.card-icon {
    width: 3rem;
}
.text-center {
    text-align: center;
}

/*---Vebdevelopment-pages---------*/

.font-intro {
    font-size: 1.2rem;
}
.card-custom-style {
    border: none;
}
.card-custom-style .row img{
        border: 1px solid #7a7979;
        border-radius: 4%;
        margin: 1rem;
    }
.section-intro {
    padding: 0 20%;
    font-size: 1.1rem;
}  
@media (max-width: 992px) {
   .card-custom-style .col-lg-4 {
        text-align: center;
    }
    .card-custom-style .row img{
         width: 70%;
    }
    .section-intro {
        padding: 0 10%;
        font-size: 1rem;
    }  
}

/* ----Country pages-----*/
.country-name-general {
    position: relative;
}
.country-name-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.link-country-general {
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    
}
@media (min-width: 576px) {
   .country-name-general {
        position: relative;
    }
}
/*-----Blog pages----------*/
 .post-content {
     padding-top: 3rem;
     padding-bottom: 4rem;
 }
 .post-content .styles-container {
     padding-top: 4rem !important;
 }
 .post-content div h2 {
     padding-top: 2rem;
     padding-bottom: 1rem;
 }
 .post-content div h3 {
     padding-top: 0.3rem;
     padding-bottom: 0.2rem;
 }
 .post-content div h4 {
     padding-top: 0.2rem;
 }
 .post-content div ul li{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
 }
 
 /*----------------------------------------*/
 /*.post-content .styles-container h2 {*/
 /*    padding-top: 3rem;*/
 /*    padding-bottom: 0.5rem;*/
 /*}*/
 /*.post-content .styles-container h3 {*/
 /*    padding-top: 2rem;*/
 /*    padding-bottom: 0.2rem;*/
 /*}*/
 /*.post-content .styles-container h4 {*/
 /*    padding-top: 1rem;*/
 /*}*/
 /*.post-content .styles-container ul li{*/
 /*   padding-top: 0.5rem;*/
 /*   padding-bottom: 0.5rem;*/
 /*}*/
 .post-content a {
    color: #0086e8!important;
    text-decoration: none;
}
.post-content a:hover {
    color: #3cacc0;
} 

 
/*--------/-Blog pages---------*/


/*----Box-transparent-color---------------
.country-name-box{
    background-color: #00416685;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
}*/

/*-------Contact-page------------*/

.styles-form {
    padding: 60px;
}
@media (max-width: 767px) {
    .styles-form {
        padding: 30px;
    }
}
@media (max-width: 575px) {
    .styles-form {
        padding: 16px;
    }
}

/*-----------Footer----------------*/
footer ul li .f-link {
    color: #ffffff;
    text-decoration: none;
}
footer ul li .f-link:hover {
    color: #cccccc;
    text-decoration: underline;
}

