body {
    font-size: 1em;	
    padding-top: 175px;
    padding-bottom: 20px;
}


.fixed-top {
    position: fixed;
    top: 155px;
    right: 0;
    left: 0;
    z-index: 1030;
}

header {
    padding-bottom: 0px;
    display: unset;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    background-color: rgba(255, 117, 0, 0.7);
    z-index: 1030;
}

div.header-logo {
    padding-top: 25px;
    padding-bottom: 25px;
}

div.logo {
    width: auto;
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 105px;
    background-image: url(../CustomStyles/Images/logo);
    background-repeat: no-repeat;
    background-position: 0px 0px;
	background-size: contain;
}


.btn-primary {
    background-color: #e96656;
    border-color: #e96656;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {

    padding: 0;
    border-style: none;

}
element {

}
.btn:not(:disabled):not(.disabled) {

    cursor: pointer;

}

.btn-primary:hover {
    background-color: #e96656;
    border-color: #e96656;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    background-color: #e96656;
    border-color: #e96656;	
    box-shadow: 0 0 0 0.2rem rgba(39, 29, 103, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #e96656;
    border-color: #e96656;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 29, 103, 0.5);
}

a {
    color: #e96656;
}

a:hover {
    color: #e96656;
}

