﻿:root {
    --bluehpmentor: #284C7C;
    --greenhapmentor: #B5C1A3;
    --blackhapmentor:#000;
    --fonthapmentor:'Outfit', 'Poppins',sans-serif;
  }
  

body{
    padding: 0;
    margin: 0;
}

  #info-page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    background-color: var(--bluehpmentor);
    font-family: var(--fonthapmentor);
    margin: 0;
    padding: 0;
}


.content {
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: var(--greenhapmentor);
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: var(--greenhapmentor);
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

/*Header with logo and language switch*/

#Header-logo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    padding: 0 10vw;

}

#logo_placeholder {
    display: flex;
    height: auto;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    max-height: 100%;
}

#logo_placeholder img{  max-width: 100%; max-height: 100%;}

#language_selector {
    font-weight: 600!important;
    display: flex;
    font-size: 1.7em;
    color: white;
    justify-content: right;
    align-content: stretch;
    align-items: center;
    cursor: default;
}

#language_selector a:hover {
    cursor: pointer;

}

.language_selector a { text-decoration: none;  cursor: pointer; }

/*Main with image and text*/

#Main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    padding: 0 10vw;
}

#Main #Text{}

.text_green { color: var(--greenhapmentor);}

#Main #image_placeholder{   }

#Main #image_placeholder img {    padding: 0;}

.title_placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 5em;
    line-height: 1.2em;
    color: white;
}

/*<!-- contact form and partners-->*/

#contacts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    padding: 0vh 10vw;
    margin: 0vh 0 0 0;
}

#contact-media{ }

#contact-microsoft{ text-align: right; }

.foundershub_placeholder { display: flex;   justify-content: flex-end;}

.foundershub_placeholder img { padding: 0 0 0 10%; }

.subtitle_placeholder {
    color: white;
    font-size: 2em;
    margin-top: 12%;
    padding: 0 5vw 0 0;
}

.contact_placeholder .input-group input {
    width: 25vw;
    font-family: var(--fonthapmentor);
    height: 50px;
    padding: 0 10px;
    font-size: 1em;
    border: none;
}

.contact_placeholder .input-group button {
    padding: 0!important;
    margin: 0 0 0 5vw;
    height: 50px;
    width: 25%;
    border: 0;
    color: white;
    background-color: var(--greenhapmentor);
    font-family: var(--fonthapmentor);
    font-size: 1em;
    transition: all .5s;
}

.contact_placeholder .input-group button:hover{
    transition: all .5s;
    transform: scale(1.1);
    cursor: pointer;
}


#social-media { margin: 40px 0 0;}

#social-media a {
    width: 40px;
    height: 40px;
    padding: 0 20px 0 0;
}



#social-media a svg{
    fill: white;
}

#social-media a svg:hover{
    fill: var(--greenhapmentor);
}

/*// Extra small devices (portrait phones, less than 576px)*/
/*// Small devices (landscape phones, less than 768px)*/
@media only screen and (max-width: 575.98px), (max-width: 1080px) {
    #Text, #image_placeholder, #contact-media, #contact-microsoft{
        width: 80vw;
        height: auto;
    }

    #Info-page{
        width: 100vw;
        height: auto;
    }

    #Header-logo div {padding: 5vh 0 0 0; }
#Header-logo {
    justify-content: space-between;
    width: 100%;
}
    #Main div{padding: 2.5vh 0 0 0; }
    #Main #image_placeholder img {
        max-width: 100%;
        width: auto;
        height: 100%;
    }
    #contacts {
        padding: 2.5vh 10vw;
        width: 80vw;
        height: auto;
    }
    #contacts div{width: 100%;}
    .foundershub_placeholder img {        padding: 10% 0;    }
    .title_placeholder {font-size: 4em;}
    .contact_placeholder .input-group input {width: 80vw;}
    .contact_placeholder .input-group button {
        margin: 5vw 0vw;
        padding: 2.5vw 10vw!important;
        width: auto;
        font-size: .9em;
    }

    #social-media a {
        padding: 0 2vw 0 0;
    }
    



}
/*// Medium devices (tablets, more than 768px)*/
@media only screen and  (min-width: 1080px) {
    #Header-logo{        width: 80vw;        height: 20vh;       }
    #logo_placeholder {        width: 50%;        height: auto;    }    
    #logo_placeholder img{  max-width: 100%;}    
    #language_selector {      width: 50%;    }

    /*Main with image and text*/
    
    #Main{width: 80vw;      height: 60vh;  overflow: hidden;  }
    
    #Main #Text{ width: 60%;          max-height: 60vh;  }
    
    #Main #image_placeholder{    width: 40%;}
    
    #Main #image_placeholder img {
        max-height: 60vh;
        width: 100%;
        height: auto;
    }
    
    /*<!-- contact form and partners-->*/
    
    #contacts {      width: 80vw;        height: 20vh;    }    
    #contact-media{  width: 60%;}    
    #contact-microsoft{  width: 40%; }    
    .foundershub_placeholder img { width: 100%;}       

}

