@font-face {
    font-family: font-khr;
    src: url('../assets/KirangHaerang-Regular.ttf');
}


body {
   #background-image: linear-gradient(to right, rgba(255,255,255, 0.7) 0 100%), url('../assets/brosome-golf-cart.png');
    background-repeat: no-repeat;
    background-position: center;
}

body, h1, h2, h3, h4, h5, h6  {
    font-family: font-khr, Helvetica, Arial, sans-serif;
}

#header {
    background-color: #cd8500;
    max-height:75px;
}

#header_logo {
    padding: 10px;
    float: left;
}

#header_logo_img {
    margin-left: 25px;
    width: 150px;
    height: 50px;
}

#header_nav {
    float:right;
}

#header_nav_links {
    float: left;
    font-family:"font-khr";
    font-size:50px;
    text-decoration: none;
    margin-right: 50px;
}

#header_nav_links ul {
    margin: 0;
}

#header_nav_links li {
    margin-right: 15px;
}

#header_nav_links ul > li {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
}


/* unvisited link */
#header_nav_links a:link {
    color: black;
    text-decoration: none;
}

/* visited link */
#header_nav_links a:visited {
    color: black;
    text-decoration: none;
}

/* mouse over link */
#header_nav_links a:hover {
    color: red;
}

/* selected link */
#header_nav_links a:active {
    color: darkgreen;
}




#header_nav_search {
    float: right;
    margin-top: 10px;
    margin-right: 40px;

}

#header_nav_search input {
    width: 500px;
    height: 50px;
    font-size: 25px;
}


#main_container {

}

#merch_container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

#main_title {
    text-align: center;
}

#main_title {
    font-family:"font-khr";
    font-size: 50px;
}

#main_content {

}

#shirts {
    width: 600px;
    float:left;
    margin-right: 50px;
    height: 500px;
}

#stickers {
    float:left;
    margin-bottom: 30px;
}

#hats {
    margin-top: 30px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 800px;
}

.shirt {
    float:left;
    max-height: 200px;
    max-width: 250px;
}

.hat {
    float:left;
    max-height: 200px;
    max-width: 250px;

}

.sticker {
    float:left;
    max-height: 200px;
    max-width: 250px;
}

.clear-both {
    clear: both;
}

#footer {
    text-align: center;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}