﻿/*normalize*/
html, 
body, 
form {
	height: 100%;
	margin-left: 0;
	padding: 0;

}

body {
	font: normal 16px "Segoe UI", Arial, sans-serif;
    color: #555555;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }
}
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*/
 h2, h3, h4, h5, h6 {
    line-height: normal;
}

 h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    background-color: aqua;
    font-size: 2.25em;
    text-align: center;
    font-weight: bold;
    color: red;
    margin: .5em 0;
    line-height: normal;
}
jumbo {
    font-size: 20px;
    font-weight: bold;
    color: darkorange;
    text-align: center;
    background-color:aquamarine;
}

h2 {
    background-color:cadetblue;
    font-weight: bold;
    font-size: .5em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 10pt;
    font-weight: normal;
}

h6 {
    font-size: 12pt;
}
#wrapper .admin {
    float:right;
    font-size: 9pt;
}


/*template*/
#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink  {
    font-size: 1em;
}
smallfont {
    color:red;
}
largfont {
    color:blue;
}
#wrapper .header {
    /*    background-color: darkgreen; */ /*#2a2d33;*/
    padding: 10px 0;
    /*   margin-bottom: 10px;*/
}

    #wrapper .header .RadMenu {
        margin: 0px 0;
        float: none;
    }

#wrapper .logo {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
}

    #wrapper .logo img {
        max-width: 100%;
    }

#wrapper .jumbo {
    color: darkgreen;
    font-size: 36px;
    text-align: center;
    font-weight: bolder;
}

#wrapper .jumbosmall {
    color: darkgreen;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

#wrapper .jumbosmaller {
    color: darkgreen;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

#wrapper .jumbotron {
    color: darkgreen;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.wrp {
    margin-left: 35px;
}


#wrapper .jumbotron .RadButton {
    float: right;
    margin-top: .667em;
    font-size: .5em;
}

#wrapper .footer {
    width: 100%;
    padding: 30px 15px;
    line-height: 30px;
}
#wrapper .footersmall {
    width: 100%;
    padding: 30px 15px;
    line-height: 30px;
    font-size: .5em
}
#wrapper .sitemap {
    margin-left: 400px;
    padding-left: 400px;
    color:red;
}


