/*
Onyx: 32373B
Deep Space Sparkle: 385F71
green: #70b583
red: #70b583
Sunray:#ffee6e
Blue: #54b6d1
Darkgreen: 0D6915
*/

:root {
  --deepspacesparkle: rgb(56,95,113);
  --onyx: rgb(50,55,59);
  --green: rgb(112,181,131);
  --sunray: rgb(232,211,51);
  --blue: rgb(84,182,209);
  --red: rgb(196,75,87);
  --mangolia: rgb(245,240,246);
  --timing: 265ms;
  --iconColor: #00B5F5;
  --accent: #135f72;
  --bluefade: #9dc8e4;
  --gradient: #00B5F5;
}
.white{
  color:white;
}
.tsaimg{
  padding-top:45%;
  width:100%;
}
.smaller-image{
width: 150px;
height: 40px;
margin:auto;
}
html{
  scroll-behavior: smooth;
  background-color: var(--mangolia);
  font-family: Raleway, Open Sans;
}
ul {
  list-style: none;
}
a{
  text-decoration: none;
}
.smaller-image{
width: 150px;
height: 40px;
margin:auto;
}
#logo2:hover{
  background: none;
}
nav {
  display: flex;
  justify-content: space-around;
  width: 100%;
  background: #be0027;
}
h2{
  font-size:22px;
}
.navlist {
  list-style: none;
  text-decoration: none;
}
.navlist a {
  font-size: 25px;
  padding: 15px;
  color: white;
  font-weight: bolder;
}
li{
  display:inline;
}
a:hover{
  border-radius: 5px;
  color:var(--mangolia);
  font-family: sans-serif;
  font-weight:normal;
}
.aa:hover{
    background: #2a2a2b;
}
* {box-sizing:border-box}
.slideshow-container {
  max-width: 320px;
  max-height: 400px;
  position: relative;
  margin: auto;
}
#grid{
  display: grid;
  grid-template-columns: 600px auto;
  grid-template-rows: auto;
  justify-content: space-evenly;
}
footer{
  text-align: center;
  background:#135f72;
  color:white;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:5px;
  margin-top: 0;
}
#intro{
  color:#2a2a2b;
  margin-top:37px;
  margin-bottom:auto;
  width:100%;
}
.mySlides {
display: none;
}
.links{
  text-align:center;
  margin-left:-25%;
}
#grid2{
  display: grid;
  grid-template-columns: auto 500px;
  grid-template-rows: auto;
  padding-right:3%;
  padding-left: 3%;
}

/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 10px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 10px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}

@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/*OUR CHAPTER COLLAGE*/
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 40%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
h1{
  background: #be0027;
  width:100%;
  height: 50px;
  text-align:center;
  font-size: 3rem;
  padding-top:100px;
  padding-bottom: 75px;
  font-family:sans-serif;
  margin-top:0px;
  color:#fafafa;
}
h5{
  font-size:18px;
  padding:10px;
}
h4{
  font-size: 20px;
  padding-left:20px;
}
#meet{
  font-size:18px;
  padding:2%;
  padding-right:15%;
}
#medialink, #tsalink{
  color:#135F72;
  padding:10px;
}
#medialink:hover{
  color:white;
}
#tsalink:hover{
  color:white;
}
.topnav {
  background-color: #be0027;
  overflow: hidden;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #2a2a2b;
  color: white;
}
.topnav a.active {
  background-color: #be0027;
  color: white;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #grid{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
  #grid2{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    justify-content: space-evenly;
    padding-right:5%;
    padding-left: 5%;
  }
  h1{
    width:100%;
    height: 100%;
    text-align:center;
    font-size: 3rem;
    padding-top:100px;
    padding-bottom: 25px;
    font-family:sans-serif;
    margin:auto;
  }
  #meet{
    padding-left:6%;
    padding-right:5%;
  }
  .tsaimg{
    padding-top:5%;
    width:100%;
  }
  .links{
    margin:auto;
    padding-top:0%;
  }
  .social-container{
    padding-top:0%;
  }
  #collage{
    padding:2%;
    margin-top:-1.5%;
    margin-bottom:auto;
  }
  .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 300px 300px 300px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin:2%;
  }
  .container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  #pic1 {
      grid-column-start: 1;
      grid-column-end: 3;
  }
  #pic3 {
      grid-row-start: 2;
      grid-row-end: 4;
  }
  #pic4 {
      grid-column-start: 2;
      grid-column-end: 4;
  }
  #cllege{
    display:none;
  }
}
@media screen and (min-width:1000px){
  #myTopnav{
    display:none;
  }
  #collage, .container{
    display:none;
  }
}
@media screen and (max-width:1000px){
  nav{
    display:none;
  }
  #cllge{
    display:none;
  }
}

@mixin transformScale($size: 1) {
    transform: scale($size);
    -ms-transform: scale($size);
    -webkit-transform: scale($size);
}

body {
    background-color: rgba(#00B5F5, 0.05);
}
.social-container {
  padding-top:25%;
  margin: auto;
  text-align: center;
}
.social-icons {
    padding: 0;
    list-style: none;
    margin: 1em;
}
#list {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.2em;
}
.is {
    color: #fff;
    position: absolute;
    top: 21px;
    left: 21px;
    transition: all var(--timing) ease-out;
}
.as {
    display: inline-block;
    text-align:center;
}
.as:before {
    @include transformScale();
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #00B5F5, var(--accent));
    transition: all var(--timing) ease-out;
}
.as:hover:before {
    transform: scale(0);
    transition: all var(--timing) ease-in;
}
.as:hover i {
  font-size: 2rem;
  color: #00B5F5;
  background: -webkit-linear-gradient(45deg, #00B5F5, var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all var(--timing) ease-in;
}
