/* SECTION SPECIFIC */
/* Landing Home */
section#landing-home
{
    background-color:#FAF9F8;
    color:#0033A1;
    position:relative;
}
section#landing-home h2
{
    /* font-size:2rem; */
    font-size:2.8rem;
    /* font-family: 'Gotham Greek'; */
    font-family:'Cambria ILI';
}
section#landing-home .border-top-gold
{
    border-top:4px solid #D3AA75;
    padding:1rem 0;
}
section#landing-home .gold-title
{font-size:1.8rem !important;}

#years-img img,#years-img svg
{
    width:70%;
    min-width:260px;
}
@media screen and (max-width:425px)
{
    #years-img svg
    {
        width:100%;
    }
}
div#years-img + div
{
    max-width: 45%;
}
section#landing-home h2.site-heading
{
    font-size:2.5rem;
}
/* section#landing-home::after */
section#history-1 .container::before
{
    content:"1950 2020";
    font-family: 'OPTIBodoni-Antiqua';
    width:4ch;
    word-wrap: break-word;
    font-size:7.5rem;
    position:absolute;
    /* bottom:-3ex; */
    right:20%;
    display:block;
    transform:rotateZ(-5deg);
    font-style: italic;
    color:#D3AA75;
}
@media screen and (max-width:1024px)
{
    /* section#landing-home::after */
    section#history-1 .container::before
    {
        font-size:5.4rem !important;
        position: relative;
        margin:0 auto;
        right:unset;
    }
}
@media screen and (max-width:768px)
{
    section#landing-home
    {
        padding:100px 20px !important;
        justify-content:center;
    }
    section#landing-home .container
    {
        justify-content:center;
    }
    section#landing-home::after {position:static;bottom:-2ex;right:0px;}
    #years-img 
    {
        text-align: center;
    }
}

@media screen and (max-width:768px)
{
    div#years-img + div
    {
        max-width:100%;
    }
    section#landing-home h2
    {
        /* font-size:2.3rem !important; */
        font-size: 7.5vw !important;
    }
    section#landing-home h2.site-heading
    {
        font-size:6.4vw !important;
    }
}
/* History 1,2,3 */

