body {
  boarder:5%;
  spacing:5%;
}
.logo {
  height:auto; 
  width:12%;
}
.logotxt {
  height:auto; 
  width:60%;
  align:middle;
}

/*Form*/
form {
  font-family: 'Roboto', sans-serif;
  
  font-size:150%;
  text-align:left;
  margin-left:5%;
}
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color:#800080;
    border-radius: 50%;
}

.container:hover input ~ .checkmark {
    background-color: #A5F37B;
}
.container input:checked ~ .checkmark {
    background-color: #A5F37B;
}

/* circle */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container input:checked ~ .checkmark:after {
    display: block;
}
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

a {
  text-decoration:underline;
  font-family: 'Roboto', sans-serif;
  
}

}
li {
  font-family: 'Roboto', sans-serif;
  
  font-size:150%;
  text-align:left;
  margin-left:4%;
}
p {
  font-family: 'Roboto', sans-serif;
  
  font-size:150%;
  text-align:left;
  margin-left:4%;
}
.contactpara {
  letter-spacing: 4%;
}
ul {
  font-family: 'Roboto', sans-serif;
  
  font-size:150%;
  text-align:left;
  margin-left:4%;
}
h4 {
  font-family: 'Roboto', sans-serif;
  
  font-size:200%;
  text-align:center;
  margin-left:4%;
}
.comps {
  width:50%;
  height:auto;
  padding-top: 5%;
}
table {
  table-layout: fixed;
  width: 100%;
  padding-left:10%;
  height:20%;
  text-align: center;
  align:middle;
}

.footer {
  font-family: 'Roboto', sans-serif;
  font-size:60%;
  text-align:center;
  margin-left:4%;
  padding-bottom:5%;
}

td{
  font-family: 'Roboto', sans-serif;
  font-size:150%;
  text-align:left;
  margin-left:4%;
}
tr{
  align:middle;
}

.logogo{
  height:auto; 
  width:40%;
  align:middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  padding-bottom:3%;
}
