You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.0 KiB
75 lines
1.0 KiB
.Title_div{
|
|
background-image: url(../images/background_road.jpg);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: cover;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.Title_div h1{
|
|
padding-top: 150px;
|
|
padding-bottom: 150px;
|
|
font-size: 30px;
|
|
font-family: Tommy;
|
|
border-bottom: 10px solid coral;
|
|
color: white;
|
|
}
|
|
|
|
|
|
|
|
.content_vid{
|
|
|
|
padding-bottom: 50px;
|
|
width: 100%;
|
|
display: flex;
|
|
|
|
flex-flow:column nowrap ;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
|
|
}
|
|
.a_images :hover{
|
|
|
|
filter: brightness(0.8);
|
|
|
|
}
|
|
|
|
.content_vid h1{
|
|
padding-top :50px ;
|
|
font-family: Tommy_Regular;
|
|
text-decoration: underline;
|
|
margin-bottom: 50px;
|
|
border-bottom:10px solid coral ;
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
|
|
video{
|
|
|
|
|
|
|
|
width: 800px;
|
|
height: 500px;
|
|
|
|
}
|
|
|
|
@media screen and (max-width:1000px)
|
|
{
|
|
|
|
video{
|
|
width: 600px;
|
|
height: 450;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width:700px)
|
|
{
|
|
|
|
video{
|
|
width: 400px;
|
|
height: 300;
|
|
}
|
|
} |