body {
    background-color: #f2f0f0;
    font-family: 'Montserrat', sans-serif;
    /* background-color: #f0eeea; */
}
.jumbotron {
    min-height: 400px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15em;
    color: black;
}
.navbar-trans {
    background: transparent;
}
.foot-left {
    text-align: left;
}
.foot-center {
    text-align: center;
}
.foot-right {
    text-align: right;
}
.we_create_formatting {
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Patrick Hand', cursive;    */
    font-size: 1em;
    color: #f4d63e;
}
.tom_logo_text {
    font-family: Arial Black, Helvetica, sans-serif;
    line-height: 1;
    font-size: 2em;
    color: black;
}
.logo_spacing {
    padding-left: 50px;
    padding-top: 10px;
}
.rotate-hor-center {
    font-family: 'Montserrat', sans-serif;
    color: #4a4a4a;
    font-size: 1.1em;
    font-weight: bolder;
    letter-spacing: 1.6px;
}
.contact_map {
    width: 600px;
}

@media only screen and (max-width: 1024px) {
    .foot-left {
        text-align: center;
    }
    .foot-center {
        text-align: center;
    }
    .foot-right {
        text-align: center;
    }
    .tom_logo_text {
    font-family: Arial Black, Helvetica, sans-serif;
    line-height: 1;
    font-size: 1.6em;
    color: black;
    }
    .rotate-hor-center {
    font-family: 'Montserrat', sans-serif;
    color: #4a4a4a;
    font-size: 0.9em;
    font-weight: bolder;
    letter-spacing: 1px;
    }
    .logo_spacing {
    padding-left: 10px;
    padding-top: 5px;
    }
    .contact_map {
        width: 450px;
    }
}

@media only screen and (max-width: 768px) {
    .foot-left {
        text-align: center;
    }
    .foot-center {
        text-align: center;
    }
    .foot-right {
        text-align: center;
    }
    .tom_logo_text {
    font-family: Arial Black, Helvetica, sans-serif;
    line-height: 1;
    font-size: 1.6em;
    color: black;
    }
    .rotate-hor-center {
    font-family: 'Montserrat', sans-serif;
    color: #4a4a4a;
    font-size: 0.9em;
    font-weight: bolder;
    letter-spacing: 1px;
    }
    .logo_spacing {
    padding-left: 10px;
    padding-top: 5px;
    }
    .contact_map {
        width: 300px;
    }
}