html,
body {

    font-family: "Josefin Sans", sans-serif;
    font-size: 1.1rem;
    line-height: 3rem;
    color: rgba(242, 242, 242, 1);
    margin: 0;
    padding: 0;
    height: 100%;
}

/* ------------------------------------------------------------------- 
 * links - (_document-setup) 
 * ------------------------------------------------------------------- */


a:hover,
a:focus {
    color: #000000;
}

/* ------------------------------------------------------------------- 
 * WHAT WE DO
 * ------------------------------------------------------------------- */

.card a:hover {


    background-color: rgba(255, 255, 255, 0.2);
}


/* ------------------------------------------------------------------- 
 * Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #fabc5a;
    transition: background-color 5000s ease-in-out 0s;
}



/* LINKS */

a {

    color: #ff5544;
}

a:hover,
a:focus {
    color: #ff4455;
    text-decoration: none;

}

.black-link {
    color: #000;

}

/*GDPR*/

ul#socialGDPR li {
    display: inline;
}


/* FIRST BUTTON */
.btn {
    flex: 1 1 auto;
    margin: 10px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    /*    box-shadow: 0 0 20px #9af2fd;*/
    border-radius: 10px;
}

.btn:hover {
    background-position: right center;
    /* change the direction of the change here */
}

.btn-1 {
    background-image: linear-gradient(to right, #ffffff45 0%, #ffffff30 51%, #8c8a90 100%);
}


.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 1);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: rgb(255, 255, 255, 0);
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    color: #ff5544;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

.btn-mgb {
    background-color: #ffffff00;
    color: #fff;
    border: solid 2px #ff5544;
    border-radius: 0px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0px;
}

.mgb-link {
    color: #ff5544 !important;

}


.btn-mgb:hover {
    background-color: #f9f9f9;
    color: #232323;
    border: solid 2px #ff544400;
    border-radius: 0px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0px;
}

.mgb-dark {
    color: #232323;
}

.mgb-red {
    color: #ff5544;
}

.mgb-bg-dark {
    background-color: #232323;
    color: #fff;
}

.mgb-bg-red {
    background-color: #ff5544;
    color: #fff;
}

.hero-image {
    /*    background-image: url(/images/newimage-site-150719.jpg);*/
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

.hero-text button:hover {
    background-color: #555;
    color: white;
}

@import url(//netdna.bootstrapcdn.com/font-awesome/5.8.2/css/font-awesome.css);

.starrating > input {
    display: none;
}

/* Remove radio buttons */

.starrating > label:before {
    /*  content: "\f005";  Star */
    margin: 2px;
    font-size: 5em;
    /*  font-family: FontAwesome;*/
    display: inline-block;
}

.starrating > label {
    color: #222222;
    /* Start color when not clicked */
}

.starrating > input:checked ~ label {
    color: #ff5544;
}

/* Set yellow color when star checked */
c .starrating > input:hover ~ label {
    color: #ff5544;
}

/* Set yellow color when star hover */

.mgb-form {
    display: block;
    width: 100%;
    height: 70px;
    padding: 1.5rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    outline: none;
    background: rgba(255, 255, 255, .2);

    background-clip: padding-box;
    border: 1px solid #ffffff00;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.mgb-form:focus {
    color: #fff;
    background-color: #464646a1;
    border: 1px solid #ffffff00;
    border-radius: 0px;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.185);
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

select:invalid,
select option[value=""] {
    color: #fff;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #9E9E9E;
    background-color: #F44336;
}



@media screen and (max-width: 600px) {
    .hide {
        visibility: hidden;

        display: none;
    }
}
