41 lines
666 B
CSS
41 lines
666 B
CSS
|
:root {
|
||
|
--main-color: #3f51b5;
|
||
|
--main-dark-color: #002984;
|
||
|
--main-light-color: #757de8;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
/*min-height: 2000px;*/
|
||
|
padding-top: 70px;
|
||
|
padding-bottom: 40px;
|
||
|
}
|
||
|
|
||
|
.navbar, .fixed-top {
|
||
|
background-color: var(--main-color) !important;
|
||
|
box-shadow: 0 0 8px rgba(0,0,0,0.12),0 8px 8px rgba(0,0,0,0.24);
|
||
|
border-bottom: var(--main-dark-color) 1px solid;
|
||
|
}
|
||
|
|
||
|
li.col-md-6 {
|
||
|
padding-left: 0px;
|
||
|
}
|
||
|
|
||
|
.cover {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.cover-page {
|
||
|
background: url(../img/EWU_Campus_Pic.jpg) no-repeat center center fixed;
|
||
|
background-size: cover;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
iframe {
|
||
|
width: 100%;
|
||
|
min-width: 325px;
|
||
|
}
|
||
|
|
||
|
#foxyform_embed_link_892533 {
|
||
|
width: auto !important;
|
||
|
}
|