* {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/*card*/

.card-base > .card-icon {
    text-align: center;
    position: relative;
}

.imagecard {
    z-index: 2;
    display: block;
    positioN: relative;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    color: white;
}
.card-base > .card-icon > .card-data {
    min-height: 250px !important;
    margin-top: -24px;
    background: ghostwhite;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-height: 215px;
}
#personalCard,#contactCard,#infoCard {
    background: #bb7824 !important;
    font-size: 28px;
    line-height: 78px;
}


.contact-card{
    margin-top: 5%;
}
#header nav {
    border-radius: 0;
}

.navbar-nav li,.my-cursor {
    cursor: pointer;
}
.my-cursor{
    color: #2e85b3;
}
.my-cursor:hover{
    color: #256085;
    text-decoration: underline;
}

.brand-container {
    position: relative;
    top: -20px;
}

.brand-text {
    top: 50%;
    color: white;
    font-size: 32px;
}
.fit-image{
    width: 100%;
    height: 100%;
}
.footer {
    width: 100%;
    padding: 30px;
    font-size: 1.3rem;
    background-color: #fff;
    color: #000;
    text-align: center;
}
.footer-text{
    font-weight: 600;
}

.love {
    color: #c0392b;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

.iframe-container > * {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

nav {
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.scrolled-navbar {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.8s ease;
    opacity: 0.8;
}

.areas{
    font-size: 13px;
}

.bar{
    margin-top: 8%;
}
.modal-body{
    margin-left: 1%;
}
.modal-ul{
    margin-left: 10%;
}
.complaint-title{
    font-weight: 700;
    margin-top:20px;
}

@media print {
    #header,#footer,.glyphicon,.fa{display: none}
}