/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

h1{
font-size:2em !important;
}
p{
font-size:1.5em !important;
line-height: 1.5;
color:rgb(51, 51, 51)
}
h3{
font-size:1.5em !important;
text-align:center; position: relative; top: 50%; margin-top: -0.7em
}
#yhteystiedot{
padding-top:50px;
}
form{
width:80%

}
form-control{
width:80%

}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

h1{
font-size:2em !important;
}
p{
font-size:1.5em !important;
color:rgb(51, 51, 51)
}
h3{
font-size:1.5em !important;
text-align:center; position: relative; top: 50%; margin-top: -0.7em
}
#yhteystiedot{
padding-top:50px;
}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

h1{
font-size:2em !important;
}
p{
font-size:1.5em !important;
line-height: 1.5
color:rgb(51, 51, 51)
}
h2{
font-size:1.8em !important;
}
h3{
font-size:1.5em !important;
text-align:center; position: relative; top: 50%; margin-top: -0.7em
}

#5{
color:#fff;
padding:50px;
}
#yhteystiedot{
padding:20px !important;
margin:20px !important;
}
}
  




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {

h1{
font-size:1.5em !important;
}
p{
font-size:1.1em !important;
color:rgb(51, 51, 51)
}
h3{
font-size:1.1em !important;
text-align:center; position: relative; top: 50%; margin-top: -0.7em
}
form{

width:100%;

}
form-control{
width:100%

}
#yhteystiedot{
padding:20px !important;
margin:50px !important;
}
}

@media only screen and  (max-width: 450px){


h1{
font-size:1.1em
}

h2{
font-size:1.2em
}
h3{
font-size:1.2em !important;
text-align:center; position: relative; top: 50%; margin-top: -0.7em
}

#5{
color:#fff;
padding:50px;
}
form{

width:100%;

}
form-control{
width:100%
}
p{
color:rgb(51, 51, 51)
}

#yhteystiedot{
padding:20px !important;
margin:20px !important;
}
}