/* Add here all your css styles (customizations) */

/* Contact Message */
.error {
    background: #ab0000;
    line-height: 25px;
    padding: 15px;
    color: #ffffff;
    font-size: 17px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    margin: 20px;
}
.successfully {
    line-height: 25px;
    padding: 15px;
    color: #111;
    font-size: 17px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    margin: 20px;
} 

.close {
    cursor: pointer;
}

.g-width-500 {
    width: 500px;
}
.g-width-cert {
    width: 500px;
}

.signiture__inner {
    position: absolute;
    bottom: 0px;
    padding-left: 30px;
}

@media (max-width: 380px) {  
    .g-width-cert {
        width: 220px;
    }
}

/* -sm- Small devices (landscape phones, 544px and up) */
@media (max-width: 544px) {  
    .navbar-brand img {
        max-width: 280px;
    }
    .g-font-size-40 {
        font-size: 2.45714rem !important;
    }
    .g-bg-img-hero {
        margin: 5px;
    }
    .g-width-60x {
        width: 95% !important;
    }
    .g-width-cert {
        width: 320px;
    }
    .signiture__inner {
        padding-left: 0px;
    }
}

/* -md- Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (max-width: 991px) {  
    .g-width-cert {
        width: 230px;
    }
    .u-btn-inset:before {
        top: 0.37143rem;
        bottom: 0.37143rem;
        left: 0.37143rem;
        right: 0.37143rem;
        opacity: 0;
        border-width: 2px;
        border-color: #be1e2d;
        transition-property: all;
        transition-duration: .2s;
        transition-timing-function: ease-in;
    }
