/*Made by Priyam Raj (priyamraj.com). */


body {
    font-family: 'Ubuntu 300', sans-serif;
    background: #f2f2f2;
    height: 100%;
    width: 100%;
    color: #ffffff;
}

a,
a:focus,
a:hover {
    color: #e42726;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

::scrollbar {
    display: none;
}

::-moz-selection {
    /* Code for Firefox */
    color: #ffffff;
    background: #00775A;
}

::selection {
    color: white;
    background: #00775A;
}

input {
    caret-color: #040157;
}


/*Change this colour code to change the Website Theme.*/
.site-gradient {
    background: #e42726;
}

.site-gradient-dl {
    background: #4CAF50;
}

p {
    font-size: 1rem;
    padding: auto;

}

#nav {
    justify-content: center;
    text-align: justify;
    padding: 2rem ;
    position: relative;
}

#header-links {
    text-decoration: none;
    align-items: center;
}

#header {
    font-size: 1.5rem;
/*    white-space: normal;
*/    font-weight: 500;
/*    margin: 0 0.25rem;
*/}

#social-media {
    width: 100%;
}

#social-media-icons {
    text-decoration: none;
    margin: 0 -0.25rem;
}

#social {
    width: 2.5rem;
    height: 2.5rem;
}

#main {
    padding-top: 1rem;
    margin: auto;
    display: flex;
    min-height: 50vh;
    height: 100%;
    width: 100vw;
    align-items: top;
    justify-content: center;
}

.responsive-img-logo {
    max-width: 100%;
    height: auto;
}

#thumbnailpreview {
    position: relative;
    text-align: top;
    justify-content: top;
    max-width: 100vw;
    border: 0.25rem solid #ffffff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
}

#thumbnailpreview:hover {
    transform: scale(1.05);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
}

#ytlink {
    color: #000000;
    text-align: center;
    padding: 1.5rem 0;
    margin: 0.25rem;
    border-radius: 0rem;
    font-weight: 500;
    font-size: 1rem;
    width: 50vw;
    border: none;
}

#about {
	color:black;
	padding-bottom: 1rem;
	padding-top: 3rem;
}

#footer-desc {
	color:black;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

#thumbdloadbtn {
    color: #ffffff;
    padding: 0.75rem;
    border-radius: 0rem;
    letter-spacing: 0rem;
    font-weight: 500;
    font-size: 1.25rem;
}

#thumbdloadbtn:active {
    filter: brightness(1.5);
}

.thumbdloadbtn {
    color: #ffffff;
    border: none;
    white-space: nowrap;
    min-width: 53vw;
    padding: 0.75rem;
    margin: 0.5rem 0;
    text-align: center;
    border-radius: 0rem;
    font-weight: 700;
    font-size: 1.25rem;
    cursor: pointer;
}

.thumbdloadbtn:active {
    filter: brightness(1.5);
}

#footer {
    padding: 0.5rem;
    font-weight: 500;
    font-size: 1.5rem;
}

@media only screen and (max-height: 440px) {
    #nav {
        padding: 0.25rem;
    }
    #main {
        margin: 3rem auto;
    }

}

@media only screen and (max-height: 380px) {
    #header {
        font-size: 3vw;
    }
    #main {
        margin: 5rem auto;
    }
}


@media only screen and (max-height: 280px) {
    #main {
        margin: 7rem auto;
    }
}




