Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
body{
overflow-x: hidden;
margin: 0px;
overflow-x: hidden;
background: rgb(48,50,61);
background: linear-gradient(180deg, #06030A 20%, #171940 100%);
}
.header
{
background-color: #06030A;
display: flex;
justify-content: space-between;
height: 100px;
}
.inner-header
{
display: flex;
justify-content: space-between;
width: 2000px;
margin: auto;
max-width: 1000px;
}
.title {
display: flex;
align-items: center;
margin-left: 100px;
font-family: 'Montserrat', sans-serif;
font-size: 40px;
color: white;
letter-spacing: .2em;
text-shadow: 1px 1px 2px #000000;
}
.title > a {
color: white;
text-decoration: none;
}
.title > a:hover {
text-shadow: 2px 2px 4px #000000;
}
.subtitle
{
margin: auto;
font-family: 'Montserrat', sans-serif;
font-size: 20px;
width: 400px;
text-align: right;
color: white;
margin-right: 100px;
position: relative;
top: 25px;
text-shadow: .5px .5px 1px #000000;
}
.subtitle > a {
text-decoration: none;
color: white;
}
.subtitle > a:hover {
text-shadow: 2px 2px 4px #000000;
}
#logo
{
width: 70px;
}
.wrapper
{
width: 800px;
padding: 0px;
margin: auto;
display: flex;
flex-direction: column;
margin-bottom: 50px;
}
.description
{
margin: 0px;
height: 600px;
background: url(description-background.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.description > h4 {
color: white;
font-family: 'Questrial', sans-serif;
font-size: 30px;
text-align: right;
position: relative;
text-shadow: 2px 3px 5px 5px rgba(0,0,0,0.5);
max-width: 700px;
margin: auto;
right: 20px;
top: 60%;
opacity: 90%;
letter-spacing: .3rem;
line-height: 1.4;
}
.featured
{
background: #020104;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
box-shadow: 1px 1px 1px 1px #0D0D0D;
}
.div-text
{
padding: 20px;
grid-column-start: 1;
grid-column-end: 5;
color: white;
font-family: 'Nunito', sans-serif;
}
.div-text > img {
width: 320px;
margin: 10px 20px 20px 20px;
float: left;
}
.div-text > h3 {
text-align: left;
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 25px;
font-weight: 400;
left: 20px;
letter-spacing: .3;
text-shadow: 1px 1px 2px #000000;
}
.div-text > p {
line-height: 1.7;
padding: 10px;
}
.div-text > em {
color: white;
}
.featured > h4 {
color: white;
font-family: 'Nunito', sans-serif;
text-align: center;
grid-column-start: 1;
grid-column-end: 5;
font-size: 25px;
margin-bottom: 0px;
}
#line
{
margin-top: 30px;
border: .5px solid white;
grid-column-start: 2;
grid-column-end: 4;
}
.past-articles
{
padding: 0px;
grid-column-start: 1;
grid-column-end: 3;
justify-self: right;
color: white;
font-family: 'Nunito', sans-serif;
margin: 40px;
margin-top: 20px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px ;
padding-bottom: 5px;
text-align: center;
}
.past-articles > a:hover {
text-shadow: 3px 5px 2px #474747;
}
.past-article-images {
width: 200px;
height: 190px;
}
.past-articles > a {
font-family: 'Montserrat', sans-serif;
font-size: 22px;
letter-spacing: .3;
text-shadow: 1px 1px 2px #000000;
text-decoration: none;
}
.past-articles > a:hover {
text-shadow: 1px 1px 2px 2px white;
}
#read-more-link {
text-align: center;
float: right;
box-sizing: border-box;
position: relative;
padding: 5px 15px;
text-decoration: none;
border-radius: 3px;
color: white;
border: 1px solid #ffffff;
}
#read-more-link:hover {
background: #171940;
box-shadow: 1.2px 1.2px 1.2px 1.2px #000000;
}
/*RESPONSIVE DESIGN*/
@media only screen and (max-width: 500px) {
html{
overflow-x: hidden;
}
body {
background-color: #06030A;
}
.header
{
height: 200px;
width: 100vw;
margin: auto;
}
.header > a {
margin: 10px;
}
.inner-header
{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 170px;
position: relative;
}
.title
{
margin: 0px;
position: absolute;
font-size: 12vw;
margin-top: 40px;
}
.subtitle{
margin: 0px;
position: absolute;
font-size: 6vw;
width: 90vw;
}
.wrapper{
display: flex;
flex-direction: column;
width: 100vw;
}
.description
{
background: url(description-background-mobile.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.description > h4 {
display: inline-block;
padding: 10px;
text-align: right;
position: absolute;
font-size: 9vw;
top: 30%;
text-shadow: 1px 1px 2px #000000;
line-height: 180%;
}
.div-text{
display: flex;
flex-direction: column;
text-align: center;
}
.div-text > p {
text-align: left;
}
.div-text > img {
margin: auto;
width: 90%;
padding: 5%;
}
#read-more-link {
padding: 12px;
background-color: #474747;
}
#read-more-link:active{
background-color: #171940;
}
h4 {
text-align: center;
}
}