﻿
/* ********************************************************  */
/* Base Classes */
/* mobile fist - minimum sizes */
/* ********************************************************  */

.master-row {
    align-content: stretch;
    height: 100vh;
    align-items: center;
}

.link-row{
}

.company-container {
    text-align: center;
    padding: 15px 0;
}

.logo {
    width: 85%;
    max-width: 500px;
    height: auto;
}

.link-primary {
    font-family: "Raleway",Helvetica,Arial,sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";

    padding: 10px 15px;
    text-transform: lowercase;
    margin: 5px 0 5px 0;
    width: 100%;
    font-weight: 400;
    height: 50px;
    font-size: 20px;
    border-radius: 25px;
    line-height: 25px;
}

.link-primary:active,
.link-primary:visited
{
    color: #ffffff;
}

/* social icon class */
.u-icon-v3 {
    font-size: 21px;
    width: 42px;
    height: 42px;
    margin-bottom: 0;
}

.social-row {
    width: 100%;
    max-width: 320px;
    margin: 10px auto;
    padding: 0;
}

/* bottom position contact button */
.contact-bottom {
    padding: 25px 0;
}

/* top position contact button */
.contact-top {
    display:none;
}

.contact-link {
    text-transform: lowercase;
    text-decoration: none;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
}

.contact-link:hover {
    text-decoration: none;
}




/* ********************************************************  */
/* Media Tag Additions Colors */
/* ********************************************************  */

/* XX SMALL */
@media (max-width: 280px) {
    .social-row {
        width: 100%;
        max-width: 220px;
        padding: 0 -20px;
    }

        .social-row > .col {
            padding: 0;
            margin: 0;
        }

    .u-icon-v3 {
        font-size: 20px;
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }

    .link-primary {
        height: 50px;
        font-size: 17px;
        border-radius: 25px;
        line-height: 25px;
    }

    .contact-link {
        font-size: 35px;
        line-height: 35px;
    }
}

/* XX SMALL */
@media (min-width: 375px) {
    .u-icon-v3 {
        font-size: 25px;
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }
}


/* X SMALL */
@media (max-width: 576px) {

}


/* SMALL */
@media only screen and (min-width: 410px) {
    .logo {
        max-width: 300px;
    }

    .link-primary {
        max-width: 350px;
    }

    .social-row {
        margin: 20px auto;
    }

    .u-icon-v3 {
        font-size: 25px;
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }
}

/* MEDIUM */
@media only screen and (min-width: 768px) {
    .link-primary {
        font-size: 26px;
        height: 68px;
        border-radius: 35px;
        line-height: 42px;
        max-width: 450px;
        margin: 10px 0 10px 0;
    }

    .social-row {
        width: 100%;
        max-width: 450px;
        margin: 20px auto;
        padding: 0;
    }

    .u-icon-v3 {
        font-size: 30px;
        width: 60px;
        height: 60px;
        margin-bottom: 0;
    }

    .logo {
        max-width: 400px;
    }

    .contact-link {
        font-size: 50px;
        line-height: 50px;
    }
}

/* LARGE */
@media only screen and (min-width: 992px) {

    .logo {
        max-width: 400px;
    }

    .company-row {
        align-content: center; 
        height: 100vh;
    }

    .link-primary {
        font-size: 26px;
        height: 58px;
        border-radius: 29px;
        line-height: 32px;
        max-width: 450px;
        margin: 10px 0 10px 0;
    }

    .contact-bottom {
        display: none;
    }

    .contact-top {
        margin-top: 40px;
        display: block;
    }

}


/* X-LARGE */
@media only screen and (min-width: 1200px) {
    .link-primary {
        font-size: 26px;
        height: 68px;
        border-radius: 35px;
        line-height: 42px;
    }
}




