.header {
    background-image: linear-gradient(to right, #18A0BE, #622DB9);
    height: 55px;
    display: flex;

    
    a:link {
        color: pink;
        background-color: transparent;
        text-decoration: none;
      }
      
      a:visited {
        color: orange;
        background-color: transparent;
        text-decoration: none !important;
      }
      
      a:hover {
        color: blue;
        background-color: transparent;
        text-decoration: underline;
      }
      
      a:active {
        color: cyan;
        background-color: transparent;
        text-decoration: underline;
      }
}

.menu__button {
    padding: 19px 0;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transition: all 0.4s ease-in-out;
    animation: fade-in-from-left 0.5s ease-in-out;

    a:link {
        color: cyan;
        background-color: transparent;
        text-decoration: none;
      }
      
      a:visited {
        color: red;
        background-color: transparent;
        text-decoration: none !important;
      }
      
      a:hover {
        color: blue;
        background-color: transparent;
        text-decoration: underline;
      }
      
      a:active {
        color: orange;
        background-color: transparent;
        text-decoration: underline;
      }
            
}
body {
background-color: #81BBEF;
background-image: radial-gradient(white 2%, transparent 3%), radial-gradient(white 2%, transparent 3%);
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
display: flex;
flex-direction: column;
font-family: 'Roboto', sans-serif;

}

#photo_showcase > img{
    width:74px; 
    height:74px; 
    margin:37px 0px 0px 9px;
}
#photo_showcase{
    float:right; 
    background:url(style/photo_gallery.png) no-repeat; 
    width:136px; 
    height:127px; 
    margin:20px 30px 0px 0px; 
    cursor:pointer;
}

/* PAGE TOP */
#pageTop {
	background:url(headersliver3.png) repeat-x;
	height: 90px;
	width: 100%;

}
#pageTop > #menu {
    
  left: 20px;
}
#pageTop > #pageTopWrap {
	width: 1000px;
	margin: 0px auto;
	height: 90px;
}
#pageTop > #pageTopWrap > #pageTopLogo {
    position: absolute;
    top: -2px;
	height: 90px;
	width: 108px;
}
#pageTop > #pageTopWrap > #pageTopRest {
	float: left;
	height: 90px;
	width: 892px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 {
    left: 40%;
	height: 44px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 > div {
	margin-top: 8px;
	padding: 4px;
	text-align:right;
	color: #290066;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 > div > a {
	color: #00ffff;
	text-decoration: none;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu1 > div > a {
	color: #eeccff;
	position: relative;
  left: 1px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu2 {
	height: 44px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu2 > div {
	margin-top: 2px;
	padding: 4px;
}
#pageTop > #pageTopWrap > #pageTopRest > #menu2 > div > a {
	position: absolute;
    top: 50%;
	color:#CCC;
	text-decoration: none;
}

#unfriendBtn1 {
    position: relative;
	top:200%;
	width: 200px;
	height: 80px;
    border: 0;
    padding: 10px 40px;
    font-size: 18px;
    font-style: bold;
    background-color: #ce8af2;
    border-radius: 20px;
    color: black;
    text-transform: uppercase;
    text-align: center;

  /*background-image: liner-gradient(
	 to top left,
	 rgba(0, 0, 0, 0.2), 
	 rgba(0, 0, 0, 0.2) 30%, 
	 rgba(0, 0, 0, 0)
	 );
	box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
	  inset -2px -2px 3px rgba(0, 0, 0, 0.6);
	border-radius: 10px; */
}

#unfriendBtn1:hover {
  background-color: #e2adf0;
}

#unfriendBtn1:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6);
}

#statusui{
    top: 40%;
    position: relative;
    background:#e6ccff; 
    border-radius: 25px; 
    width: 90%; 
    height: 100px; 
    padding: 15px; 
    line-height:1.5em; 
    border:#000080 2px solid;
}

#statustext{
    position: relative;
    background: #ffe6ff;
    border-radius: 25px;
    left: 1%;
    width: 100%;  
    height: 100px; 
    padding: 4px; 
    bottom: 8px;
    border:#b3d9ff 2px solid; 
    font-size:16px;
    text-align: center;
    color: blue;
    font-family: "Fantasy", "papyrus";
    font-size: 30px;
}

.status_boxes{
    background:#e6ccff; 
    border-radius: 25px; 
    padding:12px; 
    line-height:1.5em;
}
.status_boxes > div{
    background:#e6f7ff; 
    border-radius: 25px; 
    padding:8px; 
    border:#ccefff 1px solid;
}
.status_boxes > div > b{
   font-size:12px;
}
.status_boxes > button{
    position: relative;
    background:#66cfff; 
    border-radius: 25px; 
    padding:5px; 
    font-size:12px;
}
.replytext{
    position: relative;
    background:#e6ccff; 
    border-radius: 25px; 
    width:98%; 
    height:40px; 
    padding:1%; 
    border:#999 1px solid;}
.reply_boxes{
    position: relative;
    background:#e6ccff; 
    border-radius: 25px; 
    padding:12px; 
    border:#999 1px solid;
}
.reply_boxes > div > b {
    position: relative;
    background:#e6ccff; 
    border-radius: 25px; 
    font-size:12px;
}
div#top {

background: url(headersliver3.png) repeat-x;
height: 73px;
font-size: 36px;
color: lavender;
padding: 20px 0px 0px 20px;

}

