/* Navbar */
body {margin:0;} /* Puts nav bar into top right corner */

ul {
  list-style-type: none;
  font-family: monospace;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff; /* Navibar colour yellow #ffcc00 */
  border: 1px solid black;
}

li {
  float: right;
}


li.HomeIcon {
  float: left;
  display: inline-block;
}


li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 12px 26px; /* space inbetween and edge of page */
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #cccccc;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  font-family:monospace;
  position: absolute;
  background-color: white; /* blog 1,2,3 etc.. box colour*/
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}
/* Navebar*/

.landingPAD {
  font-family: monospace;
  background-color: #ff99ff; /* pink bkg= #ff99ff, green bkg= #CCCC00, yellow bkg= #FFcc00 */
}

.container {
  font-family: monospace;
  position: relative;
  text-align: center;
  color: black;
}
/* we use the position: relative; instead of absolute, so that we can layer over the relative image */

.M {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  right: 290px;
}

.e1 {
  position: absolute;
  top: 48px;
  right: 250px;
}

.E2 {
  font-size: 22px;
  font-weight: 100;
  position: absolute;
  font-weight: lighter;
  top: 100px;
  right: 230px;
}

.k {
  font-size: 20px;
  font-weight: 100;
  position: absolute;
  top: 140px;
  right: 380px;
}

.P {
  font-size: 22px;
  font-weight: 100;
  position: absolute;
  top: 220px;
  right: 300px;
}

.o {
  font-size: 34px;
  font-weight: 250;
  position: absolute;
  top: 280px;
  right: 280px;
}

.i1 {
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  top: 330px;
  right: 290px;
}

.t {
  font-size: 16px;
  font-weight: 100;
  position: absolute;
  top: 360px;
  right: 320px;
}

.I2 {
  font-size: 24px;
  font-weight: 100;
  position: absolute;
  top: 390px;
  right: 370px;
}

.e3 {
  font-size: 36px;
  font-weight: 200px;
  position: absolute;
  top: 430px;
  right: 200px;
}

.r {
  font-size: 40px;
  font-weight: 200;
  position: absolute;
  font-weight: bold;
  top: 470px;
  left: 60px;
}

.hotGoss{
  position:absolute;
  top: 320px;
  left: 320px;
}

.blog{
  position:absolute;
  top: 70px;
  left: 200px;
}

.patchFree{
  position:absolute;
  top: 150px;
  left: 130px;
}

.bodyTextHOTGOSS {
  font-family: monospace;
  background-color: white;
  padding: 20px;
}

.bodyTextMUSIC {
  font-family: monospace;
  background-color: #ffcc00;
  padding: 20px;
}

.bodyTextBIOG {
  background-color: #cccccc;
  font-family: monospace;
  padding: 20px
}

.bodyTextPROJECTS {
  background-color: #ffffff; /*background-color: #4d4d4d;*/
  font-family: monospace; color: Black;
  padding: 20px
}

.bodyTextMICROBLOG {
  font-family: monospace;
  background-color: white;
  font-family: monospace; color: Black;
  padding: 20px;
}

.bodyTextMICROBLOGblue {
  font-family: monospace;
  background-color: #3399ff; /*background blue*/
  font-family: monospace; color: Black;
  padding: 20px;
}

.bodyTextMICROBLOGpink {
  font-family: monospace;
  background-color: #ffcccc;
  font-family: monospace; color: Black;
  padding: 20px;
}

.Quote{
  padding-left: 15px;
  padding-right: 35px;
}

.centerTEXT{
  display: block;
  font-family: monospace;
  margin-left: auto;
  margin-right: auto;
  width: 30%;

}


.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;

}

.rotate90 {
  -ms-transform: rotate(90deg); /* IE 9 browser */
  transform: rotate(90deg);
  position: absolute;
  background-color: #ffff00; /* YELLOW , pink #ff66ff BOX */
  width: 275px;
  height: 20px;
  left:250px;
  padding: 8px;
  font-family: times;
}

.turnPhone{
/*  width:250;
  height:10; */
  background: rgba(240,240,240,0.4);
  opacity: 0.6;
  transform: rotate(57deg);
  font-family: times;
  font-size: 18px;
}

.fade{
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  opacity: 0.8;
}

.middle{
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.imgRotate{
  display:block;
  position:relative;
  transform:rotate(90deg);
}

.vids{
  display:block;
  margin-left: auto;
  margin-right: auto;
}

.footer{
  margin-top: 5px;
  border: solid 1px;
  background-color: #cccccc;
  padding: 10px;
}
