*{
  padding: 0;
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;

}
body{
  width: 100%;
  background-color: #000033;
}

header{
  display: table !important;
  position: relative;
  padding: 0 20%;
  width: 100%;
  height: 75px;
  background-color: rgba(255,255,255,0.5);
  /* border: solid; */
}

#logo{
  /* border:   solid; */
  height: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-style: italic;
  font-weight: bolder;
  font-size: 30px;
}

#logo img{
  vertical-align: middle;
}
#menu{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-weight: bolder;
  font-size: 20px;
  text-align: right;
  align-items: stretch;
}

#menu ul{
  list-style-type: none;
}
#menu ul li{
  display: inline;
  text-decoration: none;
  margin: 0 2%;
}

section#welcome{
  display: table;
  background-image: url("../images/bg2.png");
  background-size: cover;
  width: 100%;
}

.styles-container{
  /* border: solid; */
  display: flex;
  position: relative;
  width: 100%;
  height: 810px;
}
.img{
  /* border: solid; */
  position: relative;
  width: 100%;
}
.img img{
  width: 100%;
  height: 100%;
  object-fit: none;
}
.text{
  border: solid;
  border-color: lightblue;
  z-index: 900;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 400px;
  width: 750px;
}

.textcont{
  display: table;
  text-align: center;
  position: absolute;
  top:50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%);
  height: 350px;
  width: 700px;
  background-color: rgba(255,255,255,0.8);
  border: solid;
  border-color: lightblue;
}
.actually_text{
  display: table-cell;
  vertical-align: middle;
}
.actually_text h1{
  font-size: 75px;
}

nav{
  width: 100%;
  text-align: center;
  margin: 1% 0%;
  font-size: 20px;
}
nav ul li{
  display: inline;
  margin: 1% 3%;
  text-decoration: none;
}

.skillscont{
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: white;
}
.skillsrow{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.skillscard{
  border: none !important;

}

.thumbs{
  width: auto !important;
  height: 20rem;
}

footer{
}





/* DELAY ANIMATIONS*/
img#imglogo{
  -webkit-animation-delay: 1s;
}

/* img#imglogo:hover{
  -webkit-animation: rotateIn 1s;
} */
li#about{
  -webkit-animation-delay: 0.1s;
}
li#projects{
  -webkit-animation-delay: 0.4s;
}
li#follow{
  -webkit-animation-delay: 0.7s;
}
h1#welcome{
  -webkit-animation-duration: 1.5s;
  /* -webkit-animation-delay: 2s; */
  /* -webkit-animation-iteration-count: infinite; */
}
h4#welc_to{
  -webkit-animation-duration: 2s;
  /* -webkit-animation-delay: 2s; */
  /* -webkit-animation-iteration-count: infinite; */
}
