@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
}

.input-main{
	color: white;
	background-color: transparent;
	border-color: white;
	margin-bottom: 25px;
	min-width: 100%;
	min-height: 50px;
	padding-left: 10px;
}

.button-main{
	background-color: transparent;
	border-color: white;
	color: white;
}

.text-main{
	text-align: center;
	margin-bottom: 5px;
	font-size: 40px;
}

.title{
	text-align: center;
	margin-bottom: 15px;
	font-size: 25px;
}

.links-main{
	text-align: center;
	margin-top: 60px;
}

.logo{
	margin-top: 75px;
	margin-bottom: 5px;
}

@media (min-width:320px)  {

	.text-main{
		font-size: 25px;
	}
}

.clock{
	text-align: center;
	margin-top: 125px;
}
#clock-div{
    font-family: sans-serif;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;

}

#clock-div > div{
    padding: 5px;
    border-radius: 3px;
	border-color: white;
	border-width: 1px;
	border-style: none;
    display: inline-block;
}

#clock-div div > span{
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
}

.small-text{
    font-size: 16px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
}
#overlay-msg {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
}

#popup-msg {
    max-width: 600px;
    width: 80%;
    max-height: 380px;
    height: 80%;
    padding: 20px;
    padding-top: 15px;
    position: relative;
    background: #fff;
    margin: 20px auto;
    top: 20%;
    text-align: center;
}
