﻿.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.imgLogo {
   width: 300px;
   padding:30px;
}
.h-custom {
    height:100%;
}
body {
    background-color: #FDFDFD;
    font-family: "Open Sans", sans-serif;
    height: 100%;
    background: url('../Images/home.jpg') no-repeat center center fixed;
    background-size: cover;
    min-height: 400px;
    font-size: 15px;
}

.navbar {
    position: fixed;
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}




