﻿@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

html, body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Noto Sans', sans-serif;
    height: 100%;
}

#home {
    width: 100%;
    height: 100%; /* calc(100% - 110px);*/
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg3.jpg");
    margin: 0;
    overflow: hidden;
}

@media (max-width:800px) {
    #home {
        /*height: calc(100% - 90px);*/
    }
}

#home-box {
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    height: 70%;
    top: 15%;
    width: 60%;
    margin: auto;
    border-radius: 15px;
}

#home-box h1 {
    font-size: 1.7em;
}

@media (min-width:1100px) {
    #home-box h1 {
        font-size: 2.3em;
    }
}

#home-box-content {
    opacity: 1;
    padding: 20px 30px;
    text-align: center;
}

#home-box-content span {
    white-space: nowrap;
}

@media (max-width:800px) {
    #home-box {
        width: 80%;
        height: 80%;
        top: 10%;
    }

    #home-box-content {
        padding: 30px 10px;
    }

    #home-box p {
        font-size: 0.9em;
    }

    #home-box h1 {
        font-size: 1.5em;
        margin: 0;
    }

    #home-box h3 {
        font-size: 1em;
    }
}


#social-links ul {
    position: relative;
    top: 2em;
    margin: 0;
    padding-left: 0;
}

#social-links li {
    display: inline-block;
    list-style-type: none;
}

#social-links a {
    margin: 5px;
    display: inline-block;
    text-decoration: none;
}

#social-links a div {
    width: 50px;
    height: 50px;
    /* border: 1px solid gray;*/
    font-size: large;
}

#social-links img{
    width: 100%;
    height: 100%;
}