/* overrides */


/* content */

body {
  font-family: 'Cairo', sans-serif;
}

p {
  font-weight: 400;
  color: #282828;
  font-size: 16px;
}

h1 {
  font-weight: 600;
  font-size: 40px;
}

h2 {
  font-weight: 600;
  font-size: 28px;
}

h3 {
  font-weight: 700;
  font-size: 20px;
}

h4 {
  font-weight: 600;
  font-size: 18px;
}

h5 {
  font-weight: 600;
  font-size: 14px;
}


#righthand-column {
  right: 0;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Hides scrollbar in just righthand column */
#righthand-column::-webkit-scrollbar {
  display: none;
}

hr {
  border: .5px solid #f5f5f5;
}

/* #paul {
  border-radius: 50%;
} */

#hover-line {
  border-left: 5px solid transparent;
}

#bg-image {
  background-image: url(../img/texture_01.jpg);
  height: 70vh;
  background-size: cover;
}


/* links */

a:link {
  color: #b04c38;
  text-decoration: none;
  font-weight: 400;
}

a:visited {
  color: #b04c38;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: #282828;
}

#hover-line:hover {
  border-left: 5px solid #b04c38;
}

.btn {
  background-color:#b04c38;
  border:#b04c38;
}

.btn:hover {
  background-color:#952e1d;
  border:#952e1d;
}

.list-group-item:hover {
  background-color: white;
}



/* fonts */

.cairo200 {
  font-family: 'Cairo', sans-serif;
  font-weight: 200;
}

.cairo300 {
  font-family: 'Cairo', sans-serif;
  font-weight: 300;
}

.cairo400 {
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
}

.cairo600 {
  font-family: 'Cairo', sans-serif;
  font-weight: 600;
}

.cairo700 {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
}

.cairo900 {
  font-family: 'Cairo', sans-serif;
  font-weight: 900;
}



/* media queries */

@media screen and (max-width: 720px) {
  #righthand-column {
    position: sticky;
  }
}

@media screen and (max-width: 720px) {
  #header {
    text-align: center;
  }
}