/* Basic element styling */
/*@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);*/
body{
    height: 400px;
    margin 0px;
    padding 0px;
}

h1{
    border-bottom: 3px solid #DC143C;
    padding-bottom: 2px;
}

/* Main section */

.background{
    max-width: 1100px;
    background-color: lightgrey;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.mainwarp{
    margin: 0 auto;
    background-color: white;
}

/* header */
.header{
    text-align: center;
    margin: auto;
    
    letter-spacing: normal;
}

.header .logo{
    padding-top: 30px;
/*    vertical-align: middle;*/
    text-align: center;
/*    text-align: left;*/
}
.header .logo img{
    max-width: 130%;
    height: auto;
}

.header-contact{
/*    padding-top: 10px;*/
    text-align: center;
    margin: auto;
}
.header-contact a{
    color: black;
}
.header-contact a:hover{
    text-decoration: none;
    color:#DC143C
}
.header-contact div{
    display: inline-block;
    padding: 10px;
/*    line-height:0*/
}
.header-contact img{
    max-width: 100%;
    height: auto;
    margin: auto;
}

.header-banner{
    margin: auto;
    text-align: center;
    padding-top: 20px;
}

.header-banner span a {
    color: black;
}
.header-banner span a:hover {
    color: #DC143C;
    text-decoration: none;
}
.header-banner img{
    max-width: 100%;
    height: auto;
    margin: auto;
}

.header .title div{
    text-align: right;
}

/* main */
.main{
    margin-bottom: 40px;
}

.main img{
    max-width: 100%;
    height: auto;
}

.img img {
    padding-bottom: 20px;
}

.main .main-content {
    text-align: center;
    vertical-align: middle;;
}
.main .main-content div {
    margin-top: 5px;
}
.main.visible-xs .main-content div p{
    white-space: nowrap;
    /*font-size: 22px;*/
    color: black
}

.main.visible-xs a {
    text-decoration: none;
}

.main.visible-xs .main-content .row{
    margin-left: 8px;
    margin-right: 8px;
}

.main.visible-xs .main-content div{
    text-align: center;
    margin-top: 20px;
}

.main.visible-xs .main-content img{
    display: block;
    margin: auto;
}

/* subpages */
.subtitle {    
    margin-top: 5px;
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

.professional .row div {
    height: 100%;
    text-align: center;
}
.contactus div{
    letter-spacing: normal;
}

/* footer */
.footer{
    color: #FFF;
    padding-top: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto;
    background-color: #1E3A8A;
}
.footer div{
    margin: 0 auto;
    text-align: center;
}
.footer .footer-main{
    max-width: 1100px;
}

.footer .footer-main .contact div{
    display: inline-block;
    padding: 10px
}
.footer .footer-main p.copyright{
    padding-top: 30px;
}
.footer img{
    max-width: 100%;
    height: auto;
}
.footer .contact a{
    color: #FFF;
}
.footer .contact a:hover{
    text-decoration: none;
}

/* float icons */
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#0C9;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
    z-index: 10;
    cursor: pointer;
}
.float i {
  margin-top: 12px;
  margin-left: 5px;
  font-size: 36px;
}

/* Icon */
.fa-signal-messenger {
    width: 25px;
    height: 25px;
}