@charset "UTF-8";

body{
  margin: 0;
  padding: 0;
}


@media (-webkit-min-device-pixe-ratio: 1.5), (min-resolution: 1.5dppx) {
  #pg1_body {
    background-image: url('../images/newyork@2x.png');
  }
}

@media (-webkit-min-device-pixe-ratio: 1.5), (min-resolution: 1.5dppx) {
  #pg2_body {
    background-image: url('../images/new_mainpage@2x.png');
  }
}

@media (-webkit-min-device-pixe-ratio: 1.5), (min-resolution: 1.5dppx) {
  #pg3_body {
    background-image: url('../images/programming@2x.png');
  }
}

@media (-webkit-min-device-pixe-ratio: 1.5), (min-resolution: 1.5dppx) {
  #pg4_body {
    background-image: url('../images/keyboard@2x.png');
  }
}

@media (-webkit-min-device-pixe-ratio: 1.5), (min-resolution: 1.5dppx) {
  #pg5_body {
    background-image: url('../images/followthatdream@2x.png');
  }
}


#pg1_body{
  background-color: lightblue;
  background-image: url('../images/newyork.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#pg2_body{
  background-color: lightblue;
  background-image: url('../images/new_mainpage.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#pg3_body{
  background-color: lightblue;
  background-image: url('../images/programming.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#pg4_body{
  background-color: lightblue;
  background-image: url('../images/keyboard.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#pg5_body{
  background-color: lightblue;
  background-image: url('../images/followthatdream.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}


#title{
  margin-top: 50px;
  margin-bottom: 10px;
}


hr {
  color: white;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 3px;

}

#container{
  width:100%

}

#navigation{
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  margin-bottom: 50px;
}


#content{
  padding-left: 0;
  padding-right: 0;


  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}

.courant_building{
  display:block;
  margin: auto;
  margin-bottom: 2%;
  width: 70%;
}

.long_courant{
  display:block;
  margin: auto;
  margin-bottom: 5%;
  width: 95%;
}


ul.navi{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

li.expand {
  font-family: Lato, Times, sans-serif;
  font-size: 2.5em;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
}

li.nav {
  font-family: Lato, Times, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: center;
}

ul{
  list-style:disc;
}

li{
  font-family: Raleway, Times, sans-serif;
  font-size: 1.0em;
  color: black;
}

h1 {
  font-family: Lato, Times, sans-serif;
  color: black;
  font-size: 3.0em;
  letter-spacing: 0.12em;
  text-align: center;
}

h2{
  font-family: Raleway, Times, sans-serif;
  font-size: 1.7em;
  color: black;
}

p{
  font-family: Raleway, Times, sans-serif;
  font-size: 1.0em;
  color: black;
}

.footer_image{
  display:block;
  margin: auto;
  margin-bottom: 10px;
}

#footer{
  font-family: Raleway, Times, sans-serif;
  font-size: 1.0em;
  color: black;
  text-align: center;
}

a:link, a:visited {
  color: black;
  text-decoration: none;
}

a:focus {
  color: white;
}

a:active {
  color: black;

}



@font-face {
  font-family: Raleway;
  src:
    url('font/Raleway-SemiBold.ttf');
}

@font-face {
  font-family: Amatic;
  src:
    url('font/AmaticSC-Bold.ttf');
}

@font-face {
  font-family: Mathlete;
  src:
    url('font/Mathlete-Bulky.otf');
}

@font-face {
  font-family: Lato;
  src:
    url('font/Lato-Medium.ttf');
}
