/*
Theme Name: Kyto
Theme URI: https://kyletorres.com/kyto/themes/kyto/
Author: Kyle Torres
Author URI: https://kyletorres.com
Description: This is the main style for kyletorres.com
Version: 1.0
Text Domain: kyto
*/

::selection {
  background: #e74c3c; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #e74c3c; /* Gecko Browsers */
}

@font-face {
  font-family: avenir;
  src: url("font/Avenir Next.ttc");
}

html, body {
  margin: 0;
  width: 100%;
  height: 100%;
}

.fullscreen {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: table;
}

.fullscreen .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 100px;
  font-family: avenir;
}

/* Font styling */
h1 {
  font-weight:100;
  font-size: 100px;
  margin: 0;
  text-transform:lowercase;
}

p {
  font-weight:100;
  font-size: 25px;
  text-decoration: none;
  margin: 0;
}

/* Link styling */
a:link, a:visited {
  color: #ffffff;
  text-decoration: none;
}

#about a:link, #about a:visited {
  color: #1d1e20;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #1d1e20;
  text-decoration: none;
}

a:active {
  color: #1d1e20;
  text-decoration: none;
}

/* Header styling */
header {
  background-color: #ffffff;
  height: 40px;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  line-height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #1d1e20;
  z-index: 100;
  font-family: avenir;
}

#menu {
  position: fixed;
  right: 25px;
  font-size: 30px !important;  /*Override the font-size specified earlier (36px) for all navigation links */
  /*color: #1d1e20;*/
  color: #ffffff;
  text-decoration: none;
  z-index: 200;
}

#title {
  padding-left: 25px;
  color: #1d1e20;
  font-size: 30px !important;
}

#stickyHeader {
  background-color: #ffffff;
  height: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  line-height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #1d1e20;
  z-index: 100;
  font-family: avenir;
}

#stickyMenu {
  position: fixed;
  right: 25px;
  font-size: 30px !important;  /*Override the font-size specified earlier (36px) for all navigation links */
  color: #1d1e20;
  text-decoration: none;
  z-index: 200;
}

/* Section styling */
#home {
  background-color: #2c3e50;
  color: #ffffff;
}

#about {
  background-color: #ffffff;
  color: #1d1e20;
}

#photography {
  background-color: #2980b9;
  color: #ffffff;
  background-image: url("images/photograph-crop-small.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#contact {
  background-color: #3498db;
  color: #ffffff;
}

#photographyPage {
  background-color: #3498db;
  overflow: scroll;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  vertical-align: top;
}

#photoHeader {
  background-color: #2c3e50;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#excerpt {
  background-color: #ffffff;
  color: #1d1e20;
}

.singlePhoto {
  background-color: #2980b9;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

footer {
  background-color: #ffffff;
  height: 50px;
  top: 0;
  font-family: avenir;
  width: 100%;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}