2020-04-10 14:14:34 +00:00
|
|
|
|
2020-04-18 12:56:22 +00:00
|
|
|
|
2020-04-10 14:14:34 +00:00
|
|
|
#main{
|
|
|
|
|
width: 65rem;
|
|
|
|
|
height: 38rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 10rem;
|
|
|
|
|
left: -50%;
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 0;
|
2020-04-18 12:56:22 +00:00
|
|
|
background-color: transparent !important;
|
2020-04-10 14:14:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.middle{
|
|
|
|
|
padding: 2rem ;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 45%;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2020-04-18 12:56:22 +00:00
|
|
|
#nav-container{
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-color: transparent !important;
|
2020-04-10 14:14:34 +00:00
|
|
|
}
|
2020-04-18 12:56:22 +00:00
|
|
|
#search-form{
|
|
|
|
|
width:25rem;
|
|
|
|
|
|
2020-04-10 14:14:34 +00:00
|
|
|
}
|
2020-04-18 12:56:22 +00:00
|
|
|
#nav-button{
|
|
|
|
|
float: right;
|
|
|
|
|
width: 12%;
|
2020-04-10 14:14:34 +00:00
|
|
|
}
|