*{
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
html{
  height: 100%;
  margin: 0;
}
body{
  min-height: 100%;
  margin: 0;
  padding-bottom: 130px;
  position: relative;
}
a{
  color: inherit;
}
a:hover{
  text-decoration: none;
}
h1{
  margin: 0 0 50px 0;
  text-align: center;
}
h2{
  text-align: center;
  margin: 40px 0;
}
p{
  margin-top: 30px;
  text-align: justify;
}
#adb{
  margin-top: 20px;
  display: none;
}
#footer{
  background-color: #203146;
  color: white;
  padding: 25px 0;
  text-align: center;
  border-top: 4px solid #fc3952;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer a:hover{
  color: white;
}
#header{
  background-color: #203146;
  padding: 50px 50px 20px 50px;
  font-family: 'Rubik', sans-serif;
  text-align: center;
}
#logo{
  width: 100px;
  position: absolute;
  left: -120px;
  top: -40px;
  transition: transform 5s ease;
}
#menu{
  background-color: #fc3952;
  margin-bottom: 30px;
  color: white;
  text-align: center;
  font-size: 16px;
}
#menu a{
  display: inline-block;
  line-height: 50px;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
}
#menu a:hover{
  color: white;
  background-color: #fd687c;
}
#menu img{
  margin-right: 8px;
}
#title{
  color: white;
  text-align: center;
  position: relative;
  font-size: 42px;
  letter-spacing: 1px;
  display: inline-block;
}
.ib{
  display: inline-block;
}
.info{
  padding: 25px 0;
  font-size: 22px;
  background-color: rgba(242, 242, 242, 0.5);
}
.nowrap{
  white-space: nowrap;
}
.redcircle{
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fc3952;
}
.slogan{
  font-size: 16px;
  padding-left: 20px;
  white-space: nowrap;
}
.smalltxt{
  font-size: 14px;
}
.tcenter{
  text-align: center;
}
@media all and (max-width: 1000px){
  #logo{
    position: static;
  }
  #menu .row{
    display: block;
  }
  .info{
    font-size: 1000px;
  }
}
@media all and (max-width: 670px){
  #logo{
    display: block;
    margin: 0 auto 10px auto;
  }
  #header{
    padding-top: 5px;
  }
}
@media all and (max-width: 550px){
  #header{
    padding: 5px 0px 20px 0px;
  }
  #title{
    font-size: 26px;
  }
  .slogan{
    padding-left: 0px;
  }
  .redcircle{
    width: 20px;
    height: 20px;
  }
}