﻿ @media only screen and ( max-width: 1023px ) /* 960 */
{
    .logo {
        width: 40%;
        margin-left: 30%;
        float: left;
        height:auto;
        margin-top: 20vh;
        text-align: center;
        /* background-color: #484848; */
    }
    .logo1 {
        width:100%;
        height:auto;
        float:left;
        margin-bottom:15px;
    }
    .logo1 img{
        width:100%;
        float:left;
    }
    
}
 @media only screen and ( min-width: 1024px ) /* 960 */
{

    .logo {
        width: auto;
        float: left;
        height: 20vh;
        margin-top: 40vh;
        text-align: center;
    }
    .logo1 {
        width:auto;
        height:20vh;
        float:left;
        margin-right:15px;
    }
    .logo1 img{
        height:20vh;
        float:left;
    }
}

body {
    padding:0;
    margin:0;
}
.fullscreen {
    width: 100%;
    height: 100vh;
    text-align:center;
    float: left;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-image: url('../image/bg.jpg');
    background-size:100% 100%;
    background-color:#000;
}

.menu {
    width:auto;
    height:50px;
    float: left;
    left:0;
    top:0;
    position:absolute;
}
.social {
    width:auto;
    float:right;
    right:0;
    bottom:8px;
    display:none;
    position:absolute;
}
.social a{
    width:25px;
    height:auto;
    float:left;
    margin-right:5px;
}

.social a img{
    width:98%;
    margin-left:2%;
    margin-top:2%;
    float:left;
}
.menu span {
    width:auto;
    font-family:Roboto;
    font-weight:700;
    float:left;
    margin-left:10px;
    font-size:18px;
    text-decoration:none;
    color:#fff;
    line-height:50px;
}

.menu img{
    float:left;
}