:root {
    --purple1: #460073;
    --purple2: #7500C0;
    --purple2_transparent: #7600c036;
    --purple3: #B455AA;
    --purple3: #BE82FF;
    --purple3_transparent: #be82ff2e;
    --purple4: #501649;
    --green1: #009A46;
    --green2: #92D050;

    --defaultBackground: #fff;
    --defaultBackgroundDark: #000;
}

/*hide scrollbar*/
html {
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
}



.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    border-width: 0;
    background-color: #7500C0 !important;
}

body {
    padding-top: 56px;
}

.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-hero {
    background-color: #45b06cff;
}

.bg-gray {
    background-color: #6F6F6F;
    color: #fff;
}

.bg-light-gray {
    background-color: #000;
    color: #fff;
}

/* CALLOUT */
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

/* footer */
footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

footer {
    background-color: #000;
}

.footerLine {
    border-top: 2px solid var(--green1);
}


.footerIcons {
    align-items: center;
    display: grid;
    grid-template-columns: 35% 15% 15% 35%;
}

svg {
    display: block;
    margin: auto;
}

.logoConatiner {
    width: 10vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10vw;

    animation-name: spiiin;
    animation-duration: 2s;
    rotate: 0deg;
    animation-iteration-count: infinite;
    transform-origin: 47.7% 50.8%;
}

@media only screen and (max-width: 768px) {
    .logoConatiner {
        width: 30vw;
    }
}

/*Header*/
.headerLogo {
    width: 2vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2vw;
}

@media only screen and (max-width: 768px) {
    .headerLogo {
        width: 10vw;
    }
}

.headerTitleAndLogo {
    display: grid;
    grid-template-columns: 50% 50%;
}


/*Icon Aniamtion*/
@keyframes spiiin {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

/**/
link-primary {
    color: var(--green2);
}


:root {
    font-family: "Open Sans", sans-serif;
}

body {
    font-family: "Open Sans", sans-serif;
}

.btn {
    font-family: "Open Sans 600", sans-serif;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.opensans {
    font-family: "Open Sans", sans-serif;
}

.nav-link {
    color: #BE82FF;
    font-family: "Open Sans 600", sans-serif;
    font-weight: bold;
}

.nav-link:hover {
    color: #7500C0;
}

#sidebarContainer {
    padding-top: 56px;
}

/*Project img carousel description*/
.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}

/*Sidebar*/
@media only screen and (max-width: 768px) {
    #sidebarContainer {
        width: 0%;
        margin: 0;
        padding: 0;
    }
}

.row-sidebar {
    display: grid;
    grid-template-columns: 100%;
}

.hrefReferences {
    scroll-margin-top: 56px;
    /*height of navbar*/
}

.educationBorderdContainer>p {
    border: 1px solid green;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
}

.infobox {
    background-color: #5b3d6e;
    padding: 20px;
    border-radius: 10px;
    color: FloralWhite;
    font-family: Arial, sans-serif;
}

.infobox-title {
    color: FloralWhite;
    font-size: 24px;
    font-weight: bold;
}

.infobox-text {
    color: FloralWhite;
    font-size: 16px;
}

#HP-Content>* {
    padding-top: 2%;
    margin-left: 5%;
    margin-right: 5%;
}

#Results_Content>* {
    padding-top: 2%;
}

@media only screen and (max-width: 768px) {
    #HP-Content>* {
        padding-top: 2%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

/*Sidebar*/
.sidebarWrapper {
    padding-left: 1%;
    padding-right: 5px;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background-color: #000;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /*overflow-y: hidden;*/
}

.contentWrapper {
    margin-left: 300px;
}

@media only screen and (max-width: 768px) {
    .contentWrapper {
        margin-left: 0px;
    }
}

.centered_image_figure {
    text-align: center;
}

/*centering images*/
.center_image {
    margin: auto;
    margin-left: auto;
    margin-right: auto;
}

.vcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Awards*/
.medalContainer {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .competitionPage {
    padding-left: 10%;
    padding-right: 10%;
  }