@import url('normalize.css');


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

html{
	height: 100%;
  cursor: url(../images/cursor2.png), default;
}

a:hover {
cursor: url(../images/cursor3.png), default;
}

body{
  font-size: 1.15rem;
  font-family: t26-carbon, monospace;
  font-weight: 100;
  font-style: italic;
  text-transform: lowercase;
  line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
  color: #000;
  background: #EBEBEB;
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 5%;
  height: 120px;
}

.logo{
	position: relative;
	height: 30px;
	width: 30px;
}

img:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.topnav{
  position: absolute;
  right: 8%;
}

.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333;
}

.topnav li {
  float: left;
}

.topnav li a {
  display: block;
  color: #ECA494;
  text-align: center;
  font-family: eurostile-extended, sans-serif;
  font-weight: 900;
  font-size:.75rem;
  font-style: normal;
  padding: 14px 16px;
}


.container{
  position: absolute;
  height: 100%;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 10% auto 5%;

  font-family: eurostile-extended, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 	3.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.sentence{
	margin: 0;
	text-align: left;
  color: #000;
}


.text {
  color: #ECA494;
  -webkit-text-stroke: 1px #ECA494;
}
.dud {
  color: #000;
  -webkit-text-stroke: 1px #000;

}

.status{
  position: fixed;
  height: 60px;
  bottom: 0;
  padding: 0 5% 0 5%;
}

.status a {
    cursor: url(../images/cursor_resume.png), default;
}

.footer {
  width: 100%;
  position: fixed;
  height: 60px;
  padding: 0 5% 0 5%;
  bottom: 0;
}

.footer span {
  position: absolute;
  right: 13%;
  font-size: .85rem;
  font-weight: 700;
  display: inline;
  color: #BBB;
  }

.footer span a{
    color: #BBB;
}

.footer span a:hover {
  color: #ECA494;
}

h3 {
  font-size: 1.15rem;
  font-weight: 100;
  font-style: italic;
  text-transform: lowercase;
}

h1 {
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  text-transform: lowercase;
}

h3 span{
  font-weight: 700;
  text-transform: uppercase;
}

.smicon{
  font-size: .75rem;
}


#floating {
  position: fixed;
  top: 40%;
  right: 4%;
  z-index: 2;
  transform: rotate(270deg);
  transform-origin: 90% 40%;
  height: 40px;

}

#floating a{

    font-size: 1.15rem;
    font-weight: 100;
    font-style: italic;
    text-transform: lowercase;
    cursor: pointer;
    display: inline-block;
    margin:12px;
    cursor: url(../images/cursor_wave.png), default;
}

a {
  color: #333333;
  text-decoration: none;
}

a:link {
  color: #333333;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #ECA494;
}

a:active {
  color: #000;
}



@media screen and (max-width: 768px){
	.container { font-size: 2rem; }
  h3 { font-size: 1rem; }
}

@media screen and (max-width: 414px){
	.container { font-size: 18px; }
  h3 { font-size: 1rem; line-height: 1.2rem; margin-bottom: 10px; margin-right: 30px;}
  .footer { height: 50px;}
  header { height: 70px;}
  .footer span { right: 15%;}
}

@media screen and (max-width: 320px){

	#floating {
    width: 70%;
    top: 80%;
    position: fixed;
    right: 0;
    z-index: 2;
    transform: none;
    transform-origin: left;
    height: 40px;
    text-align: center;
  }

  #floating a{
    display: inline-block;
    margin: 10px;
  }
    .footer span { right: 38%;}

  .status {
    display: none;
  }

}
