﻿@font-face {
    font-family: "Sofia", sans-serif;
    src: url("https://fonts.googleapis.com/css?family=Sofia");
}

html * {
    font-size: 18px;
    font-family: "Sofia", sans-serif, "Avenir", nunito-sane;
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
    /*background-color: #FFFFFF;*/
}

/*manue*/
.nav > li > a {
    font-size: 1em !important;
}

label {
    font-size: 0.8em !important;
    font-weight: 500 !important;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 0.8em !important;
    font-weight: 400 !important;
}

div {
    font-size: 1.1em !important;
    font-weight: 400 !important;
}

p > a {
    font-size: 1em !important;
    font-weight: 500 !important;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 5px;
    margin-top: 5px;
}

.container {
    display: grid;
    flex-direction: column;
    flex-wrap: wrap;
    grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
    gap:10px;
}

.item {
    flex: 1 1 100%;
}

@media (max-width:768px) {
    .col-lg-12 {
        flex-basis: 100%
    }

    .item {
        flex: 1 1 calc(50% - 10px);
    }
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.flex-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}

footer {
    background-image: url('Image/marble.jpg');
    position: static;
    background-color: #3cb371;
    color: white;
    padding: 5px;
    flex-shrink: 0;
}

.g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8); /* Safari support */
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
