Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 20 additions & 16 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,24 @@ a:hover {
color: #fed136 !important;
}



/* CSS */
.button-29 {

align-items: center;
appearance: none;
background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
background-image: radial-gradient(
100% 100% at 100% 0,
#5adaff 0,
#5468ff 100%
);
border: 0;
border-radius: 6px;
box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-flex;
font-family: "JetBrains Mono",monospace;
font-family: "JetBrains Mono", monospace;
height: 48px;
justify-content: center;
line-height: 1;
Expand All @@ -70,24 +72,26 @@ a:hover {
position: relative;
text-align: left;
text-decoration: none;
transition: box-shadow .15s,transform .15s;
transition: box-shadow 0.15s, transform 0.15s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: nowrap;
will-change: box-shadow,transform;
will-change: box-shadow, transform;
font-size: 18px;
position: fixed;
bottom: 20px;
right: 20px;
}

.button-29:focus {
box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
transform: translateY(-2px);
}

Expand All @@ -96,7 +100,6 @@ a:hover {
transform: translateY(2px);
}


h1,
h2,
h3,
Expand Down Expand Up @@ -179,8 +182,9 @@ img::-moz-selection {
}

#mainNav {
position: relative;
background-color: #6f3d8c;
position: fixed;
top: 0;
background-color: #000000a1 !important;
}
@media only screen and (max-width: 990px) {
#mainNav {
Expand Down Expand Up @@ -220,7 +224,7 @@ img::-moz-selection {
color: white;
transition: 0.6s ease;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
Expand Down Expand Up @@ -261,7 +265,7 @@ img::-moz-selection {
header.masthead {
text-align: center;
color: white;
background-image: url('../img/header-bg.jpg');
background-image: url("../img/header-bg.jpg");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
Expand Down Expand Up @@ -708,7 +712,7 @@ header.masthead .intro-text .intro-heading {

section#contact {
background-color: #212529;
background-image: url('../img/map-image.png');
background-image: url("../img/map-image.png");
background-repeat: no-repeat;
background-position: center;
}
Expand Down