@import
url('https://fonts.googleapis.com/css?family=Raleway:100,400,700,900');

* {
    box-sizing: border-box;
}

body {
    height: 100%;
    margin: 0;
    background-color: #DCDCDC;
}

input[type="text"]
{
    border-radius: 10px;
    padding: 5px;
    font-family: 'Raleway', sans-serif;
    font-size:24px;
}

#ti
{
    width: 35%;
}

#lt
{
    width: 10%;
}

#gt
{
    width: 10%;
}

#o
{
    width: 10%;
}

input[type="submit"]
{
    background-color: #B9B7C8;
    padding: 10px;
    border-radius: 25px;
    font-family: 'Raleway', sans-serif;
    font-size:24px;
    text-align: center;
}

input[type="submit"]:hover {
    background-color: rgb(192, 190, 204);
    color: rgb(44, 43, 46);
}

.home
{
    padding-top: 8%;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 300%;
    text-align: center;
    letter-spacing: -5px;
}

.topnav {
    text-align: right;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: gray;
    overflow: hidden;
}

.topnav a {
    background-color: #B9B7C8;
    font-family: 'Raleway', sans-serif;
    padding: 2%;
    text-decoration: none;
    color: #34363a;
}

.topnav a:hover {
    background-color: rgb(197, 195, 218);
    color: #565a61;
}

.topnavs {
  text-align: right;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: gray;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  color: #B9B7C8;
}

.topnavs a {
    background-color: #B9B7C8;
    font-family: 'Raleway', sans-serif;
    padding: 2%;
    text-decoration: none;
    color: #34363a;
}

.topnavs a:hover {
    background-color: rgb(197, 195, 218);
    color: #565a61;
}
