@media only screen and (max-width: 600px) {
  *{
    margin: 0;
    box-sizing: border-box;
  }
  /*#33df97 #2942ee*/

  .content{
    margin-left: 3%;
    margin-right: 3%;
  }
  body{
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #0f111a;
    color:#8f93a2;
  }

  .heading{
    border-bottom: 2px solid #2942ee;
    display: inline-block;
    margin-top: 5%;
    margin-bottom: 1.25%;
    font-size: 4rem;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
  }
  .navbar{
    margin-top: 2%;
  }

  .navbar a, .navbar a:visited{
    text-decoration: none;
    color: #6b736d;
    padding-right:1.75rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 900;
    display: inline-block;
  }

  .navbar a:hover{
    color:orange;
    transition-duration: 0.6s;
  }

  .subheadprime{
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 700;
    font-size: 3rem;;
    margin-bottom: 3%;
  }

  .dot{
    color:#33df97;
  }

  .postcontent{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }

  .iconclass{

    font-size: 1.5rem;
    margin-bottom: 5%;

  }
   i{
     color: #a42cd4;
     padding-right: 0.5%
   }

   i:hover{
     color:blue;
   }

  .copyright{
    text-align: center;
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
  }

}









@media only screen and (min-width: 600px) {
  *{
    margin: 0;
    box-sizing: border-box;
  }
  /*#33df97 #2942ee*/

  .content{
    margin-left: 25%;
    margin-right: 25%;
  }
  body{
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #0f111a;
    color:#8f93a2;
  }

  .heading{
    border-bottom: 2px solid #2942ee;
    display: inline-block;
    margin-top: 5%;
    margin-bottom: 1.25%;
    font-size: 4rem;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
  }
  .navbar{
    margin-top: 2%;
  }

  .navbar a, .navbar a:visited{
    text-decoration: none;
    color: #6b736d;
    padding-right:1.75rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 900;
    display: inline-block;
  }

  .navbar a:hover{
    color:orange;
    transition-duration: 0.6s;
  }

  .subheadprime{
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 700;
    font-size: 3rem;;
    margin-bottom: 3%;
  }

  .dot{
    color:#33df97;
  }

  .postcontent{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }

  .iconclass{

    font-size: 1.5rem;
    margin-bottom: 5%;

  }
   i{
     color: #a42cd4;
     padding-right: 0.5%
   }

   i:hover{
     color:blue;
   }

  .copyright{
    text-align: center;
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
  }

}




@media only screen and (min-width: 768px) {
  *{
    margin: 0;
    box-sizing: border-box;
  }
  /*#33df97 #2942ee*/

  .content{
    margin-left: 25%;
    margin-right: 25%;
  }
  body{
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #0f111a;
    color:#8f93a2;
  }

  .heading{
    border-bottom: 2px solid #2942ee;
    display: inline-block;
    margin-top: 5%;
    margin-bottom: 1.25%;
    font-size: 4rem;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
  }
  .navbar{
    margin-top: 2%;
  }

  .navbar a, .navbar a:visited{
    text-decoration: none;
    color: #6b736d;
    padding-right:1.75rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 900;
    display: inline-block;
  }

  .navbar a:hover{
    color:orange;
    transition-duration: 0.6s;
  }

  .subheadprime{
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 700;
    font-size: 3rem;;
    margin-bottom: 3%;
  }

  .dot{
    color:#33df97;
  }

  .postcontent{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }

  .iconclass{

    font-size: 1.5rem;
    margin-bottom: 5%;

  }
   i{
     color: #a42cd4;
     padding-right: 0.5%
   }

   i:hover{
     color:blue;
   }

  .copyright{
    text-align: center;
    font-size: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
  }

}









/* Small devices (portrait tablets and large phones, 600px and up) */
