@font-face {
    font-family: 'Tox Typewriter Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Tox Typewriter Regular'), url('Tox Typewriter.woff') format('woff');
}

/* For all screen sizes */

body {
    font-family: 'Tox Typewriter Regular';
    background-image: url('background_low.jpg');
}

#desktop {
    width: 100%;
}

#logocol {
    float: left;
    width: 25%;
}

#desktoplogo {
    margin: 20px;

}

#typewritercol {
    float: left;
    /* width: 45%;*/
    height: 50vmax;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contactcol {
    float: right;
    width: 25%;
    min-width: 200px;
}

.tox {
    font-family: 'Tox Typewriter Regular';
}

h1 {
    font-size: 22px;
    color: #ca4429;
    letter-spacing: 2px;
    margin-top: 40px;
    line-height: 125%;
}

a:any-link {
    text-decoration: none;
    color: #ca4429;
}

#desktopcontact,
#mobilecontact {
    border-collapse: collapse;
    width: 100%;
    /* max-width: 400px;*/
}

#desktopcontact td {
    letter-spacing: 2px;
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #ca4429;
    font-family: 'Roboto', sans-serif;
    color: #ca4429;
    line-height: 175%;
}

#mobilecontact td {
    letter-spacing: 2px;
    vertical-align: top;
    padding: 10px;
    border-bottom: 1px solid #ca4429;
    font-family: 'Roboto', sans-serif;
    color: #ca4429;
    line-height: 150%;
}

#mobilecontact td:first-child,
#desktopcontact td:first-child {
    border-right: 1px solid #ca4429;
    text-align: right;
    width: 80px;
}

#mobilecontact .kol1 {
    font-size: 12px !important;
}

#mobilecontact .kol2 {
    font-size: 12px !important;
}

#mobilecontact tr:last-child td,
#desktopcontact tr:last-child td {
    border-bottom: none;
}

#mobiletxt,
#desktoptxt {
    line-height: 125%;

}

#desktoplogo img {
    width: 150px;
}

#mobilelogo img {
    width: 150px;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    #mobile {
        display: none;
    }

    #desktop {
        display: inline-block;
    }

    p {
        font-size: 20px;
        letter-spacing: 2px;
        max-width: 450px;
    }

    #desktopcontact {
        border-collapse: collapse;
        width: 100%;
        margin-right: 0;
    }

    #desktopcontent {
        height: 235px;
        transform: rotate(-1deg);
        transform-origin: 50% 50%;
    }

    #desktopcontact td {
        font-size: 14px;
    }

}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {

    #mobile {
        display: none;
    }

    #desktop {
        display: inline-block;
    }

    p {
        font-size: 20px;
        letter-spacing: 2px;
        max-width: 450px;

    }

    #desktopcontact {
        border-collapse: collapse;
        width: 100%;
        margin-right: 0;
    }

    #desktopcontent {
        height: 235px;
        transform: rotate(-1deg);
        transform-origin: 50% 50%;
    }

    #desktopcontact td {
        font-size: 14px;
    }

}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {

    #mobile {
        display: inline-block;
    }

    #desktop {
        display: none;
    }

    #mobilecontact {
        border-collapse: collapse;
        width: 100%;
        margin-right: 0;
    }

    p {
        font-size: 20px;
        letter-spacing: 2px;
        max-width: 400px;
    }

    #mobilecontent {
        height: 235px;
        transform: rotate(-1deg);
        transform-origin: 50% 50%;
    }

}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    #mobile {
        display: inline-block;
    }

    #desktop {
        display: none;
    }

    #mobilecontact {
        border-collapse: collapse;
        width: 100%;
        margin-right: 0;
    }

    p {
        font-size: 20px;
        letter-spacing: 2px;
        max-width: 400px;
    }

    #mobilecontent {
        height: 235px;
        transform: rotate(-1deg);
        transform-origin: 50% 50%;
    }

}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {

    #mobile {
        display: inline-block;
    }

    #desktop {
        display: none;
    }

    body {
        -webkit-text-size-adjust: none;
    }

    #mobilecontact {
        border-collapse: collapse;
        width: 100%;
        margin-right: 0;
    }

    p {
        font-size: 20px;
        letter-spacing: 2px;
        max-width: 400px;
    }

    #mobilecontent {
        height: 235px;
        transform: rotate(-1deg);
        transform-origin: 50% 50%;
    }

}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {

    #mobile {
        display: inline-block;
    }

    #desktop {
        display: none;
    }

    body {
        -webkit-text-size-adjust: none;
    }

    h1 {
        font-size: 18px;
        margin-top: 30px;

    }

    #mobilecontent {
        height: 235px;
        transform: rotate(-1deg);
        transform-origin: 50% 50%;
    }

    #mobilecontact {
        border-collapse: collapse;
        width: 100%;
        margin-right: 0;
    }


    p {
        font-size: 18px;
        letter-spacing: 2px;
        max-width: 400px;
    }



}