/* Styles for studywithus.htm */
/* General stylesheet */
body {
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 20px;
    background-color: white;
    margin: 0;}

img { 
    width: 100%;
    height: auto;
    vertical-align: middle;}

/* Top Navigation */
.topnav {
    overflow: hidden;
    background-color: #3b245c;}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;}

.topnav a:hover {
    background-color: #252525;
    color: #ffffff;}

.topnav a.active {
    background-color: white;
    color: #3b245c;}

/* Brand CEITE */
.brand {
    overflow: hidden;
    text-align: center;}

.logo {
    padding-left: 0px;
    max-width: 750px;
    height: 100px;}

/* Search button */
.botnav {
  overflow: hidden;
  background-color: #3b245c;}

.botnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;}

.botnav a:hover {
  background-color: #ddd;
  color: black;}

.botnav a.active {
  background-color: #3b245c;
  color: #3b245c;}

.botnav input[type=text] {
  float: left;
  padding-left: 6px;
  border: 8;
  margin-top: 20px;
  margin-right: 16px;
  margin-left: 8px;
  margin-bottom: 20px;
  font-size: 17px;}

.botnav a, .botnav input[type=text] {
    float: none;
    display: inherit;
    text-align: center;
    width: 25%;
    margin-left: 37.5%;
    padding: 14px;}

.botnav input[type=text] {
    border: 5px solid #3b245c;}

.footer {
    font-family: "Arial", Helvetica, sans-serif;
    color: #FFFFFF;
    height: 100%;
    border-color: #4c4754;
    text-align: center;
    font-size: 14px;
    line-height: 100px;
    background-color: #3b245c;}


/* STUDY WITH US PAGE */

#more {display: none;}
* {box-sizing: border-box;}

.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  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 {
    background-color: #ccc8d1;
    color: #26232a;
    font-size: 30px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    text-decoration: uppercase;}

/* Number text (Step one, step two, step 3 etc) */
.numbertext {
    background-color: #332f38;
    color: #f2f2f2;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 14px;
    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}}

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

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {.column {width: 50%;}}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {.column {width: 100%;}}