

body {
  font-family: Raleway;

}

h1 {font-size: 4em !important;}

h4 {
  font-size: 1.5em;
  color: #737373;
}

.container {
  max-width: 1150px;
  position: relative;
}
 
.site-header img {height: 45px;}

nav ul {list-style: none;position: absolute;height: 100%;right: 15px;line-height: 56px;}

nav ul li {
  float: right;
}

nav ul li a {
  color: #262cff !important;
  padding: 5px 10px;
  border-radius: 2px;
  margin-top: -5px;
  font-size: 15px;
}

.cta {
    border: 1px solid #3644ff;
    width: 150px;
    display: inline-block;
    padding: 10px 0;
    border-radius: 3px;
    color: #000 !important;
    text-decoration: none;
    margin: 5px;
}

.head-img {
    width: 360px;
    margin-top: 40px;
    margin-bottom: 20px;
}