section#history-1,section#history-2
{
    background-color:white;
    color: #0033A1;
    min-height:0 !important;
}
section#history-1 h2,section#history-2 h2
{
    /* font-size:2.5rem; */
    font-size:3.3rem;
    letter-spacing:1px;
    color:#D3AA75;
    font-weight:100;
    /* font-family: 'Gotham Greek'; */
    font-family:'Corsiva';
    width: 600px;
}
@media screen and (max-width:425px)
{
    section#history-1 h2 {font-size:2.0rem;}
}
section#history-1 .container
{
    flex-direction: column;
}
section#history-1 .col-12
{
    display:flex;
    flex-direction: column;
}
section#history-1 ul
{
    padding:0px;
    list-style-position: inside;
    font-size: 1.5rem;
    font-family: "Bahnschrift";
    width: 610px;
}
section#history-3
{
    /* margin-bottom: 120px !important; */
}
section#history-3>.container
{
    /* background:url("../assets/timeline_bg_tile.jpg"); */
    /* background-repeat: repeat; */
    /* box-shadow: 0 15px 10px 5px #EFEFEF; */
    padding:20px 50px;
    max-width:80%;
    text-align: center;
}
section#history-3 #graphic
{
    width:100%;
    max-width:100%;
}
section#history-3 svg 
{
    width:100%;
}
section#history-3 #photos
{
    width:100%;
    padding:50px;
    max-width:100%;
    background:none;
    box-shadow:none;
}
section#history-3 #photos .slide
{
    color:#2F3C90;
    display:flex;
    min-width:300px;
    min-height:120px;
    /*border:1px dashed red !important;*/
    justify-content:center;
    align-items: center;
    flex-direction:column;
    font-family: 'Gotham Greek';
}
section#history-3 #photos .slide
{
    display:none;
}
section#history-3 #photos .slide img
{
    min-width:320px;
    width:60%;
}
section#history-3 #photos .slide p
{
    font-size:1.4rem;
}
section#history-3 #heading 
{
    padding: 0;
    background: transparent;
    box-shadow: none;
    position:relative;
    /* top: 85px; */
}
section#history-3 #heading h2
{
    font-family: 'Bahnschrift';
    color: #2F3C90;
    font-size: 2rem;
    margin-top: 45px;
}
section#history-3 #heading p
{
    display: inline-block;
    background-color: #2F3C90;
    color: white;
    padding: 15px;
    font-size: 2rem;
    font-family: 'Bahnschrift';
}
section#history-1 ul.namelist
{
    width:780px;
}
@media screen and (max-width:1280px)
{
    section#history-3 #heading h2,section#history-3 #heading p
    {
        font-size:1.5rem;
    }
}
@media screen and (max-width:768px)
{
    section#history-3 #heading h2,section#history-3 #heading p
    {
        font-size:1.35rem;
    }
    section#history-3 #heading 
    {
        top:0;
    }
    section#history-3 #heading p
    {
        display:none;
    }
    section#history-1 .container > div,section#history-2 .container > div
    {
    }
    section#history-1 h2
    {
        width:auto;
    }
    section#history-1 ul, section#history-1 ul.namelist
    {
        width: auto;
    }
    section#history-3>.container
    {
        padding:20px;
        max-width: 90%;
    }
    section#history-3 #photos .slide
    {
        display:flex !important;
        padding:0 15px;
    }
    section#history-3 #photos
    {
        max-height: 80vh;
        overflow: hidden scroll;
    }
    section#history-3 #photos .slide p
    {
        word-break: break-word;
        width: 28ch;
    }
    /*
    section#history-3 #graphic
    {
        overflow: scroll hidden;
    }
    section#history-3 svg 
    {
        height: 420px;
        transform: scale(2.5);
    }*/
}
/* HIstory Photo Album */
section#history-photo-album
{
    min-height: 1000px;
    margin-bottom:50px !important;
}
section#history-photo-album .gold-cursive-title
{
    margin-bottom:200px;
    width:80%;
}
section#history-photo-album .photo-album .buttons  span
{
    cursor: pointer;
}
section#history-photo-album .photo-album .buttons
{
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index:4999;
}
section#history-photo-album .photo-album .buttons .prevButton
{
    font-size:4rem;
    border-radius:50%;
    /* box-shadow:0 0 5px #0007; */
    background-color:white;
    color:#2F3C90;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding:40px;
    z-index: 15;
    left:0%;
}
section#history-photo-album .photo-album .buttons .nextButton
{
    font-size:4rem;
    border-radius:50%;
    /* box-shadow:0 0 5px #0007; */
    background-color:white;
    color:#2F3C90;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding:40px;
    z-index: 15;
    right:0%;
}
@media screen and (max-width:768px)
{
    section#history-photo-album .photo-album .buttons .nextButton, section#history-photo-album .photo-album .buttons .prevButton
    {
        font-size:2rem;
        padding:20px;
    }
}
section#history-photo-album .photo-album
{
    position:relative;
    width:100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
section#history-photo-album .photo-album .photo:first-child
{
    position:relative;
    left:0 !important;
}
section#history-photo-album .photo-album .photo
{
    transition: all 0.3s;
    position: absolute;
    left:0px;
    border:20px solid white;
    box-shadow:0 0 15px  #0006;
    transition:all 0.3s;
}

#p1{z-index:10;}
#p2{z-index:9;}
#p3{z-index:8;}
#p4{z-index:7;}
#p5{z-index:6;}
#p6{z-index:5;}

/* OUR VISION */
section#our-vision
{
    
}
section#our-vision .container
{
    
    color: #2F3C90;
    flex-direction: column;
}
section#our-vision #main-content
{
    /*background-color:#F9F8F7;*/
}
section#our-vision #heading
{
    position: relative;
    /*top: 30px;*/
    font-family: 'Bahnschrift';
    z-index:2;
}
section#our-vision #text
{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-family: 'Gotham Greek';
    background-color:#2F3C90;
    color:white;
    padding: 60px 100px;
    padding-left:30px;
    text-transform: uppercase;
}
section#our-vision #text h3:first-child
{
    font-size: 1.8rem;
    font-weight: 100;
}
section#our-vision #text h3{font-family:'Bahnschrift';}
section#our-vision #main-content #text span.offset {
    background-color: #00ACD8;
    padding: 15px 60px;
    width: 730px;
    margin: 30px 0;
    margin-left: -100px;
    text-transform: uppercase;
}
section#our-vision #text h3::after
{
    /*content:"";*/
    background-color:#D3AA75;
    width:200px;
    margin-left:calc( 10% + 100px );
    height:4px;
    position:relative;
    display: block;
}
section#our-vision #values-text
{
    /*background-color: #2F3C90;*/
    color: #D3AA75;
    /*box-shadow:0 5px 5px #00000066;*/
    /*top: 250px;*/
    padding:30px;
    font-family:'Gotham Greek';
    top:-40px;
    z-index: -1;
    
}
section#our-vision #values-text p
{
    margin-top:0px;
    font-weight: 400;
    color: #2F3C90;
    font-size: 0.9rem;
}
section#our-vision #values-text h2
{
    color:white;
    font-family:'Bahnschrift';
    text-align:right;
}
section#our-vision #values-text h3
{
    color:White;
    color:#2F3C90;
    margin-bottom:0px;
    font-size:2rem;
    font-family:'Bahnschrift';
}
section#our-vision #values-text .values-content div
{
    text-align: center;
}
section#our-vision #values-text .values-content div img
{
    max-width:80px;
}
section#our-vision #photo
{
    /*top:-50px;*/
    top: 50px;
    left: -40px;
}
section#our-vision #photo img
{
    /*border:10px solid white;*/
    width:100%;
}
@media screen and (max-width:768px)
{
    section#our-vision #main-content
    {
        flex-direction: row;
    }
    section#our-vision #values-text
    {
        top:0px;
        box-shadow:none;
    }
    section#our-vision #photo
    {
        top:0px;
        overflow:hidden;
        left:0px;
    }
    section#our-vision #photo img
    {
        border:0px;
        /*width:auto;
        height:100%;*/
        width:100%;
    }
    section#our-vision #main-content #text span.offset {
        margin-left:0;
        width:calc(100% + 10px);
    }
    section#our-vision #text
    {
        padding-left:0px;
        padding-right:0px;
    }
}
@media screen and (max-width:1300px)
{
    section#our-vision #main-content #text span.offset {
        margin-left:-10px;
        
    }
    section#our-vision #text
    {
        padding-left:10px;
    }
}
@media screen and (max-width:576px)
{
    section#our-vision #photo img
    {
        width:100%;
        height:auto;
    }
}
/* RAW MATERIAL - MILK */
section#raw-material-milk
{
    color:#2F3C90;
    flex-direction: column;
    /* margin-top:250px !important; */
    margin-bottom:30px !important;
    justify-content: flex-start !important;
    min-height:300px;

}
section#raw-material-milk #background
{
    position:absolute;
    z-index:-500;
    width:78%;
}
section#raw-material-milk #background img
{
    width:100%;
    min-width:768px;
}
section#raw-material-milk #heading
{
    text-align: left;
    /*padding-left:150px;*/
    transition:padding 0.5s;
    font-family: 'Bahnschrift';
    width:100%;
}
section#raw-material-milk #heading h2
{
    /* margin-bottom: -30px; */
    z-index: 5;
    position: relative;
}


