@font-face {
  font-family: myFont;
  src: url(../fonts/GOTHIC.TTF);
}

* {
    box-sizing: border-box;
    overflow: auto;
    font-family:"myFont", "Helvetica Neue", Helvetica, sans-serif !important;
 } 

body {
    margin: 0;
    text-align: center;
    color: #2e2e2e;
  }

  h2{
    line-height:1.5 !important;
    letter-spacing: 8px;
    font-weight: bold;
  }

  P{
    letter-spacing: 2px;
  }

  /*#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -3;
    -webkit-filter: blur(0.2px);
  }*/

  #myOver{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -2;
    content:"";
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .myMain{
    margin: 0 auto 0 auto;
    width: 100%;
    height: 100vh;
        /* For centering content */
    display: flex;
    margin-top: 40px;
    justify-content: center;
    text-align: center;
  }

  .icon-me{
    width: 26px;
    height: auto;
  }

  .icon-con{
    display: inline-block;
    border: #2e2e2e 1px solid;
    border-radius: 100%;
    padding: 10px;
    width: 50px;
    height: 50px;
    margin: auto 10px;
  }

  .responsive{
    width: 100%;
    max-width: 450px;
  height: auto;
  }

  .part{
    max-width: 200px;
  }
  .part-row{
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    align-items: center;
  }

  .part-row .col-md-2 img{
    max-width: 180px;
    border: #2e2e2e solid 2px;
  }
