p{
    font-size: 16px;
}

body {
    margin: 0 !important;
}

img {
    width: 100%;
}


.icons-row {
    width: 100%;
    display: inline-block;
}


.icons {
    width: calc(20% - 20px);
    float: left;
    margin: 0 10px;
}

.index video#myvideo {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    bottom: 0;
}
.index .content {
    position: absolute;
    text-align: center;
    max-width: 100%;
    margin: 0 30%;
    top: 24%;
}

.index h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Prompt', sans-serif;
    line-height: 1.5;
}
.index i.fa {
    color: #fff;
    margin: 0 10px;
    font-size: 35px;
}

.typewriter h3 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
animation: typing 4s steps(60, end) infinite, blink-caret 1.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

.typewriter {
    width: fit-content;
    margin: 0 auto;
}

.social-media-text h4 {
    color: #fff;
    font-size: 24px;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
}


.bottom-row {
    margin-top: 12%;
}

@media only screen and (min-width: 1025px) and (max-width: 1152px){
    .index video#myvideo {
    top: 0;
}
.index .content {
    position: absolute;
    text-align: center;
    max-width: 100%;
    margin: 0 20% !important;
    top: 24%;
}
}

@media only screen and (max-width: 1024px){
    

.bottom-row {
    margin-top: 15px;
}
    
    
    span#socials {
    display: block !important;
    margin-top: 10px !important;
}

.index video#myvideo {
    position: absolute;
    width: auto !important;
    height: 100% !important;
    right: 0;
    bottom: 0;
    top: 0;
}
.social-media-text h4 {
    color: #fff;
    font-size: 17px !important;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
}
.index .content {
   position: absolute;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    left: 0% !important;
    top: 38% !important;
    width: 100%;
}
.index img#logo{
    
    width: 165px;
}
.index h3 {
    color: #fff;
    font-size: 18px !important;
    font-family: 'Prompt', sans-serif;
  }
}