body {
    font-size: 1em;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
h1 {
    color: #28E9C8;
   
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Gochi Hand', cursive;
    color: #1B88D7;
}
a:link, a:visited {
    color: #28E9C8;
    text-decoration: none;
}
a:hover, a:active {
    color: #120111;
    text-decoration: none;
}
nav ul li {
    list-style-type: none;
}
nav ul {
    padding-left: 0px;
}












#container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-image: -webkit-linear-gradient(270deg,rgba(178,104,14,1.00) 8.81%,rgba(18,62,93,1.00) 85.49%);
    background-image: -moz-linear-gradient(270deg,rgba(178,104,14,1.00) 8.81%,rgba(18,62,93,1.00) 85.49%);
    background-image: -o-linear-gradient(270deg,rgba(178,104,14,1.00) 8.81%,rgba(18,62,93,1.00) 85.49%);
    background-image: linear-gradient(180deg,rgba(178,104,14,1.00) 8.81%,rgba(18,62,93,1.00) 85.49%);
}
body {
    background-image: url(Assets/Images/yellow-bokeh-photo-949587.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
h1 {
    color: #FCD73B;
}

h2 {
    color: #28E9C8;
}
#container header h1 {
    color: #123E5D;
}
#container main h1 {
    color: #E700ED;
}