section#raw-material-milk #main-content
{
    /*background-color:#F9F8F7;*/
    width:80%;
    /* min-width: 740px; 
    max-width: 70%;*/
    min-height: 100%;
    /*max-height: 50vh;*/
    margin-top: -4vh;
    padding-top:2rem;
    font-family:'Gotham Greek';
}
section#raw-material-milk #main-content svg
{
    width:100%;
}
@media screen and (max-width:1024px)
{
    section#raw-material-milk #heading
    {
        padding-left:0px;
        width:50%;
    }
    section#raw-material-milk #heading h2
    {
        margin-bottom:-15px;
    }
}
@media screen and (max-width:768px)
{
    section#raw-material-milk
    {
        margin:0 !important;
    }
    section#raw-material-milk #main-content
    {
        max-height: 100%;
        padding:50px 0;
        max-width:100%;
        width:100%;
        margin-top: -2rem;
    }
    section#raw-material-milk #heading
    {
        padding-left:0px;
        width:100%;
    }
}

section#raw-material-milk #main-content img#graph,section#raw-material-milk #main-content svg#graph
{
    width: 80%;
    width:100%;
    /*max-width: 1300px;*/
    /*margin-left: -10%;*/
}
section#raw-material-milk #main-content svg #Background > g
{
    transform-origin: center;
    animation-name: scaleflow;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}
