﻿html{
  box-sizing:border-box;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%
}

* {
  scroll-behavior: smooth;
  color:inherit;
}

body {
  margin:9%;
  font-family: "Roboto", sans-serif;
  background-color:#000027;
  letter-spacing: 2px; 
  color: #bbbbbb;
}

.owl-top,
.owl-bottom { 
  position:fixed;
  width:82%;
  margin-bottom:10%;
}

.owl-top {
  z-index: 1000;
  top:0px;
}

.owl-blue27,
.owl-hover-blue27:hover{
  color:#cccccc;
  background-color:#000027;
}

.owl-bar
.owl-bar-item {
  float:right;
  width:auto;
  border:none;
  display:block;
}

.owl-button{
  padding:8px 16px;
  text-align:center;
  cursor:pointer;
}

.owl-button:hover{
  background-image: linear-gradient(#fff, #0e4769);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
}

.owl-main-link {
  text-decoration: none;
  border:none;
  float:left;
  padding: 6px;
}

.owl-padding-large { 
  font-size: 34px;
  letter-spacing: 4px;
  font-weight: bold;
}

.owl-large-font {
  font-size: 22px;
}

.hero-painted {
  display:block;
  background: radial-gradient(#00ffff, #0e4769);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}

.offset-header {
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

.offset-header-odd,
.offset-header-even {
  display: inline;
  animation-name: slideUp;
  animation-duration: 4s;
  animation-timing-function: ease-in;
}


.offset-header-odd {
  animation-delay: 200ms;
  animation-fill-mode: forwards;
  font-size: 140px;
}

.offset-header-even {
  animation-delay: 1500ms;
  animation-fill-mode: both;
  font-size: 65px;
}

.about-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
 }

.tech-image {
  width: 150px;
  align-items: center;
  vertical-align: middle;
  padding: 20px;
}

.tech-image:hover {
  opacity: 90%;
}

.footer-image {
  border-radius: 50%;
}

.tech-container {
  display: flex;
}

 .col {
  display: flex;
  margin:auto;
  flex-direction: row;
}
 
 .owl-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
 }

 .owl-container {
    padding:0 0 20% 0;
 }

.owl-center {
  text-align: center;
}

@keyframes slideUp {
  0%,
  60% {
    transform: translateY(100%);
    opacity: 0;
  }
   
  60%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width:900px) {
    .tech-container {
    display: flex;
    }

    .owl-large-font {
      font-size: 16px;
    }

    .tech-image {
      width: 90px;
      padding: 15px;
    }

    .offset-header-odd {
      font-size: 70px;
    }
    
    .offset-header-even {
      font-size: 30px;
    }

    .owl-padding-large { 
      font-size: 14px;
      letter-spacing: 4px;
    }

    .owl-main-link {
     display:none;
    }

    .about-image {
      width: 100px;
      height: 100px;
      border-radius: 50%;
    }

    .tech-image {
      align-items: center;
      vertical-align: middle;
      padding: 2px;
    }

    .owl-button{
    padding:4px 4px;
    }

    .owl-container {
      padding-bottom: 40%;
    }
  
}