footer {
    position: fixed;
    display: block;
    background-color: darkgrey;
    height: 15px;
    padding: 3px;
    left: 0;
    right: 0;
    bottom: 0;
}

.logo {
    display: inline-block;
    width: 120px;
    margin-top: 15px;
    margin-left: 10px;
}

.menu {
    float: right;
}

.menu a {
    float: right;
    color: white;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 20px;
}

.menu a.active {
    background-color: red;
    color: white;
}

.menu a:hover {
    background-color: darkgrey;
    color: black;
}

nav {
    width: 100%;
    margin: auto;
    display: flex;
    line-height: 40px;
    top: 0;
    background: black;
}

nav ul {
    list-style-type: none;
    margin: 5;
    padding: 0;
    overflow: hidden;
}

nav ul li {
    float: left;
}

nav ul li a {
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

nav ul li a:hover {
    text-decoration: none;
}

body {
    background-image: url(../images/background.jpg);
    background-size: 1400px;
    margin: 0px;
}

.wrapper {
    width: 1300px;
    margin: auto;
    position: relative;
}

.foto {
    margin-left: 30px;
    margin-top: 45px;
    box-shadow: 0 0 10px black;
}

.shop {
    margin: 0 auto;
    display: flex;
    box-shadow: 0 0 15px black;
}

.suit {
    margin: 0 auto;
    display: flex;
    box-shadow: 0 0 15px black;
}

.belanja {
    font-size: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
}

.ekspresif {
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
}

.tentang {
    font-size: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
}

.berdiri {
    font-size: 20px;
    margin-left: 45px;
    margin-right: 45px;
}

section {
    margin: auto;
    display: flex;
    margin-bottom: 50px;
}

.kolom {
    margin-top: 50px;
    margin-bottom: 50px;
}

.kolom .deskripsi {
    font-size: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: red;
}

h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 20px;
    color: black;
    width: 100%;
    line-height: 50px;
}

h3 {
    color: red;
}

.kotak {
    background-color: black;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    box-sizing: border-box;
    widows: 100%;
    text-align: left;
    font: bold 16px;
}

.kotak .kotak-kiri {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.kotak .kotak-link {
    color: white;
    margin: 20px 0 12px;
}

.kotak .kotak-link a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: white;
}

.tombol {
    background-color: red;
    height: 31px;
    line-height: 30px;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    margin-left: 50px;
    margin-top: 10px;
}

.ke-tentang {
    background-color: red;
    height: 31px;
    line-height: 30px;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 10px;
}

.tombol:hover {
    background: grey;
    transition: 0.2 ease;
}

.ke-tentang:hover {
    background: grey;
    transition: 0.2 ease;
}