@keyframes scaleflow
{
    0%{transform:scale(1)}
    100%{transform:scale(1.15)}
}
section#raw-material-milk #main-content img#graph-mobile
{
    width:100vw;
}
/* Q - R&D */
section#quality-rnd
{
    color:#2F3C90;
    min-height:auto;
    /*margin-top:calc(4vh + 250px) !important;*/
    margin-bottom:130px !important;
    font-family:'Gotham Greek';
}
section#quality-rnd #heading h2
{
    font-family: 'Bahnschrift';
}
section#quality-rnd #heading p
{
    display: inline-block;
    background-color: #2F3C90;
    color: white;
    padding: 15px;
}
section#quality-rnd #left img
{
    width:70%;
    padding:45px;
}
section#quality-rnd #right img
{
    width:100%;
    padding:30px;
}
section#quality-rnd #checks
{
    position:relative;
    top:-150px;
    margin-left:0px;
}
section#quality-rnd #checks-text
{
    background-color:#2F3C90;
    color:white;
    padding:15px;
    font-family:'Gotham Greek';
    margin-left:45px;
    margin-right:-45px;
}
section#quality-rnd #checks-img
{
    margin-left:235px;
}
section#quality-rnd #checks-img img
{
    width:100%;
}
@media screen and (max-width:768px)
{
    section#quality-rnd #heading1
    {
        justify-content: center !important;
    }
}    
@media screen and (max-width:1120px)
{
    section#quality-rnd #checks
    {
        margin:0px;
        top:0;
    }
    section#quality-rnd #checks-text
    {
        width:50%;
        height:100%;
        display:flex;
        align-self:stretch;
        height:auto;
        align-items: center;
    }
    section#quality-rnd #checks-img
    {
        margin:0;
        width:50%;
        overflow:hidden;
    }
    section#quality-rnd #checks-img img
    {
        width:130%;
    }
    section#quality-rnd #checks-text
    {
        margin-left:0;
        margin-right:0;
    }
}
/* Sales Greece */
section#sales-greece
{
    color: #2F3C90;
    min-height:0;
    margin-bottom:120px !important;
}
section#sales-greece #heading h2
{
    /* margin-bottom: -1rem; */
    font-size:2rem;
    z-index: 2;
    font-family: 'Bahnschrift';
}
section#sales-greece #main-content
{
    margin-top:-90px;
}
section#sales-greece #main-content img
{
    width:100%;
    /* padding:150px; */
    z-index:2;
}
section#sales-greece #after-content
{
    margin-top:-120px;
}
section#sales-greece #after-content #left
{
    margin-top:-140px;
}
@media screen and (max-width:1120px)
{
    section#sales-greece #main-content img
    {
        padding:50px 10px;
    }
    section#sales-greece #after-content
    {
        margin:0px;
    }
    section#sales-greece #after-content .col-6
    {
        padding:0px;
    }
    section#sales-greece #after-content img
    {
        width:100%;
    }
    section#sales-greece #after-content #left
    {
        margin:0px;
    }
}
/* Exports */
section#exports
{
    color: #2F3C90;
    min-height:0;
    margin-bottom:120px !important;
}
section#exports #heading h2
{
    /* margin-bottom: -1rem; */
    font-size:2rem;
    z-index: 2;
    font-family: 'Bahnschrift';
}
section#exports #main-content #left
{
    margin-left:-70px;
    margin-right:70px;
    /* padding-left: 100px; */
}
section#exports #main-content #left img
{
    /* margin-right:-100px; */
    margin-left:-50px;
    width:100%;
    padding-top:40px;
    z-index: 3;
    position: relative;
}
section#exports #main-content #right img
{
    margin-left:-100px;
    padding-top:40px;
}
section#exports #after-content
{
    margin-right: 400px;
    margin-top: -280px;
    font-family: 'Bahnschrift';
}
section#exports #after-content #img img
{
    width:100%;

}
section#exports #after-content #text
{
    display: flex;
    justify-content: center;
}
section#exports #after-content #text p
{
    background-color:#2F3C90;
    color:White;
    width:fit-content;
    padding:15px;
}
section#exports #main-content-mobile
{
    display:none;
    padding:7% !important;
}
section#exports #after-content-mobile
{
    display:none;
    padding-right:3% !important;
}
@media screen and (max-width:1476px)
{
    section#exports #main-content.container.desktop
    {
        max-width: 80% !important;
    }
    section#exports #main-content.container.desktop #left
    {
        margin-right: 0 !important;
    }
}
@media screen and (max-width:768px)
{
    
    section#exports #main-content,section#exports #after-content
    {
        /* display:none; */
    }
    section#exports #main-content-mobile, section#exports #after-content-mobile
    {
        display:flex;
    }
    section#exports #main-content-mobile .fullwidth-mobile,section#exports #after-content-mobile .fullwidth-mobile
    {
        width:100%;
    }
}
/* Awards */
section#awards
{
    color:#2F3C90;
    min-height: auto;
    margin-top:30px !important;
    margin-bottom:30px !important;
}
section#awards #heading h2
{
    font-size:2rem;
    /* text-align: center; */
    font-family: 'Bahnschrift';
}
section#awards #heading h2::after
{
    /* content:""; */
    background-color:#F9F8F7;
    width:100%;
    min-height: 1.5rem;
    display: Block;
    position: relative;
    top: -1rem;
    z-index: -10;
}
section#awards #heading h3
{
    color:#D3AA75;
    background: linear-gradient(to right,#f4e9dc, #D3AA75);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:4rem;
    font-family: 'OPTIBodoni-Antiqua';
}
section#awards #subheading div
{
    font-size:2rem;
    background-color:#2F3C90;
    padding:10px;
    color:white;
    text-align: right;
    font-family: 'Bahnschrift';
}
section#awards #subheading span
{
    display:flex;
    width:100%;
    justify-content:flex-end;
}
section#awards #subheading span img
{
    width:190px;
}
section#awards #main-content
{
    margin:50px 0;
    font-family: 'Bahnschrift';
}
section#awards #main-content h3
{
    color: #2F3C90;
    font-size:2rem;
    font-family: 'Bahnschrift';
    text-align: center;
    transition: all 0.2s;
    cursor: default;
    padding:20px;
    cursor: pointer;
}
@media screen and (max-width:768px)
{
    section#awards #main-content h3
    {
        font-size:1rem;
    }
}
section#awards #main-content h3:hover
{
    background-color:#2F3C90;
    color:white;
    text-transform:uppercase;
}
section#awards #fan-graphic .col-md-6.col-sm-12 {overflow: hidden;}
/*AWARDS SVG CSS*/
section#awards g.uncircle {
    transition: all 0.2s;
    transition-delay: var(--delay);
    transform: rotateZ(45deg) scale(0.0);
    transform-origin: center;
    transform-box: fill-box;
}
section#awards g.uncircle.circled
{
    transform: rotateZ(0deg) scale(1.0);
}
svg.fan
{
    transition: transform 1.0s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform:translateY(110%);
}
svg.fan.active{transform:translateY(110%);}
svg.fan.active #Left
{transform:translateX(34%);transition: transform 1.0s cubic-bezier(0.34, 1.56, 0.64, 1);}
svg.fan.active #Right
{transform:translateX(-34%);transition: transform 1.0s cubic-bezier(0.34, 1.56, 0.64, 1);}
svg.fan.active #Top
{transform:translateY(34%);transition: transform 1.0s cubic-bezier(0.34, 1.56, 0.64, 1);}
svg.fan.active #Bottom
{transform:translateY(-34%);transition: transform 1.0s cubic-bezier(0.34, 1.56, 0.64, 1);}
/*END OF SVG CSS*/
section#awards #after-content img
{
    width:70%;
}
@media screen and (max-width:768px)
{
    section#awards #subheading div
    {
        font-size:1.5rem;
    }
    section#awards #after-content img
    {
        width:100%;
    }   
    section#awards #main-content img
    {
        width:100%;
    }
    section#awards #heading h3
    {
        font-size:3rem;
    }
}
/* Social Responsibility */
section#social-responsibility
{
    min-height:0;
    margin-top:30px !important;
    color:#2F3C90;
}
section#social-responsibility #heading
{
    font-family: 'Bahnschrift';
}
section#social-responsibility #main-content
{
    /* margin-top: -2rem !important; */
    z-index: -10;
    font-family: 'Bahnschrift';
}
section#social-responsibility #main-content p
{
    padding:45px;
    font-size:1.3rem;
}
section#social-responsibility #main-content #heading-img
{
    margin-top:-340px;
    transition:margin-top 0.5s;
}
section#social-responsibility #main-content #main-img img
{
   max-width:100%;
   margin-bottom:15px;
}
section#social-responsibility #main-img img#extended
{
    width:70%;
    /*display:block;
    margin:0 auto;*/
}
section#social-responsibility .miscdesc
{
    font-family: 'Bahnschrift';
    background-color:#FAF9F8;
    display:Flex;
    font-size: 1.6rem;
    align-items: center;
    line-height: 2.3rem;
}
@media screen and (max-width:1024px)
{
    section#social-responsibility .miscdesc
    {
        font-size:1.2rem;    
        line-height: 1.5rem;
    }
}
.s-eke{height: 40%;}
span.ico
{
    display: flex;
    width: 33.3%;
    position:relative;
}
span.ico:hover::after
{
    opacity:1.0;
}
.eke-text
{
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 125px -50px black;
    /* display:none; */
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity:0;
    transition:opacity 0.2s;
    display:flex;
}
@media screen and (max-width:1024px)
{
    .eke-text
    {
        max-width:200px;max-height: 200px;
    }
    section#social-responsibility #main-img img#extended
    {
        width:72%;
    }

}
@media screen and (max-width:928px)
{
    span.ico
    {
        width:100% !important;
    }
}
@media screen and (max-width:768px)
{
}
.eke-text-m
{
    display:none;
    justify-content: center;
    align-items: center;
    margin:50px 0;
    
}

