
  /*for div col, container and row */
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  /*end font embed*/

  /*start for media*/
  @media only screen and (max-width: 1280px){
    #body{
      height: auto;
      color:white; 
      background-repeat: no-repeat;
      background-size: 100% 145%;
    }
    #col {
      padding-top: 43rem;
    }
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 2rem;
      /*font-weight: 1000;*/
      /*text-shadow: -1px 0 white, 0 1px white,
      1px 0 white, 0 -1px white;*/

    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 1px 1px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }


  }
  @media only screen and (max-width: 1229px){
    #body{
      height: 100vh;
      color:white; 
      background-repeat: no-repeat; 
      background-size: 100% 100%;
    }
    #col {
      padding-top: 23rem;
    }
    
    #centered {
      position: absolute;
      top: 74%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    #cent {
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    #cen {
      position: absolute;
      top: 85%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.6rem;
      /*font-weight: 1000;*/
      /*text-shadow: -1px 0 white, 0 1px white,
      1px 0 white, 0 -1px white;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 1px 1px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }


  }
  @media only screen and (max-width: 1024px) and (orientation: portrait){
    #body{
      color:white; 
      background-repeat: no-repeat; max-width: 100%; 
      background-size: 100% 100%;
    }
    #col {
      padding-top: 20rem;
    }
    
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.5rem;
     /* font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 1px 1px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
  }
  @media only screen and (max-width: 1024px) and (orientation: landscape){
    #body{
      color:white;
      background-repeat: no-repeat; max-width: 100%; 
      background-size: 100% 100%;
    }
    #col {
      padding-top: 8rem;
    }
    
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.5rem;
      /*font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 1px 1px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
  }


  @media only screen and (max-width: 800px) and (orientation: portrait){
    #body{
      color:white; 
      background-repeat: no-repeat; max-width: 100%; 
      background-size: 100% 100%;
    }
    #col {
      padding-top: 30%;
    }
    
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.5rem;
      /*font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 1px 1px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
  }
  @media only screen and (max-width: 800px) and (orientation: landscape){
    #footer{
        margin-top: 50px;
        color:gold;
      }
    #body{
      color:white; 
      background-repeat: no-repeat; max-width: 100%; 
      background-size: 100% 100%;
    }
    #col {
      padding-top: 40%;
    }
    
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.5rem;
      /*font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 1px 1px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
  }

  @media only screen and (max-width: 768px) and (orientation: portrait){
    #body{
      color:white; 
      background-repeat: no-repeat; max-width: 100%; 
      background-size: 100% 100%;
    }
    #col {
      padding-top: 40rem;
    }
   
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.5rem;
      /*font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 1px 1px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }


  }

  @media only screen and (max-width: 740px) and (orientation: portrait){
    #body{
      color:white; 
      background-repeat: no-repeat; max-width: 100%; 
      background-size: 100% 100%;
    }
    #col {
      padding-top: 40rem;
    }
   
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.5rem;
      /*font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 1px 1px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
  }

  @media only screen and (max-width: 740px) and (orientation: landscape){
    #body{
      color:white; 
      background-repeat: no-repeat; max-width: 100%; 
      background-size: 100% 140%;
    }
    #col {
      padding-top: 25rem;
    }
    
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.5rem;
     /* font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 1px 1px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
  }
  
  
  @media only screen and (max-width: 640px)  and (orientation: portrait){
    #footer{
        margin-top: 60px;
        color:gold;
      }
    #body{
      color:white; 
      background-repeat: no-repeat; 
      background-size:100% 100%;
      background-position: 50%;
    }
    #col{
      padding-top: 45%;
    }
    
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.9rem;
      /*font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 0px 0px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

  }

  @media only screen and (max-width: 570px) and (orientation: portrait){
    #footer{
        margin-top: 70px;
        color:gold;
      }
    #body{    
      color:white; 
      background-repeat: no-repeat; 
      background-size:100% 135%;
      background-position: 50%;
    }
    #col{
      padding-top: 45%;
    }
    
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.5rem;
      /*font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 0px 0px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }


  }

  @media only screen and (max-width: 400px)  and (orientation: portrait){
    #body{    
      color:white; 
      background-repeat: no-repeat; 
      background-size:100% 135%;
      background-position: 50%;
    }
    #col{
      padding-top: 52%;
    }
    
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.5rem;
      /*font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 0px 0px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
  }
  @media only screen and (max-width: 400px) and (orientation: landscape){
    #body{
      
      color:white; 
      background-repeat: no-repeat; 
      background-size:100% 135%;
      background-position: 50%;
    }
    #col{
      padding-top: 0%;
    }
   
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.5rem;
      /*font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 0px 0px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }


  }

  @media only screen and (max-width: 330px){
    #footer{
        margin-top: 80px;
        color:gold;
      }
    #body{    
      color:white; 
      background-repeat: no-repeat; 
      background-size:100% 135%;
      background-position: 50%;
    }
    #col{
      padding-top: 50%;
    }
  
    #div {
      padding-top: 0rem;
    }
    #h4 {
      font-size: 1.5rem;
      /*font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 0px 0px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }


  }


  @media only screen and (max-width: 240px){
    #body{
      
      color:white;
      background-repeat: no-repeat; max-width: 100%; 
      background-size: 100% 100%;
    }
    #col{
      padding-top: 0%;
    }

    #h4 {
      font-size: 0.8rem;
      /*font-weight: 1000;*/
    }
    #btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      padding: 0px 0px;
      font-size: 14px;
      line-height: 1.42857143;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }


  }
  
  /* end for media*/

  .view {
    height: 100%;
  }

  .top-nav-collapse {
    background-color: #78909c !important;
  }

  .navbar:not(.top-nav-collapse) {
    background: transparent !important;
  }

  @media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
      background: #78909c !important;
    }
  }

  h1 {
    letter-spacing: 8px;
  }

  h5 {
    letter-spacing: 3px;
  }

  .hr-light {
    border-top: 3px solid #fff;
    width: 80px;
  }
  .col-md-offset-4{
    padding-top: 23rem;

  }
  .co{
    padding-top: 7rem;
  }
  h4, a{
    font-family: 'Montserrat', sans-serif,'Zawgyi-One';
  }
  .h4 {
    color: white;
    font-size: 1.6rem;
    /*font-weight: 1000;*/
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
  }
  .card-link {
    font-size: 2rem;
    font-weight: 1000;
   /* text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
  }
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  button:hover {
    background-color: purple;
    text-decoration: none;
  }
.card-link{
  color: white;
  text-align: center;
}
.footer{
  text-align: center;
}
body{   
    width:100% ;
    height: 100vh;
    min-width: 100%;
    color:white; 
    background-repeat: no-repeat; max-width: 100%; 
    max-height: 100%; 
    background-size: 100% 100%;
  }
button{
  background-color: white;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ff8d00;
}
footer{
  margin-top: 40px;
  color:gold;
}