div#middle {
min-width: 450px;
}

div#middle > div {
float: left;


}

div#middle > div#inside {
float: left;
width: 50%;

}

div#middle > div#outside {

width: 25%;

}

div#middle > div > div {

padding: 20px;
}

div#middle > div > div#box1 {
	
	
	height: 200px;
	cursor: pointer;
}

div#middle > div > div#box1 > img {
	
	z-index: 2000;

	max-height: 200px;
}

div#middle > div > div#box1 > a {
	display: none;
	position: absolute;
	margin: 90px 0px 0px 120px;
	z-index: 3000;
	background: #F0F0F0;
	border: #81A332 1px solid;
	border-radius: 3px;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;
}

div#middle > div > div#box1:hover a {
	display: block;
}



div#middle > div > div > img {
width: 65%;
}

div#bottom {
clear: left;
background: #666;
height: 200px;
}







#profile_pic_box:hover a {
	
    display: block;
}

#profile_pic_box > form {
	
	display: none;
	position: absolute; 
	z-index: 3000;
	padding: 10px;
	opacity: .8;
	background: #F0FEC2;
	width: 180px;
	height: 180px;
}

#profile_pic_box > a {
	
	display: none;
	position: absolute; 
	margin: 90px 0px 0px 120px;
	z-index:4000;
	background:#D8F08E;
	border:#81A332 1px solid;
	border-radius:3px;
	padding:5px;
	font-size:12px;
	text-decoration:none;
	color:#60750B;
}

#profile_pic_box > img {
	
    z-index: 2000; 
	width: 200px;
}
#profile_pic_box {
	
    float: left; 
	width: 200px; 
    height: 200px; 
    margin: 20px 30px 0px 0px; 
    overflow-y: hidden;
	cursor: pointer;
}



section {
width: 100%;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 40px 0 0 0;
}

.about-me {
  width: 300px;
  margin: 5px;
  display: flex;
  justify-content: space-evenly;
}

.info {
  max-width: 300px;
  margin: 30px;
}

#main {
  box-shadow: 20px 10px 5px grey;
}

.hero {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero-info {
  margin: 30px;
  max-width: 300px;
}

.hero-image {
  height: 300px;
  width: 300px;

}


@media only screen and (max-width: 700px) {
  .hero-info {
    max-width: 700px;
  }

  .hero-image {
    visibility: hidden;
    height: 0px;
  }
}

.styled-break {
  width: 30px;
  height: 5px;
  background-color: #a17df4;
  border-radius: 2.5px;
  margin: 30px 0 30px 0;
}

.grid {
  width: 200px;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  background-color: yellow;
}

.grid div {
  height: 20px;
  width: 20px;
}

.tetromino {
  background-color: blue;
}

.n {
  position: absolute;
  left: 600px;
  top: 400px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: lightseagreen;
}

#name {
  font-size: 45px;
}

nav {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 12px;
}

li {
  margin: 15px 5px;
}

.logo {
  height: 30px;
  margin: 15px 30px;
}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-justify: right;
}

.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.test {
  width: 30px;
  height: 30px;
  background-color: yellow;
  margin: 5px;
}

#child {
  width: 70px;
  height: 70px;
  background-color: green;
}

.button {
  border: 0;
  padding: 10px 20px;
  font-size: 20px;

  background-color: #ef866c;
  width: 80px;
  border-radius: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  font-weight: 20;

  /*background-image: liner-gradient(
to top left,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.2) 30%,
rgba(0, 0, 0, 0)
);
box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
 inset -2px -2px 3px rgba(0, 0, 0, 0.6);
border-radius: 10px; */
}

.button:hover {
  background-color: #ef744b;
}

.button:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6);
}

form {
  margin: 0 0 40px 0;
}

.input-section {
  margin: 10px 0;
  display: flex;
}

.input-group {
  display: flex;
  flex-direction: column;
  margin: 0 5px 0 0;
}

footer {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
}



@media only screen and (min-width: 70rem) {
  footer {
    background-color: lavender;
  }
}

.fa-regular {
  margin: 3px;
}

.fa-brands {
  margin: 3px;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: orangered;
}

a:active {
  color: purple;
}

.hamburger {
  border: 0;
  background-color: transparent;
  margin-top: 15px;
}

.hamburger:focus {
  outline: none;
}

.nav-bar {
  display: none;
}

.nav-bar.show {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 12px;
}

.nav-bar li {
background-color: white;
padding: 5px 30px;
border-radius: 4px;
margin: 5px;
}

a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

@media only screen and (min-width: 70rem) {
  .hamburger {
    display: none;
  }
  .nav-bar {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
  }
  .nav-bar li {
    margin: 0;
    padding: 10px;
    background-color: transparent;
  }
 
}


@media (max-width: 1200px) {

    .app__container {
        height: initial;
        min-height: 100vh;
    }

    .panel {
        display: none;
    }

    .canvas {
        width: 67vw;
    }

    .canvas img {
        width: 200px;
    }
}