.s-eke {
    display: flex;
    justify-content: space-between;
}
.s-eke img {
    max-width: 330px;
    width: 100%;
}
.s-eke img.sizeup {
    max-width: 400px;
    width: 100%;
}
@media screen and (max-width:768px)
{
    section#social-responsibility #main-content #main-img .p-5
    {
        padding:0 !important;
    }

}
@media screen and (max-width:1120px)
{
    section#social-responsibility #main-content #heading-img
    {
        margin-top:0px;
    }
}
/* Social Responsibility 2 */
section#social-responsibility-2
{
    min-height:0;
    margin-top:100px !important;
    color:#2F3C90;
    display:none;
}
section#social-responsibility-2 #main-content div
{
    padding:25px !important;
}
/* Social Responsibility 3 */
section#social-responsibility-3
{
    min-height:0;
    margin-top:100px !important;
    color:#2F3C90;
    font-family:'Gotham Greek';
}
section#social-responsibility-3 #heading h2
{
    padding:25px !important;
    font-weight:300;
    font-size:2.5rem !important;
    
}
section#social-responsibility-3 #main-content
{
    padding-bottom:100px !important;

}
section#social-responsibility-3 #main-content p
{
    font-size:1.5rem;
    padding:0 50px;
    font-weight:300;
}
section#social-responsibility-3 #after-content
{
    margin-top:-100px;
}
section#social-responsibility-3 #after-content div
{
    text-align: center;
}
section#social-responsibility-3 #after-content div#graphic img
{
    width:40px;
    z-index:-10;
}
section#social-responsibility-3 #after-content div#photo img
{
    width:100%;
}
@media screen and (max-width:768px)
{
    section#social-responsibility-3 #main-content p
    {
        font-size:1rem;
        padding:5px !important;
    }
    section#social-responsibility-3 #after-content
    {
        margin-top:0px;
    }
}
/* Sustainable Development */
section#sustainable-development
{
    color:#2F3C90;
    min-height: 0;
    margin-top:300px !important;
    font-family:'Bahnschrift';
}
section#sustainable-development #heading
{
    margin-bottom: -2rem;
    z-index: 20;
}
section#sustainable-development #main-content p
{
    text-align: right;
    font-size:1.3rem;
    padding:15px;
}
section#sustainable-development #main-content img
{
    max-width:100%;
    width:100%;   
    margin-bottom:15px;
}
section#sustainable-development #main-content .left
{
    width:calc(60% - 15px);
    margin-right:15px;
}
section#sustainable-development #main-content .right
{
    width:calc(40% - 15px);
    margin-left:15px;
}
/* Footer */
section#footer
{
    min-height:250px;
    /* margin-top:250px !important; */
    color: #2F3C90;
    font-family:'Gotham Greek';
}

