body {
  font-family: monospace;
  font-size: 18px;
  background-image: url("../images/lorice-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #1c2e5e;
  background-size: cover;
  color: #666;
  margin: 0;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

input[type=checkbox] {
  display: none;
}

label {
  display: inline-block;
  margin-right: 1em;
  padding: 0.4em 0;
  cursor: pointer;
}

button {
  border: 10px solid #00FFAA;
  font-family: monospace;
  position: absolute;
  line-height: 60px;
  text-align: right;
  padding: 0 1.2em;
  background: #444;
  font-size: 24px;
  cursor: pointer;
  display: block;
  outline: none;
  height: 80px;
  width: 80%;
  top: 260px;
  margin: 0;
  left: 10%;
}

button:hover {
  background: #00FFAA;
}

input[type=checkbox] + label:before {
  display: inline-block;
  position: relative;
  background: #444;
  margin-right: 8px;
  content: "";
  height: 16px;
  width: 16px;
  top: 1px;
}

input[type=checkbox]:checked + label:before {
  background: #00FFAA;
}
.content{
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 30px;
  width: 50%;
}
.contact{
  width: 50%;
  margin:0 auto;
}
.contact-container{
  width:100%;
  float:left;
}
.logo-container{
  width:100%;
  float:left;
}
.logo {
  width: 40%;
  margin:0 auto;
  }

.container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.scene {
  padding: 0;
  margin: 0;
}

.fill {
  position: absolute;
  bottom: 5%;
  right: 5%;
  left: 5%;
  top: 5%;
}

.expand-width {
  width: 100%;
}

.border {
  border: 2px dashed #00FFAA;
}

.aspect {
  opacity: 0.2;
}

.layer {
  width: 100%;
  float: top;
  margin-bottom:12%;
  bottom: 12%;
  top: -12%;
  margin-top: -12%;
  padding-bottom: 12%;
  margin-bottom: -12%;
}

.socialbar {
  width: 50%;
  margin:0 auto;
}
.bar{
  margin:0 auto;
  width: 100px;
}
.social {
  display:inline-block;
  width:25px;
}
.clear{
  clear: both;
}
.contact-number{
  color:#001f5b;
  font-weight:bold;
  font-size:18px;
  width:100%; 
  text-align: center;
}
.container-inside{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left:0px;
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .content{
    width: 70%;
    margin-top:70px;
  }
  .logo{
    width: 80%;
  }
  .contact{
    width:100%;
  }
  .contact-number{
    color:#1C2E5E;
    font-size:12px;
  }
  }