@import url('https://fonts.googleapis.com/css?family=Roboto:500');


#two p{
text-align: left;
}

#two li{
font-size: 2vmax;
color: #01647e;
}

ul{
  list-style: none;
  margin:0px;
  padding:10px;

}

li{
  display: inline-block;
  padding:5px;
}

nav {
  background-color: black;
  position: fixed;
  width: 100%;
  z-index:1;
}

nav a {
  float: left;
  display: inline-block;
  color: white;
  text-align: center;
  padding: 19px 15px;
  text-decoration: none;
  font-size: 17px;
}

nav a:hover {
  background: #ebebeb;
  color: #01647e;
}


gfx{
max-width:100%;
margin-left: auto;
margin-right:auto;
}


#stats h2{
font-size: 3.5vmin;
color: #01647e;
}

#stats p{
font-size: 2.5vmin;
}

#titles h2{
font-size: 4.5vmin;
}

#titles p{
font-size: 3vmin;
}

h2{
text-align: center;
font-family: 'Roboto', sans-serif;
color:#e39a53;
}


p{
text-align:center;
font-family: 'Open sans', sans-serif;

}


.button {
  border-radius: 4px;
  background-color: white;
  border: 1px solid #01647e;
  color: #01647e;
  text-align: center;
  font-size: 10px;
  padding: 0px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 10px;
  display:inline-block;
  margin-left:20px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color:#01647e;
    

}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
  color:white;

}

.button:hover span {
  padding-right: 10px;
  color: #01647e;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
  color: #01647e;
}

.btn-group{
display:flex;
justify-content: center;
}
.btn {
margin: 0 10px;
  max-width:350px!important;
  min-width:300px!important;
}
.avia-button-center{
display:inline-block!important;
}

@media only screen and (max-width:600px) {
background: none;
.btn-group{
display:inline-block!important;
text-align:center;
}
.btn {
margin: 10px 0;
}
#stats h2{
font-size: 5vmin;
color: #01647e;
}

#stats p{
font-size: 3vmin;
}

.button {
  font-size: 8px;
  width: 70px;
  margin-left: 20px;
}

}

@media only screen and (min-width:100px) and (max-width:600px){

nav a {
  padding: 10px 10px;
  font-size: 10px;
}

}

@media only screen and (min-width:700px) {
.button {
  margin-left: 25px ;
  margin-right: 30px;
}
}


@media only screen and (min-width:900px) {
.button {
  margin-left: 50px ;
  margin-right: 40px;
}
}

@media only screen and (min-width:1000px) {
.button {
  margin-left: 69px ;
  margin-right: 55px;
}
}









