body {
    background-color: white;
    padding: 30px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 2em;
    color: black;
}

a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: blue;
    text-decoration: none;
}
/* selected link */
a:active {
    color: black;
}




.indexdescrow {
    padding: 60px 0px 20px 0px;
}


.indeximg {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    
}

.indexvid {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    
}

.indeximgtitle {
    font-weight: 400;
}

.indeximgdetials {
    font-weight: 400;
}

.indeximgdesc {
    font-size: .75em;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 20px;
}

.aboutheading {
    font-weight: 400;
}

.aboutdetails {
    font-weight: 300;
}


#tBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    outline: none; /* Remove outline */
    color: black; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 1.2em;
}

#tBtn:hover {
    /* background-color: #555;  Add a dark-grey background on hover */
}


.logocontainer{
    
}

.primetry{
    position: absolute;
    bottom: 1px;
    left: 100px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    
}

a.primelink:link {
    color: #146eb4;
    text-decoration: underline;
    font-weight: 600;

}
a.primelink:visited {
    color: #146eb4;
    text-decoration: underline;

}
a.primelink:hover {
    color: #ff9900;
    text-decoration: underline;

}
a.primelink:active {
    color: #146eb4;
    text-decoration: underline;

}

