﻿@import 'https://fonts.googleapis.com/css?family=MuseoModerno&family=Roboto';
* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background-color:#F5F5F5;
  background: url(../img/tip_bg.jpg);
  margin: 0;
}
h2 {
  font-size: 180%;
  font-weight: 700px;
  text-align: center;
  padding-top: 2%
}
h3 {
  font-size: 175%;
  line-height: 155%;
  padding: 5% 0;
}
p {
  font-size: 110%;
  line-height: 150%;
  padding: 1%;
  text-indent: 2%;
  text-align: justify;
  color: #F5F5F5;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin-bottom: -4px;
}
header {
  //background-color: #6991AC;
  width: 100%;
  height: 86px;
}
#header-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align:center;
}
#logo {
  display: block;
  max-width: 100%;
  height: auto;
  font-family: 'MuseoModerno';
  font-size: xxx-large;
  text-decoration: none; 
}
.banner {
  width: 100%;
  font-family: 'Roboto';
  font-size: x-large;
  font-weight: bold;  
  margin-top: 370px;
}
.banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align:center;
}

/*---media start----*/
@media screen and (max-width: 768px) {
  h2 {
    font-size: 150%;
  }
  h3 {
    font-size: 125%;
  }
  p {
    font-size: 110%;
  }
  .banner {
    margin-top: 170px;
  }
  #logo {
    font-family: 'MuseoModerno';
    font-size: xxx-large;
    text-decoration: none;
  }
}