@font-face {
    font-family: 'Neue Helvetica Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Neue Helvetica Condensed Bold'), url('Helvetica Neue LT 77 Bold Condensed.woff') format('woff');
    }
 
 body {
    font-family: "Neue Helvetica Condensed Bold", "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Geneva", "Tahoma", "Arial Narrow", "Arial", sans-serif; 
    font-weight: normal;
    font-stretch:condensed;
    background-color: #D9D9D9; 
}

h1 {
    display: none;
}

#midSquare {
    height: 55%;
    background-color: #AAAAAA;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}

.topNav {
    background-color: white;
    margin-bottom: 30px;

}
#nameBrand {
    font-size: 120%;
    position: relative;
    top: 5px;
    right: 8px;
}
.nav-link {
    position: relative;
    top: 12px;
}

.languageToggler {
    position: relative;
    top: 26px;
    right: 15px;
}



#english {
    position: relative;
    top: 26px;
    right: 15px;
}




.row > div {
    background-color: white;
    margin: 10px;
    padding: 30px;
    text-align: center;
}

#navUniversity {
  top: 9px;

}

.disabledLink {
    color: gray;
}


.disabledLink:hover {
    color: gray;
}

.mobileAlert {
    color: red;
    /* pointer-events: none; */
}
.mobileAlert:hover{
    color: red;
}

#languageBox {
    background-color: white;
    margin: 10px;
    padding: 20px 30px;
    text-align: left;
}

#languageBox p {
    position: relative;
    left: 20px;
}

.languageRadioDiv {
    position: relative;
    left: 25px;
}

.languageRadio {
    margin: 10px;
}


.p1Icons {
    font-size: 60px;
    margin: 20px;
    color: black;

}

a > h2 {
    color: black;
    font-size: 26px;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: black;
}

#toolsContainer {
    align-items: center;
}

.universityDiv {
    border: 1px;
    border-color: black;
    text-align: center;
    border-style: solid;
    padding: 20px;
}

.universityImg {
    width: 100%;
}

#whiteBox p {
    position: relative;
    left: 15px;
    bottom: 5px;
    margin-bottom: 30px;
}

.whiteBoxSpacer {
    height: 30px;
}


/* #love {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    justify-content: center;
    border: 10px;
    border-color: black;
} */

a :hover{
    color: black;
}

ul a:hover{
    color: black;
}

@media (min-width: 992px) {
    .spacer {
        height: 10vh;
    }

}

ol {
    padding: 0px 45px;
}

.UlNotNav {
    padding: 0px 45px;
}

ol a:hover {
    color: black;
}


#whiteBox {
    background-color: white;
}

.h2Icons
 {
    font-size: 30px;
    position: relative;
    top: 5px;
}

h3 {
    padding: 15px 0px;
    font-size: 26px;
    font-weight: normal;
}

.chevrons {
    font-size: 20px;
    position: relative;
    top: 3px;
}

h4 {
    padding: 0px 20px;
    font-size: 20px;
    cursor: pointer;
    font-weight: normal;
}



@media (max-width: 575px) 
{
    h2 {
        display: inline;
        position: relative;
        bottom: 10px;
        font-weight: normal;
       
    }

    .row > div {
        background-color: white;
        margin: 10px;
        padding: 20px;
        text-align: center;
        width: 90%;
    }
    
    .iconsDiv {
        position: relative;
        right: 11px;
    }

    .p1Icons {
        font-size: 40px;
        margin: 5px;
        color: black;
    }

    .universityImg {
        width: 50%;
    }

    #navUniversity {
      height: 20px;
      }
    

}

/* #navBar {
    height: 40%;
    background-color: white;
} */

/* #logo {
    height: 7;
} */

/* 
a {
    text-decoration: none;
    color: black;
}

a :visited{
    text-decoration: none;
    color: black;
}



#iconsContainer {
    display: flex;
    position: relative;
    top: 200px;
    flex-wrap: wrap;
    justify-content: space;


}

#midSquare {
    height: 450px;
    background-color: #AAAAAA;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}

#iconsDiv {
    background-color: white;
    text-align: center;
    flex: 1;
    flex-basis: 5%;
    margin: 20px;
    padding: 70px 30px;
}

#icons{
    font-size: 80px;
}


#email {
    position: absolute;
    top: 65px;
    right: 30px;
    font-size: 20px;
}

#whiteBox {
    background-color: white;
    padding: 20px;
    margin: 90px 15px;
    position: relative;
    top: 40px
}

h3 {
    display: inline;
    cursor: pointer; 
}

h3:hover{
    font-size: 130%;
}

#h3ExpandMore {
    position: relative;
    top: 4px;
}

#h2ExploreIcon {
    position: relative;
    top: 6px;
    margin: 8px 8px 8px 0px;
    font-size: 30px;
}

#dxToOffset {
    position: relative;
    padding: 0px 0px 0px 20px
}

ul {
    list-style-type: square;
}


 */ 
