/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 10, 2020, 8:43:07 AM
    Author     : Steven
*/

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px){
    .topnav{
        width: 100%;
        height: auto;
    }

    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
    .footer{
        width:100%;
        height: auto;
    }
    .form_search{
        width: 100%;
    }
    .home{
        width: 100%;

    }
    .icon{
        background-color: white;
    }
    .topbar{
        width: 100%;
    }

}
/**end of styles for login form*/
/**end of styles for login form*/

#homelink{
    text-decoration: none;

}
#homelink:hover{
    text-decoration: underline;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;

}   
.down1{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#arr{

}
.prof a{
    text-decoration: none;
    color: white;
}
.prof a:hover{
    text-decoration:underline;
    color:blue;
}
.topnav {
    overflow:hidden;
    background-color: #333;

}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;


}

@media screen and (max-width: 600px) {
    /*  .topnav a:not(:first-child) {display: none;}*/
    .topnav a.icon {
        float:right;
        display: block;
    }
    .topnav{
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
#sitename{
    font-family: Comic Sans;
    font-size: 40px;
    font-weight: bold;
    color: white;
}
.join{

    top: -90px;
}

/**
style Login Form:
*/
/* Full-width input fields */
/*input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}*/

/* Set a style for all buttons */


button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color:black;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}
.arrow{
    border:  solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;padding: 3px;
}   
.down{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

}
.column1{
    border: 1px solid #B0C4DE;
}
#btnreg{
    background-color: forestgreen;
    color: white;
    border-radius:0px;
    height: 35px;
}
#logo{

}
.tab_input{
    width: 250px;
    height: 30px;
    border-radius: 4px;
    color: black;
    font-size: 20px;
}
#btn_cont{
    width:120px;
    text-align: center;
    color: white;
    background-color: green;
    height: 40px;
    font-size:20px;
    border-radius: 5px;
}
#outerContainer #mainContainer div.toolbar {
    display: none !important; /* hide PDF viewer toolbar */
}
#outerContainer #mainContainer #viewerContainer {
    top: 0 !important; /* move doc up into empty bar space */

}
/* style top nav */
.topnav {
    overflow:hidden;
    background-color: #333;

}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;


}

@media screen and (max-width: 600px) {
    /*  .topnav a:not(:first-child) {display: none;}*/
    .topnav a.icon {
        float:right;
        display: block;
    }
    .topnav{
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
#sitename{
    font-family: Comic Sans;
    /*                font-size: 40px;*/
    font-weight: bold;
    color: white;
}
.join{

    top: -90px;
}

/**




/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}




.container {
    padding: 16px;
}



/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color:black;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px){
    .topnav{
        width: 100%;
        /*        height: auto;*/

    }


    .footer{
        width:100%;
        height: auto;
    }
    .form_search{
        width: 100%;
    }
    .home{
        width: 100%;

    }
    .icon{
        background-color: white;
    }
    .topbar{
        width: 100%;
    }

}
.input{
    width: 300px;
    height: 30px;
    text-align:left;
    padding-left: 25px;
    font-size:17px;
    border-radius: 5px;
}
.footer a{
    color: white;
}
#myfield{
    width: 300px;
    border-radius: 7px;
    height:30px;
}
#frame{
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 30px;
    border:6px solid pink;
    background-color: orange;

}
#wrap-img{
    width:50px;
    height: 50px;
    border-radius:50%;
    border: 4px solid orchid;
    background-color: orange;

}
a{
    font-weight: bold;
}