@import url('https://fonts.googleapis.com/css?family=Unica+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400&display=swap');



body {
    font-family: 'Lato', sans-serif, Tahoma, Sans-Serif;
    color: #444444;
    font-size: 11pt;
    background-color: #eeeeee;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
    margin-right: 0px;
    /* width: 100vw;    */
    overflow-x: hidden;
    font-weight: 300;
    /* min-height: 100vh; */
}

div::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; */
    background-color: rgba(255, 255, 255, 0);
}
  
div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1); */
    background-color: rgba(245, 245, 245, 0.5);
    border-radius: 5px;
}
  
div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.363);
    width: 80%;
}
  
div::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0)
}

b {
    font-weight: 400;
}

h1 {
    /* text-transform: uppercase; */
    font-weight: 300
    /* font-family: 'Unica One', cursive, Tahoma, Sans-Serif;;  */
}


h5 {
    text-transform: uppercase;
    font-family: 'Unica One', cursive;
}

br + h5 {
    color: #3E5C76;
}

.section-head {
    margin: 0px 0px;
}

hr {
    padding: 0px 0px;
    margin: 0px 0px;
    /* width: 2px; */
}

div.text-center {
    padding: 0;
    /* width: 100vw; */
}

@media (min-width: 10px) {
    .px-lg-8 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
@media (min-width: 576px) {
    .px-lg-8 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}
@media (min-width: 768px) {
    
    .px-lg-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}
@media (min-width: 1100px) {
    .px-lg-7 {
        padding-left: 8rem !important;
        padding-right: 8rem !important;
    }
    
    .px-lg-8 {
        padding-left: 17vw !important;
        padding-right: 17vw !important;
    }
}

/* NAVBAR */

.navbar {
    position: relative;
    /* height: 90px; */
    /* width: 100vw; */
    -webkit-box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
    -moz-box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,.25);
    z-index: 5;
}

.logo {
    height: 65px;
    vertical-align: middle;
    filter: drop-shadow(0px 0px 2px rgba(197, 197, 197, 0.808));
    padding: 0px 10px;
}

.logo:hover {
    filter: drop-shadow(0px 0px 5px rgba(197, 197, 197, 0.808));
    transition: filter 0.3s ease-out
}

.nav-text {
    display: inline;
    position: absolute;
    top: 29px;
    font-family: 'Unica One', cursive, 'Tahoma', sans-serif;
    font-size: 18pt;
    color: rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0px 0px 2px rgba(197, 197, 197, 0.808));

}

.nav-text:hover {
    filter: drop-shadow(0px 0px 7px rgba(197, 197, 197, 0.808));
    transition: filter 0.3s ease-out
}

.nav-link {
    color: rgba(255, 255, 255, 0.61) !important;
    font-weight: bold;
}

.nav-link.active {
    color: rgba(255, 255, 255, 0.9) !important;
}

.nav-link:hover {
    color: rgba(255, 255, 255, 0.9) !important;
    transition: color 0.2s ease-out;
}

.navbar-toggler {
    border-color: rgba(0,0,0,0) !important;
}


@media screen and (max-width: 768px) {
    .nav-text {
      font-size: 18px;
      top: 33px;
      transition: font-size 0.5s;
    }
    .logo {
        height: 65px;
        vertical-align: bottom;
    }

    .align-items-center {
        padding-left: 5vw;
        /* margin-left: auto; */
    }

    .carousel-caption {
        visibility: hidden;
    }
  }

.bg-light {
    background-color: #1D2D44 !important;

}

/* .navbar-toggler {
    color: #ffffff !important;
} */
/* .front-desc {
    
} */

.d-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* .w-100 {
    width: 100vw !important;
    margin: 0;
} */

.triplet {
    max-height: 220px;
    /* -webkit-box-shadow: 0 -5px 10px -3px rgba(0, 0, 0, 0.411);
    -moz-box-shadow: 0 -5px 10px -3px rgba(0, 0, 0, 0.411); */
    filter: drop-shadow(0px 0px 2px rgba(197, 197, 197, 0.808));
    transition: transform 200ms ease-out;
    
}

