html {
  scroll-behavior: smooth;
}

:focus {
    outline-style: none;
    outline-width: 0 !important;
    outline-color: none !important;
}

a:hover {
  text-decoration: none;
}

input {
    border-radius: 0;
}

textarea {
    border-radius: 0;
}

input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  background-color: #1a1a1a;
}

.forum_img {
  width: 100%;
  height: auto;
}

.conference {
  width: 100%;
  border: 2px solid #E2A747;
  background-color: #131313;
  padding: 2em 2em;
  min-height: 10em;
}

.conference:hover {
  background-color: #E2A747;
}

.conference-link {
  color: #FFFFFF;
  font-size: 1.125em;
  font-weight: 600;
  transition: 0.3s;
}

.conference-link:hover {
  color: #FFFFFF;
}

.credits {
  color: #525252;
}

.row{
    margin-right: 0px;
    margin-left: 0px;
}

div.logo-img{
    display: flex;
    align-items: baseline;
    width: 25%;
}

.logo-img img{
    vertical-align: baseline;
    width: 100%;
}

.logo-img a{
    display: flex;
    width: 100%;
}

.main-cont{
    width: 90%;
    margin: auto;
}

@media (min-device-width: 1600px) {
    .main-cont {
        width: 60%;
        
    }
    .logo-description{
        font-size: 1.3vw;
    }
   }
   
@media (max-device-width: 1600px) {
    .logo-description{
        font-size: 2vw;
    }
   }

.school-logo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.logo-description{
    font-family: 'Russo One', sans-serif;
    color: white;
    width: 100%;
    margin: 1%;
}

.smm-text {
  color: #F1F1F1;
}

.ai-title {
    font-family: 'Russo One', sans-serif;
    color: white;
    font-size: 4vh;
    text-align: center;
    padding: 20px;
}

.ai-room-title {
    font-family: 'Russo One', sans-serif;
    color: #FFFFFF;
    font-size: 1.125em;
}

.ai-program {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 0.875em;
    transition: 0.4s;
}

.ai-program:hover {
    color: #219AD9;
}

.room {
    width: 100%;
    height: auto;
    background-color: #8A1986;
    border-radius: 20px;
    padding: 2.5em;
    transition: 0.4s;
}

.room-instruction {
    width: 100%;
    height: auto;
    background-color: #00588F;
    border-radius: 20px;
    padding: 2.5em;
    transition: 0.4s;
}

.room-border-blue {
    border-left: 6px solid #219AD9;
}

.room-border-yellow {
    border-left: 6px solid #F6AF33;
}

.room-border-lime {
    border-left: 6px solid #92C022;
}

.room-border-red {
    border-left: 6px solid #E4302A;
}

.room-border-red-alt {
    border-left: 6px solid #E7501B;
}

.ai-button {
    margin-top: 2em;
}

.ai-room-enter {
    background-color: #202020;
    padding: 1em 2.5em;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.4s;
}

.ai-room-enter:hover {
    color: #FFFFFF;
    background-color: #219AD9;
}
