/*
Theme Name: CamboRent.com
Author: CamboRent.com
Version: 1.0
*/

* {
  box-sizing: border-box;
}
body {
    background-color: #ffffff;
    font-family: "Helvetica", "Noto Serif Khmer";
}

.noto-serif-khmer-<uniquifier> {
  font-family: "Noto Serif Khmer", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
header{
    margin: 0 auto;
    height: 70px;
    width: 1000px;
    background-color: #fff;
}
.my-logo {
  height: 25px; 
  margin-top: 20px;
}

.container-header{
    width: 1000px;
}

footer {
  width: 100%;
  padding-left: 1%;
  margin-bottom: 8px;

}
body > header > h1 > a {
  color: #000000;
  font-weight: 400;
}

article > header {
}

footer {
  margin-top: 4px;
}

a {
  text-decoration: none;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}
.content-area {
  display: inline-block;
}

.content-thin {
    
}

.content-full-width {
    width: 100%;
}

.content-area,
.primary-sidebar {
  display: inline-block;
}

.primary-sidebar {
  width: 25%;
  padding: 1%;
  vertical-align: top;
  background-color: #ececec;
}

.article-loop {
    width: 45%;
    text-align: left;
    margin: 5px;
    padding: 10px;
    background-color: #ff0000;
}

.article-full {
  width: 99%;
  padding: 1%;
}

.article-loop,
.article-full {
  display: inline-block;
  vertical-align: top;
  background-color: #eaeaea;
  border-radius: 4px;
  margin-bottom: 4px;
}

.hero-image {
  height:280px;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(241,132,14,1) 0%, rgba(255,252,0,1) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  font-family: "Passion One", sans-serif;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
}
.contact-phone{
    margin-top: 18px;
    position: relative;
    float: right;
    display: inline-block;
    font-size: 12px;
}

