@media only screen and (min-width: 600px) {
    .phone-image {
    display: none;
}
.desktop-image {
        margin-left:        5%;
        width:              30%;
        height:             auto;
        float:              right;
    }
    [class*="col-"] {
    float: left;
    }
    .col-1-tablet {width: 8.33%;}
    .col-2-tablet {width: 16.66%;}
    .col-3-tablet {width: 25%;}
    .col-4-tablet {width: 33.33%;}
    .col-5-tablet {width: 41.66%;}
    .col-6-tablet {width: 50%;}
    .col-7-tablet {width: 58.33%;}
    .col-8-tablet {width: 66.66%;}
    .col-9-tablet {width: 75%;}
    .col-10-tablet {width: 83.33%;}
    .col-11-tablet {width: 91.66%;}
    .col-12-tablet {width: 100%;}
    
                         /*navigation */
    .navigation {
        height:             20%;
    }
    .navigation-item {
        width:              100%;
        border-right: 		none;
        border-bottom: 		1px solid rgba(105,35,95,1);
        border-top: 		1px solid rgba(230,230,230,1);
        border-left: 		1px solid rgba(230,230,230,1);
    }
    
    ul:last-child {
        margin-right:       0px;
    }
    li a {
        color:              rgba(120,120,120,1);
        font-size:          3.5vmin;
        box-shadow: 		-1px -1px 5px rgba(230,230,230,1);
        margin-bottom:      3.35vh;
        padding:            1% 1% 1% 1%;
        height:             100%;
        display:            block;
        text-align:         center;
        text-decoration:    none;
    }
    li:last-child a {
        margin-bottom:       0%;
    }   
    li a:hover, li a.active, li a:focus {
       color:               rgba(105,35,95,1);
       box-shadow: 			-1px -1px 5px rgba(105,35,95,1);
    } 

    
    .main-container {
    height: 100%;
    padding: 0px 10px 0px 10px;
    margin-bottom: -10%;
}
    .scroll {
        padding:        0% 5% 0% 5%;
        height:             75%;
        overflow:           scroll;
    }
        .content-logo {
        margin-top:         5%;
    }

    .email-input-tablet {
        width: 70%;
    }
    .email-input-button-tablet {
        width: 70%;
    }
    .email-input-tag-tablet {
        width: 25%;
    }
    email-input-message-tablet {
        width: 70%;
    }
}
