* {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #9b3535;
}

body {
    background-color: #f2f2f2;
}

h1, h2 {
    font-size: 24px;
    font-weight: bold;
}

header h1 {
    font-family: "Dancing Script", serif;
    /*font-size: 24pt;   such a font looks very finely not at all like the picture given in the task*/
    font-size: 44pt;
    font-weight: bold;
    text-align: center;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#container {
    width: 1200px;
    margin: 10px auto;
}

.navigationBar {
    width: 1200px;
    height: 180px;
}

.navigationBar .sunflower {
    height: 60%;
    width: auto;
    object-fit: contain;
    float: left;
    margin: 0;
}

.navigationBar .icon {
    height: 20%;
    width: auto;
    object-fit: contain;
    margin: 20px 10px;
    float: right;
}

ul {
    width: 1000px;
    float: right;
    list-style-type: none;
    margin: 20px 0 0 40px;
    padding: 0;
    overflow: hidden;
    background-color: #ef7443;
    display: flex;
    justify-content: space-between;
    box-shadow: 3px 4px 3px 0 #b83d14;
}

a {
    color: white;
    text-align: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

li a {
    text-transform: uppercase;
    padding: 14px 40px;
    display: block;
}

.backgroundImageContact {
    width: 1200px;
    height: 700px;
    background: url("SkeletonFiles/home-02.jpg") no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
}

li {
    float: left;
}

li a:active, li a:hover {
    background: #e96133;
}

/*.  if I use the colors for visitied: #672526 the navigation bar will have abnormal appearance
and  a:active won't be noticeable. You can try the code below
*/

/*li a:visited{*/
/*    background:#672526;*/
/*}*/

.navigationBar a {
    background-color: #ef7443;
}


table {
    width: 1200px;
    height: 100px;
    background-color: #ef7443;
    padding: 0;
    text-align: center;
    color: white;
    margin: 3px;
}

th {
    padding: 0;
    margin: 0;
    color: white;
}

.middle {
    border-left: 3px solid white;
    border-right: 3px solid white;
}

.subscribe {
    width: 1200px;
    height: 90px;
    text-align: right;
    margin: 20px;
}

.subscribe label {
    display: block;
    font-weight: bold;
}

footer {
    width: 1200px;
    height: 200px;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    margin: 50px 0;
}

form {
    float: right;
}

#fname {
    background: cornflowerblue linear-gradient(to bottom, #9e9e9e 5%, #fffaff 20%);
    border: solid cornflowerblue 3px;
    border-bottom: 0;
    padding: 5px;
    margin: 10px;
}

.btn {
    box-shadow: 3px 4px 3px 0 #b2b7b8;
    background: #fffaff linear-gradient(to bottom, #fffaff 5%, #9e9e9e 100%);
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    display: inline-block;
    cursor: pointer;
    color: #131414;
    padding: 5px 25px;
    text-decoration: none;
    text-shadow: 0 1px 0 #dfdfe3;
}


/*----------------------------about Us------------------*/
article p{
    line-height: 1.4;
}

#imgAboutUs{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6)), url("AboutAs/Inside.jpg") no-repeat;
    background-size: cover;
}
/*-------------------------------------------------------------*/
.MainAboutUs img{
    width: 250px;
    height: auto;
    margin: 0 0 0 20px;
    float: right;
}
.MainAboutUs article{
    width:1200px;
    min-height: 200px;
}
.MainAboutUs .imgSportsmen{
    width: 150px;
    height: 150px;
   border-radius: 40%;
    position: relative;
    background: linear-gradient(to bottom, #fac526, #e27605);
    padding: 8px;}
#Modano{
    top: 0;
    left:20px;
}
#Novitzki{
    top: -50px;
    left: 100px;
}
#Brees{
    top: 0;
    left: 180px;

}
/*------------------------------------shop-------------------------------------*/

/*-----------------------Dropdown-------------------------*/

.dropbtn {
    width: 300px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    color: white;
    padding: 16px;
    border: none;
    box-shadow: 3px 4px 3px 0  #b83d14;
    background: #ef7443 linear-gradient(to bottom, #ef7443 50%, #9b3535 100%);

}

.dropdown {
    position: relative;
    display: block;
}

.dropdown-content {
    width: 300px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;

    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-family: 'Josefin Sans', sans-serif;

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #e96133;
}

.shopPositionDropdown{
    width: 300px;
    height: 100px;
    margin: 50px auto;
}
/*-----------------------------------------------*/
#imgShop {
    background:    url("Shop/ShopHeader.jpg") no-repeat;
    background-size: cover;
}


.offer label{
    position: absolute;
    top: 40px;
    left:120px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #9b3535;
}
.price{
    position: absolute;
    bottom: 2px;
    left:100px;
}
.coffeeDescription{
    position: absolute;
    top: 150px;
    left:10px;
}
.assortment h1, main h1{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 24pt;
    color: #9b3535;
    margin-top: 60px;
    margin-bottom: 0;
}

/*------------------------------------------our coffee----------------------------*/

.backgroundImage {
    width: 1200px;
    height: 500px;
    margin: 0 auto 0 auto;
    position: relative;
}

#imgOurCoffee {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6)), url("OurCoffee/OurCoffeeHeader.jpg") no-repeat;
    background-size: cover;
}

.backgroundPictureText {
    width: 1200px;
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-family: "Dancing Script", serif;
    font-size: 64px;
    font-weight: bold;
    color: white;
}

.offer {
    display: inline-block;
    height: 250px;
    width: 350px;
    border: solid 10px #ef7443;
    margin: 50px 10px 0 10px;
    text-align: left;
    box-shadow: 3px 4px 3px 0 #b83d14;
    background: linear-gradient(to bottom, #fffaff 50%, #9e9e9e 100%);
    position: relative;
}

.offer img {
    height: 100px;
    width: 100px;
    margin: 10px;
    float: left;

 }
.coffe{
    transition: transform .2s;
}
.coffee:hover {
    -ms-transform: scale(3); /* IE 9 */
    -webkit-transform: scale(3); /* Safari 3-8 */
    transform: scale(3);
    border-radius: 10%;
    transition: transform 0.5s, filter 0.1s ease-in-out;

}
.positioningOffers h1{
    height: 30px;
    width: 1200px;
    margin: 50px 0 0 0;
    font-size: 30px;
}
.positioningOffers {

    height: 100%;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offer p {
    margin: 0 10px 10px 10px;
}

#imgThank{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.8)), url("AboutAs/ThankYou1.jpg") no-repeat;
    background-size: cover;
height: 900px;}
#forThanks{
    bottom: 300px;
}