body {
    /* background: linear-gradient(to bottom, black 0%, black 3%, rgb(255, 255, 255) 15%, rgb(251, 243, 236) 50%, #003150 100%); */
    font-family: sans-serif;
    font-size: 1.1em;
    overflow-x: hidden;
}

h1 {
    font-family: 'Overlock', cursive;
    color: white;
    text-align: center;
    z-index:10 !important;
    animation: slideInDown 1s ease-out;
    margin: 0 auto;
}

@-webkit-keyframes slideInDown {
    from {
      -webkit-transform: translate3d(0, -500%, 0);
      transform: translate3d(0, -500%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes slideInDown {
    from {
      -webkit-transform: translate3d(0, -500%, 0);
      transform: translate3d(0, -500%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }

.space {
    height:100vh;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h3 {
    color: white;
    text-align: center;
    font-family: 'Overlock', cursive;
    animation: slideInRight 1s;
}

@-webkit-keyframes slideInRight {
    from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}
  
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
}

.view-project-btn {
    color: white;
    border: solid 3px white;
    width: fit-content;
    padding: 1rem 2rem;
    font-size: 1.2em;
    cursor: pointer;
    font-family: 'Overlock', cursive;
    animation: rotateIn 1.7s;
}

@-webkit-keyframes rotateIn {
    from {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
    }
    to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  
  @keyframes rotateIn {
    from {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
    }
    to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }

span {
    color: rgb(106, 106, 177);
    z-index:10 !important;
}

.blueLine {
    height: 4px;
    background: rgb(48, 201, 221);
    width: 100%;
}

#about {
    width: 100%;  
}

h2 {
    text-align: center;
    margin-bottom: 125px !important;
    padding: 50px 0 0 0;
}

h4 {
    margin-bottom: 5vw;
}

hr {
    width: 7vw;
    height: 3px;
    background: #234;
    margin-bottom: 100px;
}

.projects {
    width: 100%;
    color: black;
    margin-top: 150px !important;
    padding-bottom: 300px;
    width: 100vw;
}

svg {
    margin-top: -160px;
    z-index: -1;
}

img {
    width: 30vw
}

.contact {
    color: white;
}

#contact {
    width: 100%;
}

footer {
    height: 400px;

}

.page-footer {
    background: rgba(53, 61, 71, 0.582) !important;
    margin-top: -20px;

    height: auto;
}

input {
    color: orange;
}

::-webkit-input-placeholder {
    color: grey;
    opacity: 1 !important;
    text-indent: 10px;
}

.headings {
    width: 40vw;
    margin-bottom: 5px;
    border-bottom: none;
    background: rgba(53, 61, 71, 0.582);
}

#submit {
    height: 5em;
    width: 7em;
    background: none;
    border: 2px solid white;
    color: white;

    font-size: 0.8em;
}

textarea {
    height: 16vw;
}

#name {
    border-radius: 10px 10px 0 0;
    width: 77vw;
}

input[type=text] {
    color: orange;
    line-height: 1.5;
}

p {
    text-align: center;
    line-height: 1.5em;
}

.image {
    text-align: center;
}

ul {
    position: relative;
}

.skillSet {
    display: flex;
    flex-flow: column;
    white-space: pre-line;
    position: relative;
    white-space: nowrap;
    text-align: center;
    font-size: 1.4em;
    color: #234;
    font-family: Arial, Helvetica, sans-serif;
}

.btn {
    background:transparent !important;
    color:white !important;
}

.btn:hover {
    background: transparent;
}

ul {
    margin:0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: transparent;
}

ul .btn {
    display: none;
    cursor: pointer;
}

ul li {
    float: left;
    text-align: center;
}

ul li a {
    display: block;
    padding:10px;
    text-decoration: none;
    color:black;
}

ul li a:hover {
    box-shadow: 0 -10px 0 -5px #000 inset;   
}

@media (max-width: 40em) {
    ul li {
        float: none;
        
    }

    ul .btn {
        display: block;
        
    }

    ul .menu li a {
        padding: 0px 20px 10px 20px;
        
    }

    ul .menu {
        display: none;
    }

    ul li:hover .menu {
        display: block;
    }
}



#name {
    margin-left: -2vw;
}

#email {
    width: 77vw;
    margin-left: -2vw;
}

