@font-face {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /*src: url(cour.ttf);*/
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 56px;
    margin-bottom: 75px;
}

.menuSection {
    display: flex;
    justify-content: space-between;
    height: 80%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    /*background-color: aqua;*/
}

.menuItem {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    width: auto;
    margin-right: auto;
    margin-top: 14px;
    margin-bottom: 10px;
    border-radius: 100%;
}

h1  {
    text-align: center;
    color: salmon;
    font-family: 'Source','Ubuntu';
    font-weight: 700;
    font-size: 55px;
}

a {
    color: rgb(255, 231, 151);
    text-decoration: none; 
}
a:hover {
    color: rgb(175, 143, 73);
}

body {
    height: auto;
    font-family: 'cour';font-size: 17px;color: rgb(255, 255, 255);
}

.BreadMenu {
    display: flex;
    width: 20%;
    min-width: 350px;
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px;
    margin-top: 60px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    /* background: rgba(0, 0, 0, 0.5);*/
    border-radius: 50px;
}

.BreadZone1 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    /* background: rgba(0, 0, 0, 0.5);*/
    width: 550px;
    min-width: 350px;
    border-radius: 50px;
    padding: 10px;

}
.BreadZone2 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    /* background: rgba(0, 0, 0, 0.5);*/
    width: 550px;
    min-width: 350px;
    border-radius: 50px;
    padding: 10px;

}
/* Main text field*/

.Bread1 {
    margin: 15px;
    text-align: left;
}
.Bread2 {
    margin-left: auto;
    margin-left: auto;
    text-align: center;
}
/* Text in text field*/

.BGopacity {
    opacity: 40%;
}

.bg {
    background: linear-gradient(#090033, #05040c);
    background-repeat: no-repeat;
    background-color: #05040c;
    /* Background class of body*/
}
footer {
    background-color: #05040c;
    height: 20px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    position: relative;
    bottom: 0px;
    font-family: 'Ubuntu';font-size: 16px;color: white;
}
