html, body {
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    background: #FFFFFF;
    color: #000;
    position: fixed;
    top: 37%;
    left: 0;
    margin: 0 !important
}
h1, h2 {
    font-weight: 200;
    margin: .2em 0;
    text-align: center !important
}
h1 {
    font-size: 3.5em
}
h2 {
    color: #888;
    font-size: 1.5em;
    font-family: 'Raleway', sans-serif
}
@media screen and (max-width : 321px) {
    .mobile-only {
        color: #888;
        font-size: .5em !important;
        font-family: 'Raleway', sans-serif
    }
    .no-mobile {
        display: none
    }
    #mobile-only-p {
        line-height: 1em !important;
        font-size: 12px !important
    }
    .mobile-only-h1 {
        font-size: 1.3em !important
    }
    .modalDialog > div {
        width: 250px !important;
        height: 350px !important
    }
    #contactform123 {
        width: 300px !important;
        margin-left: -20px
    }
}
@media screen and (max-width : 375px) {
    .mobile-only {
        color: #888;
        font-size: .5em;
        font-family: 'Menlo', sans-serif
    }
    .no-mobile {
        display: none
    }
    #mobile-only-p {
        line-height: 1em !important;
        font-size: 12px !important
    }
    h1 {
        font-size: 1.5em !important
    }
}
@media screen and (max-width : 414px) {
    .mobile-only {
        color: #888;
        font-size: .5em;
        font-family: 'Menlo', sans-serif
    }
    .no-mobile {
        display: none
    }
    #mobile-only-p {
        line-height: 1em !important;
        font-size: 12px !important
    }
    h1 {
        font-size: 1.5em !important
    }
}
@media screen and (max-width: 768px) {
    h2 {
        color: #888;
        font-size: 1em;
        font-family: 'Menlo', sans-serif
    }
    .no-mobile {
        display: none
    }
    h1 {
        font-size: 2em !important;
        margin-top: -5%
    }
    #footer {
        height: 6em !important
    }
    .modalDialog > div {
        width: 250px !important
    }
}
.hover-email {
    opacity: 1;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out
}
.hover-email:hover {
    opacity: .3
}
.hover-footer {
    opacity: .3;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out
}
.hover-footer:hover {
    opacity: 1
}
.moving-text {
    color: #000;
    font-family: "Menlo";
    font-size: 19px;
    margin: 10px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: center;
    animation: type 8s steps(60, end);
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
    position: relative
}
.moving-text:nth-child(2) {
    animation: type2 8s steps(60, end)
}
.moving-text a {
    color: #0051bc;
    text-decoration: none
}
span1 {
    animation: blink 1s infinite
}
@keyframes type {
    from {
        width: 0
    }
}
@keyframes type2 {
    0% {
        width: 0
    }
    50% {
        width: 0
    }
    100% {
        width: 100px
    }
}
@keyframes blink {
    to {
        opacity: 0
    }
}
::selection {
    background: #000
}
.modalDialog {
    position: fixed;
    font-family: "Menlo", Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none
}
.modalDialog:target {
    opacity: 1;
    pointer-events: auto
}
.modalDialog > div {
    width: 500px;
    height: 400px;
    position: relative;
    margin: 15% auto;
    padding: 5px 20px 13px;
    background: #fff;
    border: @gray solid 1px;
    border-radius: 5px
}
.close {
    background: #606061;
    color: #FFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: 700;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000
}
.close:hover {
    background: #00d9ff
}
#class123_maintable {
    text-align: left;
    font-family: "Menlo" !important
}
#id123-control17438528 {
    border: none;
    border-bottom: 1px solid #dcdcdc
}
#id123-control17438529 {
    border: none;
    border-bottom: 1px solid #dcdcdc
}
#id123-control17438530 {
    border: none;
    border-bottom: 1px solid #dcdcdc
}
#go_back_and_edit {
    background-color: #888;
    font-family: "Menlo";
    text-transform: none
}
