.navbar {
  background-color: rgb(31, 30, 30);
  border-radius: 0px;
  margin-bottom: 0px;
}
* {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.navbar-default .navbar-brand {
  color: #fff;
}
section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../22.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  margin-top: 0px;
}

h1 {
  background-color: #00000087;
  text-align: center;
  top: 270px;
  position: relative;
  margin-top: 0px;
  color: cornsilk;
  font-family: cursive;
  font-size: 82px;
}
.sideimg {
  margin-top: 100px;
  float: left;
}
.sidetext {
  width: 100%;
  color: #080808;

  margin-top: 60px;
  margin-right: 25px;
}

div.polaroid {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  width: 200px;
  height: 200px;
  float: right;
  clear: left;
}
.jmb {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/*.title {
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 447px;
  color: black;
  border: solid black 2px;
}*/

#display {
  height: 40px;
  font-size: 40px;
}
/* Set the button style */
#btn {
  width: 100%;
  height: 40px;
  font-size: 30px;
}

input[type="button"] {
  background-color: gray;
  color: black;
  border: solid black 2px;
  width: 100%;
}

/* Set input textarea */
input[type="text"] {
  background-color: white;
  border: solid black 2px;
  width: 100%;
}
.calc {
  border: black solid 1px;
  clear: both;
}
.CONTACT {
  margin: 100px;
}
