/* * {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
  } */
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.lower{
    background-color: #14152D;
    color: #fff;
    width: 100%;
    height: 310px;
}
.low{
    margin: 0% 5%;
}
.logo2{
    width: 60%;
}
.lower p{
    font-size: small;
    margin-top: -15%;
}
.head{
    color: gray;
    margin-top: 40%;
    margin-left: 20%;
}
.items{
    margin-left: 20%;
    display: grid;
    margin-top: 40%;
}
.items a{
    text-decoration: none;
    color: white;
}
.contact{
    color: gray;
    margin-top: 26%;
    margin-left: 12%;
}
.address{
    margin-left: 12%;
    display: grid;
    margin-top: 38%;
}
.icons{
    margin-left: 75%;
    display: grid;
    margin-top: 100%;
}
.icons .icon{
    margin-top: 135%;
}

.upper{
    width: 100%;
    padding: 5%;
    background:#36B5FF;
}
.dino{
    width: 58%;
}
.text{
    color: white;
    margin: 15%;
}
.text h2{
    font-size: xxx-large;
    font-weight: 800;
}
.text p{
    font-size: large;
}

/* CSS */
.button-54 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  /*box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;*/
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) {
  .button-54 {
    padding: 0.25em 0.75em;
  }
}


@media only screen and (max-width: 1100px) {
    .dino{
        width: 74%;
    }
    .lower{
        height: 325px;
    }
    .lower p{
        font-size: small;
        margin-top: -5%;
    }
    .extra{
        margin-top: 58%;
    }
}
@media only screen and (max-width: 800px) {
    .dino{
        width: 100%;
    }
    .text h2{
        font-size: xx-large;
        font-weight: 800;
    }
    .text p{
        font-size: medium;
    }
    .lower p{
        font-size: small;
        margin-top: -15%;
    }
    .logo2 {
        width: 70%;
    }
    .items {
        margin-left: 40%;
        display: grid;
        margin-top: 20%;
    }
    .head {
        color: gray;
        margin-top: 25%;
        margin-left: 33%;
    }
    .services{
        display: none;
    }
    .links{
        display: none;
    }
    .contact {
        color: gray;
        margin-top: 26%;
        margin-left: 30%;
    }
    .address {
        margin-left: 15%;
        display: grid;
        margin-top: 33%;
    }
    .icons {
        margin-left: 75%;
        display: grid;
        margin-top: 40%;
    }
}

@media only screen and (max-width: 500px) {
    .upper {
        background:#36B5FF;
        width: 100%;
        height: 365px;
    }
    .dino {
        width: 50%;
        margin-left: 50%;
        margin-top: -20%;
    }
    .lower{
        background-color: black;
        color: #fff;
        width: 100%;
        height: 375px;
    }
    .lower p {
        font-size: x-small;
    }
    .logo2 {
        width: 50%;
    }
    .address {
        display: grid;
        margin-top: 20%;
        margin-left: 0;
    }
    .contact{
        margin: 0;
    }
    .icons {
        margin-left: 0%;
        display: flex;
        margin-top: 0%;
    }
    .icons .icon {
        margin-right: 25%;
        margin-top: 0%;
        margin-bottom: 5%;
    }
}