/*
 * Globals
 */
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600);
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans|Muli:300);
@import url(//fonts.googleapis.com/css?family=Arimo);
@import url(//fonts.googleapis.com/css?family=Rubik:400,700);
@import url(//fonts.googleapis.com/css?family=Google+Sans:100,300,400,500,700,900,100i,300i,400i,500i,700i,900i);
/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}
#logo_ {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    font-size: 20px;
    width: 130px;
    height: 24px;
}
.btn-outline-secondary {
    color: #e7e7e7!important;
    border-color: #a1a1a1!important;
    font-weight: normal;
}
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #333;
}

body {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
    max-width: 42em;
}


/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
}
.cover-heading {
    font-family: 'Comfortaa';
}
.contact_header_page {
    font-family: Tahoma;
    font-size: 14px;
    color: grey;
    text-align: right;
}
.contact_data_icon {
    line-height: 50px;
    color: #616161;
}
.contact_table_ {
    width: 100%;
    margin-top: 30px;
}
.contact_table_ tr {
    height: 50px;
}
.contact_data {
    text-align: right;
    padding-right: 15px;
    font-family: Google Sans;
}
.foot_email {
    color: #4ec77b;
    font-family: Tahoma;
    text-align: center;
    text-decoration: underline;
}
#enter_user_login_btn {
    width: 100%;
    max-width: 300px;
    margin: auto;
}
#enter_admin_login_btn {
    width: 100%;
    max-width: 300px;
    margin: auto;
    text-shadow: none;
    font-weight: normal;
    color: grey!important;
    border-color: #4d4d4d!important;
    border-width: 0.5px!important;
}
.admin_login_check {
    width: 100%;
    max-width: 300px;
    position: relative;
    margin: auto;
}
#as_Admin_text {
    float: right;
    font-size: 16px;
    line-height: 16px;
}
#admin_login_check {
    float: right;
    height: 16px;
    width: 16px;
    margin-left: 10px;
}
#pplogoo {
    width: 24px;
    position: absolute;
    left: 0px;
    top: 2px;
}
#logotext {
    color: white;
    font-size: 26px;
    font-family: 'Josefin Sans', sans-serif;
    height: 24px;
    line-height: 24px;
    position: absolute;
    left: 21px;
}
/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
}
.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
    color: rgba(255, 255, 255, .5);
}
