@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

html{
    font-family: 'Open Sans',Trebuchet MS, Arial, Helvetica, sans-serif;

}

body {
    background-color: transparent;
}

.ucs_green{
    color: #36D900;
}

.type-section:hover{
    background-color: #36D900;
    border-color: #36D900;
    color: white;
}

.type-section{
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    cursor: hand;
    cursor: pointer;
}


.padding_top_10{
    padding-top: 10px;
}

.cookie-buttons > button {
    color: #000;
}

.cookie-settings-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 5px;
    opacity: 0.8;
    z-index: 9999;
    cursor: pointer;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    h1{
        font-weight: bold;
    }

    h3.pointing {
      background-color: #2aabd2;
    }

    #title h5,
    #title h4,
    #title h2{
        text-align: center;
    }

    a:link, a:visited{
        color: #000000;
    }

    a:hover{
        color: #36D900;
        text-decoration: none;
    }

    #header{
        padding-top: 5px;
        text-align: center;
    }

    #header #logo img{
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
    }

    #customers img{
        margin-right: auto;
        margin-left: auto;
    }



    .menu_item{
        margin-bottom: 15px;
        font-size: 1.5em;
    }



    #footer{
        padding-top: 5px;
        text-align: center;
        margin-bottom: 10px;
        color: #999;
        font-size: 0.80em;
    }

    #sol_solution{
        text-align: center;
    }

    #sol_solution img{
        max-height: 20px;
    }


    #sol_solution a:link, #sol_solution a:hover{
        text-decoration: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    html {
        background: url(/img/oc-gonzalez-UIAyfvo9Bbw-unsplash.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }



    #title h5,
    #title h4,
    #title h2{
        text-align: left;
    }

    #logo{
        margin-top: 20px;
    }

    p{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.2em;
    }

    #menu{
        padding-top: 10px;
        padding-bottom: 10px;
        text-indent: 10px;
        margin-top: 55px;
    }

    #sol_solution img{
        max-height: 30px;
    }


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .type-section {
        min-height: 150px;
        max-height: 400px;
        max-width: 370px;
    }

    #wrapper{
        margin-left: auto;
        margin-right: auto;
        max-width: 1024px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {



}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}