﻿/*normalize*/
html,
body,
form {
    height: 100% !important;
    margin: 0;
    padding: 0;
}

body {
    font: normal 16px "Segoe UI", Arial, sans-serif;
    color: #555555;
}

.css_img {
    border: 1px solid black;
    width: 65%;
}

.div_menu {
    display: flex!important;
    justify-content: center!important;
}


@media only screen and (min-width: 821px) and (max-width: 1200px) {
    .css_img {
        width: 80%;
    }
    .div_menu {
        justify-content: flex-start !important;
    }

}


@media only screen and (min-width: 621px) and (max-width: 820px) {
    .css_img {
        width: 90%;
    }

    body {
        font-size: 18px;
    }

    .center_content {
        text-align: center!important;
    }

    .div_menu {
        justify-content: flex-start !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 620px) {
    body {
        font-size: 18px;
    }

    .css_img {
        width: 90%;
    }

    .center_content {
        text-align: center !important;
    }

    .div_menu {
        justify-content: flex-start !important;
    }
}

@media only screen and (max-width: 480px) {
    /*body {
        font-size: 20px;
    }*/

    body {
        font-size: 18px;
    }

    .css_img {
        width: 100%;
    }

    .css_link {
        font-size: 17px;
    }

    .center_content {
        text-align: center !important;
    }

    .div_menu {
        justify-content: flex-start!important;
    }
}

a {
    background: transparent;
}

img {
    border: 0;
}

button,
input {
    -webkit-appearance: none;
    cursor: pointer;
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h2, h3, h4, h5, h6 {
    line-height: normal;
    color: rgba(0, 134, 159, 1);
}

h1, h2, h3 {
    font-weight: normal;
/*    margin: .5em 0;*/
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/*template*/

#wrapper .t-container-fluid {
    max-width: 100%;
    padding-left: 2px;
    padding-right: 2px;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink {
    font-size: 1em;
}



