@import url('https://fonts.googleapis.com/css?family=Poppins');

*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

h1{
    font-size: 150px;
    color: #fff;
    margin-bottom: -95px;
    text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
               position: relative;
               z-index: -2;
}

h2{
    font-size: 75px;
    color: #b4c2c7;
    margin-bottom: -60px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
                 0px 8px 13px rgba(0,0,0,0.1),
                 0px 18px 23px rgba(0,0,0,0.1);
}

h3{
    font-size: 55px;
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
                 0px 8px 13px rgba(0,0,0,0.1),
                 0px 18px 23px rgba(0,0,0,0.1);
}

h4{
    font-size: 70px;
    color: #fff;
    margin-bottom: -95px;
    text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

body{
    display:flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    user-select: none;
}

#weather {
    width: 30%;
    text-align: center;
}

#weatherlocation {
    width: 50%;
    text-align: center;
}
#displayDate{
    width: 100%;
    text-align: center;
    margin-bottom: -60px;

}
#displayTime {
    width: 100%;
    text-align: center;
}

.search {
    display: table;
    position: absolute;
    bottom: 20px;
    transform: scale(2);
    text-align: center;
}
.search input {
    background: none;
    border: none;
    outline: none;
    width: 28px;
    min-width: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    line-height: 18px;
    margin: 5px 0;
    font-size: 14px;
    -webkit-appearance: none;
    filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .7));
    transition: all 0.6s ease;
    cursor: pointer;
    color: #fff;
    text-align: center;
}
.search input + div {
    position: relative;
    height: 28px;
    width: 100%;
    margin: -28px 0 0 0;
}
.search input + div svg {
    display: block;
    position: absolute;
    height: 28px;
    width: 160px;
    right: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 271.908;
    stroke-dasharray: 59 212.908;
    transition: all 0.6s ease;
    filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .7));
}
.search input:not(:placeholder-shown), .search input:focus {
    width: 160px;
    padding: 0 4px;
    cursor: text;
}
.search input:not(:placeholder-shown) + div svg, .search input:focus + div svg {
    stroke-dasharray: 150 212.908;
    stroke-dashoffset: 300;
}
::selection {
    background: rgba(255, 255, 255, .2);
}
::-moz-selection {
    background: rgba(255, 255, 255, .2);
}
html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
* {
    box-sizing: inherit;
}
*:before, *:after {
    box-sizing: inherit;
}

body .dribbble {
    position: fixed;
    display: block;
    right: 24px;
    bottom: 24px;
}
body .dribbble img {
    display: block;
    width: 76px;
}

/* sticky */

header {
	display: block;
    position: fixed;
    top:10px;
    left: 49%;
    z-index: 999999;

}
 
.btn-addNote{
        position: relative;
        font-family: 'Po';
        color: #fff;
        font-weight:normal;
        font-size: 60px;
        width: 35px;
        height: 35px;
        padding: 0;
        border: none;
        background: none;
        margin: 0;
        line-height: 50%;
        font-weight:600;
        filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .7));
}
 
.btn-addNote:hover {
	cursor:pointer;
    
}
 
/************ Classes ************/
 
.postick {
    border-radius: 8px;
	border:1px solid #0000007e;
	width:220px;
	height:220px;
	padding:4px;
	font-size:100%;
	background:#ffffff44;
    -moz-box-shadow:2px 2px 2px rgba(0, 0, 0, .7);
	-webkit-box-shadow:2px 2px 2px rgba(0, 0, 0, .7);
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.404);
    /*filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .7));*/
    position: absolute;
    z-index: 999999;
    cursor: move;
    top:10px;
    left: 10px;
}

.popstick:focus {
    outline: none;
}
 
.toolbar {
	text-align:right;
	font-weight:bold;
}
 
/* Postick's button "delete" */
.delete {
	cursor:pointer;
    font-size:120%;
    color: #e3e5e5af;
    padding-right: 5px;
    border-bottom:1px;
}
 
/* Content to be editable inside the postick */
.editable {
    font-family: 'Poppins', sans-serif;
	cursor:text;
	height:180px;
	margin:0 auto;
	width:100%;
	overflow:hidden;
    position:relative;
    color: #ffffff;
    outline: none;
}