/* type */

body {
  font: 1.2em / 1.5 system-ui;
  font-family: bahnschrift, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0 auto;
  color: #D8DAD3;
  width: 90%;
  min-width: 800px;
  max-width: 1200px;
  background-color: #131a2e
}

header {
  overflow: visible ;
}

h1 {
 font-size: 3em;
  text-align: center;
 
}

.logo {
  justify-self:center;
  text-align: center;
 margin: -80px;;
}

.logo:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}

/* nav menu */

.collapsible{
  display: none;
}

ul {
 margin-top: 1px;
 margin: 20px;
  padding: 15px;
  list-style-type:none;
  background-color: #2b3d6e;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px
}

li {
  flex: auto;
}

nav a {
  font-size: 1.2em;
  padding: 30px;
color: hotpink;
}

/* General link styles */

a {
  text-decoration: none;
  color: hotpink;
  font-family: Bahnschrift, sans-serif;
  font-style: semicondensed;
}

/* General link styles */
a:hover,
a:focus {
  color:rgb(163, 113, 239);
}

/* header section layout */


header p {
  text-align: center;
  grid-area: text;
  margin: 0;
}

/* body layout */
h2 {
  text-align: center;
  font-family: Bahnschrift, sans-serif;
  font-style: semicondensed;
  font-weight: 400;
} 

 .sidebar {
            width: 260px;
            height: auto;
            margin: 20px;
            position: relative;
            justify-content: right;
            float: left;
            background-color: #2b3d6e;
            margin-top: 0px;
            
        }


.sidebarlist {
      justify-content: left;
      text-align: left;
      float: left;
    }
    
.column {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
}

.box {
display: flex;
  flex:auto;
  float: left;
  align-items: left;
  justify-content: center;
  text-align: center;
  height: auto;
  width: 220px;
  background-color: #2b3d6e;
  padding: 10px;
  margin: 20px;
        }


/* widgets */
        #statuscafe {
    padding: .5em;
    background-color: rgba(211, 211, 211, 0.142);
    border: 1px solid hotpink;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em .5em;
}

.box2 {
  display: flex;
            width: auto;
            height: auto;
            background-color:#2b3d6e;
            padding: 20px;
            margin: 20px;
            margin-top: 35px;
            position: left;
            justify-content: center;
            text-align: center;
            flex-direction: row;
        }

.container {
  display: flex;
  justify-content: center;
  justify-self: center;
  align-items: center;
}

.box3 {
            width: 300px;
            height: 300px;
            background-color:#2b3d6e;
            padding: 20px;
            margin: 10px;
            margin-top: 35px;
            position: center;
            
           }

    .yt {
      
      border: hotpink 1px solid;
    }

    .yt:hover {
      transform: scale(1.01);
      transition: all 0.2s ease-in-out;
    }
   
    .insta {
      height: 200px;
      width: 200px;
      border: hotpink 1px solid;
      margin-left: 50px;
    }

    .insta:hover {
      transform: scale(1.01);
      transition: all 0.2s ease-in-out;
    }

   
/* footer */
footer {
  justify-content: center;
  text-align: center;
  padding: 10px;
  background-color: #2b3d6e;
  color: #D8DAD3;
  margin-top: 250px;
  font-size: x-small ;
}


/* responsiveness */
@media (max-width:1100px) {

.sidebar {
    width: 200px;
    text-align: center;
    justify-content: center;
           
  }

.lastfm {
    iframe {
      width: 170px;
    }
  }

  .column {
    iframe {
      width: 170px;
    }
  }
.container {
    flex-direction: row;
    align-items: right;
    
  }
.box3 {
    width: 40%;
}
.yt {
  width: 100%;
  height: auto;
  margin: 0;
}
.insta {
  width: 90%;
  height: auto;
  margin: 10px;
}
}

@media (max-width: 600px) {

  
  body {
    width: 100%;
    min-width: auto;
  }
  .logo {
    justify-self: center;
    
  }
/* button */

.collapsible {
  margin-top: 50px;
  display: block;
    flex-direction: column;
    cursor: pointer;
    justify-self: center;
    width: 50%;
    font-size: xx-large;
    height: 100px;
    background: none;
    border: none;
    color: hotpink;

    
  }


  .active, .collapsible:hover {
    background-color: 163, 113, 239;
  }

.content {
  display: none;
  padding: 0 18px;
  background-color: #2b3d6e;
  overflow: hidden;
}

  /* sidebar and boxes */


  .sidebar {
    display: none;
  }
  .box {
    display: none;
  }

  .box2 {
    flex-direction: column;
    align-items: center;
  }
  
  .box3 {
    width: 50%;
    height: auto;
    margin: 10px 0;
  }
  .container {
    flex-direction: column;
  }
  .insta{
    margin-left: 40px;
    height: 100%;
    width: 75%;
  }
  footer {
    margin-top: 100px;
  }
}