@charset "utf-8";
/* CSS Document */
:root{
   /*--header-bg-color:rgba(44, 130, 201, 0.85); /*Mariner Blue*/
   /*--header-bg-color:rgba(83, 51, 237, 0.85); /*Royal Blue*/
   --header-bg-color:rgba(0, 0, 128, 1); /*Navy Blue*/
   /*--header-bg-color:rgba(58, 83, 155, 1); /*Chambray*/
   /*--header-bg-color:#666;*?*/
 }
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html{
    font-size:16px;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
a:link{
   text-decoration: none;
    color:#00C;
}
a:hover {
  text-decoration: underline;
}
button a{
    color:white;
}
h1, h2, h3, h4{
    padding:1em 1rem 0.5em 1rem;
    word-wrap:break-word;
}
p{
    padding: 1rem 1rem 0.5em 1rem;
}
li{
   padding-left: 2rem; 
   margin-left: 2em;
}
lo{
   margin-left: 2em;
   list-style-type: square; 
}
/* Page Container*/
.page-container{
    display:grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    background-color: #eee;
    min-width: 500px;
}
.top-logo{
    width: 15px;
}
#top-menu{
    grid-column: 1 / span 12;
    grid-row: span 1;
    overflow: hidden;
    background-color: navy; /*#333;*/
    position: relative;
}
#top-menu-links{
    display:none;
}
#top-menu a{
    color:white;
    text-decoration: none;
    font-size: 0.8rem;
    display: block;
    padding:0.5rem;
}
#top-menu a.icon{
    background: black;
    display:block;
    position:absolute;
    right:0;
    top:0;
}
#top-menu a:hover{
    background-color: #ddd;
    color:black;
}
.active {
  background-color: navy;/*#4CAF50;*/
  color: white;
    padding:0;
    margin:0;
}

#header-quote{
    grid-column: span 12;
    font-size:0.8rem;
    text-align: center;
    background: navy;/*#5555ff;*/
    color:#fff;
    padding-bottom: 0.25em;
}
/* Main Menu */
.dummy{
   display:none;
   visibility:hidden;
}

#main-menu{
    grid-column: span 12;
    /*background-color: var(--header-bg-color);*/
    /*display:flex;
    justify-content:space-around;*/
    columns:3;
}
.main-menu-item{
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    border: thin solid var(--header-bg-color);
    background-color: gold; /*#F9F871;*/
    border-radius: 3px;
    margin:1px;
    padding: 0.2em 3px;
    color:var(--header-bg-color);
    align-items: center;
}

.submenu{
    position: absolute;
    visibility:hidden;
}

.submenu-item{
    border: solid thin var(--header-bg-color);
    border-radius: 3px;
    margin:1px;
    padding:0.2em;
    background: white;
    text-transform: uppercase;
}

.submenu-item:hover{
    color: gold;
    background-color:var(--header-bg-color);
}
.submenu-item:hover > a{
    color: gold;
}
.page-content-container{
    grid-column: 1 / span 12;
    align-content: center;
    display:grid;
    grid-template-columns: repeat(12, 1ft);
    grid-template-rows:auto;
}
.page-content-menu-left{
    grid-column: 1 / span 4;
}
.page-content-container{
    grid-column: 1 / span 12;
    display:flex;
    flex-direction: column;
}
.style-article-section-container{
    padding-top:5px;
}
.style-article-section-container-title{
     text-align: center;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-weight: 800;
    background: #ddd;
    color:#555; 
    padding:1rem;
    margin:0;   
}
.style-article-section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-template-rows: auto;
}
.style-card-section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: auto;
    }
.style-article{
    padding:0.25rem 0.5rem;
    margin: 3px;
    background: #F3F3F3;
}
.style-article li{
    padding:0.25rem 0.5rem;
    position: relative;
    /*margin: 3px;*/
}
.style-article-section-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-weight: 800;
    background: #ddd;
    color:#555; 
    padding:1rem;
    margin:0;
}

.style-article-title{
    color:#555;
    text-align: center;
    font-size: 1.3rem;
    padding:0.5rem;
    marging-bottom:0.5rem;
    background-color:#ddd;
    text-transform: uppercase;
}

.style-article-subtitle{
    font-size: 1.1rem;
    text-align: center;
}
.style-grid-colum-2{
    grid-column: span 2;
}
.article-image-center{
    display: block;
    margin:auto;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.3);
    width:440px;
}
.image-contained{
    width:inherit;
}
.article-image-fill{
    display: block;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.3);
    width:100%;
}
.article-image-left{
    float: left;
    display: block;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.3);
    width:150px;
    padding:5px;
    margin:10px;
    border: thin hsla(0,0%,65%,1.00);
}
.article-image-left-small{
    float: left;
    display: block;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.3);
    width:100px;
    padding: 0.5em;
    border: 1px;
    margin: 1em;
}
.article-image-right{
    float: right;
    display: block;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width:150px;
    padding:5px;
    margin:10px;
    border: thin hsla(0,0%,65%,1.00);
}
.page-content-menu-right{
    font-size: 16px;
    grid-column: 10 / span 3;
    padding:0.5em;
    min-width: 150px;
}
.alert{
    background-color:#FBBD6A;
    padding: 1rem;
    width: auto;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
#header-left{
    grid-column: span 12;
}

