@import url(https://fonts.googleapis.com/css?family=Raleway:500&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:500&subset=latin,latin-ext);

body {
    font-family: 'Comfortaa', Comfortaa, SansSerif;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
}

#nav-menu {
    position: fixed;
    top: 45px;
    right: 45px;
    z-index: 4;
}

#fullscreen {
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

#avatar {
    height: 180px;
    border-radius: 100%;
    border: 5px solid white;
    margin-bottom: 25px;
}

#logo {
    height: 100px;
    top: 30px;
    left: 30px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left: 10px;
}

#logo2 {
    float: right;
    height: 100px;
    top: 30px;
    left: 30px;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-right: 10px;
}

h1 {
    color: white;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 4em;
    font-family: 'Raleway';
    margin: -10px 0;
    text-align: center;
}

h3 {
    color: white;
    padding-bottom: 10px;
    font-weight: lighter;
    font-family: 'Raleway';
    text-align: center;
}

.content {
    padding-top: 1px;
    padding-bottom: 40px;
    #background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.coursecontent {
    padding-top: 100px;
    padding-bottom: 40px;
    padding-left: 20%;
    padding-right: 20%;
    color: aliceblue;
    text-align: justify;
    font-size: 1.2em;
}


.content ul {
    list-style: none;
    padding: 0;
}

.content ul li {
    border-radius: 100%;
    border: 2px solid white;
    color: white;
    margin: 8px;
    display: inline-block;
    list-style: none;
    width: 65px;
    height: 65px;
}

.content ul li:hover {
    color: white;
    text-decoration: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.content a {
    color: white;
    padding: 15px;
    text-decoration: underline;
}

.content li a {
    text-decoration: none;
}

.phone {
    color: white;
}

.coursecontent a {
    color: blue;
    text-decoration: underline;
}

.content ul {
    list-style: none;
    padding: 0;
}

.coursecontent ul li {
    color: aliceblue;
}

.content li a {
    text-decoration: none;
}

.description {
    display: none;
}


@media (max-width: 359px) {
    .content ul {
        text-align: center;
    }

    .content li {
        border-radius: 0%;
        border: none;
        color: white;
        margin: 8px;
        display: block;
        list-style: none;
        margin: 10px 0px;
        text-align: center;
        height: auto;
        width: auto;
    }

    .content li:hover {
        transition: none;
    }

    .content a {
        text-align: justify;
        border: 2px solid white;
        border-radius: 5px;
        color: white;
        padding: 15px;
        padding-left: 30px;
        width: 70%;
    }

    .content a:hover {
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        transition: 500ms;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        text-decoration: none;
    }

    .description {
        display: inline-block;
        color: white;
        font-family: Arial;
        margin-left: 40px;
    }

    .content {
        padding-top: 60px;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
        background: rgba(254, 209, 54, .9); /* Fallback when no plugin support */
        /*background: rgba({{ site.data.template.color.primary | hex_to_rgb | join: ',' }}, .9);*/
    }

    .coursecontent {
        padding-top: 60px;
        padding-left: 2%;
        padding-right: 2%;
        text-align: justify;
        font-size: 1.2em;
    }

    .coursecontent a {
        text-align: justify;
        border: 2px solid white;
        border-radius: 5px;
        text-color: blue;
        padding: 15px;
        padding-left: 30px;
        width: 70%;
    }

    .content ul {
        list-style: none;
        padding: 0;
    }

    .coursecontent li {
        color: aliceblue;
    }

    .content li a {
        text-decoration: none;
    }

    .phone {
        color: white;
    }

}
