{% load static %}
/* About.html section */

/* ===== ===== ===== ===== ===== ===== ===== =====  */
/* Normal tags */
/* ===== ===== ===== ===== ===== ===== ===== =====  */
a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #C0C0C0;
}

/* ===== ===== ===== ===== ===== ===== ===== =====  */
/* Every Page Must change these two to match the colour */
/* ===== ===== ===== ===== ===== ===== ===== =====  */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #E1A31A inset !important;
}
/*-------------------------------------------------------  */

input[type="submit"] {
    border: 1px solid #EFEFEF;
    background-color: transparent;
    padding: 5px 10px;
    text-transform: capitalize;
}

#about {
    background: none;
    border-bottom: whitesmoke solid 2px;
    padding-bottom: 2px;
}

/* ===== ===== ===== ===== ===== ===== ===== =====  */
/* Class tags */
/* ===== ===== ===== ===== ===== ===== ===== =====  */

.home_container{
    position: relative;
    text-align: center;
    color: #121212;
}
.home_banner{
    height: 480px;
}

.home_banner_text{ 
    font-size: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whats_new_container {
    position: relative;
    margin-bottom: 5px;
}

.whats_new_image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whats_new_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    box-sizing: border-box;
    overflow: hidden;
}

.whats_new_container:hover .whats_new_overlay {
    opacity: 1;
}

.whats_new_text {
    color: white;
    font-size: 22px;
    position: absolute;
    height: auto !important;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

.tags {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
}

.instagram_banner {
    background-color: #777777;
    text-align: center;
    font-size: 50px;
}

.contItemImage {
    height: 240px;
    width: auto;
    border: 2px solid #424242;
    border-radius: 8px;
}

.contItemTitle {
    font: 16px/1.2em Arial, Helvetica, sans-serif;
    display: block;
    padding: 0 0 10px 0;
    color: white;
}

.contItemText {
    font: 16px/1.2em Arial, Helvetica, sans-serif;
    padding: 20px 0;
    text-transform: none;
    text-align: left;
    height: 200px;
    overflow: hidden;
}

.grey_banner {
    font-family: heavy;
    letter-spacing: 5px;
    margin: 0;
    padding: 10px 0px;
    overflow: hidden;
}


/*limarque*/
/* ===== ===== ===== ===== ===== ===== ===== =====  */
/*.contItem {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    padding: 20px 0 20px 20px;
    white-space: normal;
    text-align: right;
    background-image: url('../image/greenDots.png');
    background-size: 180px 180px;
    background-repeat: no-repeat;
    background-position: 120% -10px;
}

.contItem2 {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    padding: 20px 0 20px 20px;
    white-space: normal;
    text-align: right;
    background-image: url('../image/redDots.png');
    background-size: 180px 180px;
    background-repeat: no-repeat;
    background-position: 120% 100px;
}*/


/* Homepage -- Banner -- Feature-Content */
/* ===== ===== ===== ===== ===== ===== ===== =====  */
.banner__mini__feature-content {
    background-color: #777777;
    text-align: center;
    font-size: 50px;   
}
.banner__mini__feature-content__image {
    margin-top: -10px;
    padding-left: 40px;
    height: 40px;
}

.marque__bgcolor-black {
    background-color: black;
}
.marque__cont-item__image-link {
    overflow: hidden;
}
.marque__cont-item__image-link__description {
    margin-right: 100px;
}
.marque__cont-item__fun-link {
    float:left;
    max-width: 300px;
    overflow: hidden;
    margin-right: 25px;
}
.marque__cont-item__fun-link__image {
    height: 200px;
    width: auto;
}


/* Homepage -- Instagram Banner */
/* ===== ===== ===== ===== ===== ===== ===== =====  */
.instagram-banner__image {
    margin-top: -10px;
    padding-left: 40px;
    height: 40px;
}
.instagram-banner__row {
    margin: 0 !important;
}
.instagram-banner__thumbnail-cont {
    padding: 0;
    float: left;
    width: auto;
    margin:  0 auto;
}
.instagram-banner__thumbnail-cont__image {
    height: auto;
    width: 100%;
    object-fit: cover;
}


/* Homepage -- Footer */
/* ===== ===== ===== ===== ===== ===== ===== =====  */
.row__footer {
    font-size:16px; 
    text-align: left;
    padding: 40px;
    margin: 0px;
}

/*marquee*/
.marquee {
  position: relative;
  width: 92vw;
  max-width: 95%;
  height: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 1px solid black;
  border-radius: 50px;
  margin: 0 4vw;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
  background-color: black;
}

.marq_para{
    font-size: 72px;
    color: white;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media only screen and (max-width: 768px) {
    .whats_new_text{
        font-size: 15px !important;
    }
    .home_banner{
        height: 166px;
    }
    .home_banner_text{
        font-size: 23px;
    }
    .marquee{
        height: 45px;
    }
    .marq_para{
        font-size: 30px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
    .whats_new_text{
        font-size: 19px !important;
    }
    .home_banner{
        height: 256px;
    }
    .home_banner_text{
        font-size: 36px;
    }
    .marquee{
        height: 67px;
    }
    .marq_para{
        font-size: 45px;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1200px) {
    .marquee{
        height: 90px;
    }
    .marq_para{
        font-size: 60px;
    }
}