body{
    background-color: rgb(245,245,230);
    color: red;
    box-sizing: border-box;
}

/*All pages*/

h1{
    font-size: 50px;
}

h3{
    font-size: 30px;
}

h2{
    font-size: 40px;
}

h4{
    font-size: 20px;
}

p{
    font-size: 20px;
}

.titleBox{
    text-align: center;
    height: fit-content;
    background-image: url("images/behindTheBar1trans.png");
    background-position: center;
    padding: 20px;
}

.mainBody{
    display: flex;
    box-sizing:border-box;
}

/*navbar*/

.navbar{
    display: flex;
}

.navButton{
    width: 25%;
    height: 60px;
    color: red;
    font-weight: bolder;
    border-style: solid;
    border-color: red;
    border-width: 3.5px;
    box-sizing: border-box;
}

.navButton:hover{
    border-color: black;
}

.navButton button{
    width: 100%;
    height: 100%;
    color: red;
    border-style: solid;
    border-color: red;
    font-weight: bolder;
}

.navButton button:hover{
    color: black;
    border-color: black;
    cursor: pointer;
}

/*Index specifics*/

.leftIndex{
    text-align: center;
    width: 50%;
    border-style: solid;
    border-color: red;
    border-width: 2px;
    padding: 5px;
    box-sizing: border-box;
}

.rightIndex{
    text-align: center;
    width: 50%;
    border-style: solid;
    border-color: red;
    border-width: 2px;
    padding: 5px;
    box-sizing: border-box;
}

#mediaButtonsIndex a{
    color: black;
    text-decoration: none;
}

#mediaButtonsIndex{
    display: flex;
    justify-content: center;
    padding: 3px;
}

#mediaButtonsIndex button{
    border-style: solid;
    border-color: black;
    border-width: 2px;
    display: flex;
    margin: 3px;
}

#mediaButtonsIndex button:hover{
    border-color: red;
}

#outsideImage{
    width: 90%;
}

#facebookPic{
    width: 30px;
}

#instaPic{
    width: 30px;
}

/*functions specifics*/

.mainBodyFunctions{
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.functionsLeftBox{
    margin: 10px;
    border-style: solid;
    border-color: red;
    border-width: 3PX;
    height: fit-content;
    padding: 10px;
    width: 80%;
    display: inline-block;
    text-align: center;
}

.functionsPhotos{
    display: flex;
    justify-content: center;
}

.functionsPhotos img{
    width: 30%;
    margin: 10px;
}

/*Contact us specifics*/

#contactUsOpeningTimes{
    color: black;
}

#contactUsAddress{
    color: black;
}

#contactUsPhone{
    color: black;
}