/* CSS Document */

body {
    background: rgb(255, 255, 255);
    padding: 0;
    margin: 0;
    color: rgb(0, 0, 0);
    font-family: 'Roboto Mono', monospace;
    font-weight: 300;
}

h1 {
    font-weight: 700;
    font-family: 'Roboto Mono', monospace;
    font-size:100px;
    
}

div.background {
    background: url(img/main_images.jpg) repeat;
  }
  
  div.transbox {
    margin: 30px;
    background-color: #ffffff;
    opacity: 0.6;
  }
  
  div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
  }


.lmao > h2 {
    color: #ffffff;
    margin-left: 40px;
    padding-top: 2.5%;
}

.lmao {
    background-image: url('img/ste-neon.jpg');
    background-repeat: no-repeat;
    background-position: center bottom; 
    background-size: 1880px 1068px;
}

.p1-alt {
    padding-top: 6%;
    padding-left: 12%;
    padding-right: 12%;
}

.p1 {
    padding: 12% ;
}

.sub-p1 {
    padding-left: 12%;
    padding-right: 12%;
}

.container {
    width: 90%;
    background-color: rgb(245, 244, 242);
    margin: auto;
}

.main {
    background: rgb(255, 255, 255);
    min-height: 300px;
    padding: 2%;
    
}

#main-para {
    background: rgb(37, 42, 54);
    min-height: 200px;
    color: #ffffff;
    padding: 3%;
    display: flex;
    align-items: center;

}

#img-1 {
    float: right;
}

#p-logo {
    margin-right: 40px;
}

.sub {
    background: rgb(255, 255, 255);
    min-height: 450px;
}

.aside-left {
    min-width: 60%;
    min-height: 450px;
    max-width: 400px;
    background-color: rgb(255, 255, 255);
    float: left;
    padding: 1%;
    box-sizing: border-box;
}

.aside-left-alt {
    min-width: 60%;
    min-height: 450px;
    max-width: 300px;
    max-height: 450;
    background-color: rgb(245, 244, 242);
    float: left;
    padding: 1%;
    box-sizing: border-box;
}

.aside-right {
    min-width: 40%;
    max-width: 40%;
    min-height: 450px;
    background-color: rgb(126, 0, 25);
    float: left;
    padding: 1%;
    box-sizing: border-box;
    color: #ffffff;
}

.aside-right-alt {
    min-width: 40%;
    max-width: 40%;
    min-height: 450px;
    background-color: rgb(126, 0, 25);
    float: left;
    padding: 1%;
    box-sizing: border-box;
    color: #ffffff;
}

#tips-title {
    background: rgb(255, 255, 255);
    min-height: 100px;
    padding: 3%;

}

.row {
    padding: 40px;
    display: flex;
    gap: 1%;
    justify-content: center;
}

.column {
    min-width: 24.5%;
    min-height: 200px;
    max-width: 300px;
    background: rgb(37, 42, 54);
    color: #ffffff;
    padding: 2%;
    box-sizing: border-box;
    /*Use border-radius: for rounded corners*/
}

.navi {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 12%;
    list-style: none;
    min-height: 100px;
}

a:link,
a:visited {
    text-decoration: none;
    font-weight: 600;
    color:rgb(126, 0, 25)
}

.dark-bg >
a:link, 
a:visited {
    text-decoration: none;
    font-weight: 600;
    color:rgb(255, 144, 166)
}

.dark-bg >
a:hover {
    text-decoration: none;
    font-weight: 600;
    color:crimson
}

a:hover {
    text-decoration: none;
    color:crimson
}

footer {
    align-items: center;
    min-height: 100px;
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 15%;
    
}

.aside-left > h2 {
    display: flex;
    justify-content: right;
}

.aside-right-alt > h2 {
    display: flex;
    justify-content: right;
}

#img-4 {
    padding-top:2%;
    padding-bottom: 2%;
}

@media (max-width: 992px) {
    .row {
        display: block;
    }

    .column {
        width: 100%;
        margin: 10px auto;
    }

    .aside-left {
        float: left;
        width: 100%;
        margin: 10px auto;
    }

    .aside-right {
        float: left;
        width: 100%;
        margin: 10px auto;
    }

    .aside-left-alt {
        float: left;
        width: 100%;
        margin: 10px auto;
    }

    .aside-right-alt {
        float: left;
        width: 100%;
        margin: 10px auto;
    }

    .navi {
        display: block;
    }

    .foot {
        display: block;
    }
}