/*Colour palette*/
.block {
  display: block;
}
.clearfix {
  clear: both;
}
.center {
  text-align: center;
}
.left_float {
  float: left;
}
.right_float {
  float: right;
}
/*Colour palette*/
html {
  cursor: cell;
}
html a {
  cursor: cell;
}
h1 {
  font-family: Roboto, sans-serif;
  font-size: 35px;
  color: #231f20;
  text-align: center;
}
h2 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #231f20;
  text-align: center;
}
body {
  background: url('http://winnietran.ca/background.png');
  background-color: #c68fd2;
}
body .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
body .container .circle {
  text-align: center;
  margin: 5% auto;
  width: 35%;
}
body .container .circle #name {
  text-align: center;
  position: relative;
  top: -20px;
}
body .container .circle #name a,
body .container .circle #name a:visited,
body .container .circle #name a:active {
  text-decoration: none;
  color: #231f20;
}
body .container .circle #name a h1:hover {
  color: #f9f9f9;
}
body .container .circle #line_one {
  position: relative;
  top: -20px;
  height: 1px;
  margin: 0 auto;
  background-color: #f9f9f9;
  width: 90%;
}
body .container .circle #line_two {
  position: relative;
  top: -10px;
  height: 1px;
  margin: 0 auto;
  background-color: #f9f9f9;
  width: 90%;
}
body .container .circle #text {
  margin: 5% auto;
  text-align: center;
}
body .container .circle #text p {
  font-size: 12px;
  font-family: Segoe UI Light, Roboto, sans-serif;
  letter-spacing: 1px;
  color: #231f20;
}
body .container .circle #quote p{
  font-style: italic;
  font-size: 16px;
  font-family: Segoe UI Light, Roboto, sans-serif;
  letter-spacing: 1px;
  color: #f9f9f9;
}
body .container .circle #nav_title {
  text-align: center;
  position: relative;
  margin: 0 auto;
  top: 5px;
}
body .container .circle #nav_title h2 {
  font-family: Roboto, Segoe UI Light, sans-serif;
  font-size: 24px;
}
body .container .circle #short_line_one {
  margin: 0 auto;
  background-color: #f9f9f9;
  position: relative;
  top: 3px;
  height: 1px;
  width: 50%;
}
body .container .circle #short_line_two {
  margin: 0 auto;
  position: relative;
  top: 10px;
  background-color: #f9f9f9;
  height: 1px;
  width: 50%;
}
body .container .circle .nav {
  position: relative;
  left: -15px;
  top: 20px;
  font-family: Segoe UI Light, Roboto, sans-serif;
  margin: 0 auto;
  line-height: 1.5em;
}
body .container .circle .nav ul li {
  margin: 0 auto;
  color: #231f20;
  display: inline;
  list-style: none;
}
body .container .circle .nav a,
body .container .circle .nav a:active,
body .container .circle .nav a:visited {
  color: #231f20;
  text-decoration: none;
}
body .container .circle .nav a:hover {
  text-decoration: none;
  text-transform: uppercase;
}
body .container .circle .arrow {
  position: relative;
  margin: 5% auto;
  top: 30px;
}
body .container .circle .arrow a,
body .container .circle .arrow a:active,
body .container .circle .arrow a:visited {
  font-family: FontAwesome;
  font-style: none;
  color: #231f20;
  text-decoration: none;
}
body .container .circle .arrow a:hover {
  text-decoration: none;
  color: #f9f9f9;
}