﻿.header {
  padding: 15px; 
  text-align: center; 
  background:#FFE4C4; 
  color: #CD5C5C; 
}

.header h1 {
  font-size: 48px;
}


.icon-bar {
  width: 100%;
  background-color: #555;
  overflow: auto;
}

.icon-bar a {
  text-decoration:none;
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
}

.icon-bar a:hover {
  background-color: #000;
}


#mySidenav a {
  position: absolute;
  left: -65px;
  transition: 0.3s;
  padding: 11px;
  width: 100px;
  text-decoration: none;
  text-align: left;
  font-size: 11px;
  color: white;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0;
}

#INDEX {
  top: 125px;
  background-color: #FA8072;
}


body, html {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.bg-image {
 background-image: url("p3-1.jpg");
  filter: blur(10px);
  -webkit-filter: blur(10px);

  height: 180%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-text {
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0, 0.4); 
  color:white;
  font-weight: bold;
  border: 7px solid white;
  position: absolute;
  top: 133%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50%;
  padding: 20px;
  text-align: center;
}
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50%;
  padding: 20px;
  text-align: center;
}
