body {   margin:0;
   padding:0;
font-family: Verdana, sans-serif;}

@media screen and (max-width: 600px) {
.topnav {
  position: absolute;
  top: 200px;
  width: 100%;
  overflow: visible;
  background-color: #333;
  text-align: center;
}
}

@media screen and (min-width: 601px) {
.topnav {
  position: absolute;
  top: 130px;
  width: 100%;
  overflow: visible;
  background-color: #333;
  text-align: center;
}
}

.topnav a {
  display: inline;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 17px;
  text-align: center;
}

.active {
  background-color: #333;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    display: inline-block;
}

.dropdown .dropbtn {
    display: inline-block;
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 10px;
    background-color: #333;
    text-decoration: none;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;

}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;

}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav a {
    display: inline-block;
    float: left;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .desktop-only {display:none;}
}

@media screen and (min-width: 601px) {
  .mobile-only {display:none;}
}

@media screen and (max-width: 600px) {
p { white-space: normal;}
}

@media screen and (min-width: 601px) {
p { white-space: nowrap;}
}

header {background: black; color: white; margin: 0; padding: 0;}

h1{ margin: 0; padding: 0; }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

* {
    box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
    width: 400px;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

/* Style inputs */
input[type=email], select, textarea {
    width: 400px;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

/* Style inputs */
input[type=subject], select, textarea {
    width: 400px;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

/* Style inputs */
textarea[type=textarea], select, textarea {
    width: 400px;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

/* Style the container/contact section */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    background-size:100% 100%;
    padding-left:15px;
    padding-right:100px;
    padding-top:15px;
    padding-bottom:15px;
}

@media screen and (min-width: 601px) {
/* Create two columns that float next to eachother */
.column {
    float: right;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
}
}

@media screen and (max-width: 600px) {
/* Create two columns that float next to eachother */
.column {
    float: left;
    width: 95%;
    margin-top: 6px;
    padding: 0px;
}
}

@media screen and (min-width: 601px) {
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
}

@media screen and (max-width: 600px) {
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
}
