/*FONTS                         */
/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/josefin-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/josefin-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/josefin-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/josefin-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/josefin-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/josefin-sans-v15-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}

/* amatic-sc-regular - latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/amatic-sc-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Amatic SC Regular'), local('AmaticSC-Regular'),
       url('../fonts/amatic-sc-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/amatic-sc-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/amatic-sc-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/amatic-sc-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/amatic-sc-v13-latin-regular.svg#AmaticSC') format('svg'); /* Legacy iOS */
}


html {
    
}

body {
    background: #000000;
} 
    
h1 {
    margin-top: 2%;
    margin-bottom: 2%;
}

a:link {
    font-family: 'Josefin Sans', sans-serif;
    color: #007399;
}

a:visited {
    color: #600080;
}

.title {
    height: 2.9em;
    float:left;
    margin-top: 7%;
    background-color: #737373;
    font-size: 2em;
    font-family: 'Amatic SC', sans-serif;
    padding-right: 1%;
}

.line {
    content: '';
    top: -2.1em;
    left:3.1em;
    width: 6%;
    height: 62%;
    border-bottom: .08em solid black;
    position: relative;
    transition: width .5s ease, left .5s ease;
}

.icon_set {
    width: auto;
    padding-top: 50px;
    margin:auto;
    display: flex;
    justify-content: center;
}

.icons {
    display:flex;
    width: 75px;
    float:left;
    opacity: .75;
    transition: opacity .5s ease;
}

.icons:hover {
    opacity: 1;
    transition: opacity .5s ease;
}

#title:hover #line {
    left: 2px;
    width: 99%;
    transition: width .5s ease, left .5s ease;
}

.title_image {
    height:35%;
    width:35%;
}

.content {
    height:80%;
    width:100%;
    float:left;
    margin-top:7%;
}

.descriptor {
    color: #8c8c8c;
    text-align: justify;
    text-justify: inter-word;
    padding-left: 7%;
    padding-right: 7%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1em;
}

.download_link {
    margin-top:5%;
    text-align: center;
    font-size: 1em;
}

/**----------------------------------------------------------- MOBILE SITE MEDIA QUERY------------------------- **/
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
    .title {
        height: 2.9em;
        width: 100%;
        text-align:center;
        margin-top: 7%;
        background-color: #737373;
        font-size: 4em;
        font-family: 'Amatic SC', sans-serif;
        padding-right: 1%;
    }
    
    h1 {
        margin-top:1%;
        margin-bottom: 2%;
    }

    .line {
        content: '';
        top: -83%;
        left:44.3%;
        width: 3%;
        height: 62%;
        border-bottom: .1em solid black;
        position: relative;
        transition: width .5s ease, left .5s ease;
    }
    
    .descriptor {
        color: #8c8c8c;
        text-align: justify;
        text-justify: inter-word;
        padding-left: 7%;
        padding-right: 7%;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 2.25em;
    }
    
    .download_link {
        margin-top:5%;
        text-align: center;
        font-size: 2em;
    }
}
