/* Your custom styles */
body{
    font-weight: 400;
    font-size: larger;
}
.navbar-brand {
    font-size: 0.90rem;
}
.rgba-indigo-strong, .rgba-indigo-strong:after {
    background-color: rgba(25, 26, 27, 0.37);
}
.rgba-black-light, .rgba-black-light:after {
    background-color: rgba(0, 0, 0, 0.5);
}
.university-lp .navbar, .university-lp .page-footer {
    background-color: transparent;
}
.navbar, .pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0), 0 2px 10px 0 rgba(0,0,0,0);
}
@media (min-width: 600px){
.navbar.scrolling-navbar.top-nav-collapse {
    background-color: #1C2A48;
}
}
.view img, .view video {
    display: inline;
}
.myimg{
    width: 40%;
}
@media(max-width:740px){
    .myimg{
        margin-top: 22%;
    }
}
.slide-text{
    text-transform: uppercase;
    font-size: 2.8rem;
    font-weight: 700;
}
.slide-head-text{
    font-size: 4.8rem;
}
.streak.streak-photo {
    background-attachment: fixed;
}
.rgba-mycolor-strong{
    background-color: rgba(63, 81, 181, 0.37);  
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
    .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
    .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    
    @media (max-width: 450px) {
    .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    }
    }
    
    @media (max-width: 400px) {
    .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    }
    }
    #news{
       /* background-image: url(../img/kaboompics.jpg);
        background-repeat: no-repeat;
        */
    }
    .bg {
        /* The image used */
        background-image: url("../img/kaboompics.jpg");
      
        /* Full height */
        height: 100%;
      
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
      .rgba-purple-slight, .rgba-purple-slight:after {
        background-color: ;
    }
    .ten{
        text-shadow: 3px 1px 2px #00000087;
}
video{
    width: 150%;
}
@media (max-width: 360px) {
    video {
 width: 90%;
    }
    }
    @media (max-width: 994px) {
        video {
     width: 100%;
        }
        }
@media (min-width: 320px) and (max-width: 560px){
.slide-head-text{
    font-size:2.8rem;
    margin-top: 15%;
} 
}
@media (min-width: 320px) and (max-width: 560px){
.slide-text{
    font-size:1.5rem;
}
}
@media (max-width: 560px){
.university-lp .navbar, .university-lp .page-footer {
    background-color: #1C2A48;
}
}