*{padding:0;
margin:0}

.full_img{
margin-bottom: -8px;
}

.solid_blue{
border: none;
height: 48px;
color: rgb(36, 42, 68);
background-color: rgb(36, 42, 68);
}

.navbar{
height: 48px;
background-color: rgb(36, 42, 68);
}

.topnav a{
color: white;
text-decoration: underline;
}

.topnav li{
display: inline-block;
margin: 0 6px;
}

.topnav{
display: inline-block;
font-size: 24px;
margin-top: 12px;
padding-left: 12px;
}

.social{
height: 48px;
margin: 8px;
}

.privacy th, .privacy td{
border: 1px solid #000000;
padding:1px 2px;
}

.privacy p{
margin:4px;
}

.privacy ul{
width:90%;
margin-left:5%;
}

.privacy{
width: 1200px;
margin:16px auto;
}

.privacy h1, .privacy h2, .privacy h3{
margin-top:16px;
}

.privacy h4, .privacy h5{
font-weight: normal;
margin:8px 0;
}

.privacy table{
margin:0 auto;
border: 1px solid #000000;
border-collapse: collapse;
}

.high{
background:#FFFF00;
}

.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}