html {
  scroll-behavior: smooth;
}

body {
    background: #333;
}

.topnav {
    background: #333;
    overflow: hidden;
}

.topnav a {
    color: white;
    float: right;
    text-decoration: none;
    padding: 2%;
    margin-right: 10%;
    font-family: 'Courier New', monospace;
    font-size: 3vw;
    font-weight: bold;
}

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

.column {
    margin: 1vw;
    font-size: 2vw;
    color: white;
}

.left {
    float: left;
    width: 30vw;
}

.right {
    float: right;
    width: 60vw;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


.box {
    display: inline-block;
    font-family: 'Courier New', monospace;
    outline: 2px solid white;
    text-align: center;
    color: white;
    margin: 20px;
    width: 30vw;
}

.box h2 {
    font-size: 2.5vw;
}

.box h4 {
    font-size: 2vw;
}

.box button {
    background-color:#000000;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color:white;
    padding:8px 12px;
    border:0;
    border-radius:4px;
    font-size:2vw;
    cursor:pointer;
    margin-top:10px;
    margin-bottom:20px
}

.contact-div {
    width: 50vw;
    display: block;
    margin: auto;
    text-align: center;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color:white;
}

.contact-div input, textarea {
    display: block;
    width: 100%;
}

.contact-div input[type=submit] {
    /*float: right;*/
    margin: auto;
    text-align: center;
    width: 30%;
    background-color:#000000;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color:white;
    border-radius:4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.socialTable {
    width: 25%;
    margin: auto;
}

.socialTable td {
    vertical-align: middle;
    text-align: center;
    width: 25%;
}

.socialTable img {
    display:block;
    margin:0 auto;
}