
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #FFF;
}

thead {
    position: fixed;
    left: 25%;
   
}

table, tr, td {
    border-collapse: separate;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
}

@font-face {
    font-family: 'myFont';
    src: url('Segan-Light.ttf');
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #555555;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}



img {
  max-width: 100%;
  min-width: 25%;
  height:auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

hr { 
    border: 0;
    height: 2px;
    background-image:   -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:   -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:   -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:   -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

header {
    background-color: rgb(182, 255, 0);
    text-align: center;
    vertical-align: bottom;
    position: fixed;
    top: 0;
    left: 0; 
    right: 0;
    min-height: 5%;
}

.name {
	text-align: left;
	font-size: 48px;
	font-size: 2.4vw;
}

.description {
    font-size: 6.4vw;
    font-family: myFont;
    color: white;
    background-repeat: no-repeat;
    text-align: center;
}

.imgdescription {
	font-size: 1.0vw;
    font-family: myFont;
    color: rgb(255, 204, 0);
	text-align: center;
}

.text {
	font-size: 3.6vw;
    font-family: myFont;
    color: yellow;
	text-align: center;
    letter-spacing: 32px;
}

.text_info {
    font-size: 1.6vw;
    font-family: myFont;
    color: ghostwhite;
    text-align: left;
    letter-spacing: 2px;
    margin-left: 20px;
}

.text_head {
    font-size: 1.6vw;
    font-family: myFont;
    font-weight: bold;
    color: black;
    text-align: center;
    letter-spacing: 2px;
    margin-left: 20px;
}

.text_policy_head {
	font-size: 2.8vw;
    font-family: myFont;
    color: black;
	text-align: center;
    letter-spacing: 16px;
    font-weight: bold;
}

.text_policy {
	font-size: 1.8vw;
    font-family: myFont;
    color: black;
	text-align: center;
    letter-spacing: 2px;
}

.header-fixed {
    position: fixed;
    width: 100%;
}
