/* Font import*/
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');


body{
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1.0;
  padding: 0;
  margin: 0;
  background-color: #fffffe;

}

/* Global*/
.container{
  width: 80%;
  margin: auto;
  overflow: hidden;
}

/* Header */
header{
  background-color: #1a1919;
  max-height: 125px;
}

header a{
  text-decoration: none;
  color: white;
}

header #branding img{
  display: block;
  max-height: 75px;
  max-width: 100%;
  padding-top: 20px;
  margin: auto;
  float: left;
}

header #phone{
  text-align: center;
  color: white;
  font-size: 20px;
  float: right;
  line-height:1.5;
  font-weight: 400;
}

/* Showcase*/

#mainphoto{
    background-color: #1a1919;
}

#mainphoto .container{
  background-color: #1a1919;
  padding-top: 10px;
  padding-bottom: 20px;
  max-height: 500px;
}

#mainphoto .container img{
  display: block;
  margin: auto;
  max-height: 500px;
  max-width: 100%;
}

/* Kontakt */

#kontakt {
  margin-top: 20px;
  text-align: center;

}

#kontakt h1{
  font-size: 36px;
  font-weight: bold;
}

/* Boxes */
#services{
  padding-top: 5px;
}

#services .box{
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  width: 33%;
  margin: 0px;
  text-align: center;
}

#services h1{
	font-size: 42px;
}

#services .box img{
  max-width: 65px;

}

#carrent{
  padding-top: 0px;
}

#carrent h1{
	font-size: 42px;
}

#carrent h2{
	font-size: 30px;
}

#carrent .box{
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  width: 100%;
  margin: 0px;
  text-align: center;
}

#carrent .box img{
  width: 100%;
  height: auto;
		
}

/* Google Map */

#map {

  height: 400px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
 }

 /* Specjalizacje*/
 #spec {
   padding-top: 10px;
   text-align: center;
   margin-bottom: 75px;
 }

 #spec p{
   text-transform: uppercase;
   font-size: 25px;
   font-weight: bold;
 }

 #spec .box {
   float: left;
   width: 33%;
   margin: 0px;
   text-align: center;
 }

 #spec .box img{
  max-height: 85px;
   padding: 10px;
 }

 /*footer*/

 footer {
   position: fixed;
   left: 0;
   bottom: 0;
  padding: 5px;
  width: 100%;
  background-color: black;
  color: white;
  font-size: 12px;
  text-align: center;
 }

 /* Media Queries*/
@media(max-width: 768px){

  header, header #branding,
  #services .box,
  #spec .box {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media(max-width: 414px){

  header {
    max-height: 200px;
  }

  header #branding img, header #phone {
    text-align: center;
    float: none;
  }



}
