html,
body
{
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 768px){
    .right-hand h1{
        font-size: 3.5em !important;
    }
}

.background{
   background-image: linear-gradient(to right, #2700ff, #730075);
   background-size: cover;
   min-height: 100vh;
   position: absolute;
    width: 100%;
    top: 0px;
    z-index:-1;
}

.right-hand h1{
    font-family: gilroy-extrabold !important;
    color: #fff;
}


.content{
	padding-left: 5%;
	padding-right: 5%;
}
@media only screen and (max-width: 999px){
    #Contact, #Resume, #Designs{
        padding: 5% !important;
    }
}
a:focus, a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 999px){
    .right-hand:nth-child(1){
        padding: 0% !important;
    }
}

.right-hand {
    width: 100%;
    max-width: 650px;
    float: right;
    color: #fff;
}

.right-hand h1 {
    font-family: 'Ramabhadra', sans-serif;
    color: #fff;
    margin-top: 20%;
    font-size: 4em;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.right-hand h3{
    font-size: 20px;
    margin-top: 2%;
}

.right-hand p{
    margin-top: 30px;
    margin-bottom: 7%;
}

.left-hand{
    width: 100%;
    max-width: 500px;
    display: inline-block;
}

.block {
    width: 80%;
    height: 70vh;
    background: #47792057;
}

.menu {
    background: rgba(0, 0, 0, 0.7);
    width: 80%;
    max-width: 250px;
    padding: 8% 2% 2% 2%;
    position: fixed;
}

.menu li:hover{ 
    margin-left: 12px;
}

.menu li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    padding-bottom: 7%;
    letter-spacing: -0.5px;
    transition: 1s;
    list-style-type: none;
}

.menu li a{
  color: #fff;
}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.container-1{
    z-index: 999;
    position: absolute;
    min-height: 100vh;
    top: 0px;
    left: 0px;
    right: 0px;
}

a.button {
    background: #232323;
    position: relative;
    padding: 2% 10%;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

a.button:hover{
    background: #fff;
    color: #000 !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.container-2{
    min-height: 100vh;
    width: 100%;
}

.websites{
    display: inline-block;
    padding: 1%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.outerbox{
    color: #000;
    letter-spacing: 1px;
    margin-top: 5%;
}

#Experience{
    background: #000;
}

.work {
    width: 50%;
    max-width: 180px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding-bottom: 2%;
}

.img-contain {
    display: inline-block;
    width: 100%;
    background: #fff;
    height: 180px;
}

.work h5{
    font-weight: 500;
    margin-top: 3%;
    letter-spacing: 1px;
}
.contact {
    display: inline-block;
    width: 30%;
    margin-top: 5%;
    max-width: 100px;
}

.mobile-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.mobile-menu li {
    width: 18%;
    display: inline-block;
        text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: -0.5px;
    padding-top: 1%;
    padding-bottom: 1%;
}

.mobile-menu li a{
    color: #fff;
}

@media only screen and (max-width: 999px){
    .mobilemenu{
        display: block;
    }
}

@media only screen and (min-width: 999px){
    .mobilemenu{
        display: none !important;
    }
}

@media only screen and (max-width: 999px){
    .menu{
        display: none;
    }
}

@media only screen and (min-width: 999px){
    .menu{
        display: block;
    }
}

body{
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.mobilemenu {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    display: inline-block;
    background: #000;
    bottom: 0px !important;
}

.mobilemenu .nav{
    width: 15%;
    padding: 2%;
    display: inline-block;
}

@media only screen and (max-width: 999px){
    .container-1{
        min-height: 90vh !important;
    }
}

.wrapper{
    overflow-x: hidden;
}

.skills {
    width: 100%;
    max-width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 1% 3%;
}

.skills .img-contain {
    height: 100px;
    background: #ffffff00;
    padding: 8%;
}

.skills h5 {
    padding-top: 3%;
}

div#Skills {
    background: #000;
}

label, output {
    display: inline-block;
    color: #000;
}

#contact-form input, textarea {
    padding: 1%;
    width: 100%;
}

#contact-form input.button {
background: #232323;
    position: relative;
    padding: 2% 10%;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    max-width: 300px;
    transition-duration: 0.5s;
    cursor: pointer;
}

#contact-form input.button:hover {
color: #232323;
    background: #fff;
}

#contact-form label {
    margin-top: 1.5%;
    margin-bottom: 0.5%;
    letter-spacing: 1px;
    font-weight: 500;
}

.maincontent {
    width: 100%;
    padding: 5%;
}

.maincontent a.button {
    margin-top: 5%;
    display: inline-block;
}

#contact-form{
    margin-bottom: 30px;
}

.footer.container-fluid {
    background: #233748;
    padding: 2% 5%;
}

form#subscribe input {
    padding: 5px;
}

form#subscribe input:nth-child(1) {
    width: 300px;
}

form#subscribe input:nth-child(2) {
    background: #5454c3;
    color: #fff;
    font-weight: 600;
}

span.footer-item, span.footer-item a {
    display: block;
    color: #fff;
}

span.name.footer-item {
    font-size: 30px;
}

.social {
    width: max-content;
    display: inline-block;
    margin: 0 5px;
}

.brand {
    width: 80%;
    max-width: 180px;
    display: inline-block;
    margin: 2%;
}