/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 8, 2018, 10:49:15 PM
    Author     : kristinerivera
*/

@font-face {
font-family: NanumGothic;
src: url(../font/NanumGothic-Regular.ttf);
}

body {
    background-color: green;
    background-image:
    radial-gradient(
      white,
      green
    );    background-color: greenyellow;
    /* The image used */
    /*background-image: url("../img/background/index.jpg");*/

    /* Full height */
    /*height: 100%;*/ 

    /* Center and scale the image nicely */
/*    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

iframe{
    padding-top: 20px;
}

#smypc_logo{
    margin-top: -5px;
    padding-left: 3px;
/*    background-color: #000;*/
    height: 32px;
    width: 32px
}

.uk-logo{
    width: 150px;
}


.pulse1 {
    animation-name: pulse_animation2;
    animation-duration: 1800ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

@keyframes pulse_animation2 {
    0% { transform: scale(1); }
    30% { transform: scale(1.05); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1.09); }
    60% { transform: scale(1.12); }
    70% { transform: scale(1.09); }
    80% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

.pulse2 {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 35.5%;
  top: -50%;
  opacity: 0;
  border: 1px solid green;
  border-radius: 40px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0.0;
  }
}

.email-address{
    height: 95%;
    width: 23%
}

.email-address-contact{
    height: 100%;
    width: 50%
}

.photo-credit{
    font-size: .6rem !important;
    color: black;
}

.uk-navbar-nav > li > a{
    color: white
}