#header-center{
    diplay:none;
}

#header-right{
    grid-column: span 12;
}

.header-title,.header-logo{
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
    background: navy;/*#5555ff;*/
    color:gold;
    letter-spacing:2px;
    align-content: center;
    padding: 5px 0px;
}
.header-logo{
    display:none;
}
#page-footer{
    grid-column: 1 / span 12;
    grid-row: span 1;
    background-color:navy; /*#5555ff;*/
}
.page-footer-address,.page-footer-email, .page-footer-copyright{
    font-size:0.8rem;
    text-align:center;
    padding:0.5em;
    color:white;
}
.page-footer-email a{
    text-decoration: none;
    color: white;
}
.textbooks {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.textbooks td, .textbooks th {
  border: 1px solid #ddd;
  padding: 8px;
}

.textbooks tr:nth-child(even){background-color: #f2f2f2;}

.textbooks tr:hover {background-color: #ddd;}

.textbooks th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
.card-person {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    max-width: 200px;
    margin: 10px auto;
    text-align: center;
    background: white;
}
.card-person-name{
    font-size: 1.2rem;
    text-transform:uppercase;
}
.card-person-title {
    color: grey;
    font-size: 1.1rem;
}
.card-person-education{
    color:#573E8C;
    margin:0 3px;
}
.card-school {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    max-width: 200px;
    margin: auto;
    text-align: center;
    background: white;
}
.banner {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    max-width: 450px;
    margin: auto;
    text-align: center;
    background: white;
}
.card-school-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
}
.card-school-logo{
    width:100%;
}
.card-school-name{
    font-size: 1.0rem;
    text-transform:uppercase;
}
.card-school-location {
    color: grey;
    font-size: 0.9rem;
}

button {
    border: none;
    outline: 0;
    display: block;
    padding: 8px;
    color: white;
    background-color:navy;/*#573E8C;/* --dyvosvit-color-1:*/
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

button:hover, a:hover {
  opacity: 0.7;
}
/* ---------------------------------------------------------*/
/*                 600 px                                   /*
/* ---------------------------------------------------------*/
@media screen and (min-width:600px){

    /* Top Navigation */
    .top-menu-container{
        -ms-transform: scale(1); /* IE 9 */
        transform: scale(1); /* Standard syntax */
     }

     /* Page Header */
    
    #header-left{
        grid-column: 1 / span 6;
    
    }

    #header-center{
        display:none;
    }

    #header-right{
        grid-column: 7 / span 6;
    }
    #header-title{
        font-size:0.7rem;
        padding-top:0.1rem;
        padding-bottom:0.1rem;
    }
    #header-center{
        display: none;
    }
    
    /* Quotation */
    #header-quote{
        font-size:0.9rem;
    }

   
    /* Page Main Menu */
    #main-menu{
        grid-column: span 12;
        display:flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
    }
    .dummy{
        grid-column: span 1;
        display:none;
        visibility:hidden;
        min-width: 0;
    }
    .main-menu-item{
        grid-column: span 1;
        font-size: 0.65rem;
        min-width:88px;
    }
    /* Page Content */
 

    .style-article{
        
    }
    .style-article-section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-template-rows: auto;
    }
    .style-card-section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: auto;
    }
    /* Page Footer */
    }
/* ---------------------------------------------------------*/
/*                 800 px                                   /*
/* ---------------------------------------------------------*/
@media screen and (min-width:800px){
    /* Page Container*/
    #top-menu{
        grid-column: span 12;

    }
    #top-menu a {
      float: left;
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
    }

    #top-menu a.icon {
          float: right;
    }
    .header-title{
        font-size:1.1rem;
        padding-top:1.5rem;
        padding-bottom:1rem;
    }
    #header-left{
       grid-column: 1 / span 5;
        grid-row: span 1; 
    }
    #header-center{
        grid-column: 6 / span 2;
        grid-row: span 1;
    }
    #header-right{
       grid-column: 8 / span 5;
        grid-row: span 1; 
    }
     #header-center{
        display: block;
    }
     img.main-logo{
        height:75px;
    }

    #header-quote{
        font-size:1rem;
    }
     .page-content-container{
        grid-column: 2 / span 10;

    }
    .main-menu-item{
        font-size: 0.75rem;
        min-width:100px;
    }
    .style-article-section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-template-rows: auto;
    }
    .style-card-section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: auto;
    }
}
/* ---------------------------------------------------------*/
/*                 1024 px                                   /*
/* ---------------------------------------------------------*/
@media screen and (min-width:1024px){
     img.main-logo{
        height:100px;
    }
    .header-title{
        font-size: 1.5rem;
        padding-top: 2rem;
    }
      .main-menu-item{
        font-size: 0.85rem;
        min-width:120px;
    }
    .style-article-section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-template-rows: auto;
    }
    .style-card-section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: auto;
    }
}
/* ---------------------------------------------------------*/
/*                 1200 px                                   /*
/* -webkit--------------------: ;
-moz--------------------: ;
-ms--------------------: ;
-o--------------------: ;
-------------------: ;------------------------------------*/
@media screen and (min-width:1200px){

   img.main-logo{
        height:142px;
    }
    .header-title{
        font-size: 1.8rem;
    }
     .main-menu-item{
        font-size: 0.95rem;
        min-width:150px;
    }
}