@import url(https://fonts.googleapis.com/css?family=Raleway);

.skyrabble-image:hover {
    transform: scale(1.07);
}

.skyrabble-container {
    cursor: zoom-in;
    width: 20%;
    margin-left: 38%;
    margin-top: 3%;
    justify-content: center;
}
  
.skyrabble-image {
    /* width: 100%;
    height: 100%; */
    width: 400px;
    height: 400px;
    /* height: auto; */
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
    margin-left: 25%;
    margin-top: 8%;
    box-shadow: 10px 10px 8px 10px #888888;
}

.webdev {
    display: flex;
}

.webdev-title h1 {
    text-align: center;
    padding-left: 14%;
}

.skyrabble-title {
    background-color: #011F57;
    padding: 5px;
    color: white;
}

.webdev-title h3 {
    text-align: center;
    padding-left: 15%;
    text-align: center;
    padding-left: 15%;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.webdev-title h4 {
    text-align: center;
    padding-left: 15%;
    letter-spacing: 0.15em;
    margin-bottom: -0.5em;
    line-height: 2em;
}

.webdev-title p {
    text-align: center;
    padding-left: 15%;
    letter-spacing: 0.15em;
    margin-bottom: -0.5em;
    line-height: 2em;
}

.webdev-title button {
    margin-top: 3%;
    margin-left: 12%;
    background-color: white;
    border: none;
    color: black;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    border: 2px solid #555555;
    margin-bottom: 3%;
}

.webdev-title button:hover {
    background-color: #36363686;
    color: white;
}

.fa-chevron-left {
    padding-right: 10px;
    padding-top: 1%;
}

.buttons {
    display: flex;
    margin-top: 3%;
    justify-content: center;
    margin-left: 11%;
    margin-bottom: 4%;
}

.gym-buttons {
    display: flex;
    margin-top: 3%;
    justify-content: center;
    margin-left: 16%;
    margin-bottom: 4%;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    
    .webdev-title p {
        font-size: 11px;
        margin-left: 7%;
        width: 80%;
    }
    
    .webdev-title h4 {
        font-size: 12px;
        margin-bottom: 2%;
        margin-left: 9%;
    }

    .webdev-title h3 {
        font-size: 17px;
        margin-left: 8%;
    }

    .webdev-title h1 {
        margin-left: 6%;
    }

    .webdev-title button {
        margin-top: 5%;
        padding: 7px 15px;
        margin-bottom: 4%;
        margin-left: 12%;
        font-size: 12px;
    }

    .planning-title {
        font-size: 20px;
        margin-left: 6%;
    }

    .buttons {
        margin-top: 7%;
        margin-left: 12%;
        width: 100%;
    }

    .skyrabble-container {
        /* margin-left: 35%; */
        justify-content: center;
    }

    .skyrabble-title {
        margin-left: 6%;
    }

    .art2 {
        margin-left: 10%;
    }

    .art {
        margin-left: 10%;
    }

    .website-title {
        font-size: 27px;
    }

    .logo-title {
        font-size: 27px;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 800px) {

      .skyrabble-container {
        margin-left: 32%;
      }
  }

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .webdev-title p {
        font-size: 9px;
        margin-left: 14%;
        width: 60%;
        margin-bottom: 3%;
    }
    
    .webdev-title h4 {
        font-size: 10px;
        margin-bottom: 2%;
        margin-left: 2%;
    }

    .webdev-title h3 {
        font-size: 17px;
    }

    .skyrabble-title2 {
        margin-left: 10%;
    }

    .webdev-title h1 {
        font-size: 22px;
    }

    .webdev-title button {
        margin-top: 5%;
        padding: 6px 14px;
        margin-bottom: 4%;
        margin-left: 12%;
        font-size: 12px;
    }

    .planning-title {
        font-size: 18px;
        margin-top: 5%;
        padding-top: 5%;
    }

    .webdev-title button {
        font-size: 9px;
        padding: 3px 3px;
    }

    .buttons {
        margin-top: 7%;
        margin-left: 12%;
        width: 90%;
    }

    .gym-buttons {
        margin-top: 7%;
    }

    .skyrabble-image {
        width: 200px;
        height: 200px;
        margin-left: -5%;
    }

    .skyrabble-title {
        margin-left: 8%;
    }

    .basus-subheading {
        font-size: 15px;
        margin-left: 5%;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 376px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .webdev-title h3 {
        font-size: 12px;
    }

    .webdev-title h1 {
        font-size: 15px;
    }

    .planning-title {
        font-size: 15px;
        margin-top: 20%;
        padding-top: 6%;
    }

    .webdev-title button {
        font-size: 9px;
        padding: 3px 15px;
    }

    .buttons {
        margin-top: 7%;
        margin-left: 23%;
        width: 70%;
    }

    .webdev-title p {
        font-size: 8px;
    }

    .gym-buttons {
        margin-top: 10%;
    }

    .skyrabble-container {
        justify-content: center;
        margin-left: 30%;
    }
}