
@font-face {
    font-family: 'Agency';
    src: url('../fonts/Agency_FB.eot');
    src: url('../fonts/Agency_FB.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Agency_FB.woff') format('woff'),
         url('../fonts/Agency_FB.ttf') format('truetype'),
         url('../fonts/Agency_FB.svg#Agency') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sawasdee-Bold';
    src: url('../fonts/Sawasdee-Bold.eot');
    src: url('../fonts/Sawasdee-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sawasdee-Bold.woff') format('woff'),
         url('../fonts/Sawasdee-Bold.ttf') format('truetype'),
         url('../fonts/Sawasdee-Bold.svg#agency_fbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: white;
    color: black;
}

::selection {
    background: white;
    color: black;
}

body {
    position: relative;
    background: #737373; /* #00acea */
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
}

h1 {
    font-family: Sawasdee-Bold;
    text-align: center;
    font-size: 30px;
}

h2 {
    font-family: Sawasdee-Bold;
    text-align: center;
    margin-top: 12%;
    font-size: 15px;
}

h3 {
    font-family: Sawasdee-Bold;
    text-align: center;
    font-size: 30px;
    margin-top: 15%;
}

#left {
    position: fixed;
    background: #00acea; /* #0c86b3 */
    top: -10%;
    width: 50%;
    height: 120%;
}

#centre {
    position: relative;
    width: 960px;
    margin: auto;
    height: auto;
}

input[type=submit][name=portfolio] {
    font-family: Sawasdee-Bold;
    position: relative;
    font-size: 20px;
    width: 125px;
    height: 50px;
    color: #010101;
    margin-top: 12%;
    margin-right: 10%;
    margin-left: 10%;
    background: #737373;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
}

input[type=submit][name=blog] {
    font-family: Sawasdee-Bold;
    position: relative;
    font-size: 20px;
    width: 125px;
    height: 50px;
    color: #010101;
    margin-top: 12%;
    margin-right: 10%;
    margin-left: 10%;
    background: #00acea; /* #0c86b3 */
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
}

input[name=reset] {
    font-family: Sawasdee-Bold;
    position: relative;
    font-size: 20px;
    width: 125px;
    height: 50px;
    color: #3e8cc2;
    margin-top: 6%;
    background: black;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
}

input[type=submit] {
    font-family: Sawasdee-Bold;
    position: relative;
    font-size: 20px;
    width: 125px;
    height: 50px;
    color: #3e8cc2;
    margin-top: 5%;
    background: black;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
}

input[type=submit][name=out] {
    font-family: Sawasdee-Bold;
    position: absolute;
    font-size: 25px;
    width: 125px;
    height: 50px;
    color: #3e8cc2;
    right: 10%;
    top: 0%;
    background: black;
    border-radius: 0px;
    border: 0px;
    cursor: pointer;
}

input[type=text] {
    font-family: Sawasdee-Bold;
    position: relative;
    font-size: 18px;
    width: 140px;
    height: 40px;
    color: silver;
    background: white;
    margin-bottom: 2%;
    border-radius: 0px;
    border: 0px;
    cursor: text;
}

input[type=password] {
    font-family: Sawasdee-Bold;
    position: relative;
    font-size: 18px;
    width: 140px;
    height: 40px;
    color: silver;
    background: white;
    margin-bottom: 2%;
    border-radius: 0px;
    border: 0px;
    cursor: text;
}
