﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


body {
    font-family: 'Open Sans',serif;
}

.sTitle {
    font-weight: bold;
    color: #22aadd;
}


.pQuest {
    font-weight: bold;
}

.pAnsw {
    font-style:italic;

}

video {
    max-width: 100%;
    height: auto;
}

/* Header - Logo UID, Titolo e sottotitolo */

#Header {
    position: relative;
    width: 1280px;
    height: 100px;
    margin: auto;
}
#LogoUID {
    height: 80px;
    width: 80px;
}
#Hastag {
    letter-spacing: 8px;
    font-size: 40px;
}

#HastagSubTitle {
    letter-spacing: 4px;
    font-size: 16px;
}

/* Sezione Query  */
#TitleDiv {
    color: #22aadd;
    font-size: 12px;
    margin: 10px;
    padding: 5px;
    background-color: white;
    box-shadow: 3px 3px 5px #4f4f4f;
}

#Qry_Wind {
    letter-spacing: 1px;
    font-size: 11px;
    margin: 10px;
    padding: 5px;
    line-height: 18px;
}
.Qry_Label {
    font-style: italic;
}








#Corso_List {
    width: 165px;
}
#Classi_List {
    width: 165px;
}

#Keyword_List {
    width: 165px;
}
.Ela {
    display: inline-block;
    width: 50px;
}

.Qry_AnnoCfu {
    display: inline-block;
}
.MkDoc {

}
.MkCorso {
    font-style: italic;
}

.MkCorsoVid {
    font-style: italic;
    color:blue
}

.MkCorsoVid:hover {

    font-weight:bold;
       
}


.MkLogo {
    width: 24px;
    height: 24px;
}

.MkStat {
    font-size: 12px;
}





@media only screen and (max-width:620px) {
    /* For mobile phones: */
    .main {
        width: 100%;
    }


    #HastagSubTitle {
        letter-spacing: 2px;
        font-size: 10px;
    }

    #Hastag {
        letter-spacing: 4px;
        font-size: 26px;
    }
}


/* Area Video */
#Main {
    position: relative;
    width: 1280px;
    height: 820px;
    margin:auto;

}

#VDocente {
    position: absolute;
    right: 0;
    width: 320px;
    height: 720px;
    overflow: hidden;
}
#LogoAteneo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    height:80px;
    width: 80px;
}



.NomeCorso_Css {
    font-family: Calibri;
    font-size: 30px;
    font-style: italic;
}
.CDL_Css {
    font-family: Calibri;
    font-size: 20px;
 
}
.AnnoDiCorso_Css {
    font-family: Calibri;
    font-size: 20px;

}
.CFU_Css {
    font-family: Calibri;
    font-size: 20px;

}
.NomeDocente_Css {
    font-family: Calibri;
    font-size: 20px;
    font-variant-caps: small-caps;
}
.KeywordsA_Css {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-family: Calibri;
    font-style: italic;
    font-size: 18px;
}

.KeywordsB_Css {
    position: absolute;
    bottom: 0px;
    right:20px;
    font-family: Calibri;
    font-style: italic;
    font-size: 18px;
}
#Line {
    position: absolute;
    background-color: black;
    width: 1150px;
    height: 1px;
    bottom: 45px;
    left: 100px;
}
#Corso {
    position: absolute;
    bottom: 50px;
    left: 100px;
}
#Laurea {
    position: absolute;
    bottom: 20px;
    left: 100px;
}

#AnnoCorso {
    position: absolute;
    bottom: 0px;
    left: 100px;
}

#Docente {
    position: absolute;
    bottom: 50px;
    right: 0px;
    width: 320px;
    text-align: center;
    
}
#Caption {
    position: absolute;
    bottom: 120px;
    right: 40px;
    width: 240px;
    font-family: Calibri;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    color: white;
}


#MyInput {
    width: 1280px;
    margin: auto;
    font-family: Calibri;
    font-size: 15px;
}