#message {
    width: 77vw;
    margin-left: -2vw;
}

.fa {

    margin-left: 15px;
}

.myPages {
    text-align: center;
}

.projectTitle {
    display: inline-flex;
    justify-content: center;
    color: white;
    font-size: 0.7em;
    background: rgba(0, 0, 0, 0.5);
    height: auto;
    width: 40vw;
}

.sonic {
    font-size: 20vw;
}

.contactRow {
    margin-bottom: -30px;
}

.linkImages {
    margin-bottom: 50px;
}



@media (max-width: 375px) {
    .button {
        margin-bottom: 60vw;
    }

    .btn {
        height: 100px;
    }
}

._links {
    color: #234 !important;
}

.card-content {
    height: 75px;
}

svg {
    padding-top: 200px;
} 
.st0 {
    fill: #003150;
}

.fa-envelope {
    color:white !important;
}

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.stars, .twinkling, .clouds {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  z-index:-10 !important;
}

.stars {
  background:#000 url(http://www.script-tutorials.com/demos/360/images/stars.png) repeat top center;
}

.twinkling{
  background:transparent url(http://www.script-tutorials.com/demos/360/images/twinkling.png) repeat top center;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}

.clouds{
    /* background: url(http://www.script-tutorials.com/demos/360/images/clouds3.png) repeat top center;
    -webkit-background: url(http://www.script-tutorials.com/demos/360/images/clouds3.png) repeat top center;
    -moz-background: url(http://www.script-tutorials.com/demos/360/images/clouds3.png) repeat top center;
    -o-background: url(http://www.script-tutorials.com/demos/360/images/clouds3.png) repeat top center; */

    /* background: url(https://res.cloudinary.com/doyd0ewgk/image/upload/v1637358222/pngfind.com-cloud-png-611261.png) repeat top center;
    -webkit-background: url(https://res.cloudinary.com/doyd0ewgk/image/upload/v1637358222/pngfind.com-cloud-png-611261.png) repeat top center;
    -moz-background: url(https://res.cloudinary.com/doyd0ewgk/image/upload/v1637358222/pngfind.com-cloud-png-611261.png) repeat top center;
    -o-background: url(https://res.cloudinary.com/doyd0ewgk/image/upload/v1637358222/pngfind.com-cloud-png-611261.png) repeat top center; */

    background: url(https://res.cloudinary.com/doyd0ewgk/image/upload/v1637358906/Daco_3084.png) repeat top center;
    -webkit-background: url(https://res.cloudinary.com/doyd0ewgk/image/upload/v1637358906/Daco_3084.png) repeat top center;
    -moz-background: url(https://res.cloudinary.com/doyd0ewgk/image/upload/v1637358906/Daco_3084.png) repeat top center;
    -o-background: url(https://res.cloudinary.com/doyd0ewgk/image/upload/v1637358906/Daco_3084.png) repeat top center;

    background-size:cover;
    -webkit-background-size:cover;
    background-attachment: scroll;
    -webkit-background-attachment: scroll;
    background-position: center;
    -webkit-background-position: center;
    margin:0;
    padding:0; 

  -moz-animation:move-clouds-back 200s linear infinite;
  -ms-animation:move-clouds-back 200s linear infinite;
  -o-animation:move-clouds-back 200s linear infinite;
  -webkit-animation:move-clouds-back 200s linear infinite;
  animation:move-clouds-back 200s linear infinite;
}

#navbarsticky {
  display:flex;
  justify-content: center;
}

#navbarsticky.makesticky > li > ul >li > a {
  color: #fff;
}

.makesticky {
  position: fixed;
  top:0;
  left:0;
  z-index:10;
  background: #234;
  width: 100%;
  border-top: 4px solid rgb(48, 201, 221);
  border-bottom: 4px solid rgb(48, 201, 221);
}
.unstick {
  position: relative;
  top:'';
  left:'';
  z-index:0;
  background: transparent;
  width: 100%;
}

#portWork {
    padding-top: 1rem;
}