@font-face {
font-family: "Roboto Medium";
src: url("Roboto-Medium.ttf") format("truetype");
}
@font-face {
font-family: "Roboto Regular";
src: url("Roboto-Regular.ttf") format("truetype");
font-weight: 400;
}
body {
font-family: "Roboto Regular";
margin: 0;
padding: 0;
}
li {
word-wrap: break-word;
}
/* header */
.first {
display: flex;
padding: 25px;
}
.first img {
width: 150px;
}
.firstnav {
align-items: center;
display: inherit;
margin-left: auto;
}
.firstnav a {
color: #000000;
font-size: 18px;
text-decoration: none;
text-indent: 10px;
}
.firstnav a:hover, .link3 a:hover {
text-decoration: underline 2px;
text-underline-offset: 5px;
}
/* end header */


/* body, first block

For pages:
- index.php, addons.php

*/
.block1a, .block2a {
background: linear-gradient(180deg, #EDEDED, #F0F0F0);
color: #000000;
display: flex;
flex-direction: column;
justify-content: center;
line-height: 35px;
padding: 50px;
/* height: 250px; */
}
/* end body, first block */


/* body, second block

For pages:
- /addons/#/download.php

*/
.block2a {
text-align: center;
}
/* end body, second block */

.font1 {
font-size: large;
}
.fontsmaller {
font-size: smaller;
}

.link4 {
padding: 5px;
}
.link4 a {
display: inline-block;
padding: 5px;
width: 150px;
}

.contentaddon {
background-color: #FCFCFC;
border: 1px solid #E3E3E3;
border-radius: 10px;
box-shadow: 3px 3px 7px 0px #AFAEAE;
line-height: 35px;
margin-top: 30px;
padding: 10px;
}
.contentaddon:first-child {
margin-top: 0;
}
.textcontent {
padding: 30px;
}

/* links classes for first & second block (body) */
.link2 {
margin-top: 15px;
}
.link2 a {
padding: 15px;
}
/* end links classes for first & second block (body) */


.mainclass1 {
background: linear-gradient(180deg, #FAFAFA, #F9F9F9, #F8F8F8);
padding: 30px;
}
.title {
text-align: center;
}
.test1-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 30px;
}
.test1 {
border: 1px solid #BAB8B8;
border-radius: 10px;
box-shadow: 3px 3px 20px 0px #AFAEAE;
display: block;
margin: 10px;
text-align: center;
transition: all 0.3s ease;
/* padding: 30px; */
width: 300px;
}
.test1:hover {
transform: scale(1.02);
}
.test1 h2 {
font-family: "Roboto Medium";
font-weight: 500;
}
.test1 img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
width: 100%;
}
.test1a {
display: grid;
line-height: 25px;
padding: 25px;
}
.test1a a {
margin-top: 10px;
padding: 10px;
transition: all 0.3s ease;
}
.test1a a, .link2 a, .link4 a {
background-color: #6699F3;
border-radius: 5px;
color: #FFFFFF;
text-decoration: none;
}
.test1a a:hover {
transform: scale(0.99);
box-shadow: 3px 3px 20px 0px #B2C6E3;
opacity: 0.8;
}
.link3 {
text-align: center;
}
.link1 a, .link3 a, .link6 a {
color: #6699F3;
text-decoration: none;
text-indent: 10px;
}
.link1 a, .link3 a {
font-size: 14px;
}
.copy {
color: #858585;
padding: 15px;
background: linear-gradient(180deg, #95959513, #F9F9F9);
text-align: right;
}
.screens {
max-width: 25%;
}

/* stylizing text */
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}

/* media */
@media only screen and (min-device-width: 356px) and (max-device-width: 425px) {
h1 {
font-size: 28px;
}
.first img {
width: 120px;
}
.firstnav a {
font-size: 15px;
}
.mainclass1, .test1-container {
padding: 16px;
}
.screens {
max-width: 100%;
}
}
