body, html {
    height: 100%;
    line-height: 1;
    background-image: url("../images/global/background.png");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
}

.content-text {
    text-align: center;
}

p.content-left{
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

.content-left p{
    margin-top: 10px;
}

.img-content{
    border-radius: 2%;
    width: 80%;
    height: 80%;
    margin: 10px 5px;
    transition: transform .2s;
    border: 1px solid rgba(255, 255, 255, 0.2);

}

.img-content:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1); 
    transform: scale(1.1);
    /* opacity: 0.6; */
    filter: sepia(91%) saturate(537%) hue-rotate(152deg) brightness(100%) contrast(75%) blur(2px);
}

.text-on-img {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    -webkit-text-stroke: 0.5px black;
    text-shadow: 0px 3px 6px rgba(150, 150, 150, 0.54);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: transform .2s;
    text-align: center;
    font-family: 'CenturyGothic', "Century Gothic";
}

.container-text:hover .text-on-img{
/*     -ms-transform: scale(1.1);
    -webkit-transform: scale(1.3); 
    transform: scale(1.1); */
    font-size: 39px;
    filter: drop-shadow(8px 8px 10px gray);
}


.container-text {
    position: relative;
}

a .container-text {
    width: 80%;
}

.no-padding-right{
    padding-right: 0px;
}

.right {
    display: block;
    margin-left: auto;
  }

.center {
    margin-left: auto;
    margin-right: auto;
}

.margin-top {
    margin-top: 50px;
}

.padding-top-btm {
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-style-homepage {
    background-color:white;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.btn-homepage {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 30px;
}
  
.btn-homepage:hover {
    background-color: white;
    color: black;
}

a .btn-homepage {
    padding: 10px 20px;
}

.no-padding {
    padding: 0px;
    margin: 0px;
}

.privacy-policy{
    padding: 0% 5%;
}

h1, h2, h3, li {
    color: white;
}

h1{
    font-weight: bold;
}


@media only screen and (min-width: 576px) {
   
    p.content-left{
        font-size: 46px;
    }
    
    .img-content {
        width: 50%;
    }
}

@media only screen and (min-width: 767px) {

    p.content-left{
        font-size: 55px;
    }

    .img-content {
        width: 70%;
    }

}

@media only screen and (min-width: 992px) {
    .margin-top {
        margin-top: 142px;
    }

    .container-fluid{
        margin-top: 45px !important;
        margin-bottom: 50px !important;
    }

    .content-text p{
        text-align: right;
    }

    p.content-left{
        font-size: 65px;
    }

    a.content-left p {
        margin-top: -27px;
        text-align: right;
    }

    .img-content{
        width: 100%;
        margin: 10px 5px;
    }

    .padding-top-btm {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .margin-top {
        margin-top: 175px;
    }
        
    p.content-left{
        font-size: 86px;
    }

    .img-content{
        height: 300px;
        width: 300px;
        margin: 10px 5px;
    }

}

@media only screen and (min-width: 2000px) {
    p.content-left{
        font-size: 96px;
    }

    .img-content{
        height: 450px;
        width: 450px;
        margin: 10px 5px;
    }

}