* {
  box-sizing: border-box;
}


.cloud_header {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100px;
    padding: 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.cloud_maintext {
    display: block;
    margin-top: 50px;
    margin-left: 25%;
    margin-right: 20%;
    font-size: 15px;
    padding: 0px 10px;
    max-width: 1500px;
    min-width: 700px;
    height: 450px;
}

.cloud_maintext h1{
    font-family: Abel;
    text-align: center;
}

.cloud_maintext p{
    font-size: 18px;
    vertical-align: middle;
}

.column {
    float: left;
    width: 33.33%;
    padding: 25px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
    max-height: 100px;
}

.cloud_header_txt {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-style: italic;
    font-family: Abel;
    line-height: 5px;
    text-weight: normal;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 40px;
    padding: 20px;
    position: absolute;
}

hr.cloud {
    border: 1px solid white;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cloud_sidebar {
    height: 1100px;
    width: 230px;
    z-index: 1;
    top: 660px;
    left: 0;
    bottom: 100px;
    background-color: #ddd;
    padding-top: 30px;
    position: absolute;
}

.cloud_sidebar p{
    margin: 0px;
    display: block;
    padding: 10px 8px 6px 16px;
    text-decoration: none;
    font-family: Abel;
    font-size: 22px;
    color: black;
    font-weight: normal;
}

.cloud_sidebar p:hover{
    color: grey;
    cursor: pointer;
}

hr.cloud_text {
    border: 1px solid black;
    width: 300px;
}


.cloud_sidebar a {
    display: block;
    padding: 10px 8px 6px 16px;
    text-decoration: none;
    font-family: Abel;
    font-size: 22px;
    color: black;
}

.cloud_sidebar a:hover {
    color: grey;
}

.slide {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 400px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.slide-text {
    color: white;
    font-size: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 350px;
    background: #ddd;
    padding: 8px 0px;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
    width: 100%;
    position: relative;
}



.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 {
    background-color: #717171;
}

.dot:hover {
  background-color: #717171;
}


.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 4s;
    animation-name: fade;
    animation-duration: 4s;
}

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

@keyframes fade {
    from {opacity: 0.2}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.slide-text {font-size: 11px}
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 350px;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: grey;
  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);
  color: white;
}

hr.purdueblack {
    border: 10px solid black;
    padding: 0;
    margin: 0;
}

hr.purduegold {
    padding: 0;
    margin: 0;
    border: 5px solid #CEB888;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}

.cloud_img {
    float: left;
    padding: 20px 0px;;
    width: 300px;
}

#UL {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    width: auto;
    max-width: 900px;
    min-width: 700px;
}

#UL li a {
    border: 1px solid, #ddd;
    margin-top: 20px;
    background-color: #f6f6f6;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
}

#UL li a:hover:not(.header) {
    background-color: #eee;
}

td.cloud {
    font-size: 15px;
    margin-left: 15px;
    padding: 10px;
    margin-right: 50px;
}

