@font-face{font-family: RetroLight; src: url("fonts/Retrolight.ttf")}

body{
    background-color: #212121; /*#212121*/
}

/* 
----------------------------------------------------------------------------------------------------------------------- 
 Animace 
----------------------------------------------------------------------------------------------------------------------- 
*/

@keyframes registerBtnAnimation {
    0% {
    transform:scale(1);
    }
    100% {
    transform:scale(1.1);
    }
}

/* 
----------------------------------------------------------------------------------------------------------------------- 
 Specifický 
----------------------------------------------------------------------------------------------------------------------- 
*/

.dropdown-menu{
    background-color: rgb(25, 25, 25);
}

.dropdown-item{
    color: white;
    transition: 0.2s;
}

.dropdown-item:hover{
    color:#FFCF40 !important;
    background-color: rgb(20, 20, 20);
}

.sendToPdfFiller{
    display: none !important;
}

.c-gold{
    color: #fecd3bc0;
    font-weight: 500;
}

.bg-darker{
    background-color: #1b1b1b !important;
}

.text-href{
    color:#fecd3bc0;
    font-weight: 500;
    transition: 0.2s;
}

.text-href:hover{
    color:#ffcd35;
}

.upper-text-style{
    width: 65%;
    font-size: 1.4rem;
}

.index-following-text{
    padding-right: 2rem;
}

.w-card-sponsor{
    width: calc(250px + 15rem);
}

.card-bg-color{
    background-color: #2A2929;
}

.card-text-color{
    color:#C2C2C2;
}

.logo-sponsor{
    float: left;
    margin-top: auto;
    margin-right: 1rem;
    height: 6rem;
    width: auto;
    border-radius: 0.25rem;
}

.bigger-border-1{
    border-width: 2px;
}

