/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;

}

* {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.al {
    text-align: justify;
    width: 80%;
}

.one {
    display: inline-block;
}

.one a:hover {
    color: #7030a0 !important;
}

.one a {
    color: #D1C4E9;
}

.sizing img {
    height: 300pt;
    object-fit: cover;

}

nav.navbar.shrink {
    padding: 0 0 !important;
}

nav.navbar.shrink {
    min-height: 20px;
}

nav {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.border-bottom-purple {
    border-bottom: 2pt solid #7030a0;
}

/* the team */

.avatar-img {
    border-radius: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 15rem;
    width: 15rem;
    margin: 0 auto;
}

.avatar-img img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    align-items: center;
    bottom: 0;
    left: 0;
    display: flex;
    padding: inherit;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.25s;
    z-index: 1;
    background-color: rgba(112, 48, 160, 0.8);
    color: #fafafa;
    font-size: 24px;
}

.overlay:hover {
    opacity: 1;
}

.avatar-text {
    padding-top: 1rem;
}

/* partners */
.flip {
    -webkit-perspective: 800px;
    perspective: 800px;
    position: relative;
    text-align: center;
}

.card-height-width {
    max-height: 15rem !important;
    min-height: 15rem !important;
    height: 100% !important;
    width: 100% !important;
    display: inline-block;
}

.flip .card.flipped {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}

.flip .card {
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;

}

.flip .card .face {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;

}

.flip .card .front {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.flip .card .back {
    /*padding-top: 2%;*/
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background-color: white;
    height: 100%;
}

.inner {
    margin: 0 !important;
}

.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.card-body {
    position: inherit !important;
    text-align: center;
    height: 50%;
    width: inherit !important;
    overflow: hidden;
    vertical-align: middle;
}

.card-body img {
    max-height: 100% !important;
    height: auto;
    position: inherit;
    width: auto !important;
    display: inline-block;
}

.click-btn {
    color: white !important;
    overflow: hidden;
    max-width: 100%;
}

/* ------------------------ */

/* projects */
@media screen and (min-width: 500px) {
    .boxes {
        display: flex;
        flex-direction: row-reverse;
    }
}

/* ------------------------- */

/*footer ----------------- */
.logo-btn-color.fb {
    color: #caccce;
}

.logo-btn-color.fb:hover {
    color: #3b5998;
}

.logo-btn-color.ln {
    color: #caccce;
}

.logo-btn-color.ln:hover {
    color: #0077b5;
}
.logo-btn-color.git{
    color: #caccce;
}
.logo-btn-color.git:hover{
    color: #4078c0;
}
.logo-btn-color.tw{
    color: #caccce;
}
.logo-btn-color.tw:hover{
    color: #1da1f2;
}
.links{
    justify-content: flex-end !important;
}
.user i:hover {
    color: #dd5143;
}

.half {
    text-align: justify;
}

.bg-company-color {
    background-color: #7030a0;
    color: #D1C4E9;
}

.bg-pattern {
    background-image: url('../img/circles.png')
}

.marg {
    margin-top: 1rem;
    padding: 1rem 2rem;
}

.rounded-image {
    margin: 0 auto;
    padding: 0 !important;
    width: 15rem !important;
    height: 15rem !important;

}

.rounded-image img {
    border-radius: 50%;
    width: 15rem;
    height: 15rem;
}

.hover-whitening:hover {
    color: white;
}

.footer-style{
    background-color: #2e194e;
    padding: 0.5rem;
    color: #D1C4E9;
}

/* about us section */
.background-pic {
    background-image: url(../img/notebook-dark.png) !important;
    opacity: 1;
    padding-bottom: 1rem;
}

.about-us-text {
    background: transparent !important;
    opacity: 1 !important;
}

/* ---------------------- */
.link-text-size {
    font-size: 12pt;
}

/* Top header */
header {
    width: 100%;
    background-color: white;
    position: relative;
    overflow: hidden;
    /*padding: 10pt 1% 5pt 1%;*/
}

/*Left side*/

.headerLogo img {
    float: left;
    /*width: 120pt;*/
    height: 50pt;
    display: inline-block;
    margin-left: 10pt;
}

.headerLogo img.shrink {
    height: 25px;
}

/*Right side*/

.headerRight a {
    color: white !important;
    background-color: rgba(112, 48, 160, 0.86);
    text-align: center;
    padding: 14px 16px;
    margin-left: 3pt;
    margin-right: 3pt;
    text-decoration: none !important;
    font-size: 14pt;
    border-radius: 25px;
    font-family: 'Ubuntu', sans-serif;
}

.headerRight a:hover {
    background-color: rgba(112, 48, 160, 1);
}

/* Main body */
.bodyWrap {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 15pt;
    position: relative;

}

.mainPageText {
    font-size: 20pt;
    padding: 0.01rem 2rem !important;
    background-color: inherit;
    text-align: center !important;
    position: relative;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

/*Two columns with projects*/

.projectBox a {
    font-size: 18pt;
    text-decoration: underline;
    color: white;
    padding: 5pt !important;

    /*-webkit-transition: font-size 1s;*/
    /*transition: font-size 1s;*/
    font-family: 'Ubuntu', sans-serif;
}

.projectBox a:hover {
    animation-name: linkIncrease;
    animation-duration: 1s;
    animation-timing-function: linear;
    /*font-size: 20pt;*/
    color: white;
}

@keyframes linkIncrease {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}

.projectBox div {
    margin-top: 15pt !important;
    text-align: justify;
    color: white;
    font-size: 12pt;
}

/* Mission box */

/* Clear floats after the columns */

/* MISC */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.img-card {
    padding: 15px;
    max-height: 70%;
    max-width: 70%;
}
