TVJR/static/css/style.css

93 lines
1.4 KiB
CSS
Executable File

@import url('https://fonts.googleapis.com/css?family=K2D:700|Nunito:400,700');
body{
display: flex;
min-height: 100vh;
/*overflow-y: hidden;*/
flex-direction: column;
background-color: #EDEDED;
}
*{
font-family: sans-serif;
}
nav{
background-color: #EDEDED;
box-shadow: none;
}
nav.nav-wrapper{
background-color: white;
}
a.brand-logo,ul li a{
font-family: 'K2D',sans-serif;
color: #FEFEFE;
z-index: 100;
}
div#water-shape{
position: fixed;
width: 600px;
}
div#circle-shape{
position: fixed;
width: 100px;
margin-left: 700px;
margin-top: 100px;
text-align: center;
}
div#curve-shape{
position: fixed;
width: 600px;
margin-left: 800px;
}
div#curve-two-shape{
z-index: -1;
position: fixed;
width: 500px;
margin-top: 180px;
margin-left: -250px;
}
div#triangle-shape{
position: fixed;
width: 150px;
margin-left: 650px;
margin-top: 500px;
}
div#body{
margin-top: 100px;
}
h1.title{
font-family: 'Nunito',sans-serif;
font-weight: 700;
}
p.sub-title{
color: #686666;
font-family: 'Nunito',sans-serif;
}
a.bordered{
border-radius: 30px;
text-decoration: none;
color: white;
font-family: 'Nunito',sans-serif;
}
.center-btn{
text-align: center;
}
footer img{
margin-top: -120px
}
/*CSS for the map page*/
a.brand-logo-map{
font-family: 'K2D',sans-serif;
font-size: 30px;
color: #FEFEFE;
z-index: 100;
}
div#mapid{
height: 420px;
}