/*@import url(https://fonts.googleapis.com/css?family=Poiret+One&subset=latin,latin-ext);*/
@import url(https://fonts.googleapis.com/css?family=Dosis:400,300&subset=latin,latin-ext);
body {
    overflow:hidden;
    font-family: 'Dosis', sans-serif;
} 
p, a {
    margin: 30px 0;
    font-size: 18px;
    color: #2D3E50;
    font-weight: 400;
}
 #container {
    background: #FFFFFF;
    border: 30px solid #2D3E50;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
} 
.item-title{
	position: absolute;
    z-index: 0;
    left: 0;
    top: 42vh;
    width: 100%;
    padding: 0 5%;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible;
}
#message {
    max-width: 600px;
    margin: 0 auto;
}
#container .item-title #message p:first-child {
    font-size: 180px;
    font-weight: 100;
    color: #2D3E50;
}
#container .item-title #message p:first-child:hover {
    font-size: 185px;
    font-weight: 200;
    color: #FF7700;
    opacity: 0.6;
    -o-opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
        transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
 .second-child {
     font-size: 60px;
    font-weight: 100;
    color: #2D3E50;
}
.second-child:hover{
    font-size: 60px;
    font-weight: 100;
    color: #FF7700;
    opacity: 0.6;
    -o-opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
        transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.link-bottom {
    margin: 0 auto;
    max-width: 600px;
}
.link-icon {
    background-color: #E4E4E4;
    padding: 5px 5px 5px 5px;
    width: 150px;
    font-size: 15px;
    color: #2D3E50;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #2D3E50;
    margin: 30px 0px 0px 0px;
    cursor: pointer;
}
    .link-icon:hover {
    text-decoration: none !important;
    outline: none !important;
    background-color: #FF7700;
    padding:5px 5px 5px 5px;
    width: 150px;
    font-size: 15px;
    color: #FF7700;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #FF7700;
}
.page-image{
    width: 100px;
    margin: 30px 0px 0px 0px;

}


@media only screen and (max-width : 480px){
    #container .item-title #message p:first-child {
    font-size: 80px;
    font-weight: 100;
    color: #2D3E50;
}
#container .item-title #message p:first-child:hover {
    font-size: 85px;
    font-weight: 100;
    color:#FF7700;
}
    .second-child {
    font-size: 50px;
    font-weight: 100;
    color:#2D3E50;
}
.second-child:hover {
    font-size: 50px;
    font-weight: 100;
    color:#FF7700;
}
}
@media only screen and (max-width : 320px){
    .page-image {
    width: 40px;
    margin: 30px 0px 0px 0px;
}
#container {
    background: #FFFFFF;
    border: 30px solid #2D3E50;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
#container .item-title #message p:first-child {
    font-size: 40px;
    font-weight: 200;
    color: #2D3E50;
}
#container .item-title #message p:first-child:hover {
    font-size: 45px;
    font-weight: 200;
    color: #FF7700;
}
.second-child {
    font-size: 25px;
    font-weight: 200;
    color: #2D3E50;
}
.second-child:hover {
    font-size: 25px;
    font-weight: 200;
    color: #FF7700;
}
}

