font-face {
    src: url(https://fonts.googleapis.com/css?family=Fjalla+One|Oswald|Spectral|Lato);
    font-family: 'Oswald', sans-serif;
    font-family: 'Fjalla One', sans-serif;
    font-family: 'Spectral', serif;
    font-family: 'Lato', sans-serif;
    font-style: normal;
}

ul.a{
    list-style-type: square;
    color: #EDEAE5;
    font-family: 'Fjalla One', sans-serif;
}

ol {
    color: #EDEAE5;
    font-family: 'Fjalla One', sans-serif;
}

a:link {
    color: #EDEAE5;
}

a:visited {
    color: #d3d6a9;
}

a:hover {
    color: #b2e5e8;
}

a:active {
    color: #e25a28;
}

footer p {
    text-align: center;
    color: white;
}

h3 {
    text-shadow: 4px 4px #1c2021;
    color: #33c9e8;
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    text-align: center;
}

p.textLeft {
    margin-left: 5%;
    text-align: center;
    float: left;
}

p.textMiddle {
    margin-left: 10%;
    text-align: center;
    float: left;
}

p.textRight {
    margin-left: 11%;
    text-align: center;
    float: left;
}

.productDesc {
    text-align: justify;
    text-justify: inter-word;
}

.price {
    font-size: 25px;
}

.blueText {
    color: #33c9e8;
}

.content p {
    font-family: 'Lato', sans-serif;
}

p {
    font-family: 'Fjalla One', sans-serif;
    color: white;
}

.right p {
    text-align: left;
}

.center {
    text-align: center;
}

.text {
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    font-family: 'Fjalla One', sans-serif;
}

h2 {
    margin-right: 15%;
    font-size: 20px;
    text-shadow: 4px 4px #1c2021;
    color: #33c9e8;
    padding-top: 10px;
    padding-left: 30px;
}

h5 {
    margin-left: 40px;
    text-shadow: 4px 4px #1c2021;
    color: #33c9e8;
    text-align: left;
    font-size: 20px;
}

div.right h2 {
    padding-left: 45px;
}

