body{
    color: rgb(202, 0, 202);
    cursor:url(files/images/cursor.png), pointer;
    background-size: 25vw;
    background-image: url(files/images/starrysky.gif);
    background-color:lightblue;
    font-family:'baloo2';
    margin:0;
}
/******NEW FONTS******/
@font-face {
    font-family: baloo2;
    src: url(files/fonts/Baloo2-Regular.ttf);
}
@font-face {
    font-family: baloo2;
    src: url(files/fonts/Baloo2-ExtraBold.ttf);
    font-weight: bold;
}

@font-face {
  font-family: kanit;
  src: url(files/fonts/Kanit-Regular.ttf);
}

@font-face {
  font-family: kanit;
  src: url(files/fonts/Kanit-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Univers-45-Light;
  src: url(files/fonts/Univers\ 45\ Light\ Regular.otf);
}

.txt{
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  box-sizing: content-box;
  font-weight: 300;
  vertical-align: baseline;
  overflow-wrap: normal;
  hyphens: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  font-kerning: auto;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #82624E;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 5px;
  bottom: 0px;
  left: 0;
  background-color: #82624E;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

ul {
    list-style-type:none;
    margin: 15px;
    padding: 0px;
    margin-top: 100px;
    margin-left: 60%;
    font-size:18px;
    font-family:'baloo2';
}

p {
    color: rgb(195, 192, 187);
    font-size:min(4vw, 25px);
    line-height: max(1.5vw, 1.5rem);
    font-family:'Univers-45-Light';
}

#black_cont {
    background-color:black;
    width: 100vw;
}

#white_cont {
  background-color:white;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

#silver_cont {
    background-color:gray;
    width: 75vw;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#red_cont {
    background-color:gray;
    width: 1000px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.index-text-med{
  color: rgb(195, 192, 187);
  font-family:'Univers-45-Light';
  font-size:min(5vw, 40pt);
  text-align:center;
  display:block !important;
}

.container {
  position: relative;
  text-align: center;
}

#center_img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.images{
    text-align:center;
}

.imgcenter {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: auto; 
}

.floating_btn{
    position: fixed;
}

.row{clear:both}

.column{
    width: 150px;
    float: left;
}

.btn { 
  cursor: pointer;
  z-index: 2;
  position: fixed;
  outline: 0;
  border:none;
  background-color: transparent; 
  height: 180px; 
  width: 75px; 
  top: 10%;
  left:95%;
}

.row {
  display: flex;
}

/* Create three equal columns that sits next to each other */
.column {
  flex: 33.33%;
  padding: 5px;
  position: relative;
}

.vertical-center {
  display: flex;
  justify-content: center;
  align-self: center;
}

/***************************************************************************************/
/*
/*
/*                                  SCROLL BAR
/*
/*
/***************************************************************************************/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #00d0ff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff00fb; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

/***************************************************************************************/
/*
/*
/*                                      MENU BAR
/*
/*
/***************************************************************************************/
.navbar {
  display: flex;

  background: transparent;
  align-items: center;
  justify-content: center;
}

.navbar a {
  font-family: 'Univers-45-Light';
  float: left;
  font-size: min(3rem, 3vw);
  color: white;
  text-align: center;
  padding: 2.5vw;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-family: kanit;
  cursor: pointer;
  font-size: 30px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: transparent;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  color: blue;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  font-family: kanit;
  float: none;
  font-size: 20px;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  color:  blue;
}

.show {
  display: block;
}
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/


/***************************************************************************************/
/*
/*
/*                                  SCROLLING BANNER
/*
/*
/***************************************************************************************/
/*Container for the scrolling images*/
/*height must be defined inside each HTML page*/
/*For ex.: height:400px; */
#container {
  position:relative; 
  overflow:hidden;
  width: 300%;
  }

/*Banner in which the images scroll*/
/*Animation must be defined inside each HTML page*/
/*For ex.: animation: bannermove 60s linear infinite; */
.photobanner {
  position:absolute; 
  top:0px; 
  left:0px; 
  overflow:hidden; 
  white-space: nowrap;
  }

/*TO STOP ABOVE BANNER TO MOVE ONCE YOU HOOVER MOUSE OVER*/
/*.photobanner:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  }*/

  .photobanner img {    
  margin: 0 2.5em 
  }

  @keyframes bannermove {
      0%{
              transform: translate(0, 0);
      }
      
      100%{
              transform: translate(-50%, 0);
      }
  }

/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/