section#footer::before
{
    content:"";
    background: rgb(242,238,233);
    background: linear-gradient(6deg, rgba(242,238,233,1) 0%, rgba(242,238,233,1) 50%, rgba(255,255,255,1) 50.1%, rgba(255,255,255,1) 100%);
    width:100%;
    height:calc(200px + (100vw / 20));
}
section#footer .main
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    height: 500px;
}
section#footer .main h3
{
    font-size:3.0rem;
    font-family:'Cambria ILI';
}
section#footer .main span,.header-call-to-action
{
    padding:15px;
    background-color: #00ACD8;
    color:white;
    cursor: pointer;
    font-size:1.8rem;
    transition: all 0.3s;
    border-color: #00ACD8;
    border-style: solid;
    font-family:'Gotham Greek';
    display:block;
    width:70%;
    text-align: center;
    text-decoration:none;
}
.header-call-to-action
{
    width:90%;
}
@media screen and (max-width:768px)
{
    .header-call-to-action
    {
        width:100%;
    }
    section#footer .main span
    {
        width:100%;
    }
    section#footer
    {
        margin-top:0px !important;
    }
    
}
section#footer .main span:hover,.header-call-to-action:hover
{
    background-color: white;
    color: #2f3c90;
    border-width: 2px;
    padding: 15px 50px;
}
@media screen and (max-width:1120px)
{
    section#footer .main
    {
        height:350px;
    }
    section#footer .main span
    {
        font-size:1rem;
    }
    section#footer .main h3
    {
        font-size:2rem;
    }
}
@media screen and (max-width:768px)
{
    section#footer .main
    {
        height:initial;
    }
    section#footer .main span
    {
        font-size:1rem;
    }
    section#footer .main h3
    {
        font-size:6.5vw;
    }
}
section#footer img
{
    width:100%;
}
section#footer p 
{
    font-size:1.5rem;
}
section#footer p a
{
    font-weight:Bold;
    text-decoration: none;
    color: inherit;
}
section#footer > div.row
{
    
    margin:0px !important
}
section#footer img#follow-us
{
    
    height:100%;
    max-height:500px;
}
section#footer #links
{
    display:flex;
    font-size:1.1rem;
    padding:0 75px;
    margin-bottom: 25px !important;
}
section#footer #copyright
{
    font-size:2rem;
    width:100%;
    padding:0 75px;
}
section#footer .mtop-25
{
    margin-top:25px !important;
    max-width: 6%;
}
section#footer #links a,section#footer #links p
{
    color:inherit;
    text-decoration:none;
    font-size:1.1em;
    margin-block-end: 0;
    margin-block-start: 0;
}
@media screen and (max-width:525px)
{
    section#footer > div
    {
        padding:0 15px;
    }   
    section#footer p 
    {
        font-size:1.3rem;
    }
}
@media screen and (max-width:768px)
{
    section#footer #copyright
    {
        text-align: center;
        padding:0 75px;
    }
    section#footer #links
    {
        flex-direction: column;
        text-align: center;
        align-items:center !important;
    }
    section#footer #links > * 
    {
        margin:15px 0;
    }
}
/*height fix*/
section
{
    min-height:900px;
}

