﻿* {
    box-sizing: border-box;
}
body, html {
    margin: 0;
    height: 100%;
    font-family: Arial;
    font-size: 20px;
}
.header {
  top: 0px;
  position: fixed;
  text-align: center;
  min-width: 600px;
  width: 100%;
  height: 80px;
  font-size: 50px;
  font-family: 'Snap ITC';
  z-index: 98;
  background-color: white;
  padding: 5px;
}
.topMenu {
  position: fixed;
  background: rgb(255, 204, 255);
  top: 80px;
  min-width: 600px;
  width: 100%;
  min-height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  z-index: 99;
}
.topMenu a {
    color: #66ccff;
    float: left;
    padding: 10px 10px;
    text-decoration: none;
    text-align: center;
}

.topMenu a:hover {
    border-bottom: double;
}

.topMenu a.act {
    border-bottom: double;
}

.topMenu .icon {
    display: none;
}

@media screen and (max-width: 800px) {
     .topMenu a:not(:first-child) {
        display: none;
     }
     .topMenu a.icon {
        float: right;
        display: block;
     }
}

@media screen and (max-width: 800px) {
     .topMenu.responsive {
        position: fixed;
     }
     .topMenu.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
      }

     .topMenu.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
.dvPg{
    top:130px;
    padding: 0px; 
    margin: auto; 
    position: relative; 
    left: 0px; 
    float: left; 
    font-size:20px; 
    background-image:url(img/BackLogo.png); 
    background-size: contain;
}
.dvSec{
    padding: 0px; 
    margin: auto; 
    position: relative; 
    left: 0px; 
    float: left; 
    font-size:20px;
}
