@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
html {
    background: #333 url('img/3px-tile.png') 0 0 repeat;
    background-color: #662237;
    min-height: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #FFF;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

#header {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#mom {
    margin-top: 35px;
    margin-left: 78%;
    width: 100px;
    height: 100px;
    position: absolute;
}

#title {
    margin-top: 40px;
    text-align: center;
    padding: 0px;
    color: white;
    margin-bottom: 40px;
}

#title p {
    font-family: 'Oswald', sans-serif;
}

#body {
    height: auto;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding-top: 40px;
}

#content {
    width: 900px;
    border: 1px solid black;
    height: 750px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    left: 0;
    right: 0;
    margin-top: 300px;
    position: absolute;
    padding: 10px;
    background-color: #EDEBD7;
    z-index: -5;
}

#heading {
    position: absolute;
   
    margin-left: 18%;
    border: 1px solid black;
    height: 45px;
    width: 150px;
    text-align: center;
    padding: 10px;
    margin-top: 265px;
    background-color: black;
    font-family: 'Oswald', sans-serif;
}

#heading p {
    font-size: 30px;
    margin-top: 0px;
}

#content {
    padding: 40px;
}

#content h3 {
    color: black;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 25px;
}

#content p {
    color: #333333;
    margin-left: 20px;
}

.Oswald {
    font-family: 'Oswald', sans-serif;
}

a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

#darklink a {
    color: mediumvioletred;
    text-decoration: none;
}


a:hover,
li:hover > a {
    color: #FFF;
}

ul {
    list-style-type: none;
    padding: 0;
    position: absolute;
}

li {
    margin: 0;
    padding: 0;
}

#header {
    height: 280px;
    background-color: #172A3A;
    #F8DC0B
}

#menu {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 1.5em;
    min-height: 100%;
    margin-top: 0px;
    position: fixed;
    z-index: 999
}

#menu li {
    position: relative;
}

#menu li a {
    display: block;
    padding: 0.5em 1em;
    white-space: nowrap;
    z-index: 100;
}

#menu li ul {
    position: absolute;
    overflow: hidden;
    display: none;
    left: 100%;
    top: 0.5em;
    float: none;
    background-image: radial-gradient(0 50%, ellipse farthest-side, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 100%);
}

#menu li:hover ul {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

#menu li ul a {
    position: relative;
    font-size: 0.8em;
}

#menu li ul a:hover:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid #FFF;
    position: absolute;
    top: 0.5em;
    left: -0.75em;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#contact {
    width: 600px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
    text-align: center;
}

.social {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 170px;
    height: 50px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.go-top {
    position: fixed;
    bottom: 5em;
    right: 0em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 15px;
    padding: 0.7em;
    display: none;
    width: 100px;
    text-align: right;
    border: 1px solid black;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.dark {
    background: black;
}

.dark img {
    display: block;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.dark:hover img {
    opacity: 0.7;
}