@font-face { font-family: Transport New; font-weight: normal; font-style: normal; src: url('font/TransportNew-Medium.ttf'); }

@font-face { font-family: Transport New; font-weight: normal; font-style: italic; src: url('font/TransportNew-MediumItalic.ttf'); }
            
@font-face { font-family: Transport New; font-weight: bold; font-style: normal; src: url('font/TransportNew-Heavy.ttf');}

@font-face { font-family: Transport New; font-weight: bold; font-style: italic; src: url('font/TransportNew-HeavyItalic.ttf'); }

/*
@font-face { font-family: Transport New; font-weight: lighter; font-style: normal; src: url('font/TransportNew-Light.ttf');}

@font-face { font-family: Transport New; font-weight: lighter; font-style: italic; src: url('font/TransportNew-LightItalic.ttf'); }
*/

h1 {
    font-family: Transport New;
    font-size: 2em;
}

h2 {
    font-family: Transport New;
    font-size: 1.7em;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: -15px;
}

h3 {
    font-family: Transport New;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: -15px;
}

a {
    font-family: Transport New;
    font-size: 1.5em;
    color: #011993;
}

p {
    font-family: Transport New;
    font-size: 1.3em;
    margin-bottom: 0.67em;
}

li {
    font-family: Transport New;
    font-size: 1.2em;
    margin-bottom: 0.37em;
}

a {
    font-family: Transport New;
    font-size: 1.5em;
    color: #FFFFFF;
}

/*
body {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
}
*/

html { 
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('images/background.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.center {
    position: absolute;
    top: 50%;
   left: 50%;
   width: 500px;
   margin-top: -250px; /* Half the height */
   margin-left: -250px; /* Half the width */
}