/* Visibility Helpers */

@media only screen and (min-width:769px) {
    .visible-mobile, .visible-tablet, .hidden-desktop {
        display: none !important;
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .visible-mobile, .hidden-tablet, .visible-desktop {
        display: none !important;
    }
}

@media only screen and (max-width:479px) {
    .hidden-mobile, .visible-tablet, .visible-desktop {
        display: none !important;
    }
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    margin: 0;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}

html, body {
    height: 100%;
    width: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.wrapper {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
    background-color:#1d4294; overflow-x: hidden;
}
.bg-grad {
    background: -moz-linear-gradient(270deg, rgba(140, 49, 221, 1) 0%, rgba(25, 20, 216, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(25, 20, 216, 1)), color-stop(100%, rgba(140, 49, 221, 1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(140, 49, 221, 1) 0%, rgba(25, 20, 216, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(140, 49, 221, 1) 0%, rgba(25, 20, 216, 1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(140, 49, 221, 1) 0%, rgba(25, 20, 216, 1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(140, 49, 221, 1) 0%, rgba(25, 20, 216, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F899FF', endColorstr='#0000ff', GradientType=1); /* ie6-9 */
}

.bg-hero {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../media/backgrounds/slide2.jpg");
    background-size: cover;
}
.socialMediaLinks {
    color: white;
}
.socialMediaLinks:hover {
    color: grey;
}
hr {
    background-color: #1d4294;
    height: 5px;
    margin: auto;
    width: 10%;
}

.ichb {
    height: 100px;
}

i {
    font-size: 35px;
    margin-top: 10px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.raleway {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}

.swiper-container {
    height: 100%;
    width: 100%;
}

.swiper-slide {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    justify-content: center;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1 {
    font-size: 3.75rem;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 1.875rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.875rem;
}

.sidemenu {
    background-color: #ffffff;
    background-image: linear-gradient(315deg, #7ee8fa 0%, #80ff72 74%);
    border-radius: 100%;
    padding: 15px;
    transition: background 1s linear;
    transition-duration: .5s;
}

.sidemenu:hover {
    background-color: #abe9cd;
    background-image: linear-gradient(315deg, #abe9cd 0%, #3eadcf 74%);
}

.navbar-brand {
    color: white;
    font-size: 24px;
}

.logo {
    height: 50px;
}

.unselectable {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.navbar-brand:hover, .navbar-brand:focus {
    color: white;
    font-size: 24px;
}

.nav-link {
    color: white;
}

.sidenav {
    background-color: #1d4294;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    top: 0;
    transition: 0.5s;
    width: 0;
    z-index: 1;
    opacity: 0.9;
}

.sidenav a {
    color: #818181;
    display: block;
    font-size: 25px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    font-size: 36px;
    margin-left: 50px;
    position: absolute;
    right: 25px;
    top: 0;
}

.nav-link:hover {
    color: #ffffff;
    font-weight: bold;
}

.bg-light .navbar-brand {
    color: black;
}

.bg-light .nav-link {
    color: black;
}

.bg-light .nav-link:hover {
    color: #black;
    font-weight: bold;
}

nav {
    height: 0;
    padding-bottom: 20px !important;
    padding-top: 30px !important;
    transition: .4s;
}

nav.bg-light {
    -moz-box-shadow: 0px 8px 26px -2px rgba(0, 0, 0, 0.59);
    -webkit-box-shadow: 0px 8px 26px -2px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 8px 26px -2px rgba(0, 0, 0, 0.59);
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    text: black;
}

@media screen and (max-width: 768px) {
    #desktopNavbarContent {
        display: none;
    }
    .container {
        max-width: 98%;
    }
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    margin: auto;
    background-color: white;
    color: black;
    border: 2px solid #1d4294;
}

.button1:hover {
    background-color: #1d4294;
    color: white;
}

@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .ipr {
        font-size: 13px;
    }

    html {
        font-size: 14px;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.125rem;
    }

    h5 {
        font-size: .95rem;
    }

    p {
        font-size: 14px;
    }

    .heading-title > span {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 13px;
    }

    .ipr {
        font-size: 13px;
    }

    #hamburgerMenuButton {
        position: fixed;
        top: 5px;
        left: 10px;
    }

    #quantumNavbarLogo {
        position: fixed;
        top: 0px;
        right: 7px;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 12px;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .slide5 {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slide1R.jpg");
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slide2R.jpg");
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slide3R.jpg");
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slide4R.jpg");
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/slide5.jpg");
        background-size: cover;
        background-size: cover;
        background-size: cover;
        background-size: cover;
        background-size: cover;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.bg-blue{
    background: #0062cc;
}

.footer-bg{
    background: linear-gradient(61deg, #586cc5, #1d4294, #001c65);
    background-size: 600% 600%;

    -webkit-animation: gradientAnimation 32s ease infinite;
    -moz-animation: gradientAnimation 32s ease infinite;
    animation: gradientAnimation 32s ease infinite;
}
@-webkit-keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gradientAnimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@media (min-width: 768px){
    .bg-sliced-team {
        color: #fff;
        background: -webkit-linear-gradient(-70deg, #1d4294 50%, rgba(0, 0, 0, 0) 40%), url('../media/backgrounds/e-robotics_lab.jpg');
        background: -o-linear-gradient(-70deg, #1d4294 50%, rgba(0, 0, 0, 0) 40%), url('../media/backgrounds/e-robotics_lab.jpg');
        background: -moz-linear-gradient(-70deg, #1d4294 50%, rgba(0, 0, 0, 0) 40%), url('../media/backgrounds/e-robotics_lab.jpg');
        background: linear-gradient(-70deg, #1d4294 50%, rgba(0, 0, 0, 0) 40%), url('../media/backgrounds/e-robotics_lab.jpg' );

        background-size: cover;
        background-position: 0 40%;
        text-align: right;
        padding-right: 45px;
        padding-top:40px;
        margin: 0px;
    }
}

@media (max-width:767px){
    .bg-sliced-team {
        color: #fff;background-color: #1d4294;
        text-align: right;
        padding-right: 45px;
        padding-top:70px;
        margin: 0px;
    }
    #qlLogo {
        height: 70px;
    }
}
@media (min-width: 768px) {
    #qlLogo {
        height: 120px;


        padding-right:200px;
    }
}
.sidenav a{
    color:white;
    padding:0px;
    padding-top: 12.5%;
}

.sidenav td i{
    font-size: 2.5rem;
    padding:5px 20px;
    color:white;
}

.sidenav .left{
    text-align:left;
}

.blur{
    filter: blur(3px);
}

#about{
    transition: .4s;
}
.bulinus {
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    background-color: rgba(255,255,255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px ;
}
.bulinus:hover {
    background-color: rgba(255,255,255, 0.8);
}
.bulinus h3 {
    text-align: center;
    font-size: 24pt;
    color: whitesmoke;
    -webkit-text-stroke: 0.5pt black;
}
td {
    display: inline-block; float: left;
    margin-right: 20px;
}

.tabel {
    display: block;
    margin-left: auto;
    margin-right: auto;

}