.main-btn-size{
    height: 3.5rem;
    width: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.m-l-6rem{
    margin-left: 80px;
}

.m-l-6rem-2{
    margin-left: 92px;
}

.indexText{
    margin-top: -2rem;
    width:calc(100% - 6rem);
}

.c-pointer{
    cursor: pointer !important;
}

.w-65{
    width: 65%;
}

.human-icon{
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
}

.text-shadow-1{
    text-shadow: 4px 4px 4px #000000b9;
}

.fl-r{
    float: right;
}

.w-90{
    width: calc(100% - 6rem);
}

.w-40{
    width: 45vw;
}

.header button:hover{
    animation-name: registerBtnAnimation;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.header, footer{
    background-color: black;
}

.social-media-wrapper i{
    font-size: 1.3rem;
}

footer, header a:hover, footer a:focus, footer a:hover{
    color: #ffcf40c8 !important;
}

.registerButton{
    background: radial-gradient(circle at 0% 0%, #d3a417 80%, white 120%);
    text-shadow: 1px 2px #4b4b4b4e;
    font-weight:500;
    border: 0px;
    font-size: 15px;
    color: white;
}

.headerItem{
    gap:10px;
}

.not-rounded{
    border-radius: 0;
}

.hover-maincolor:hover{
    background-color: #1f1f1f !important;
}

/* 
-----------------------------------------------------------------------------------------------------------------------
 Fonty
----------------------------------------------------------------------------------------------------------------------- 
*/
@media only screen and (max-width:1200px){
    .alignTextCenterOnMobile{
        text-align: center;
    }
}

.RobotoSlab{
    font-family: "Roboto Slab", serif;
}

.InterStyle{
    font-family: "Inter", sans-serif;
}

.RetroLight{
    font-family: RetroLight;
    text-decoration: none;
}

.InvestomanieFontHead{
    font-size: 1.6rem;
}

.bolder{
    font-weight: 800;
}

.bitBolder{
    font-weight: 500;
}

.text-size{
    font-size: 1.25rem;
    font-weight: 400;
}
.text-size-sm{
font-size: 1.15rem;
font-weight: 400;
}

.font-size-1{
    font-size: 1rem;
}

.font-size-2{
    font-size: 1.2rem;
}

.font-size-3{
    font-size: 1.5rem;
}

.font-size-4{
    font-size: 2rem;
}

.font-size-5{
    font-size: 4.2rem;
}

.header-size{
    font-size: 5rem;
}

/* 
-----------------------------------------------------------------------------------------------------------------------
 Barvy
----------------------------------------------------------------------------------------------------------------------- 
*/
.text-light-darker{
    color:rgb(215, 215, 215);
}

.text-light-darker2{
    color:rgb(210, 210, 210);
}

.goldColor{
    background-color: #FFCF40;
}

.descriptionColor{
    color:#BCBCBC;
}

.WhiteColor{
    color:white
}

.MainColor{
    color: #FFCF40;
}

.MainColorDarker{
    color: #d6a50f;
}

.FbColor{
    color: #316FF6;
}
.YtbColor{
    color:#FF0000;
}
.TwitterColor{
    color:#1DA1F2;
}
.InstagramColor{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%), white;
    background-clip: text;
    color:rgba(255, 255, 255, 0);
}
.LinkedInColor{
    color: #0077B5;
}
/* 
----------------------------------------------------------------------------------------------------------------------- 
 Oddělovače - Čáry, atd. 
----------------------------------------------------------------------------------------------------------------------- 
*/

.start-line::before{
 content: "";
 position: absolute;
 margin-top: 3px;
 margin-left: -14px;
 width: 2.5px;
 background-color: rgb(255, 207, 64);
 height: 1.4rem;
}

.LineBotMargin{
    margin-bottom: -1.5rem;
}

.LineTopMargin{
    margin-top: -1.5rem;
}

.LineMinus{
    margin-left: -2.5%;
    transform: rotate(2deg);
    background-color: #FFCF40;
    height: 130px;
    width: 105%;
}
.LinePlus{
    margin-left: -2.5%;
    transform: rotate(-2deg);
    background-color: #FFCF40;
    height: 130px;
    width: 105%;
}

.divider{
    width: 7rem;
    height: 4px;
    border-radius: 3px;
    margin-top: 2rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}

/* 
-----------------------------------------------------------------------------------------------------------------------
 Pozadí 
----------------------------------------------------------------------------------------------------------------------- 
*/

.prednasky-bg li{
    background-color: #00000000;
    color: whitesmoke;
}

.cubic-bg-40{
    background-image: url("../static/Cube-bg-op40.png");
    background-size: 100vw;
    background-repeat: repeat-y;
    background-position: center center;
}

.DarkerBg2{
    background-color: rgba(0, 0, 0, 0.6);
}

.DarkerBg1{
    background-color: rgba(0, 0, 0, 0.4);
}

.DarkerBg{
    background-color: rgba(0, 0, 0, 0.2);
}

.info-bg{
    background-color: #474747;
}


/* 
----------------------------------------------------------------------------------------------------------------------- 
 Dodatky
----------------------------------------------------------------------------------------------------------------------- 
*/
.mb-n1 {
    margin-bottom: -1.25rem !important;
  }

.pb-7{
    padding-bottom: 3rem;
}

.pt-7{
    padding-top: 3rem;
}

.pt-8{
    padding-top: 4rem;
}

.pb-8{
    padding-bottom: 4rem;
}

.pt-9{
    padding-top: 5rem;
}

.pb-9{
    padding-bottom: 5rem;
}

.pt-10{
    padding-top: 6rem;
}

.pb-10{
    padding-bottom: 6rem;
}

/* 
----------------------------------------------------------------------------------------------------------------------- 
 Media queries
----------------------------------------------------------------------------------------------------------------------- 
*/
@media only screen and (max-width: 700px) {
    .upper-text-style{
        width: 92%;
        font-size: 1.2rem;
    }

    .font-size-2{
        font-size: 1rem;
    }

    .w-card-sponsor{
        width: 86%;
    }

    .pc{
        padding-left: 1.1rem !important;
    }
}
@media only screen and (max-width: 750px) {
    #Contacts{
        margin-top: 2.5rem;
        text-align: center;
    }
    .text-size{
        font-size: 1.1rem !important;
    }
    .text-size-sm{
        font-size: 1rem;
        font-weight: 400;
        }
}

@media only screen and (max-width: 580px){
    .headerTitle{
        font-size: 1.5rem !important;
    }
    #headerInvestomanieLogo{
        display: none;
    }
}

@media only screen and (max-width:976px){
    .headerFlex{
        flex-direction: column !important;
    }
    .headerWrapper{
        justify-content: center !important;
    }
}


@media only screen and (max-width: 766px){
    .reverse-column-flex{
        flex-direction: column-reverse;
    }
}

.w-75Responsive{
    width: 75%;
}

@media only screen and (max-width:870) {
    .w-75Responsive{
        width: 100%;
    }
    .w-40{
        width: 90%;
    }
}

@media only screen and (max-width:1200px){
    .headerDivider{
        display: none;
    }
}

@media only screen and (min-width:1500px){
    .m-inc-1500{
        margin-bottom: 7vh !important;
    }
    .text-size{
        font-size: 1.4rem;
    }
    .font-size-5{
        font-size: 7rem;
    }
    .header-size{
        font-size: 8rem;
    }
    .font-size-3 {
        font-size: 2.5rem;
}
.main-btn-size {
    height: 6rem;
    width: 22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    font-weight: 600;
    font-size: 2rem;
}
}
@media only screen and (min-width:2000px){
    .text-size{
        font-size: 2rem;
    }
    .w-90{
        width: 95%;
    }
}

.nav-link:hover{
    color:#FFCF40;
}

.nav-link:focus{
    color:white;
}

@media only screen and (max-width: 396px) {
    #sponsor-exception{
        margin-left: 110px;
    }
}