.triplet:hover {
    transform: scale(1.01);
    transition: transform 200ms ease-out;
}


.triplet-card:hover {
    background-color: rgb(228, 228, 228);
    transition: background-color 200ms ease-out;
    
}

footer {
    background-color: #1D2D44;
    color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
    -moz-box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
    box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
    /* overflow-x: hidden; */
    width: 100%;
    margin: 0px !important;
}

.social-container {
    position: relative;
    height: 70px;
}

.social {
    /* margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    height: 30px;
    text-align: center !important;
    margin: 0px;
}

i.fas {
    font-size: 18pt;
    padding-right: 5pt;
}

a {
    color: #748CAB
}

a[href^="https"] {
    color: rgba(255, 255, 255, 0.6);


}

a[href^="https"]:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;

}

.social-icon {
    font-size: 18pt;
    padding-right: 5pt;
    text-decoration: none !important;
    transition: color 0.2s ease-out;

}


.btn-primary {
    background-color: #748CAB !important;
    border-color: rgb(100, 121, 150);
}

.btn-primary:hover {
    background-color: rgb(96, 115, 139) !important;
    border-color: rgb(100, 121, 148);
}

.btn-primary:active {
    background-color: rgb(75, 98, 117) !important;
    border-color: rgb(100, 121, 148);
}

.btn:focus {
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6); */
    box-shadow: none !important;
}

.calendar-container {
    max-width: 100%;
    overflow: auto;
}

.calendar {
    min-width: 600px;
}

/* calendar hacks
.mv-daynames-table {
    color: #444444 !important;
}

.view-cap, .view-container-border {
    background-color: #000;
} */

/* CARDS */
.card-container {
    border: none;
    padding: 0px,0px,0px,0px; 

    /* margin: 0px 10px 0px 0px; */
    background-clip: content-box;
    display: inline;
}

.card {
    background-color: #D6DFEC;
    border: none;
    padding: 2.4rem 1rem 2rem 1rem;
    border-radius: 0;
    margin: none;
    /* opacity: 1; */
    /* transition: background-position 1s ease-out;
    background-image: url("../imgs/cg-freshman.jpg");  */
    /* background-size: cover; */

    background-position: center;
    background-size: cover;
    transition: box-shadow 200ms ease-out;
}

/* .cg-image:hover {
    transform: scale(0.9)
} */


.card:hover {
    box-shadow: inset 0px 0px 0px 4px #eee;
    transition: box-shadow 200ms ease-out;
}

/* .card.freshman-cg:hover {
    background-image: url("../imgs/cg-freshman.jpg"); 

}

.card.seeker-cg:hover {
    background-image: url("../imgs/cg-seeker.jpg"); 

}

.card.wednesday-cg:hover {
    background-image: url("../imgs/cg-freshman.jpg"); 

}

.card.thursday-cg:hover {
    background-image: url("../imgs/cg-freshman.jpg"); 

} */



.gi-img {
    width: 100%;
}

.v-img {
    width: 100%;
    /* padding: */
}

/* ABOUT US */

.vision-statement {
    font-size: 28px;
    color: #3E5C76;
}

.team {
    position: relative;
    background-color: #D6DFEC;
    border: none;
    padding: 1.2rem;
    border-radius: 0;
    margin: none;
    /* min-height: 275px; */
    /* opacity: 1; */
    /* transition: background-position 1s ease-out;
    background-image: url("../imgs/cg-freshman.jpg");  */
    /* background-size: cover; */
    height: 100%;
    transition: box-shadow 200ms ease-out;
}

.team:hover {
    box-shadow:inset 0px 0px 0px 4px #eee;
    transition: 200ms ease-out;
    /* background-color: #E0E5EC; */
}

.social-media {
    font-size: 36pt;
}

.sm-link {
    color: #444444;
}

.sm-icon {
    transition: color 200ms ease-out;
}

.sm-facebook-icon:hover {
    color: rgba(60,90,153);
    text-decoration: none;
    
}

.sm-instagram-icon:hover {
    color: rgba(193,53,132);
}

.fa-external-link-alt {
    font-size: 10pt !important;
    color: #aaa;
    position: relative;
    bottom: 2px;
}

