@media (min-width:320px) and (max-width:1100px) {
      .header {
        height: 55px;
    }

    .header-left {
        display: flex;
        align-items: end;
        justify-content: start;
    }

    .header-left h2 {
        font-size: larger;
    }

    .header-left img {
        width: 25px;
        height: 25px;
    }

    .header-right {
        justify-content: end;
    }

    .header-right a {
        font-size: 18px;
        margin-top: 12px;
    }

    nav a {
        font-size: 15px;
    }

    #googleToggle {
        display: inline-block;
        font-size: 25px;
        padding-right: 10px;
        padding-top: 20px;
        background-color: white;
        border: none;
    }

    .sidebar {
        left: -190px;
        width: 190px; 
    }

    .sidebar button {
        font-size: 14px;
    }

    .sidebar li {
        font-size: 17px;
    }

    .sidebar.active {
        left: 0;
    }

    #calcToggle {
        font-size: 30px;
        height: 20px;
        width: 20;
    }

    main {
        margin: 0 auto;
        width: 100%;
        padding: 2px;
        margin-top: -37px;
    }
main h1{
    
        text-align: center;
}
    main h1,
    h2 {
        font-size: 21px;
    }

    main p {
        font-size: 16px;
        font-weight: normal;
    }
}
@media (min-width:590px) {
    .header-left h2{
        font-size: 23px;
}
.header-left img{
    width: 28px;
    height: 28px;
}
.header-right a{
    font-size: 20px; 
    margin-top: -1px;
}
}
@media (min-width:1300px) {
.header-right a{
    font-size: 21px;
    margin-top: 0px;
}
}
@media (min-width:1000px) {
    nav a{
        font-size: 18px;
    }
}
@media (min-width:320px) and (max-width:849px) {
    .footer{
    
    padding-left: 4px;
    padding-right: 4px;
}
.footer .left h2{
    font-size: 25px;
    margin-top: -45px !important;
}
.footer .left a{
        font-size: 18px;

}
    .footer h1 {
        font-size: 21px;
        padding-bottom: 8px;
        /* padding-left: -35px; */
    }

    .footer p {
        font-size: 17px;
        padding-bottom: 8px;
        line-height: 22px; 
    }

    .footer .colums h2 { 
        font-size: 19px;
    }

    .footer-bottom {
        height: 20px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-bottom p {
        font-size: 18px;

    }
}
@media (min-width:850px) {
    .footer{
    
    padding-left: 4px;
    padding-right: 4px;
}
.footer .left h2{
    font-size: 25px;
    margin-top: -45px !important;
}
.footer .left a{
        font-size: 20px;

}
    .footer h1 {
        font-size: 21px;
        padding-bottom: 8px;
        /* padding-left: -35px; */
    }

    .footer p {
        font-size: 18px;
        padding-bottom: 8px;
        line-height: 23px; 
    }

    .footer .colums h2 { 
        font-size: 22px;
    }
.footer .colums li{
        font-size: 17px;
}
    .footer-bottom {
        height: 20px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-bottom p {
        font-size: 18px;

    }
}
@media (min-width:1000px) {
.footer {
    z-index: 9999;
    overflow-y: hidden;
    position: relative;
    background-color: #0f1115;
    color: #fff;
    padding: 60px 10%; 
    width: 100%;   
    box-sizing:border-box;
    display: flex;
    overflow-x: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
}
}
@media (min-width:500px) {
    main{
        padding-left: 10px;
        padding-right: 10px;
    }
    main h1{
        font-size: 28px;
    }
        main h2{
        font-size: 23px;
    }
    main p{
        font-size:18px;
    }
    .codeArea{
        font-size:17px;
        
    }
    .out li{
        font-size:19px;
        
    }
        .out pre{
        font-size:17px;
        
    }
    .simple-code pre {
        font-size: 17px;
    }
}
 /* Mobile responsive */
@media (max-width:768px){

.codebox{
  width:100%;
}

pre{
  font-size:14px;
  padding:10px;
}

.out li{
  font-size:17px;
  margin-left:20px;
}

}
 