/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 mai 2016, 09:59:09
    Author     : plefrancois
*/

ul.mynav li.icon {display: none;}

ul.mynav li{width: 18%; margin-left: 2px; margin-right: 2px;border-top-width: 1px;border-top-style: solid;border-top-color: black}
ul.mynav li:hover{border-top-width: 4px;}

#headerText {font-size: 77px;}
#headerLogo {width: 109px; height: 109px; object-fit: cover;}
#skyCityText {font-family:raleway,sans-serif;color:white; font-size: 77px;}
.subTitles {border-top-style: solid; border-top-width: 1px; border-top-color: black; margin-top: 10px;
border-bottom-style: solid; border-bottom-width: 4px; border-bottom-color: black; padding-bottom: 4px; padding-top: 4px;}
#footertext {font-family:raleway,sans-serif; display: inline-block; font-size: 12px;}
#aProposText {font-size:x-large; }

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  /*ul.mynav li:not(:first-child) {display: none;}*/
  ul.mynav li{display: none;}
  ul.mynav li.icon {
    float: right;
    display: inline-block;
  }
  #headerText {font-size: 40px;}
  #headerLogo {width: 60px; height: 60px; object-fit: cover;}
  #skyCityText {font-family:raleway,sans-serif;color:white; font-size: 22px;}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.mynav.responsive {position: relative;}
  ul.mynav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.mynav.responsive li {
    float: none;
    display: inline;
  }
  ul.mynav.responsive li a {
    display: block;
    text-align: left;
  }
}