.gold-cursive-title
{
    font-size:3.1rem !important;
    letter-spacing:1px !important;
    color:#D3AA75 !important;
    font-weight:100 !important;
    font-family:'Corsiva' !important;
}
@media screen and (max-width:768px)
{
    .gold-cursive-title
    {
        font-size:2.1rem !important;
    }
}
.gold-title
{
    font-size:1.86rem !important;
    letter-spacing:1px !important;
    color:#D3AA75 !important;
    font-weight:100 !important;
    font-family:'Cambria ILI' !important;
}
@media screen and (max-width:768px)
{
    h3.gold-title
    {
        font-size:5vw !important;
    }
}
.divider-counter
{
    max-width: 500px;
    width: 100%;
    margin: 50px auto;
}
.divider-counter.last
{
    margin-top:150px;
}
@media screen and (max-width:768px)
{
    .divider-counter.last
    {
        margin-top:0px;
    }
}
.divider-counter svg circle
{
    transition:all 0.2s;
}
.termsconditionscontest
{
    display:none;
    scrollbar-color: #2f3c90 #FFF; /* thumb and track color */
    scrollbar-width: thin;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    max-height: 450px;
    overflow: hidden scroll;
    padding: 15px;
    border-bottom: 15px solid white;
    border-top: 15px solid white;
    background-color: white;
    font-size:0.8rem;
    box-shadow: 0 0 155px 5px;
}
.termsconditionscontest .close
{
    display: block;
    margin:2px;
    position: sticky;
    top: -12px;
}
.termsconditionscontest .close span
{
    padding: 10px;
    cursor: pointer;
    background-color:white;
    transition:all 0.1s;
    position: absolute;
    top: -10px;
    left: 550px;
}
.termsconditionscontest .close span:hover
{
    background-color:black;
    color:white;
}
.termsconditionscontest ol
{
    padding-inline-start: 20px;
}
.termsconditionscontest li
{
    margin: 10px 0;
}
.termsconditionscontest::-webkit-scrollbar {
    width: 6px;
}

.termsconditionscontest::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
}

.termsconditionscontest::-webkit-scrollbar-thumb {
    background-color: #2f3c90;
    outline: 1px solid #2f3c90;
}
#termsandconditionscontest a {
    cursor:pointer;
}